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) @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 …
(edit) @2907   14 years jttt Gpx refactoring - GpxTrack and GpxTrackSegment is now interface, …
(edit) @2867   14 years jttt Better gpx layer tooltip, don't add gpx layer if gpx file is empty
(edit) @2851   14 years jttt Added progress monitor to JpgImporter, allow to cancel importing
(edit) @2850   14 years mjulius fix messages for gui
(edit) @2702   14 years bastiK fixed #4100 - unable to simply load already referenced images Added …
(edit) @2635   14 years bastiK fixed gpx-rendering error: Tracksegments should not be connected by a …
(edit) @2626   14 years jttt Fixed some of the warnings found by FindBugs
(edit) @2592   14 years bastiK geoimage: make thumbnails optional + cosmetics (see #4101)
(edit) @2577   14 years bastiK Adjusted toggle dialog behavior for geoimage: * When click on a …
(edit) @2566   14 years bastiK Moved the code from agpifoj plugin to JOSM core. Thanks to Christian …
(edit) @2549   14 years Gubaer fixed #3065: Importing audio into the "Downloaded GPX Data" layer …
(edit) @2548   14 years Gubaer fixed #3064: Importing images into the "Downloaded GPX Data" layer …
(edit) @2512   14 years stoecker i18n updated, fixed files to reduce problems when applying patches, …
(edit) @2450   14 years jttt Added parameter Bounds to MapView, draw only currently visible …
(edit) @2381   14 years jttt Change most occurrences of Dataset.nodes/ways/relations with …
(edit) @2322   14 years Gubaer Added canceling of DownloadOsmTaskLists Removed error remembering in …
(edit) @2151   15 years Gubaer applied #3526: patch by glebius@...: be more verbose about available …
(edit) @2146   15 years stoecker applied #3425 - patch by dmuecke - Import Audio gives excessive warnings
(edit) @2105   15 years Gubaer applied #3222: patch by sbrunner: better HDOP visualisation
(edit) @2025   15 years Gubaer new: improved dialog for uploading/saving modified layers on exit new: …
(edit) @2017   15 years Gubaer removed OptionPaneUtil cleanup of deprecated Layer API cleanup of …
(edit) @1956   15 years stoecker add hidden option to change width of GPX lines
(edit) @1910   15 years jttt Way refactoring - finish replacing Way.nodes with the new api
(edit) @1890   15 years Gubaer update: rewrite of layer dialog new: allows multiple selection of …
(edit) @1865   15 years Gubaer replaced JOptionPane.show* by OptionPaneUtil.show* ExtendeDialog now …
(edit) @1838   15 years Gubaer new: two utility classes in GUI subsystem: OptionPaneUtil and …
Note: See TracRevisionLog for help on using the revision log.