source: josm/trunk/src/org/openstreetmap/josm/data/gpx

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @14853   5 years Don-vip fix #17435 - NPE
(edit) @14802   5 years Don-vip fix #17131 - add mapcss function gpx_distance to get the distance to …
(edit) @14797   5 years Don-vip fix #17367 - NPE
(edit) @14624   5 years Don-vip fix various SonarQube issues
(edit) @14483   5 years Don-vip see #17040 - fix SonarQube issues
(edit) @14460   5 years Don-vip see #16995 - fix spotbugs/pmd/sonar warnings
(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) @14446   5 years Don-vip see #16995 - use_Date exclusively for PT_TIME attribute (patch by cmuelle8)
(edit) @14445   5 years Don-vip fix #16995 - use exclusively Date objects in waypoints (patch by …
(edit) @14434   5 years Don-vip fix #16995 - fix timestamp in GPX exports (patch by cmuelle8) + use …
(edit) @14341   6 years Don-vip see #16755 - fix sonarqube warnings
(edit) @14338   6 years Don-vip fix #16755 - Cut overlapping GPX layers when merging (patch by Bjoeni, …
(edit) @14211   6 years Don-vip sonarqube - squid:S1604 - Anonymous inner classes containing only one …
(edit) @14210   6 years Don-vip see #16681 - sonarqube - squid:HiddenFieldCheck
(edit) @14209   6 years Don-vip see #16681 - spotbugs / pmd
(edit) @14205   6 years Don-vip fix #16681 - Various enhancements for GPX correlation (patch by …
(edit) @14159   6 years Don-vip fix #16633 - add robustness against invalid time entries in GPX files
(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) @14068   6 years Don-vip checkstyle/sonarqube
(edit) @14055   6 years Don-vip fix #14103 - GPX → OSM: convert additional tags
(edit) @13257   6 years Don-vip fix some recent Sonar issues
(edit) @13236   6 years Don-vip see #15630 - AppVeyor: fix build
(edit) @13210   6 years Don-vip fix #15606 - export relation to GPX file or convert to a new GPX layer …
(edit) @13136   6 years Don-vip fix #15573 - add synchronization to GpxData
(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) @12620   7 years Don-vip see #15182 - deprecate all Main logging methods and introduce …
(edit) @12289   7 years Don-vip sonar - squid:CallToDeprecatedMethod - "@Deprecated" code should not …
(edit) @12275   7 years Don-vip see #14847 - optimization during gpx parsing: don't construct change …
(edit) @12267   7 years Don-vip sonar - fix various recent violations
(edit) @12220   7 years Don-vip suppress Java warning
(edit) @12199   7 years Don-vip checkstyle/PMD/findbugs
(edit) @12186   7 years michael2402 See #14794: Add javadoc for all gpx classes.
(edit) @12171   7 years michael2402 Fixed checkstyle warnings.
(edit) @12169   7 years michael2402 Fix lat/lon swapped for GPX conversion, add asymetric test case
(edit) @12167   7 years michael2402 Make WayPoint implement ILatLon.
(edit) @12165   7 years michael2402 Use identity instead of equality to add / remove gpx tracks.
(edit) @12164   7 years michael2402 Added missing ILatLon.java file.
(edit) @12156   7 years michael2402 See #14120: Don't make gpx tracks depend on the isChanged method, use …
(edit) @11893   7 years Don-vip sonar - squid:S1126 - Return of boolean expressions should not be …
(edit) @11747   7 years Don-vip checkstyle - NoWhiteSpaceBefore ...
(edit) @11553   7 years Don-vip refactor handling of null values - use Java 8 Optional where possible
(edit) @11288   7 years simon04 see #13376 - Use TimeUnit instead of combinations of 1000/60/60/24
(edit) @11095   8 years simon04 Default method implementations of Data interface
(edit) @10906   8 years Don-vip add more non-regression NMEA unit tests
(edit) @10747   8 years Don-vip sonar - squid:S1228 - Packages should have a javadoc file …
(edit) @10680   8 years Don-vip sonar - pmd:UseVarargs - Use Varargs
(edit) @10634   8 years Don-vip sonar - pmd:UselessQualifiedThis - Useless qualified this usage in the …
(edit) @10608   8 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
(edit) @10467   8 years Don-vip fix #13037 - Small fixes for unit tests (patch by michael2402) - gsoc-core
(edit) @10215   8 years Don-vip findbugs - MS_MUTABLE_COLLECTION
(edit) @10212   8 years Don-vip sonar - squid:S2221 - "Exception" should not be caught when not …
(edit) @10001   8 years Don-vip sonar - Local variable and method parameter names should comply with a …
(edit) @9989   8 years Don-vip sonar - Methods should not be empty
(edit) @9949   8 years Don-vip remove deprecated stuff, code cleanup, javadoc, unit tests
(edit) @9854   8 years Don-vip sonar - squid:S2272 - "Iterator.next()" methods should throw …
(edit) @9738   8 years simon04 GPX: Avoid unnecessary update of PT_TIME Relates to r9383.
(edit) @9383   8 years simon04 Deprecate PrimaryDateParser in favour of DateUtils
(edit) @9246   8 years Don-vip javadoc update
(edit) @9073   8 years Don-vip checkstyle - Comments Indentation
(edit) @8846   9 years Don-vip sonar - fb-contrib - minor performance improvements: * Method passes …
(edit) @8795   9 years Don-vip fix javadoc errors/warnings seen with JDK9
(edit) @8512   9 years Don-vip checkstyle: redundant modifiers
(edit) @8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
(edit) @8506   9 years Don-vip fix some Sonar issues
(edit) @8393   9 years Don-vip see #11447 - partial revert of r8384
(edit) @8384   9 years Don-vip squid:S1244 - Floating point numbers should not be tested for equality
(edit) @8376   9 years Don-vip code style - remove useless calls to toString()
(edit) @8373   9 years Don-vip code style - Method makes literal string comparisons passing the …
(edit) @8308   9 years Don-vip fix potential NPEs and Sonar issues related to serialization
(edit) @7937   9 years bastiK add subversion property svn:eol=native
(edit) @7575   10 years Don-vip fix #7976 - Get downloaded gpx areas, on the same model as osm data
(edit) @7518   10 years Don-vip fix #10489 - Add additional attributes to GPX Export for nodes + GPX …
(edit) @7509   10 years stoecker remove tabs
(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) @7020   10 years Don-vip see #8465 - fix remaining compilation warnings
(edit) @7005   10 years Don-vip see #8465 - use diamond operator where applicable
(edit) @6897   10 years stoecker see #9778 - use TLS for JOSM website access
(edit) @6895   10 years bastiK applied #9228 - Set transparency of circle from HDOP value (by …
(edit) @6830   10 years Don-vip javadoc fixes for jdk8 compatibility
(edit) @6380   10 years Don-vip update license/copyright information
(edit) @6296   11 years Don-vip Sonar/Findbugs - Avoid commented-out lines of code, javadoc
(edit) @6246   11 years Don-vip Sonar/FindBugs - various bugfixes / violation fixes
(edit) @6206   11 years bastiK fixed #8323 - Add support for GPX routes (<rte> element)
(edit) @6203   11 years Don-vip fix #9024 - bbox/bounds memory optimizations (modified patch by …
(edit) @6143   11 years Don-vip see #8885 - cleanup in command line arguments and website URL handling
(edit) @6142   11 years Don-vip see #8902 - fix compilation warnings
(edit) @6084   11 years bastiK see #8902 - add missing @Override annotations (patch by shinigami)
(edit) @6069   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
(edit) @5910   11 years bastiK rename namespace for consistency
(edit) @5909   11 years stoecker fix all remaining javadoc warnings
(edit) @5715   11 years akks see #8416. GpxLayer refactoring: inner classes goes to …
(edit) @5684   11 years bastiK add session support for marker layers (see #4029) The data is …
(edit) @5681   11 years bastiK some simple refactoring
(edit) @5679   11 years bastiK fixed #2900 - Saving and reopening of downloaded gpx segments displays …
(edit) @5502   12 years Don-vip fix some compilation warnings
(edit) @5395   12 years bastiK gpxreader: minor refactoring, read version & creator (see #7927)
Note: See TracRevisionLog for help on using the revision log.