# # ChangeLog for applications/viewer/jmapviewer/.project in osm # # Generated by Trac 1.6 # 2024-12-21T13:04:16+01:00 Sun, 02 Aug 2015 14:31:54 GMT donvip [31433] * applications/viewer/jmapviewer/.project (modified) * applications/viewer/jmapviewer/.settings/org.eclipse.jdt.core.prefs (modified) * applications/viewer/jmapviewer/.settings/org.sonar.ide.eclipse.core.prefs (added) * applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/AbstractLayer.java (modified) * applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/Coordinate.java (modified) * applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/DefaultMapController.java (modified) * applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/Demo.java (modified) * applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/JMapViewer.java (modified) * applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/MapMarkerCircle.java (modified) * applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/OsmTileLoader.java (modified) * applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/interfaces/MapMarker.java (modified) * applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/tilesources/AbstractTMSTileSource.java (modified) * applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/tilesources/AbstractTileSource.java (modified) * applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/tilesources/OsmTileSource.java (modified) * applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/tilesources/TemplatedTMSTileSource.java (modified) [jmapviewer] configure with SonarQube + add missing @Override annotations Sat, 01 Aug 2015 21:03:12 GMT donvip [31430] * applications/viewer/jmapviewer/.project (modified) * applications/viewer/jmapviewer/.settings/edu.umd.cs.findbugs.core.prefs (added) * applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/JMapViewer.java (modified) * applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/JobDispatcher.java (modified) * applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/OsmMercator.java (modified) * applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/OsmTileLoader.java (modified) * applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/Tile.java (modified) * applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/tilesources/AbstractTMSTileSource.java (modified) * applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/tilesources/BingAerialTileSource.java (modified) * applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/tilesources/TemplatedTMSTileSource.java (modified) * applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/tilesources/TileSourceInfo.java (modified) [jmapviewer] fix some findbugs issues Sat, 01 Aug 2015 18:23:53 GMT donvip [31428] * applications/viewer/jmapviewer (modified) * applications/viewer/jmapviewer/.checkstyle (added) * applications/viewer/jmapviewer/.project (modified) * applications/viewer/jmapviewer/build.xml (modified) * applications/viewer/jmapviewer/tools (added) * applications/viewer/jmapviewer/tools/checkstyle (added) * applications/viewer/jmapviewer/tools/checkstyle/checkstyle-6.8.1-all.jar (added) * applications/viewer/jmapviewer/tools/checkstyle/jmapviewer_checks.xml (added) * applications/viewer/jmapviewer/tools/checkstyle/jmapviewer_filters.xml (added) * applications/viewer/jmapviewer/tools/findbugs (added) * applications/viewer/jmapviewer/tools/findbugs/annotations.jar (added) * applications/viewer/jmapviewer/tools/findbugs/ant.jar (added) * applications/viewer/jmapviewer/tools/findbugs/asm-debug-all-5.0.2.jar (added) * applications/viewer/jmapviewer/tools/findbugs/bcel-6.0-SNAPSHOT.jar (added) * applications/viewer/jmapviewer/tools/findbugs/buggy.icns (added) * applications/viewer/jmapviewer/tools/findbugs/commons-lang-2.6.jar (added) * applications/viewer/jmapviewer/tools/findbugs/dom4j-1.6.1.jar (added) * applications/viewer/jmapviewer/tools/findbugs/findbugs-ant.jar (added) * applications/viewer/jmapviewer/tools/findbugs/findbugs.jar (added) * applications/viewer/jmapviewer/tools/findbugs/jFormatString.jar (added) * applications/viewer/jmapviewer/tools/findbugs/jaxen-1.1.6.jar (added) * applications/viewer/jmapviewer/tools/findbugs/jcip-annotations.jar (added) * applications/viewer/jmapviewer/tools/findbugs/jdepend-2.9.jar (added) * applications/viewer/jmapviewer/tools/findbugs/jsr305.jar (added) * applications/viewer/jmapviewer/tools/findbugs/yjp-controller-api-redist.jar (added) [jmapviewer] enable findbugs/checkstyle Sat, 27 Dec 2014 13:34:30 GMT donvip [30881] * applications/viewer/jmapviewer/.project (modified) [jmapviewer] fix Eclipse project name Sun, 10 Aug 2008 15:53:22 GMT stotz [9618] * applications/viewer/jmapviewer (modified) * applications/viewer/jmapviewer/.classpath (added) * applications/viewer/jmapviewer/.project (added) * applications/viewer/jmapviewer/.settings (added) * applications/viewer/jmapviewer/.settings/org.eclipse.core.resources.prefs (added) * applications/viewer/jmapviewer/bin (added) * applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/Demo.java (modified) * applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/OsmFileCacheTileLoader.java (modified) * applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/OsmTileLoader.java (modified) * applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/Tile.java (modified) Small changes to the way tiles are loaded