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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @16436   4 years simon04 see #19251 - Java 8: use Stream
(edit) @16398   4 years simon04 see #19208 - JCS: update package to org.apache.commons.jcs3
(edit) @16155   4 years Don-vip fix #18943 - add data types caption in Download along dialogues
(edit) @16069   4 years simon04 see #18752 - Harmonize stopwatch logging
(edit) @15971   4 years GerdP fix #18818: "Download from OSM along selected ways" disallows area …
(edit) @15970   4 years GerdP fix #18818: "Download from OSM along selected ways" disallows value < …
(edit) @15823   4 years Don-vip fix #18678 - fix DownloadAlong with locked layers
(edit) @15755   4 years simon04 Introduce Stopwatch class to measure elapsed time
(edit) @15735   4 years simon04 Java 8: replace .stream().forEach() with .forEach()
(edit) @15606   4 years Don-vip fix #18444 - Changed default to "all" and also revert …
(edit) @15586   4 years Don-vip code cleanup
(edit) @15503   5 years Don-vip see #16796 - fix 3 forgotten Checkstyle violations
(edit) @15502   5 years Don-vip see #16796 - use IGpxTrack in GpxData (patch by Bjoeni)
(edit) @15497   5 years Don-vip see #16796 - fix most of checkstyle/pmd/findbugs violations
(edit) @15496   5 years Don-vip fix #16796 - Rework of GPX track colors / layer preferences (patch by …
(edit) @15419   5 years Don-vip fix #2760 - simplify track during GPX layer -> data layer conversion …
(edit) @15363   5 years Don-vip fix #18050 - DownloadAlong: download as new layer
(edit) @15292   5 years Don-vip checkstyle/pmd/sonar
(edit) @15282   5 years Don-vip fix #18002 - ignore negative width in GpxDrawHelper
(edit) @15249   5 years Don-vip see #17829 - fix gpx conversion issues
(edit) @15247   5 years Don-vip see #17829 - support RTKLib Positioning Solution files. Add new …
(edit) @15001   5 years GerdP fix #17596: No lines displayed for GPX tracks without tags Patch by Bjoeni
(edit) @14962   5 years GerdP fix #17551: Download along track doesn't completely download areas …
(edit) @14875   5 years GerdP fix sonar issue: Add underscores to this numeric value for readability
(edit) @14872   5 years GerdP see #17443: increase threshold value reg. display of progress bar to …
(edit) @14868   5 years GerdP fix #17443: improve performance for GPX layer action "Download from …
(edit) @14748   5 years GerdP fix #17263: GpxLayer sometimes shows "ghost lines"
(edit) @14459   5 years Don-vip see #16995 - remove unused imports
(edit) @14456   5 years Don-vip fix #16995 - de-duplicate storage of timestamp within WayPoint and …
(edit) @14451   5 years Don-vip fix #16963 - do not draw lines for GPX unordered tracks
(edit) @14448   5 years Don-vip see #16995 - proper fix to timestamp formatting in GPX files, does not …
(edit) @14446   5 years Don-vip see #16995 - use_Date exclusively for PT_TIME attribute (patch by cmuelle8)
(edit) @14427   6 years wiktorn Fix canceling precaching imageries along GPX track * when GPX is big …
(edit) @14337   6 years Don-vip fix #16845 - ChooseTrackVisibilityActionTest: fix for non-headless …
(edit) @14336   6 years Don-vip see #16841 - checkstyle
(edit) @14332   6 years Don-vip fix #16841 - MergeLayerActionTest, DownloadWmsAlongTrackActionTest: …
(edit) @14302   6 years Don-vip see #16781 - fix more typos using https://github.com/vlajos/misspell-fixer
(edit) @14273   6 years stoecker fix typos - patch by naoliv - fix #16781 - Thanks a lot
(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) @14119   6 years Don-vip see #15229 - deprecate all Main methods returning an URL
(edit) @14108   6 years Don-vip SonarQube fixes
(edit) @14103   6 years Don-vip fix #16572 - Conversion options for tags GPX -> OSM (patch by Bjoeni)
(edit) @14055   6 years Don-vip fix #14103 - GPX → OSM: convert additional tags
(edit) @14051   6 years Don-vip see #14103 - add ele tag during GPX->OSM conversion
(edit) @13855   6 years Don-vip fix #11304 - preserve zoom after OSM layer <-> GPX layer conversion
(edit) @13842   6 years Don-vip see #16319 - scale properly all icons using ButtonSpec
(edit) @13724   6 years Don-vip fix #15124 - remember settings in "download along track" panel
(edit) @13206   6 years Don-vip enable PMD rule OptimizableToArrayCall
(edit) @13130   7 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) @12891   7 years bastiK see #15229 - move non-essential helper methods from Preferences to …
(edit) @12853   7 years bastiK see #15229 - include support for the long type in IPreferences
(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) @12678   7 years Don-vip see #15182 - move WindowGeometry from tools to gui.util
(edit) @12671   7 years Don-vip see #15182 - move file importers/exporters from io package to …
(edit) @12636   7 years Don-vip see #15182 - deprecate Main.getLayerManager(). Replacement: …
(edit) @12634   7 years Don-vip see #15182 - deprecate Main.worker, replace it by …
(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) @12377   7 years michael2402 See #14794: Document the layer.gpx package
(edit) @12367   7 years michael2402 Document GPX color scale
(edit) @12355   7 years michael2402 DownloadWmsAlongTrackAction: Do not require main window to be …
(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) @12279   7 years Don-vip sonar - squid:S3878 - Arrays should not be created for varargs parameters
(edit) @12274   7 years michael2402 Fix #14847: Fix reload of colors if data was added to/removed from gpx …
(edit) @12175   7 years michael2402 Trigger a GPX layer invalidation on SoM change.
(edit) @12173   7 years michael2402 Use invalidate() on the gpx layer instead of triggering a map view …
(edit) @12172   7 years michael2402 Remove unneccessary Main.map.repaint() - invalidate is enough.
(edit) @12171   7 years michael2402 Fixed checkstyle warnings.
(edit) @12168   7 years michael2402 Add a gap to the gpx line if the coordinates of a WayPoint are not known.
(edit) @12167   7 years michael2402 Make WayPoint implement ILatLon.
(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) @12131   7 years Don-vip see #11889, see #11924, see #13387 - use backported versions of …
(edit) @11935   7 years Don-vip sonar - squid:S2148 - Underscores should be used to make large numbers …
(edit) @11848   7 years Don-vip fix #14613 - Special HTML characters not escaped in GUI error messages
(edit) @11747   7 years Don-vip checkstyle - NoWhiteSpaceBefore ...
(edit) @11713   7 years Don-vip add Ant target to run PMD (only few rules for now), fix violations
(edit) @11704   7 years michael2402 Use Utils.clamp instead of Math.max(Math.min()) for doubles
(edit) @11702   7 years Don-vip more usages of Utils.clamp
(edit) @11621   7 years Don-vip checkstyle - fix CommentsIndentation errors
(edit) @11613   7 years Don-vip sonar - squid:S2325 - "private" methods that don't access instance …
(edit) @11608   7 years Don-vip fix #14402 - add blacklist for leisure area values to avoid false …
(edit) @11587   7 years Don-vip checkstyle - enable BooleanExpressionComplexity / 6
(edit) @11566   7 years Don-vip fix #14343 - GPS heat map should also support point clouds (modified …
(edit) @11535   7 years Don-vip sonar - squid:S2142 - "InterruptedException" should not be ignored
(edit) @11534   7 years Don-vip sonar - fb-contrib:FCBL_FIELD_COULD_BE_LOCAL - Correctness - Class …
(edit) @11486   7 years Don-vip fix #14275 - robustness against invalid timestamps in GPX files
(edit) @11483   7 years Don-vip fix #14247 - add icon as a visual indication of chosen gpx heatmap …
(edit) @11482   7 years Don-vip see #13124 - fix the problem with the different projections (patch by …
(edit) @11470   7 years bastiK see #13124 - better cache invalidation Fixes a problem when zoomed …
(edit) @11469   7 years bastiK see #13124 - fix some Heat Map issues (patch by kidelo)
(edit) @11459   7 years Don-vip sonar - squid:UselessParenthesesCheck - Useless parentheses around …
(edit) @11457   7 years Don-vip sonar - fb-contrib:IMC_IMMATURE_CLASS_IDE_GENERATED_PARAMETER_NAMES - …
(edit) @11452   7 years Don-vip sonar - fb-contrib:SEO_SUBOPTIMAL_EXPRESSION_ORDER - Performance - …
Note: See TracRevisionLog for help on using the revision log.