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) @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   15 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 …
(edit) @1811   15 years jttt PleaseWait refactoring. Progress is now reported using ProgressMonitor …
(edit) @1808   15 years Gubaer improved enabling/disabling of menu entries and action buttons …
(edit) @1744   15 years stoecker fixed #2823
(edit) @1736   15 years stoecker fixed #2823 - NPE
(edit) @1734   15 years stoecker close #2780 - patch by sbrunner - make hdop factor configurable(hidden …
(edit) @1724   15 years stoecker some more changes and bug fixes related to new projection stuff - GPX …
(edit) @1685   15 years stoecker fixed audio handling a bit
(edit) @1658   15 years stoecker fix some usability issues - see #2460
(edit) @1646   15 years stoecker cleanup in file access
(edit) @1638   15 years stoecker fixed 2421 - patch by jttt - negative HDOP
(edit) @1600   15 years stoecker fixed #2607 - patch by Teemu Koskinen - Don't add splitted ways in the …
(edit) @1589   15 years stoecker fixed #2575 - illegal defaults for gps line drawing
(edit) @1577   15 years stoecker close #1872 - patch by avar - handle GPX line drawing different for …
(edit) @1519   15 years stoecker fixed #2370 - Allow line drawing for local GPX files only - patch by …
(edit) @1508   15 years stoecker close #273 - copy GPX name on convert - patch by xeen
(edit) @1499   15 years stoecker close #2302 - patch by jttt - optimizations and encapsulation
(edit) @1465   15 years stoecker fix #1967. patch by xeen. This will break plugins using ProgressDialog …
(edit) @1462   15 years david first cut of creation of audio markers from timestamps on a set of …
(edit) @1435   15 years stoecker remove dead code. patch by xeen
(edit) @1425   15 years stoecker fixed #1642. patch by xeen
(edit) @1283   15 years stoecker fix #1978. Patch by xeen
(edit) @1245   15 years stoecker added link to presets, fix #1675
(edit) @1221   15 years stoecker cleanup color handling
Note: See TracRevisionLog for help on using the revision log.