source: josm/trunk/src/org/openstreetmap/josm/gui/layer/markerlayer

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @17047   4 years GerdP fix #19789: memory leak with gpx waypoints - implement destroy in …
(edit) @16967   4 years simon04 fix #19510 - Add "Zoom to layer" in context menu of layers in the …
(edit) @16879   4 years simon04 fix #8227 - MarkerLayer: allow to customize marker size/stroke …
(edit) @16438   4 years simon04 see #19251 - Java 8: use Stream
(edit) @15502   4 years Don-vip see #16796 - use IGpxTrack in GpxData (patch by Bjoeni)
(edit) @15497   4 years Don-vip see #16796 - fix most of checkstyle/pmd/findbugs violations
(edit) @15496   4 years Don-vip fix #16796 - Rework of GPX track colors / layer preferences (patch by …
(edit) @14823   5 years Don-vip see #17311 - revert changes from r14747 / r14759, cause …
(edit) @14759   5 years simon04 Marker: avoid ConcurrentModificationException Relates to r14747.
(edit) @14747   5 years simon04 Refactoring: use Map.computeIfAbsent in Marker
(edit) @14456   5 years Don-vip fix #16995 - de-duplicate storage of timestamp within WayPoint and …
(edit) @14447   5 years Don-vip fix #16995 - fix spotbugs regressions (patch by cmuelle8)
(edit) @14446   5 years Don-vip see #16995 - use_Date exclusively for PT_TIME attribute (patch by cmuelle8)
(edit) @14153   6 years Don-vip see #15229 - deprecate Main.parent and Main itself
(edit) @14129   6 years Don-vip code refactoring
(edit) @14120   6 years Don-vip see #15229 - deprecate all Main methods related to projections. New …
(edit) @14079   6 years Don-vip see #16550 - use UTC by default for GPX timestamps
(edit) @14055   6 years Don-vip fix #14103 - GPX → OSM: convert additional tags
(edit) @13475   6 years Don-vip fix #16030 - call getMousePosition() only when needed
(edit) @13419   6 years Don-vip fix #14802 - make sure audio resources are cleared when marker layer …
(edit) @13281   6 years stoecker see #15734 - drop some old checks
(edit) @13206   6 years Don-vip enable PMD rule OptimizableToArrayCall
(edit) @13192   6 years Don-vip see #15310 - remove support for draw.rawgps.layer.wpt property, …
(edit) @13173   6 years Don-vip see #15310 - remove most of deprecated APIs
(edit) @13130   6 years Don-vip fix #15572 - use ImageProvider attach API for all JOSM actions to …
(edit) @12987   7 years bastiK see #15410 - change preferences scheme for named colors - makes …
(edit) @12881   7 years bastiK see #15229 - move remaining classes to spi.preferences package, to …
(edit) @12846   7 years bastiK see #15229 - use Config.getPref() wherever possible
(edit) @12841   7 years bastiK see #15229 - fix deprecations caused by [12840]
(edit) @12725   7 years bastiK see #15229 - deprecate ILatLon#getEastNorth() so ILatLon has no …
(edit) @12656   7 years Don-vip see #15182 - move SearchCompiler from actions.search to …
(edit) @12636   7 years Don-vip see #15182 - deprecate Main.getLayerManager(). Replacement: …
(edit) @12630   7 years Don-vip see #15182 - deprecate Main.map and Main.isDisplayingMapView(). …
(edit) @12620   7 years Don-vip see #15182 - deprecate all Main logging methods and introduce …
(edit) @12579   7 years Don-vip fix #15120 - NPE
(edit) @12340   7 years michael2402 Fix #14893: Invalidate geo image / marker layer instead of repainting …
(edit) @12328   7 years Don-vip fix #2089 - Add support for MP3, AIFF and AAC audio codecs (.mp3, …
(edit) @12326   7 years Don-vip see #2089 - move audio classes to their own package (more to come) - …
(edit) @12156   7 years michael2402 See #14120: Don't make gpx tracks depend on the isChanged method, use …
(edit) @12105   7 years michael2402 Audio marker layer: Use invalidate instead of Main.map.mapView.repaint().
(edit) @11931   7 years Don-vip improve unit test coverage
(edit) @11892   7 years Don-vip sonar - squid:S2390 - Classes should not access static members of …
(edit) @11850   7 years Don-vip sonar - squid:S2386 - Mutable fields should not be "public static"
(edit) @11848   7 years Don-vip fix #14613 - Special HTML characters not escaped in GUI error messages
(edit) @11746   7 years Don-vip PMD - Strict Exceptions
(edit) @11553   7 years Don-vip refactor handling of null values - use Java 8 Optional where possible
(edit) @11381   7 years Don-vip findbugs - RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE
(edit) @10824   8 years Don-vip see #13309 - Caching and notifying preferences (patch by michael2402) …
(edit) @10647   8 years Don-vip see #11390 - use functional comparators
(edit) @10627   8 years Don-vip sonar - squid:S1166 - Exception handlers should preserve the original …
(edit) @10619   8 years Don-vip see #11390 - Java 8: use List.sort(Comparator) instead of …
(edit) @10611   8 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
(edit) @10600   8 years Don-vip see #11390 - sonar - squid:S1609 - Java 8: @FunctionalInterface …
(edit) @10458   8 years Don-vip fix #13029 - Replace hookUpMapView by attachToMapView (patch by …
(edit) @10378   8 years Don-vip Checkstyle 6.19: enable SingleSpaceSeparator and fix violations
(edit) @10364   8 years stoecker gsoc-core - patch by Michael Zangl - see #12953 - remove deprecation usage
(edit) @10300   8 years Don-vip sonar - Performance - Method passes constant String of length 1 to …
(edit) @10234   8 years Don-vip findbugs - DB_DUPLICATE_SWITCH_CLAUSES + REC_CATCH_EXCEPTION + …
(edit) @10212   8 years Don-vip sonar - squid:S2221 - "Exception" should not be caught when not …
(edit) @10173   8 years Don-vip sonar - squid:S1186 - Methods should not be empty
(edit) @10050   8 years Don-vip add more unit tests
(edit) @10031   8 years Don-vip fix #12654 - Add layer invalidation listener (patch by michael2402)
(edit) @10001   8 years Don-vip sonar - Local variable and method parameter names should comply with a …
(edit) @9779   8 years Don-vip add more unit tests
(edit) @9730   8 years simon04 fix #6517 - GPX marker: display comments <cmt> in default label …
(edit) @9248   8 years simon04 fix #11237 - Change default color of waypoints and GPS tracks to magenta
(edit) @9239   8 years Don-vip javadoc update
(edit) @9214   8 years Don-vip use LatLon.ZERO instead of new LatLon(0, 0)
(edit) @9078   8 years Don-vip sonar - Immutable Field
(edit) @8846   9 years Don-vip sonar - fb-contrib - minor performance improvements: * Method passes …
(edit) @8840   9 years Don-vip sonar - squid:S3052 - Fields should not be initialized to default values
(edit) @8836   9 years Don-vip fix Checkstyle issues
(edit) @8818   9 years simon04 fix #11925, see #11897 - Re-enable merging of gpx, marker, geoimage …
(edit) @8806   9 years simon04 fix #10208 - Gpx markers: show names for audio, image, url, markers …
(edit) @8804   9 years simon04 see #6968 - Allow converting gpx marker layer to osm data layer
(edit) @8624   9 years bastiK add missing svn:eol-style=native
(edit) @8540   9 years Don-vip fix remaining checkstyle issues
(edit) @8513   9 years Don-vip checkstyle: blocks
(edit) @8512   9 years Don-vip checkstyle: redundant modifiers
(edit) @8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
(edit) @8509   9 years Don-vip fix many checkstyle violations
(edit) @8469   9 years Don-vip Add some more package-info.java to enhance Javadoc. Refactor package …
(edit) @8444   9 years Don-vip remove extra whitespaces
(edit) @8419   9 years Don-vip Sonar: various code style cleanup: - fix copyright - classes that …
(edit) @8395   9 years Don-vip convention - An open curly brace should be located at the end of a line
(edit) @8390   9 years Don-vip Sonar - various performance improvements
(edit) @8384   9 years Don-vip squid:S1244 - Floating point numbers should not be tested for equality
(edit) @8378   9 years Don-vip fix copyright/license headers globally
(edit) @8376   9 years Don-vip code style - remove useless calls to toString()
(edit) @8354   9 years Don-vip fix #11432 - robustness against invalid GPX files
(edit) @8342   9 years Don-vip code style - Close curly brace and the next "else", "catch" and …
(edit) @8308   9 years Don-vip fix potential NPEs and Sonar issues related to serialization
(edit) @8126   9 years Don-vip fix Sonar issue squid:S2444 - Lazy initialization of "static" fields …
(edit) @8056   9 years bastiK fixed #11096 - png -> svg
(edit) @7673   9 years stoecker fix typo
(edit) @7672   9 years stoecker see #10479 - readd two markers and their keep-alive code
(edit) @7518   10 years Don-vip fix #10489 - Add additional attributes to GPX Export for nodes + GPX …
(edit) @7326   10 years Don-vip fix #10292 - allow to load a session with NMEA file + enhance …
(edit) @7310   10 years Don-vip fix #10266 - fix issue with audio marker synchronisation
(edit) @7094   10 years Don-vip fix #9977 - Jumping to play head marker when playing next audio (patch …
Note: See TracRevisionLog for help on using the revision log.