]> gitweb.fperrin.net Git - GpsPrune.git/commit
Version 9, February 2010
authoractivityworkshop <mail@activityworkshop.net>
Sat, 14 Feb 2015 14:25:57 +0000 (15:25 +0100)
committeractivityworkshop <mail@activityworkshop.net>
Sat, 14 Feb 2015 14:25:57 +0000 (15:25 +0100)
commit1ee49ae3c8ef3aa2e63eadd458531e5f8bd4f92c
tree7c942e8c97d7383636d5026d6bdd4872b84f11d4
parent112bb0c9b46894adca9a33ed8c99ea712b253185
Version 9, February 2010
102 files changed:
tim/prune/App.java
tim/prune/ExternalTools.java
tim/prune/FunctionLibrary.java
tim/prune/GpsPruner.java
tim/prune/I18nManager.java
tim/prune/config/ColourScheme.java [new file with mode: 0644]
tim/prune/config/ColourUtils.java [new file with mode: 0644]
tim/prune/config/Config.java [moved from tim/prune/Config.java with 82% similarity]
tim/prune/config/ConfigException.java [moved from tim/prune/ConfigException.java with 82% similarity]
tim/prune/copyright.txt [new file with mode: 0644]
tim/prune/data/Coordinate.java
tim/prune/data/DataPoint.java
tim/prune/data/FileInfo.java
tim/prune/data/Photo.java
tim/prune/data/Selection.java
tim/prune/data/SourceInfo.java [new file with mode: 0644]
tim/prune/data/Track.java
tim/prune/data/TrackInfo.java
tim/prune/drew/jpeg/ExifReader.java
tim/prune/drew/jpeg/JpegData.java
tim/prune/function/AboutScreen.java
tim/prune/function/AddAltitudeOffset.java
tim/prune/function/ConvertNamesToTimes.java [new file with mode: 0644]
tim/prune/function/DuplicatePoint.java [new file with mode: 0644]
tim/prune/function/FullRangeDetails.java [new file with mode: 0644]
tim/prune/function/IgnoreExifThumb.java [new file with mode: 0644]
tim/prune/function/PasteCoordinates.java [new file with mode: 0644]
tim/prune/function/RearrangePhotosFunction.java [new file with mode: 0644]
tim/prune/function/RotatePhoto.java [new file with mode: 0644]
tim/prune/function/SaveConfig.java
tim/prune/function/SetColours.java [new file with mode: 0644]
tim/prune/function/SetKmzImageSize.java
tim/prune/function/SetLanguage.java [new file with mode: 0644]
tim/prune/function/SetMapBgFunction.java
tim/prune/function/SetPathsFunction.java
tim/prune/function/browser/UrlGenerator.java
tim/prune/function/charts/Charter.java
tim/prune/function/compress/CompressTrackFunction.java
tim/prune/function/distance/DistanceTableModel.java
tim/prune/function/edit/PointEditor.java
tim/prune/function/gpsies/GetGpsiesFunction.java
tim/prune/function/gpsies/TrackListModel.java
tim/prune/gui/ColourChooser.java [new file with mode: 0644]
tim/prune/gui/ColourPatch.java [new file with mode: 0644]
tim/prune/gui/DetailsDisplay.java
tim/prune/gui/DisplayUtils.java [new file with mode: 0644]
tim/prune/gui/GenericChart.java
tim/prune/gui/GuiGridLayout.java [new file with mode: 0644]
tim/prune/gui/IconManager.java
tim/prune/gui/ImageUtils.java
tim/prune/gui/MenuManager.java
tim/prune/gui/PhotoThumbnail.java
tim/prune/gui/ProfileChart.java
tim/prune/gui/WaypointListModel.java
tim/prune/gui/images/rotate_left_icon.png [new file with mode: 0644]
tim/prune/gui/images/rotate_right_icon.png [new file with mode: 0644]
tim/prune/gui/map/MapCanvas.java
tim/prune/gui/map/MapTileConfig.java
tim/prune/gui/map/ScaleBar.java
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 [new file with mode: 0644]
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 [new file with mode: 0644]
tim/prune/lang/prune-texts_zh.properties
tim/prune/load/FieldGuesser.java
tim/prune/load/FileLoader.java
tim/prune/load/GpsLoader.java
tim/prune/load/JpegLoader.java
tim/prune/load/NmeaFileLoader.java
tim/prune/load/TextFileLoader.java
tim/prune/load/xml/GpxHandler.java
tim/prune/load/xml/GzipFileLoader.java [new file with mode: 0644]
tim/prune/load/xml/XmlFileLoader.java
tim/prune/load/xml/ZipFileLoader.java
tim/prune/readme.txt
tim/prune/save/ExifSaver.java
tim/prune/save/FileSaver.java
tim/prune/save/GpsSaver.java
tim/prune/save/GpxCacher.java [new file with mode: 0644]
tim/prune/save/GpxCacherList.java [new file with mode: 0644]
tim/prune/save/GpxExporter.java
tim/prune/save/KmlExporter.java
tim/prune/save/PointTypeSelector.java
tim/prune/save/PovExporter.java
tim/prune/undo/UndoConnectPhotoWithClone.java [deleted file]
tim/prune/undo/UndoConvertNamesToTimes.java [new file with mode: 0644]
tim/prune/undo/UndoCutAndMove.java
tim/prune/undo/UndoEditPoint.java
tim/prune/undo/UndoLoad.java
tim/prune/undo/UndoRearrangePhotos.java [new file with mode: 0644]
tim/prune/undo/UndoRearrangeWaypoints.java
tim/prune/undo/UndoReorder.java [new file with mode: 0644]
tim/prune/undo/UndoRotatePhoto.java [new file with mode: 0644]