source: josm/trunk/src/org/openstreetmap/josm/gui/layer/GpxLayer.java

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @12195   7 years michael2402 Keep a reference to the weak listener, to not let gc remove it.
(edit) @12157   7 years michael2402 See #13124: Refresh the heat map on every invalidation (visible tacks …
(edit) @12156   7 years michael2402 See #14120: Don't make gpx tracks depend on the isChanged method, use …
(edit) @12155   7 years michael2402 GpxLayer: Javadoc
(edit) @12028   7 years Don-vip see #14120 - fix java warnings
(edit) @11713   7 years Don-vip add Ant target to run PMD (only few rules for now), fix violations
(edit) @11383   7 years Don-vip findbugs - BC_UNCONFIRMED_CAST
(edit) @10959   8 years Don-vip fix #13507 - safer management of listeners for Layer color property
(edit) @10824   8 years Don-vip see #13309 - Caching and notifying preferences (patch by michael2402) …
(edit) @10755   8 years Don-vip sonar - various fixes
(edit) @10611   8 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
(edit) @10364   8 years stoecker gsoc-core - patch by Michael Zangl - see #12953 - remove deprecation usage
(edit) @10175   8 years Don-vip fix #12813 - adapt GPX color scale bar to system of measurement for …
(edit) @10059   8 years Don-vip see #11924 - write proper html code to see it it resolves unit test …
(edit) @10008   8 years Don-vip fix #12633 - Make layer order more flexible by letting each layer …
(edit) @9949   8 years Don-vip remove deprecated stuff, code cleanup, javadoc, unit tests
(edit) @9461   8 years bastiK applied #12369 - default extension for saving files read from …
(edit) @8846   9 years Don-vip sonar - fb-contrib - minor performance improvements: * Method passes …
(edit) @8818   9 years simon04 fix #11925, see #11897 - Re-enable merging of gpx, marker, geoimage …
(edit) @8804   9 years simon04 see #6968 - Allow converting gpx marker layer to osm data layer
(edit) @8557   9 years Don-vip checkstyle
(edit) @8554   9 years bastiK applied #11634 - Moved global SOM management out of …
(edit) @8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
(edit) @8390   9 years Don-vip Sonar - various performance improvements
(edit) @8379   9 years Don-vip Consecutively calls to StringBuffer/StringBuilder .append should reuse …
(edit) @8378   9 years Don-vip fix copyright/license headers globally
(edit) @7518   10 years Don-vip fix #10489 - Add additional attributes to GPX Export for nodes + GPX …
(edit) @7402   10 years Don-vip fix some Sonar issues
(edit) @7320   10 years Don-vip fix #10283 - wrong time format in GPX/images layer leading to wrong …
(edit) @7319   10 years akks Add colorbar for active GPX layer, big GpxLayer class refactoring, see …
(edit) @7299   10 years Don-vip fix #10121 - Add a new look-and-feel preference to display ISO 8601 …
(edit) @7182   10 years akks see #10072: color large GPS points like the track segments use …
(edit) @7026   10 years stoecker fix #3142 - drop applet code finally
(edit) @7005   10 years Don-vip see #8465 - use diamond operator where applicable
(edit) @6904   10 years akks Large GPS points were not centered for draw.rawgps.large.size>3
(edit) @6895   10 years bastiK applied #9228 - Set transparency of circle from HDOP value (by …
(edit) @6889   10 years Don-vip fix some Sonar issues (JLS order)
(edit) @6830   10 years Don-vip javadoc fixes for jdk8 compatibility
(edit) @6775   10 years simon04 fix #9600 - GpxLayer: use neutral track color if speed is zero …
(edit) @6717   10 years Don-vip where applicable, replace System.arraycopy by Arrays.copyOf
(edit) @6708   10 years Don-vip fix #8417 - info GPX layer window not resizeable
(edit) @6666   10 years Don-vip see #9508 - refactor validator preferences + handling of JScrollPane
(edit) @6310   11 years Don-vip Sonar/FindBugs - Nested blocks of code should not be left empty
(edit) @6248   11 years Don-vip Rework console output: - new log level "error" - Replace nearly all …
(edit) @6232   11 years Don-vip Sonar - Avoid unused local variables
(edit) @6228   11 years Don-vip Sonar - replace array copy loops by more efficient calls to …
(edit) @6206   11 years bastiK fixed #8323 - Add support for GPX routes (<rte> element)
(edit) @6102   11 years Don-vip see #8902 - Small performance enhancements / coding style (patch by …
(edit) @6093   11 years akks see #8902 - collection size ==/!= 0 -> isEmpty()/!isEmpty() (patch by …
(edit) @6085   11 years Don-vip see #8902 - c-like array definitions changed to java-like (patch by …
(edit) @6070   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
(edit) @5959   11 years Don-vip fix #8714 - time span of opened gpx file not correct
(edit) @5815   11 years akks Improved filtering tracks by date: more convenient (see #8416) allow …
(edit) @5717   11 years akks see #8416: allow to filter gpx traces by age (layer context menu, …
(edit) @5715   11 years akks see #8416. GpxLayer refactoring: inner classes goes to …
(edit) @5681   11 years bastiK some simple refactoring
(edit) @5459   12 years Don-vip fix #2961 - Improve usability of WMS Layer Saving/Loading - Replaced …
(edit) @5450   12 years Don-vip fix #7917 - Control the number of items displayed at once in all …
(edit) @5438   12 years Don-vip fix #6733 - File Open dialog incorrectly accepts folder selection …
(edit) @5429   12 years Don-vip fix #7917 - Control the number of items displayed at once in all …
(edit) @5395   12 years bastiK gpxreader: minor refactoring, read version & creator (see #7927)
(edit) @5371   12 years Don-vip fix #7908 - Wrong comparison of strings (modified patch by Skyman)
(edit) @5050   12 years akks UrlLabel class simplification by Zverik, better label layout in …
(edit) @4968   12 years Don-vip fix #7386 - Major rework of preferences GUI settings in order to speed …
(edit) @4872   12 years akks Fix #7320 - make dialog for edit gpx track properties resizeable
(edit) @4745   12 years jttt Add precache wms tiles action to gpx layers (it will download wms …
(edit) @4718   12 years jttt Add posibility to run please wait runnable tasks in background
(edit) @4701   12 years stoecker adapt some more help links
(edit) @4648   12 years stoecker make large GPS dot size depending on line width
(edit) @4644   12 years stoecker fix linewidth for GPX layers
(edit) @4334   13 years xeen fix two NPEs in GpxLayer (fixes #6726) and also repaint the map when …
(edit) @4332   13 years xeen add ability to select which tracks to show for each GPX Layer (fixes …
(edit) @4323   13 years xeen fix #3247 by showing a progress report for long calculations.
(edit) @4282   13 years jttt Allow to specify custom pattern for marker text labels
(edit) @4276   13 years stoecker fix #6629 - patch by akks - fix gpx layer settings changes
(edit) @4270   13 years stoecker fix #6629 - patch by akks fixed by me - improve settings handling for …
(edit) @4250   13 years stoecker add dynamic colorselection for GPX tracks based on the real data range
(edit) @4230   13 years stoecker allow to color the entries in layer list dialog according to assigned …
(edit) @4208   13 years bastiK change default value for min distance of gpx arrows
(edit) @4207   13 years bastiK applied #6540 (anonymous contribution) - New gps-trace coloring …
(edit) @4143   13 years stoecker fix #6463 - fix NPE, remove some of the new toolbar warnings for image menu
(edit) @4129   13 years stoecker speedup GPX drawing due to better clipping
(edit) @4126   13 years bastiK memory optimizations for Node & WayPoint (Patch by Gubaer, modified) …
(edit) @4043   13 years stoecker fix #6153 - spelling fixes
(edit) @4021   13 years bastiK turn off antialiasing for gpx layers by default. Too slow because gpx …
(edit) @3755   13 years stoecker help topic fix
(edit) @3754   13 years stoecker some cleanups in help page marking
(edit) @3753   13 years stoecker fix help topics
(edit) @3490   14 years bastiK fixed #5349 - A LOT of gpx tracks fill entire screen with popup information
(edit) @3408   14 years jttt Show only actions that can work on all selected layers in …
(edit) @3325   14 years bastiK see #5123 - save last directory for each type of usage
(edit) @3280   14 years framm * added a selection to "download along this track" window which lets …
(edit) @3235   14 years jttt Fix #5013 gpx info shows time in weird format
(edit) @3208   14 years jttt Remember selected values in download along track dialog
(edit) @3128   14 years jttt Different fix for #4728 - discard offscreen buffer for all layer in MapView
(edit) @3127   14 years jttt Fix #4728 display of gps-tracks (points, lines) does not refresh, cosmetics
(edit) @3119   14 years jttt Cache offscreen buffer for GpxLayer
(edit) @3097   14 years jttt Fix #4652 Unexpected error when LiveGPS tracking is started
(edit) @2990   14 years jttt Fix some eclipse warnings
(edit) @2941   14 years bastiK fix gpx drawing ("intersects" is to strict on horizontal/vertical …
Note: See TracRevisionLog for help on using the revision log.