]> gitweb.fperrin.net Git - GpsPrune.git/commit
Version 6, October 2008
authoractivityworkshop <mail@activityworkshop.net>
Sat, 14 Feb 2015 14:09:17 +0000 (15:09 +0100)
committeractivityworkshop <mail@activityworkshop.net>
Sat, 14 Feb 2015 14:09:17 +0000 (15:09 +0100)
commit52bf9e8686c916be37a26a0b75340393d4478b05
tree59c8a9d0e27cac13e73ca6ad0814bf75fae96510
parentca9bdb3916f9c39adbbf95d06ac95c21dafbb4e6
Version 6, October 2008
70 files changed:
tim/prune/App.java
tim/prune/Config.java [new file with mode: 0644]
tim/prune/ConfigException.java [new file with mode: 0644]
tim/prune/GpsPruner.java
tim/prune/I18nManager.java
tim/prune/browser/UrlGenerator.java
tim/prune/configuration.txt [new file with mode: 0644]
tim/prune/correlate/PhotoCorrelator.java
tim/prune/data/Altitude.java
tim/prune/data/Coordinate.java
tim/prune/data/DataPoint.java
tim/prune/data/LatLonRectangle.java [new file with mode: 0644]
tim/prune/data/Selection.java
tim/prune/data/Timestamp.java
tim/prune/data/Track.java
tim/prune/data/TrackInfo.java
tim/prune/gui/AboutScreen.java
tim/prune/gui/CheckVersionScreen.java [new file with mode: 0644]
tim/prune/gui/DetailsDisplay.java
tim/prune/gui/GenericChart.java
tim/prune/gui/IconManager.java [new file with mode: 0644]
tim/prune/gui/MapChart.java [deleted file]
tim/prune/gui/MenuManager.java
tim/prune/gui/SelectorDisplay.java
tim/prune/gui/StatusBar.java
tim/prune/gui/TimeOffsetDialog.java [new file with mode: 0644]
tim/prune/gui/WholeNumberField.java [new file with mode: 0644]
tim/prune/gui/images/autopan.gif [new file with mode: 0644]
tim/prune/gui/images/autopan_on.gif [new file with mode: 0644]
tim/prune/gui/images/cut_and_move.gif [new file with mode: 0644]
tim/prune/gui/images/delete_point_icon.gif [new file with mode: 0644]
tim/prune/gui/images/delete_range_icon.gif [new file with mode: 0644]
tim/prune/gui/images/link.gif [new file with mode: 0644]
tim/prune/gui/images/map_icon.gif [new file with mode: 0644]
tim/prune/gui/images/map_icon_on.gif [new file with mode: 0644]
tim/prune/gui/images/points_connected.gif [new file with mode: 0644]
tim/prune/gui/images/points_disconnected.gif [new file with mode: 0644]
tim/prune/gui/images/zoom_in.gif [new file with mode: 0644]
tim/prune/gui/images/zoom_out.gif [new file with mode: 0644]
tim/prune/gui/map/MapCanvas.java
tim/prune/gui/map/MapPosition.java [new file with mode: 0644]
tim/prune/gui/map/MapTileCacher.java [new file with mode: 0644]
tim/prune/gui/map/MapUtils.java [new file with mode: 0644]
tim/prune/gui/map/MapWindow.java [deleted file]
tim/prune/lang/prune-texts.properties
tim/prune/lang/prune-texts_de.properties
tim/prune/lang/prune-texts_de_CH.properties
tim/prune/lang/prune-texts_es.properties
tim/prune/lang/prune-texts_fr.properties
tim/prune/lang/prune-texts_it.properties [new file with mode: 0644]
tim/prune/lang/prune-texts_pl.properties
tim/prune/load/FileLoader.java
tim/prune/load/GenericFileFilter.java [new file with mode: 0644]
tim/prune/load/GpsLoader.java [new file with mode: 0644]
tim/prune/load/JpegLoader.java
tim/prune/load/TextFileLoader.java
tim/prune/load/xml/XmlFileLoader.java
tim/prune/readme.txt
tim/prune/save/FileSaver.java
tim/prune/save/GpxExporter.java
tim/prune/save/KmlExporter.java
tim/prune/save/ModelSegment.java [new file with mode: 0644]
tim/prune/save/PovExporter.java
tim/prune/threedee/Java3DWindow.java
tim/prune/threedee/ThreeDModel.java
tim/prune/threedee/WindowFactory.java
tim/prune/undo/UndoAddTimeOffset.java [new file with mode: 0644]
tim/prune/undo/UndoConnectPhotoWithClone.java [new file with mode: 0644]
tim/prune/undo/UndoCreatePoint.java [new file with mode: 0644]
tim/prune/undo/UndoCutAndMove.java [new file with mode: 0644]