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) @15847   5 years simon04 Fix typo in Javadoc
(edit) @15760   5 years simon04 fix #15628 - Strip HTML code from GPX descriptions
(edit) @15629   5 years Don-vip fix #18511 - Remove GpxExtension parent from equals contract (patch by …
(edit) @15560   5 years GerdP fix #18389: GPX track with color black is invisible (Patch by Bjoeni) …
(edit) @15504   5 years Don-vip see #16796 - fix 1 forgotten FindBugs violation
(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) @15427   6 years Don-vip fix recent SonarQube issues
(edit) @15419   6 years Don-vip fix #2760 - simplify track during GPX layer -> data layer conversion …
(edit) @15398   6 years Don-vip fix unit tests and javadoc
(edit) @15397   6 years Don-vip fix #18012 - create track segment names from gpx layer name if there …
(edit) @15390   6 years Don-vip remove deprecated code
(edit) @15249   6 years Don-vip see #17829 - fix gpx conversion issues
(edit) @15247   6 years Don-vip see #17829 - support RTKLib Positioning Solution files. Add new …
(edit) @15225   6 years Don-vip see #17848 - update hashCode/equals methods
(edit) @15219   6 years Don-vip fix #17848 - read and display IPTC metadata from jpeg/tiff images …
(edit) @15121   6 years Don-vip sonarqube, javadoc
(edit) @15035   6 years GerdP fix #17616: Add new functions to Geometry.java to find distances …
(edit) @15020   6 years GerdP fix checkstyle issues
(edit) @15018   6 years stoecker add missing NMEA fix types from NMEA 4.00
(edit) @15007   6 years Don-vip remove deprecated API
(edit) @14853   6 years Don-vip fix #17435 - NPE
(edit) @14802   6 years Don-vip fix #17131 - add mapcss function gpx_distance to get the distance to …
(edit) @14797   6 years Don-vip fix #17367 - NPE
(edit) @14624   6 years Don-vip fix various SonarQube issues
(edit) @14483   6 years Don-vip see #17040 - fix SonarQube issues
(edit) @14460   6 years Don-vip see #16995 - fix spotbugs/pmd/sonar warnings
(edit) @14456   6 years Don-vip fix #16995 - de-duplicate storage of timestamp within WayPoint and …
(edit) @14451   6 years Don-vip fix #16963 - do not draw lines for GPX unordered tracks
(edit) @14446   6 years Don-vip see #16995 - use_Date exclusively for PT_TIME attribute (patch by cmuelle8)
(edit) @14445   6 years Don-vip fix #16995 - use exclusively Date objects in waypoints (patch by …
(edit) @14434   6 years Don-vip fix #16995 - fix timestamp in GPX exports (patch by cmuelle8) + use …
(edit) @14341   7 years Don-vip see #16755 - fix sonarqube warnings
(edit) @14338   7 years Don-vip fix #16755 - Cut overlapping GPX layers when merging (patch by Bjoeni, …
(edit) @14211   7 years Don-vip sonarqube - squid:S1604 - Anonymous inner classes containing only one …
(edit) @14210   7 years Don-vip see #16681 - sonarqube - squid:HiddenFieldCheck
(edit) @14209   7 years Don-vip see #16681 - spotbugs / pmd
(edit) @14205   7 years Don-vip fix #16681 - Various enhancements for GPX correlation (patch by …
(edit) @14159   7 years Don-vip fix #16633 - add robustness against invalid time entries in GPX files
(edit) @14120   7 years Don-vip see #15229 - deprecate all Main methods related to projections. New …
(edit) @14119   7 years Don-vip see #15229 - deprecate all Main methods returning an URL
(edit) @14068   7 years Don-vip checkstyle/sonarqube
(edit) @14055   7 years Don-vip fix #14103 - GPX → OSM: convert additional tags
(edit) @13257   7 years Don-vip fix some recent Sonar issues
(edit) @13236   7 years Don-vip see #15630 - AppVeyor: fix build
(edit) @13210   7 years Don-vip fix #15606 - export relation to GPX file or convert to a new GPX layer …
(edit) @13136   7 years Don-vip fix #15573 - add synchronization to GpxData
(edit) @12725   8 years bastiK see #15229 - deprecate ILatLon#getEastNorth() so ILatLon has no …
(edit) @12656   8 years Don-vip see #15182 - move SearchCompiler from actions.search to …
(edit) @12620   8 years Don-vip see #15182 - deprecate all Main logging methods and introduce …
(edit) @12289   8 years Don-vip sonar - squid:CallToDeprecatedMethod - "@Deprecated" code should not …
(edit) @12275   8 years Don-vip see #14847 - optimization during gpx parsing: don't construct change …
(edit) @12267   8 years Don-vip sonar - fix various recent violations
(edit) @12220   8 years Don-vip suppress Java warning
(edit) @12199   8 years Don-vip checkstyle/PMD/findbugs
(edit) @12186   8 years michael2402 See #14794: Add javadoc for all gpx classes.
(edit) @12171   8 years michael2402 Fixed checkstyle warnings.
(edit) @12169   8 years michael2402 Fix lat/lon swapped for GPX conversion, add asymetric test case
(edit) @12167   8 years michael2402 Make WayPoint implement ILatLon.
(edit) @12165   8 years michael2402 Use identity instead of equality to add / remove gpx tracks.
(edit) @12164   8 years michael2402 Added missing ILatLon.java file.
(edit) @12156   8 years michael2402 See #14120: Don't make gpx tracks depend on the isChanged method, use …
(edit) @11893   8 years Don-vip sonar - squid:S1126 - Return of boolean expressions should not be …
(edit) @11747   8 years Don-vip checkstyle - NoWhiteSpaceBefore ...
(edit) @11553   8 years Don-vip refactor handling of null values - use Java 8 Optional where possible
(edit) @11288   8 years simon04 see #13376 - Use TimeUnit instead of combinations of 1000/60/60/24
(edit) @11095   9 years simon04 Default method implementations of Data interface
(edit) @10906   9 years Don-vip add more non-regression NMEA unit tests
(edit) @10747   9 years Don-vip sonar - squid:S1228 - Packages should have a javadoc file …
(edit) @10680   9 years Don-vip sonar - pmd:UseVarargs - Use Varargs
(edit) @10634   9 years Don-vip sonar - pmd:UselessQualifiedThis - Useless qualified this usage in the …
(edit) @10608   9 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
(edit) @10467   9 years Don-vip fix #13037 - Small fixes for unit tests (patch by michael2402) - gsoc-core
(edit) @10215   9 years Don-vip findbugs - MS_MUTABLE_COLLECTION
(edit) @10212   9 years Don-vip sonar - squid:S2221 - "Exception" should not be caught when not …
(edit) @10001   9 years Don-vip sonar - Local variable and method parameter names should comply with a …
(edit) @9989   9 years Don-vip sonar - Methods should not be empty
(edit) @9949   9 years Don-vip remove deprecated stuff, code cleanup, javadoc, unit tests
(edit) @9854   9 years Don-vip sonar - squid:S2272 - "Iterator.next()" methods should throw …
(edit) @9738   9 years simon04 GPX: Avoid unnecessary update of PT_TIME Relates to r9383.
(edit) @9383   9 years simon04 Deprecate PrimaryDateParser in favour of DateUtils
(edit) @9246   9 years Don-vip javadoc update
(edit) @9073   9 years Don-vip checkstyle - Comments Indentation
(edit) @8846   10 years Don-vip sonar - fb-contrib - minor performance improvements: * Method passes …
(edit) @8795   10 years Don-vip fix javadoc errors/warnings seen with JDK9
(edit) @8512   10 years Don-vip checkstyle: redundant modifiers
(edit) @8510   10 years Don-vip checkstyle: enable relevant whitespace checks and fix them
(edit) @8506   10 years Don-vip fix some Sonar issues
(edit) @8393   10 years Don-vip see #11447 - partial revert of r8384
(edit) @8384   10 years Don-vip squid:S1244 - Floating point numbers should not be tested for equality
(edit) @8376   10 years Don-vip code style - remove useless calls to toString()
(edit) @8373   10 years Don-vip code style - Method makes literal string comparisons passing the …
(edit) @8308   10 years Don-vip fix potential NPEs and Sonar issues related to serialization
(edit) @7937   10 years bastiK add subversion property svn:eol=native
(edit) @7575   11 years Don-vip fix #7976 - Get downloaded gpx areas, on the same model as osm data
(edit) @7518   11 years Don-vip fix #10489 - Add additional attributes to GPX Export for nodes + GPX …
(edit) @7509   11 years stoecker remove tabs
(edit) @7319   11 years akks Add colorbar for active GPX layer, big GpxLayer class refactoring, see …
(edit) @7299   11 years Don-vip fix #10121 - Add a new look-and-feel preference to display ISO 8601 …
Note: See TracRevisionLog for help on using the revision log.