]> gitweb.fperrin.net Git - GpsPrune.git/commit
Version 10, May 2010
authoractivityworkshop <mail@activityworkshop.net>
Sat, 14 Feb 2015 14:35:04 +0000 (15:35 +0100)
committeractivityworkshop <mail@activityworkshop.net>
Sat, 14 Feb 2015 14:35:04 +0000 (15:35 +0100)
commitc0387c124840c9407e040600fda88f3c3e8f6aa6
tree4ee02e517cfad5f6160193837e866417a285b721
parent1ee49ae3c8ef3aa2e63eadd458531e5f8bd4f92c
Version 10, May 2010
83 files changed:
tim/prune/App.java
tim/prune/FunctionLibrary.java
tim/prune/GpsPruner.java
tim/prune/I18nManager.java
tim/prune/config/Config.java
tim/prune/copyright.txt
tim/prune/data/Checker.java [new file with mode: 0644]
tim/prune/data/Coordinate.java
tim/prune/data/Track.java
tim/prune/data/TrackInfo.java
tim/prune/function/AboutScreen.java
tim/prune/function/AddMapSourceDialog.java [new file with mode: 0644]
tim/prune/function/DiskCacheConfig.java [new file with mode: 0644]
tim/prune/function/FullRangeDetails.java
tim/prune/function/MapSourceListModel.java [new file with mode: 0644]
tim/prune/function/PasteCoordinates.java
tim/prune/function/SetLanguage.java
tim/prune/function/SetMapBgFunction.java
tim/prune/function/SetPathsFunction.java
tim/prune/function/charts/Charter.java
tim/prune/function/srtm/LookupSrtmFunction.java [new file with mode: 0644]
tim/prune/function/srtm/SrtmTile.java [new file with mode: 0644]
tim/prune/function/srtm/TileFinder.java [new file with mode: 0644]
tim/prune/function/srtm/gen/GenerateTileLookup.java [new file with mode: 0644]
tim/prune/function/srtm/gen/tiles1.txt [new file with mode: 0644]
tim/prune/function/srtm/gen/tiles2.txt [new file with mode: 0644]
tim/prune/function/srtm/gen/tiles3.txt [new file with mode: 0644]
tim/prune/function/srtm/gen/tiles4.txt [new file with mode: 0644]
tim/prune/function/srtm/gen/tiles5.txt [new file with mode: 0644]
tim/prune/function/srtm/gen/tiles6.txt [new file with mode: 0644]
tim/prune/function/srtm/srtmtiles.dat [new file with mode: 0644]
tim/prune/gui/DetailsDisplay.java
tim/prune/gui/DisplayUtils.java
tim/prune/gui/GenericChart.java [deleted file]
tim/prune/gui/MenuManager.java
tim/prune/gui/PhotoThumbnail.java
tim/prune/gui/ProfileChart.java [deleted file]
tim/prune/gui/map/CloudmadeMapSource.java [new file with mode: 0644]
tim/prune/gui/map/DiskTileCacher.java [new file with mode: 0644]
tim/prune/gui/map/MapCanvas.java
tim/prune/gui/map/MapSource.java [new file with mode: 0644]
tim/prune/gui/map/MapSourceLibrary.java [new file with mode: 0644]
tim/prune/gui/map/MapTileCacher.java [deleted file]
tim/prune/gui/map/MapTileConfig.java [deleted file]
tim/prune/gui/map/MapTileManager.java [new file with mode: 0644]
tim/prune/gui/map/MemTileCacher.java [new file with mode: 0644]
tim/prune/gui/map/MffMapSource.java [new file with mode: 0644]
tim/prune/gui/map/OsmMapSource.java [new file with mode: 0644]
tim/prune/gui/profile/AltitudeData.java [new file with mode: 0644]
tim/prune/gui/profile/ProfileChart.java [new file with mode: 0644]
tim/prune/gui/profile/ProfileData.java [new file with mode: 0644]
tim/prune/gui/profile/SpeedData.java [new file with mode: 0644]
tim/prune/jpeg/ExifGateway.java [new file with mode: 0644]
tim/prune/jpeg/ExifLibrary.java [new file with mode: 0644]
tim/prune/jpeg/ExternalExifLibrary.java [new file with mode: 0644]
tim/prune/jpeg/InternalExifLibrary.java [new file with mode: 0644]
tim/prune/jpeg/JpegData.java [moved from tim/prune/drew/jpeg/JpegData.java with 70% similarity]
tim/prune/jpeg/drew/ExifReader.java [moved from tim/prune/drew/jpeg/ExifReader.java with 92% similarity]
tim/prune/jpeg/drew/JpegException.java [moved from tim/prune/drew/jpeg/JpegException.java with 93% similarity]
tim/prune/jpeg/drew/JpegSegmentData.java [moved from tim/prune/drew/jpeg/JpegSegmentData.java with 95% similarity]
tim/prune/jpeg/drew/JpegSegmentReader.java [moved from tim/prune/drew/jpeg/JpegSegmentReader.java with 96% similarity]
tim/prune/jpeg/drew/Rational.java [moved from tim/prune/drew/jpeg/Rational.java with 94% similarity]
tim/prune/lang/prune-texts_af.properties
tim/prune/lang/prune-texts_de.properties
tim/prune/lang/prune-texts_de_CH.properties
tim/prune/lang/prune-texts_en.properties
tim/prune/lang/prune-texts_es.properties
tim/prune/lang/prune-texts_fr.properties
tim/prune/lang/prune-texts_in.properties
tim/prune/lang/prune-texts_it.properties
tim/prune/lang/prune-texts_ja.properties
tim/prune/lang/prune-texts_pl.properties
tim/prune/lang/prune-texts_pt.properties
tim/prune/lang/prune-texts_ro.properties
tim/prune/lang/prune-texts_tr.properties
tim/prune/lang/prune-texts_zh.properties
tim/prune/load/JpegLoader.java
tim/prune/load/NmeaFileLoader.java
tim/prune/load/NmeaMessage.java
tim/prune/load/xml/ZipFileLoader.java
tim/prune/readme.txt
tim/prune/save/GpxCacher.java
tim/prune/undo/UndoLookupSrtm.java [new file with mode: 0644]