]> gitweb.fperrin.net Git - GpsPrune.git/commit
Version 7, February 2009
authoractivityworkshop <mail@activityworkshop.net>
Sat, 14 Feb 2015 14:13:41 +0000 (15:13 +0100)
committeractivityworkshop <mail@activityworkshop.net>
Sat, 14 Feb 2015 14:13:41 +0000 (15:13 +0100)
commit54b9d8bc8f0025ccf97a67d9dd217ef1f9cf082f
treed964cf69fd194368101173c8bc91141cf169f109
parent52bf9e8686c916be37a26a0b75340393d4478b05
Version 7, February 2009
112 files changed:
tim/prune/App.java
tim/prune/Config.java
tim/prune/DataSubscriber.java
tim/prune/ExternalTools.java
tim/prune/FunctionLibrary.java [new file with mode: 0644]
tim/prune/GenericFunction.java [new file with mode: 0644]
tim/prune/GpsPruner.java
tim/prune/I18nManager.java
tim/prune/configuration.txt
tim/prune/correlate/PhotoCorrelator.java
tim/prune/correlate/PhotoPreviewTableModel.java
tim/prune/correlate/PhotoPreviewTableRow.java
tim/prune/correlate/PhotoSelectionTableModel.java
tim/prune/correlate/TimeIndexPair.java
tim/prune/data/Altitude.java
tim/prune/data/AltitudeRange.java
tim/prune/data/Coordinate.java
tim/prune/data/DataPoint.java
tim/prune/data/Distance.java
tim/prune/data/DoubleRange.java
tim/prune/data/Field.java
tim/prune/data/FieldType.java
tim/prune/data/IntegerRange.java
tim/prune/data/Photo.java
tim/prune/data/PhotoList.java
tim/prune/data/PhotoStatus.java [deleted file]
tim/prune/data/Selection.java
tim/prune/data/Timestamp.java
tim/prune/data/Track.java
tim/prune/data/TrackInfo.java
tim/prune/drew/jpeg/ExifReader.java
tim/prune/drew/jpeg/JpegData.java
tim/prune/drew/jpeg/JpegSegmentData.java
tim/prune/function/AboutScreen.java [moved from tim/prune/gui/AboutScreen.java with 74% similarity]
tim/prune/function/AddTimeOffset.java [moved from tim/prune/gui/TimeOffsetDialog.java with 65% similarity]
tim/prune/function/CheckVersionScreen.java [moved from tim/prune/gui/CheckVersionScreen.java with 74% similarity]
tim/prune/function/HelpScreen.java [new file with mode: 0644]
tim/prune/function/RearrangeWaypointsFunction.java [new file with mode: 0644]
tim/prune/function/SetMapBgFunction.java [new file with mode: 0644]
tim/prune/function/ShowThreeDFunction.java [new file with mode: 0644]
tim/prune/function/browser/BrowserLauncher.java [moved from tim/prune/browser/BrowserLauncher.java with 85% similarity]
tim/prune/function/browser/UrlGenerator.java [moved from tim/prune/browser/UrlGenerator.java with 67% similarity]
tim/prune/function/charts/ChartSeries.java [new file with mode: 0644]
tim/prune/function/charts/Charter.java [new file with mode: 0644]
tim/prune/function/compress/ClosePointsAlgorithm.java [new file with mode: 0644]
tim/prune/function/compress/CompressTrackFunction.java [new file with mode: 0644]
tim/prune/function/compress/CompressionAlgorithm.java [new file with mode: 0644]
tim/prune/function/compress/DuplicatePointAlgorithm.java [new file with mode: 0644]
tim/prune/function/compress/SingleParameterAlgorithm.java [new file with mode: 0644]
tim/prune/function/compress/SingletonAlgorithm.java [new file with mode: 0644]
tim/prune/function/compress/SummaryLabel.java [new file with mode: 0644]
tim/prune/function/compress/TrackDetails.java [new file with mode: 0644]
tim/prune/function/compress/WackyPointAlgorithm.java [new file with mode: 0644]
tim/prune/function/distance/DistanceFunction.java [new file with mode: 0644]
tim/prune/function/distance/DistanceTableModel.java [new file with mode: 0644]
tim/prune/function/distance/FromTableModel.java [new file with mode: 0644]
tim/prune/function/distance/GenericTableModel.java [new file with mode: 0644]
tim/prune/function/edit/EditFieldsTableModel.java [moved from tim/prune/edit/EditFieldsTableModel.java with 97% similarity]
tim/prune/function/edit/FieldEdit.java [moved from tim/prune/edit/FieldEdit.java with 94% similarity]
tim/prune/function/edit/FieldEditList.java [moved from tim/prune/edit/FieldEditList.java with 79% similarity]
tim/prune/function/edit/PointEditor.java [moved from tim/prune/edit/PointEditor.java with 98% similarity]
tim/prune/function/edit/PointNameEditor.java [moved from tim/prune/edit/PointNameEditor.java with 81% similarity]
tim/prune/gui/DetailsDisplay.java
tim/prune/gui/GenericChart.java
tim/prune/gui/MenuManager.java
tim/prune/gui/PhotoThumbnail.java
tim/prune/gui/ProfileChart.java
tim/prune/gui/UndoManager.java
tim/prune/gui/WaypointListModel.java
tim/prune/gui/WholeNumberField.java
tim/prune/gui/map/MapCanvas.java
tim/prune/gui/map/MapPosition.java
tim/prune/gui/map/MapTileCacher.java
tim/prune/gui/map/MapTileConfig.java [new file with mode: 0644]
tim/prune/lang/prune-texts_de.properties
tim/prune/lang/prune-texts_de_CH.properties
tim/prune/lang/prune-texts_en.properties [moved from tim/prune/lang/prune-texts.properties with 86% similarity]
tim/prune/lang/prune-texts_es.properties
tim/prune/lang/prune-texts_fr.properties
tim/prune/lang/prune-texts_in.properties [new file with mode: 0644]
tim/prune/lang/prune-texts_it.properties
tim/prune/lang/prune-texts_pl.properties
tim/prune/lang/prune-texts_pt.properties [new file with mode: 0644]
tim/prune/lang/prune-texts_ro.properties [new file with mode: 0644]
tim/prune/load/FieldSelectionTableModel.java
tim/prune/load/FileCacher.java
tim/prune/load/FileLoader.java
tim/prune/load/GpsLoader.java
tim/prune/load/JpegLoader.java
tim/prune/load/PhotoSorter.java
tim/prune/load/TextFileLoader.java
tim/prune/load/xml/GpxHandler.java
tim/prune/load/xml/KmlHandler.java
tim/prune/load/xml/XmlFileLoader.java
tim/prune/load/xml/ZipFileLoader.java [new file with mode: 0644]
tim/prune/readme.txt
tim/prune/save/ExifSaver.java
tim/prune/save/FieldSelectionTableModel.java
tim/prune/save/FileSaver.java
tim/prune/save/GpsSaver.java [new file with mode: 0644]
tim/prune/save/GpxExporter.java
tim/prune/save/KmlExporter.java
tim/prune/save/PhotoTableEntry.java
tim/prune/save/PhotoTableModel.java
tim/prune/save/PovExporter.java
tim/prune/threedee/Java3DWindow.java
tim/prune/threedee/LineDialog.java
tim/prune/threedee/ThreeDModel.java
tim/prune/threedee/WindowFactory.java
tim/prune/undo/UndoDeleteDuplicates.java [deleted file]
tim/prune/undo/UndoEditPoint.java
tim/prune/undo/UndoInsert.java