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) @10755   8 years Don-vip sonar - various fixes
(edit) @10680   8 years Don-vip sonar - pmd:UseVarargs - Use Varargs
(edit) @10659   8 years Don-vip see #12472 - fix more warnings, increase maximum number of reported …
(edit) @10647   8 years Don-vip see #11390 - use functional comparators
(edit) @10619   8 years Don-vip see #11390 - Java 8: use List.sort(Comparator) instead of …
(edit) @10611   8 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
(edit) @10436   8 years Don-vip see #13001 - replace calls to Main.main.[add|remove]Layer by …
(edit) @10378   8 years Don-vip Checkstyle 6.19: enable SingleSpaceSeparator and fix violations
(edit) @10364   8 years stoecker gsoc-core - patch by Michael Zangl - see #12953 - remove deprecation usage
(edit) @10303   8 years Don-vip sonar - squid:S2164 - Math should not be performed on floats
(edit) @10228   8 years Don-vip findbugs: SC_START_IN_CTOR + UW_UNCOND_WAIT + UM_UNNECESSARY_MATH + …
(edit) @10217   8 years Don-vip findbugs - SF_SWITCH_NO_DEFAULT + various sonar fixes
(edit) @10212   8 years Don-vip sonar - squid:S2221 - "Exception" should not be caught when not …
(edit) @10186   8 years Don-vip fix #12813 - partial revert of r10175 - HDOP is unitless
(edit) @10181   8 years Don-vip sonar - squid:S2184 - Math operands should be cast before assignment
(edit) @10175   8 years Don-vip fix #12813 - adapt GPX color scale bar to system of measurement for …
(edit) @10173   8 years Don-vip sonar - squid:S1186 - Methods should not be empty
(edit) @10074   8 years Don-vip refactor duplicated code
(edit) @10001   8 years Don-vip sonar - Local variable and method parameter names should comply with a …
(edit) @9917   8 years Don-vip better handling of HelpAwareOptionPane.showOptionDialog in headless mode
(edit) @9880   8 years Don-vip findbugs
(edit) @9860   8 years wiktorn Tile Source class as a Generic Type to AbstractTileSourceLayer …
(edit) @9817   8 years Don-vip fix coverity defect 1351474 (division by zero), add unit test
(edit) @9804   8 years Don-vip robustness/code refactoring for unit tests
(edit) @9796   8 years bastiK applied #12524 - heading calculation reversed longitudes (patch by kolesar)
(edit) @9719   8 years Don-vip DownloadWmsAlongTrackAction: add new unit test, error logs, fix …
(edit) @9576   8 years Don-vip code refactoring for unit tests / headless mode
(edit) @9395   8 years simon04 Extent the unit test for GpxDrawHelper
(edit) @9338   8 years simon04 fix #12312 - Error when loading GPX file with single point and track …
(edit) @9305   8 years simon04 Import images: avoid NPE
(edit) @9248   8 years simon04 fix #11237 - Change default color of waypoints and GPS tracks to magenta
(edit) @9243   8 years Don-vip javadoc update
(edit) @9234   8 years simon04 fix #11338 - Gpx tracks: speed outliers and coloring
(edit) @9215   8 years Don-vip fix #12250 - Error when loading session containing layer converted …
(edit) @9078   8 years Don-vip sonar - Immutable Field
(edit) @9073   8 years Don-vip checkstyle - Comments Indentation
(edit) @8987   8 years simon04 fix #12059 - NPE when converting GPX layer to data-layer from …
(edit) @8870   9 years Don-vip sonar - squid:S2325 - "private" methods that don't access instance …
(edit) @8848   9 years Don-vip sonar - squid:S2131 - Primitives should not be boxed just for "String" …
(edit) @8846   9 years Don-vip sonar - fb-contrib - minor performance improvements: * Method passes …
(edit) @8840   9 years Don-vip sonar - squid:S3052 - Fields should not be initialized to default values
(edit) @8836   9 years Don-vip fix Checkstyle issues
(edit) @8830   9 years simon04 fix #9012 - Saving a converted osm/gpx layer should save with correct …
(edit) @8804   9 years simon04 see #6968 - Allow converting gpx marker layer to osm data layer
(edit) @8672   9 years simon04 DownloadAlong: allow to specify areas smaller than 1km², use unit …
(edit) @8624   9 years bastiK add missing svn:eol-style=native
(edit) @8554   9 years bastiK applied #11634 - Moved global SOM management out of …
(edit) @8540   9 years Don-vip fix remaining checkstyle issues
(edit) @8526   9 years wiktorn Introduce WMS layer based on TMS. (closes: #11255) HEADS UP: After …
(edit) @8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
(edit) @8509   9 years Don-vip fix many checkstyle violations
(edit) @8469   9 years Don-vip Add some more package-info.java to enhance Javadoc. Refactor package …
(edit) @8444   9 years Don-vip remove extra whitespaces
(edit) @8404   9 years Don-vip When doing a String.toLowerCase()/toUpperCase() call, use a …
(edit) @8384   9 years Don-vip squid:S1244 - Floating point numbers should not be tested for equality
(edit) @8378   9 years Don-vip fix copyright/license headers globally
(edit) @8346   9 years Don-vip squid:S00116 - Field names should comply with a naming convention
(edit) @8338   9 years Don-vip fix squid:S1319 - Declarations should use Java collection interfaces …
(edit) @8308   9 years Don-vip fix potential NPEs and Sonar issues related to serialization
(edit) @8285   9 years Don-vip fix sonar squid:S2039 - Member variable visibility should be specified
(edit) @7937   9 years bastiK add subversion property svn:eol=native
(edit) @7578   10 years Don-vip fix #10024 - Add an option in Preferences/Look-and-Feel to use native …
(edit) @7577   10 years Don-vip fix #7010 - bigger eye icon in GPX track visibility dialog. Comes from …
(edit) @7536   10 years Don-vip fix #8430 - Download along: rework selection panel to allow smaller areas
(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) @7402   10 years Don-vip fix some Sonar issues
(edit) @7345   10 years akks see #10269: avoid null color values in GpxLayer for sure
(edit) @7340   10 years Don-vip see #10269 - fix NPE (robustness. trkPnt.customColoring should …
(edit) @7323   10 years akks see #10294: gpx single color mode was broke (regression of r7319)
(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) @7017   10 years Don-vip see #8465 - fix easy compilation warnings
(edit) @7005   10 years Don-vip see #8465 - use diamond operator where applicable
(edit) @7001   10 years Don-vip see #8465 - switch core to Java 7
(edit) @6977   10 years Don-vip fix some sonar issues recently introduced
(edit) @6958   10 years Don-vip fix #9827 - Sort track length by value instead of string …
(edit) @6897   10 years stoecker see #9778 - use TLS for JOSM website access
(edit) @6890   10 years Don-vip fix some Sonar issues (Constructor Calls Overridable Method)
(edit) @6717   10 years Don-vip where applicable, replace System.arraycopy by Arrays.copyOf
(edit) @6666   10 years Don-vip see #9508 - refactor validator preferences + handling of JScrollPane
(edit) @6615   10 years Don-vip fix compilation warnings + minor code refactorization
(edit) @6565   10 years simon04 fix #9484 - source in upload dialog: add knowledge, survey to …
(edit) @6453   10 years Don-vip global use of osm website url and new url scheme
(edit) @6340   10 years Don-vip refactor of some GUI/widgets classes (impacts some plugins): - …
(edit) @6316   11 years Don-vip Sonar/FindBugs - Loose coupling
(edit) @6313   11 years Don-vip cosmetics in error reporting
(edit) @6248   11 years Don-vip Rework console output: - new log level "error" - Replace nearly all …
(edit) @6228   11 years Don-vip Sonar - replace array copy loops by more efficient calls to …
(edit) @6142   11 years Don-vip see #8902 - fix compilation warnings
(edit) @6104   11 years Don-vip see #8902 - Small performance enhancements / coding style (patch by …
(edit) @6101   11 years akks revert 6099: seems it was not the described bug
(edit) @6099   11 years akks see #8921: avoid setTooltipText(null) (gives NPE when tooltip is shown …
(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) @6084   11 years bastiK see #8902 - add missing @Override annotations (patch by shinigami)
(edit) @6083   11 years bastiK see #8902 - Small performance enhancements (patch by shinigami)
(edit) @6070   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
(edit) @6054   11 years Don-vip see #2283 - download GPX data along a track + code refactorization to …
(edit) @6053   11 years Don-vip see #2283 - allow to download both osm and gpx data in …
Note: See TracRevisionLog for help on using the revision log.