Changeset 6380 in josm
- Timestamp:
- 2013-11-08T12:30:36+01:00 (11 years ago)
- Location:
- trunk
- Files:
-
- 212 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/CONTRIBUTION
r6370 r6380 44 44 is from Matthias Käppler and licensed with the Apache License 2.0. 45 45 46 The NTv2 transformation code (http://jgridshift.sourceforge.net/) 47 is from Peter Yuill and licensed with LGPL. 48 49 The MultiSplitPane is from Hans Muller and licensed with LGPL 50 (https://today.java.net/pub/a/today/2006/03/23/multi-split-pane.html). 51 52 The Diff code (http://www.bmsi.com/java/#diff) 53 is from Stuart D. Gathman and licensed with GPL. 54 55 The Ellipsoid code (http://www.i3s.unice.fr/~johan/gps/) 56 is from Johan Montagnat and licensed with GPL. 57 46 58 The opening hour validation uses code from opening_hour.js 47 59 (https://github.com/ypid/opening_hours.js) which is licensed -
trunk/src/org/openstreetmap/josm/Main.java
r6342 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm; 3 3 -
trunk/src/org/openstreetmap/josm/actions/AboutAction.java
r6340 r6380 1 //License: GPL. Copyright 2007 by Immanuel Scholz and others1 //License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.actions; 3 3 -
trunk/src/org/openstreetmap/josm/actions/AddNodeAction.java
r6084 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.actions; 3 3 -
trunk/src/org/openstreetmap/josm/actions/AlignInCircleAction.java
r6230 r6380 1 //License: GPL. Copyright 2007 by Immanuel Scholz and others1 //License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.actions; 3 3 -
trunk/src/org/openstreetmap/josm/actions/AlignInLineAction.java
r6316 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.actions; 3 3 -
trunk/src/org/openstreetmap/josm/actions/AutoScaleAction.java
r6336 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.actions; 3 3 -
trunk/src/org/openstreetmap/josm/actions/CombineWayAction.java
r6317 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.actions; 3 3 -
trunk/src/org/openstreetmap/josm/actions/CopyAction.java
r6321 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 // Author: David Earl 3 3 package org.openstreetmap.josm.actions; -
trunk/src/org/openstreetmap/josm/actions/CreateCircleAction.java
r6296 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.actions; 3 3 -
trunk/src/org/openstreetmap/josm/actions/DeleteAction.java
r6084 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.actions; 3 3 -
trunk/src/org/openstreetmap/josm/actions/DiskAccessAction.java
r6069 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.actions; 3 3 -
trunk/src/org/openstreetmap/josm/actions/DistributeAction.java
r6130 r6380 1 // License: GPL. Copyright 2009 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.actions; 3 3 -
trunk/src/org/openstreetmap/josm/actions/DownloadAction.java
r6084 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.actions; 3 3 -
trunk/src/org/openstreetmap/josm/actions/DuplicateAction.java
r6084 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 // Author: David Earl 3 3 package org.openstreetmap.josm.actions; -
trunk/src/org/openstreetmap/josm/actions/ExitAction.java
r6125 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.actions; 3 3 -
trunk/src/org/openstreetmap/josm/actions/ExtensionFileFilter.java
r6310 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.actions; 3 3 -
trunk/src/org/openstreetmap/josm/actions/GpxExportAction.java
r6084 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.actions; 3 3 -
trunk/src/org/openstreetmap/josm/actions/HelpAction.java
r6084 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.actions; 3 3 -
trunk/src/org/openstreetmap/josm/actions/HistoryInfoAction.java
r5925 r6380 1 //License: GPL. Copyright 2007 by Immanuel Scholz and others1 //License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.actions; 3 3 -
trunk/src/org/openstreetmap/josm/actions/HistoryInfoWebAction.java
r5926 r6380 1 //License: GPL. Copyright 2007 by Immanuel Scholz and others1 //License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.actions; 3 3 -
trunk/src/org/openstreetmap/josm/actions/InfoWebAction.java
r5926 r6380 1 //License: GPL. Copyright 2007 by Immanuel Scholz and others1 //License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.actions; 3 3 -
trunk/src/org/openstreetmap/josm/actions/JoinAreasAction.java
r6378 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.actions; 3 3 -
trunk/src/org/openstreetmap/josm/actions/JoinNodeWayAction.java
r6296 r6380 1 //License: GPL. Copyright 2007 by Immanuel Scholz and others1 //License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.actions; 3 3 -
trunk/src/org/openstreetmap/josm/actions/JosmAction.java
r6101 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.actions; 3 3 -
trunk/src/org/openstreetmap/josm/actions/JumpToAction.java
r6267 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.actions; 3 3 -
trunk/src/org/openstreetmap/josm/actions/MergeNodesAction.java
r6316 r6380 1 //License: GPL. Copyright 2007 by Immanuel Scholz and others. See LICENSE file for details.1 //License: GPL. For details, see LICENSE file.. See LICENSE file for details. 2 2 package org.openstreetmap.josm.actions; 3 3 -
trunk/src/org/openstreetmap/josm/actions/MirrorAction.java
r6130 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.actions; 3 3 -
trunk/src/org/openstreetmap/josm/actions/MoveAction.java
r6296 r6380 1 //License: GPL. Copyright 2007 by Immanuel Scholz and others1 //License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.actions; 3 3 -
trunk/src/org/openstreetmap/josm/actions/MoveNodeAction.java
r6084 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.actions; 3 3 -
trunk/src/org/openstreetmap/josm/actions/NewAction.java
r6084 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.actions; 3 3 -
trunk/src/org/openstreetmap/josm/actions/OpenFileAction.java
r6248 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.actions; 3 3 -
trunk/src/org/openstreetmap/josm/actions/OpenLocationAction.java
r6264 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.actions; 3 3 -
trunk/src/org/openstreetmap/josm/actions/PasteAction.java
r6336 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 // Author: David Earl 3 3 package org.openstreetmap.josm.actions; -
trunk/src/org/openstreetmap/josm/actions/PasteTagsAction.java
r6321 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.actions; 3 3 -
trunk/src/org/openstreetmap/josm/actions/PreferencesAction.java
r6084 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.actions; 3 3 -
trunk/src/org/openstreetmap/josm/actions/RedoAction.java
r6084 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.actions; 3 3 -
trunk/src/org/openstreetmap/josm/actions/RenameLayerAction.java
r6084 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.actions; 3 3 -
trunk/src/org/openstreetmap/josm/actions/ReverseWayAction.java
r6130 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.actions; 3 3 -
trunk/src/org/openstreetmap/josm/actions/SaveAction.java
r6362 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.actions; 3 3 -
trunk/src/org/openstreetmap/josm/actions/SaveActionBase.java
r6069 r6380 1 //License: GPL. Copyright 2007 by Immanuel Scholz and others1 //License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.actions; 3 3 -
trunk/src/org/openstreetmap/josm/actions/SaveAsAction.java
r6069 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.actions; 3 3 -
trunk/src/org/openstreetmap/josm/actions/SelectAllAction.java
r6084 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.actions; 3 3 -
trunk/src/org/openstreetmap/josm/actions/SimplifyWayAction.java
r6336 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.actions; 3 3 -
trunk/src/org/openstreetmap/josm/actions/SplitWayAction.java
r6130 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.actions; 3 3 -
trunk/src/org/openstreetmap/josm/actions/ToggleGPXLinesAction.java
r6084 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.actions; 3 3 -
trunk/src/org/openstreetmap/josm/actions/UnGlueAction.java
r6316 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.actions; 3 3 -
trunk/src/org/openstreetmap/josm/actions/UnJoinNodeWayAction.java
r6253 r6380 1 //License: GPL. Copyright 2007 by Immanuel Scholz and others1 //License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.actions; 3 3 -
trunk/src/org/openstreetmap/josm/actions/UndoAction.java
r6084 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.actions; 3 3 -
trunk/src/org/openstreetmap/josm/actions/UnselectAllAction.java
r6084 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.actions; 3 3 -
trunk/src/org/openstreetmap/josm/actions/UploadAction.java
r6336 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.actions; 3 3 -
trunk/src/org/openstreetmap/josm/actions/UploadSelectionAction.java
r6084 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.actions; 3 3 -
trunk/src/org/openstreetmap/josm/actions/ZoomInAction.java
r6363 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.actions; 3 3 -
trunk/src/org/openstreetmap/josm/actions/ZoomOutAction.java
r6363 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.actions; 3 3 -
trunk/src/org/openstreetmap/josm/actions/audio/AudioBackAction.java
r6084 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.actions.audio; 3 3 -
trunk/src/org/openstreetmap/josm/actions/audio/AudioFastSlowAction.java
r6084 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.actions.audio; 3 3 -
trunk/src/org/openstreetmap/josm/actions/audio/AudioFasterAction.java
r6069 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.actions.audio; 3 3 -
trunk/src/org/openstreetmap/josm/actions/audio/AudioFwdAction.java
r6084 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.actions.audio; 3 3 -
trunk/src/org/openstreetmap/josm/actions/audio/AudioNextAction.java
r6084 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.actions.audio; 3 3 -
trunk/src/org/openstreetmap/josm/actions/audio/AudioPlayPauseAction.java
r6084 r6380 1 // License: GPL. Copyright 2008 by David Earl and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.actions.audio; 3 3 4 4 import static org.openstreetmap.josm.tools.I18n.tr; 5 5 import static org.openstreetmap.josm.tools.I18n.trc; 6 6 7 import java.awt.event.ActionEvent; 7 8 import java.awt.event.KeyEvent; -
trunk/src/org/openstreetmap/josm/actions/audio/AudioPrevAction.java
r6084 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.actions.audio; 3 3 -
trunk/src/org/openstreetmap/josm/actions/audio/AudioSlowerAction.java
r6069 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.actions.audio; 3 3 -
trunk/src/org/openstreetmap/josm/actions/downloadtasks/DownloadGpsTask.java
r6246 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.actions.downloadtasks; 3 3 -
trunk/src/org/openstreetmap/josm/actions/downloadtasks/DownloadOsmChangeCompressedTask.java
r6032 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.actions.downloadtasks; 3 3 -
trunk/src/org/openstreetmap/josm/actions/downloadtasks/DownloadOsmCompressedTask.java
r6032 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.actions.downloadtasks; 3 3 -
trunk/src/org/openstreetmap/josm/actions/downloadtasks/DownloadOsmTask.java
r6336 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.actions.downloadtasks; 3 3 -
trunk/src/org/openstreetmap/josm/actions/mapmode/DeleteAction.java
r6248 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.actions.mapmode; 3 3 -
trunk/src/org/openstreetmap/josm/actions/mapmode/ExtrudeAction.java
r6336 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.actions.mapmode; 3 3 -
trunk/src/org/openstreetmap/josm/actions/mapmode/PlayHeadDragMode.java
r6265 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.actions.mapmode; 3 3 -
trunk/src/org/openstreetmap/josm/actions/mapmode/SelectAction.java
r6317 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.actions.mapmode; 3 3 -
trunk/src/org/openstreetmap/josm/actions/mapmode/ZoomAction.java
r6084 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.actions.mapmode; 3 3 -
trunk/src/org/openstreetmap/josm/actions/search/PushbackTokenizer.java
r5848 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.actions.search; 3 3 -
trunk/src/org/openstreetmap/josm/actions/search/SearchAction.java
r6316 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.actions.search; 3 3 -
trunk/src/org/openstreetmap/josm/actions/search/SearchCompiler.java
r6336 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.actions.search; 3 3 -
trunk/src/org/openstreetmap/josm/command/AddCommand.java
r5266 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.command; 3 3 -
trunk/src/org/openstreetmap/josm/command/ChangeCommand.java
r6365 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.command; 3 3 -
trunk/src/org/openstreetmap/josm/command/ChangePropertyCommand.java
r6324 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.command; 3 3 -
trunk/src/org/openstreetmap/josm/command/Command.java
r6336 r6380 1 //License: GPL. Copyright 2007 by Immanuel Scholz and others1 //License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.command; 3 3 -
trunk/src/org/openstreetmap/josm/command/DeleteCommand.java
r6106 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.command; 3 3 -
trunk/src/org/openstreetmap/josm/command/MoveCommand.java
r6215 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.command; 3 3 -
trunk/src/org/openstreetmap/josm/command/SequenceCommand.java
r6162 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.command; 3 3 -
trunk/src/org/openstreetmap/josm/data/Bounds.java
r6204 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.data; 3 3 -
trunk/src/org/openstreetmap/josm/data/Preferences.java
r6367 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.data; 3 3 -
trunk/src/org/openstreetmap/josm/data/ProjectionBounds.java
r5670 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.data; 3 3 -
trunk/src/org/openstreetmap/josm/data/SelectionChangedListener.java
r1169 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.data; 3 3 -
trunk/src/org/openstreetmap/josm/data/ServerSidePreferences.java
r6310 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.data; 3 3 -
trunk/src/org/openstreetmap/josm/data/UndoRedoHandler.java
r6084 r6380 1 //License: GPL. Copyright 2007 by Immanuel Scholz and others1 //License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.data; 3 3 -
trunk/src/org/openstreetmap/josm/data/coor/CachedLatLon.java
r6162 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.data.coor; 3 3 -
trunk/src/org/openstreetmap/josm/data/coor/Coordinate.java
r6226 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.data.coor; 3 3 -
trunk/src/org/openstreetmap/josm/data/coor/EastNorth.java
r6173 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.data.coor; 3 3 -
trunk/src/org/openstreetmap/josm/data/coor/LatLon.java
r6248 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.data.coor; 3 3 -
trunk/src/org/openstreetmap/josm/data/coor/QuadTiling.java
r6362 r6380 1 // License: GPL. Copyright 2009 by Dave Hansen, others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.data.coor; 3 3 -
trunk/src/org/openstreetmap/josm/data/gpx/GpxData.java
r6296 r6380 1 //License: GPLv2 or later. Copyright 2007 by Raphael Mack and others 2 1 // License: GPL. For details, see LICENSE file. 3 2 package org.openstreetmap.josm.data.gpx; 4 3 … … 8 7 import java.util.LinkedList; 9 8 import java.util.Map; 9 10 10 import org.openstreetmap.josm.Main; 11 12 11 import org.openstreetmap.josm.data.Bounds; 13 12 import org.openstreetmap.josm.data.coor.EastNorth; -
trunk/src/org/openstreetmap/josm/data/gpx/GpxLink.java
r1169 r6380 1 //License: GPLv2 or later. 2 //Copyright 2007 by Raphael Mack and others 3 1 // License: GPL. For details, see LICENSE file. 4 2 package org.openstreetmap.josm.data.gpx; 5 3 -
trunk/src/org/openstreetmap/josm/data/gpx/GpxRoute.java
r1169 r6380 1 //License: GPLv2 or later 2 //Copyright 2007 by Raphael Mack and others 3 1 // License: GPL. For details, see LICENSE file. 4 2 package org.openstreetmap.josm.data.gpx; 5 3 -
trunk/src/org/openstreetmap/josm/data/gpx/GpxTrack.java
r5681 r6380 1 //License: GPLv2 or later 2 //Copyright 2007 by Raphael Mack and others 3 1 // License: GPL. For details, see LICENSE file. 4 2 package org.openstreetmap.josm.data.gpx; 5 3 … … 9 7 import org.openstreetmap.josm.data.Bounds; 10 8 11 12 9 /** 13 10 * Read-only gpx track. Implementations doesn't have to be immutable, but should always be thread safe. 14 11 * 15 12 */ 16 17 13 public interface GpxTrack extends IWithAttributes { 18 14 … … 21 17 Bounds getBounds(); 22 18 double length(); 19 23 20 /** 24 21 * … … 26 23 */ 27 24 int getUpdateCount(); 28 29 25 } -
trunk/src/org/openstreetmap/josm/data/osm/Changeset.java
r6069 r6380 1 // License: GPL. Copyright 2007 by Martijn van Oosterhout and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.data.osm; 3 3 -
trunk/src/org/openstreetmap/josm/data/osm/DataSet.java
r6317 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.data.osm; 3 3 -
trunk/src/org/openstreetmap/josm/data/osm/DataSource.java
r6229 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.data.osm; 3 3 -
trunk/src/org/openstreetmap/josm/data/osm/Hash.java
r5170 r6380 1 /* 2 * JOSMng - a Java Open Street Map editor, the next generation. 3 * 4 * Copyright (C) 2008 Petr Nejedly <P.Nejedly@sh.cvut.cz> 5 * 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License as published by 8 * the Free Software Foundation; either version 2 of the License, or 9 * (at your option) any later version. 10 * 11 * This program is distributed in the hope that it will be useful, 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU General Public License for more details. 15 16 * You should have received a copy of the GNU General Public License along 17 * with this program; if not, write to the Free Software Foundation, Inc., 18 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA 19 */ 20 1 // License: GPL. For details, see LICENSE file. 21 2 package org.openstreetmap.josm.data.osm; 22 3 -
trunk/src/org/openstreetmap/josm/data/osm/Node.java
r6140 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.data.osm; 3 3 -
trunk/src/org/openstreetmap/josm/data/osm/OsmPrimitive.java
r6356 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.data.osm; 3 3 -
trunk/src/org/openstreetmap/josm/data/osm/OsmPrimitiveComparator.java
r6317 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.data.osm; 3 3 -
trunk/src/org/openstreetmap/josm/data/osm/Storage.java
r6362 r6380 1 /* 2 * JOSMng - a Java Open Street Map editor, the next generation. 3 * 4 * Copyright (C) 2008 Petr Nejedly <P.Nejedly@sh.cvut.cz> 5 * 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License as published by 8 * the Free Software Foundation; either version 2 of the License, or 9 * (at your option) any later version. 10 * 11 * This program is distributed in the hope that it will be useful, 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU General Public License for more details. 15 16 * You should have received a copy of the GNU General Public License along 17 * with this program; if not, write to the Free Software Foundation, Inc., 18 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA 19 */ 20 1 // License: GPL. For details, see LICENSE file. 21 2 package org.openstreetmap.josm.data.osm; 22 3 -
trunk/src/org/openstreetmap/josm/data/osm/TigerUtils.java
r6362 r6380 1 // License: GPL. Copyright 2007 by Dave Hansen and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.data.osm; 3 3 -
trunk/src/org/openstreetmap/josm/data/osm/User.java
r6362 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.data.osm; 3 3 -
trunk/src/org/openstreetmap/josm/data/osm/Way.java
r6140 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.data.osm; 3 3 -
trunk/src/org/openstreetmap/josm/data/osm/WaySegment.java
r6246 r6380 1 // License: GPL. Copyright 2007 by Gabriel Ebner1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.data.osm; 3 3 -
trunk/src/org/openstreetmap/josm/data/osm/event/DataSetListener.java
r5881 r6380 1 // License: GPL. For details, see LICENSE file. 1 2 package org.openstreetmap.josm.data.osm.event; 2 /*3 * JOSMng - a Java Open Street Map editor, the next generation.4 5 *6 * Copyright (C) 2008 Petr Nejedly <P.Nejedly@sh.cvut.cz>7 *8 * This program is free software; you can redistribute it and/or modify9 * it under the terms of the GNU General Public License as published by10 * the Free Software Foundation; either version 2 of the License, or11 * (at your option) any later version.12 *13 * This program is distributed in the hope that it will be useful,14 * but WITHOUT ANY WARRANTY; without even the implied warranty of15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the16 * GNU General Public License for more details.17 18 * You should have received a copy of the GNU General Public License along19 * with this program; if not, write to the Free Software Foundation, Inc.,20 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA21 */22 3 23 4 /** -
trunk/src/org/openstreetmap/josm/data/osm/visitor/AllNodesVisitor.java
r6084 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.data.osm.visitor; 3 3 -
trunk/src/org/openstreetmap/josm/data/osm/visitor/BoundingXYVisitor.java
r6084 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.data.osm.visitor; 3 3 -
trunk/src/org/openstreetmap/josm/data/osm/visitor/Visitor.java
r6010 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.data.osm.visitor; 3 3 -
trunk/src/org/openstreetmap/josm/data/osm/visitor/paint/StyledMapRenderer.java
r6296 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.data.osm.visitor.paint; 3 3 -
trunk/src/org/openstreetmap/josm/data/osm/visitor/paint/WireframeMapRenderer.java
r6203 r6380 1 /* License: GPL. Copyright 2007 by Immanuel Scholz and others*/1 /* License: GPL. For details, see LICENSE file. */ 2 2 package org.openstreetmap.josm.data.osm.visitor.paint; 3 3 -
trunk/src/org/openstreetmap/josm/data/projection/Projections.java
r6362 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.data.projection; 3 3 -
trunk/src/org/openstreetmap/josm/gui/ConditionalOptionPaneUtil.java
r6362 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.gui; 3 3 -
trunk/src/org/openstreetmap/josm/gui/HideableButton.java
r4840 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.gui; 3 3 -
trunk/src/org/openstreetmap/josm/gui/IconToggleButton.java
r6084 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.gui; 3 3 -
trunk/src/org/openstreetmap/josm/gui/MainApplet.java
r6316 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.gui; 3 3 -
trunk/src/org/openstreetmap/josm/gui/MainApplication.java
r6349 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.gui; 3 3 -
trunk/src/org/openstreetmap/josm/gui/MapMover.java
r6105 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.gui; 3 3 -
trunk/src/org/openstreetmap/josm/gui/MapSlider.java
r6084 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.gui; 3 3 -
trunk/src/org/openstreetmap/josm/gui/OsmPrimitivRenderer.java
r6246 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.gui; 3 3 -
trunk/src/org/openstreetmap/josm/gui/PleaseWaitDialog.java
r6084 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.gui; 3 3 -
trunk/src/org/openstreetmap/josm/gui/PleaseWaitRunnable.java
r6084 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.gui; 3 3 -
trunk/src/org/openstreetmap/josm/gui/ScrollViewport.java
r6084 r6380 1 // License: GPL. Copyright 2007 by Christian Gallioz (aka khris78) 2 1 // License: GPL. For details, see LICENSE file. 3 2 package org.openstreetmap.josm.gui; 4 3 -
trunk/src/org/openstreetmap/josm/gui/SelectionManager.java
r6084 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.gui; 3 3 -
trunk/src/org/openstreetmap/josm/gui/bbox/SizeButton.java
r4336 r6380 1 // License: GPL. Copyright 2007 by Tim Haussmann1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.gui.bbox; 3 3 -
trunk/src/org/openstreetmap/josm/gui/bbox/SlippyMapControler.java
r6084 r6380 1 // This code has been adapted and copied from code that has been written by Immanuel Scholz and others for JOSM. 2 // License: GPL. Copyright 2007 by Tim Haussmann 1 // License: GPL. For details, see LICENSE file. 3 2 package org.openstreetmap.josm.gui.bbox; 4 3 … … 21 20 import javax.swing.KeyStroke; 22 21 23 24 22 /** 25 23 * This class controls the user input by listening to mouse and key events. -
trunk/src/org/openstreetmap/josm/gui/dialogs/CommandStackDialog.java
r6361 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.gui.dialogs; 3 3 -
trunk/src/org/openstreetmap/josm/gui/dialogs/FilterDialog.java
r6267 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.gui.dialogs; 3 3 -
trunk/src/org/openstreetmap/josm/gui/dialogs/HistoryDialog.java
r6316 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.gui.dialogs; 3 3 -
trunk/src/org/openstreetmap/josm/gui/dialogs/LayerListPopup.java
r6084 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.gui.dialogs; 3 3 -
trunk/src/org/openstreetmap/josm/gui/dialogs/SelectionListDialog.java
r6353 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.gui.dialogs; 3 3 -
trunk/src/org/openstreetmap/josm/gui/dialogs/UserListDialog.java
r6316 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.gui.dialogs; 3 3 -
trunk/src/org/openstreetmap/josm/gui/download/BookmarkList.java
r6378 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.gui.download; 3 3 -
trunk/src/org/openstreetmap/josm/gui/download/BookmarkSelection.java
r6340 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.gui.download; 3 3 -
trunk/src/org/openstreetmap/josm/gui/download/BoundingBoxSelection.java
r6104 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.gui.download; 3 3 -
trunk/src/org/openstreetmap/josm/gui/download/DownloadDialog.java
r6365 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.gui.download; 3 3 -
trunk/src/org/openstreetmap/josm/gui/download/DownloadSelection.java
r5899 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.gui.download; 3 3 -
trunk/src/org/openstreetmap/josm/gui/download/SlippyMapChooser.java
r6364 r6380 1 // This code has been adapted and copied from code that has been written by Immanuel Scholz and others for JOSM. 2 // License: GPL. Copyright 2007 by Tim Haussmann 1 // License: GPL. For details, see LICENSE file. 3 2 package org.openstreetmap.josm.gui.download; 4 3 -
trunk/src/org/openstreetmap/josm/gui/layer/MapViewPaintable.java
r2512 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.gui.layer; 3 3 -
trunk/src/org/openstreetmap/josm/gui/layer/markerlayer/AudioMarker.java
r5684 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.gui.layer.markerlayer; 3 3 -
trunk/src/org/openstreetmap/josm/gui/layer/markerlayer/ButtonMarker.java
r6299 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.gui.layer.markerlayer; 3 3 -
trunk/src/org/openstreetmap/josm/gui/layer/markerlayer/ImageMarker.java
r6084 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.gui.layer.markerlayer; 3 3 -
trunk/src/org/openstreetmap/josm/gui/layer/markerlayer/Marker.java
r6362 r6380 1 // License: GPL. Copyright 2008 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.gui.layer.markerlayer; 3 3 -
trunk/src/org/openstreetmap/josm/gui/layer/markerlayer/MarkerLayer.java
r6336 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.gui.layer.markerlayer; 3 3 -
trunk/src/org/openstreetmap/josm/gui/layer/markerlayer/MarkerProducers.java
r5684 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.gui.layer.markerlayer; 3 3 -
trunk/src/org/openstreetmap/josm/gui/layer/markerlayer/WebMarker.java
r6299 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.gui.layer.markerlayer; 3 3 -
trunk/src/org/openstreetmap/josm/gui/preferences/PluginPreference.java
r6362 r6380 1 //License: GPL. Copyright 2007 by Immanuel Scholz and others1 //License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.gui.preferences; 3 3 -
trunk/src/org/openstreetmap/josm/gui/preferences/PreferenceSetting.java
r6070 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.gui.preferences; 3 3 -
trunk/src/org/openstreetmap/josm/gui/preferences/PreferenceTabbedPane.java
r6367 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.gui.preferences; 3 3 -
trunk/src/org/openstreetmap/josm/gui/preferences/ServerAccessPreference.java
r6362 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.gui.preferences; 3 3 -
trunk/src/org/openstreetmap/josm/gui/preferences/SourceEditor.java
r6378 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.gui.preferences; 3 3 -
trunk/src/org/openstreetmap/josm/gui/preferences/SubPreferenceSetting.java
r4987 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.gui.preferences; 3 3 -
trunk/src/org/openstreetmap/josm/gui/preferences/TabPreferenceSetting.java
r5631 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.gui.preferences; 3 3 -
trunk/src/org/openstreetmap/josm/gui/preferences/ToolbarPreferences.java
r6317 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.gui.preferences; 3 3 -
trunk/src/org/openstreetmap/josm/gui/preferences/advanced/AdvancedPreference.java
r6362 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.gui.preferences.advanced; 3 3 -
trunk/src/org/openstreetmap/josm/gui/preferences/display/ColorPreference.java
r6316 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.gui.preferences.display; 3 3 -
trunk/src/org/openstreetmap/josm/gui/preferences/display/DisplayPreference.java
r6362 r6380 1 //License: GPL. Copyright 2007 by Immanuel Scholz and others1 //License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.gui.preferences.display; 3 3 -
trunk/src/org/openstreetmap/josm/gui/preferences/display/DrawingPreference.java
r6314 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.gui.preferences.display; 3 3 -
trunk/src/org/openstreetmap/josm/gui/preferences/display/LafPreference.java
r6283 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.gui.preferences.display; 3 3 -
trunk/src/org/openstreetmap/josm/gui/preferences/map/MapPaintPreference.java
r6378 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.gui.preferences.map; 3 3 -
trunk/src/org/openstreetmap/josm/gui/preferences/map/MapPreference.java
r6362 r6380 1 //License: GPL. Copyright 2007 by Immanuel Scholz and others1 //License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.gui.preferences.map; 3 3 -
trunk/src/org/openstreetmap/josm/gui/preferences/map/TaggingPresetPreference.java
r6378 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.gui.preferences.map; 3 3 -
trunk/src/org/openstreetmap/josm/gui/preferences/projection/ProjectionPreference.java
r6246 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.gui.preferences.projection; 3 3 -
trunk/src/org/openstreetmap/josm/gui/preferences/shortcut/ShortcutPreference.java
r6362 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.gui.preferences.shortcut; 3 3 -
trunk/src/org/openstreetmap/josm/gui/tagging/ac/AutoCompletingComboBox.java
r6084 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.gui.tagging.ac; 3 3 -
trunk/src/org/openstreetmap/josm/gui/widgets/BoundingBoxSelectionPanel.java
r6340 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.gui.widgets; 3 3 -
trunk/src/org/openstreetmap/josm/gui/widgets/ComboBoxHistory.java
r6084 r6380 1 /* Copyright (c) 2008, Henrik Niehaus 2 * All rights reserved. 3 * 4 * Redistribution and use in source and binary forms, with or without 5 * modification, are permitted provided that the following conditions are met: 6 * 7 * 1. Redistributions of source code must retain the above copyright notice, 8 * this list of conditions and the following disclaimer. 9 * 2. Redistributions in binary form must reproduce the above copyright notice, 10 * this list of conditions and the following disclaimer in the documentation 11 * and/or other materials provided with the distribution. 12 * 3. Neither the name of the project nor the names of its 13 * contributors may be used to endorse or promote products derived from this 14 * software without specific prior written permission. 15 * 16 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 17 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 18 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 19 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE 20 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 21 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 22 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 23 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 24 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 25 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 26 * POSSIBILITY OF SUCH DAMAGE. 27 */ 1 // License: GPL. For details, see LICENSE file. 28 2 package org.openstreetmap.josm.gui.widgets; 29 3 -
trunk/src/org/openstreetmap/josm/gui/widgets/HistoryChangedListener.java
r3083 r6380 1 /* Copyright (c) 2008, Henrik Niehaus 2 * All rights reserved. 3 * 4 * Redistribution and use in source and binary forms, with or without 5 * modification, are permitted provided that the following conditions are met: 6 * 7 * 1. Redistributions of source code must retain the above copyright notice, 8 * this list of conditions and the following disclaimer. 9 * 2. Redistributions in binary form must reproduce the above copyright notice, 10 * this list of conditions and the following disclaimer in the documentation 11 * and/or other materials provided with the distribution. 12 * 3. Neither the name of the project nor the names of its 13 * contributors may be used to endorse or promote products derived from this 14 * software without specific prior written permission. 15 * 16 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 17 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 18 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 19 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE 20 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 21 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 22 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 23 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 24 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 25 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 26 * POSSIBILITY OF SUCH DAMAGE. 27 */ 1 // License: GPL. For details, see LICENSE file. 28 2 package org.openstreetmap.josm.gui.widgets; 29 3 -
trunk/src/org/openstreetmap/josm/gui/widgets/QuadStateCheckBox.java
r6235 r6380 1 // License: GPL. Copyright 2008 by Frederik Ramm and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.gui.widgets; 3 3 -
trunk/src/org/openstreetmap/josm/io/BoundingBoxDownloader.java
r6244 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.io; 3 3 -
trunk/src/org/openstreetmap/josm/io/DiffResultProcessor.java
r5266 r6380 1 //License: GPL. Copyright 2007 by Immanuel Scholz and others1 //License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.io; 3 3 -
trunk/src/org/openstreetmap/josm/io/GpxReader.java
r6142 r6380 1 //License: GPL. Copyright 2007 by Immanuel Scholz and others1 //License: GPL. For details, see LICENSE file. 2 2 3 3 //TODO: this is far from complete, but can emulate old RawGps behaviour -
trunk/src/org/openstreetmap/josm/io/GpxWriter.java
r6334 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.io; 3 3 -
trunk/src/org/openstreetmap/josm/io/MirroredInputStream.java
r6310 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.io; 3 3 -
trunk/src/org/openstreetmap/josm/io/OsmChangesetContentParser.java
r6248 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.io; 3 3 -
trunk/src/org/openstreetmap/josm/io/OsmConnection.java
r6313 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.io; 3 3 -
trunk/src/org/openstreetmap/josm/io/OsmHistoryReader.java
r6201 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.io; 3 3 -
trunk/src/org/openstreetmap/josm/io/OsmServerReader.java
r6248 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.io; 3 3 -
trunk/src/org/openstreetmap/josm/io/OsmServerWriter.java
r6316 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.io; 3 3 -
trunk/src/org/openstreetmap/josm/io/OsmWriter.java
r6203 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.io; 3 3 -
trunk/src/org/openstreetmap/josm/io/ProgressInputStream.java
r5874 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.io; 3 3 -
trunk/src/org/openstreetmap/josm/io/XmlWriter.java
r6316 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.io; 3 3 -
trunk/src/org/openstreetmap/josm/plugins/Plugin.java
r6282 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.plugins; 3 3 -
trunk/src/org/openstreetmap/josm/plugins/PluginException.java
r2817 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.plugins; 3 3 -
trunk/src/org/openstreetmap/josm/plugins/PluginInformation.java
r6310 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.plugins; 3 3 -
trunk/src/org/openstreetmap/josm/plugins/PluginProxy.java
r6310 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.plugins; 3 3 -
trunk/src/org/openstreetmap/josm/tools/AudioPlayer.java
r6362 r6380 1 // License: GPL. Copyright 2008 by David Earl and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.tools; 3 3 -
trunk/src/org/openstreetmap/josm/tools/AudioUtil.java
r6362 r6380 1 // License: GPL. Copyright 2009 by David Earl and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.tools; 3 3 -
trunk/src/org/openstreetmap/josm/tools/Base64.java
r6362 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.tools; 3 3 -
trunk/src/org/openstreetmap/josm/tools/BugReportExceptionHandler.java
r6340 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.tools; 3 3 -
trunk/src/org/openstreetmap/josm/tools/ColorHelper.java
r6362 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.tools; 3 3 -
trunk/src/org/openstreetmap/josm/tools/CopyList.java
r6362 r6380 1 /* 2 * JOSMng - a Java Open Street Map editor, the next generation. 3 * 4 * Copyright (C) 2008 Petr Nejedly <P.Nejedly@sh.cvut.cz> 5 * 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License as published by 8 * the Free Software Foundation; either version 2 of the License, or 9 * (at your option) any later version. 10 * 11 * This program is distributed in the hope that it will be useful, 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU General Public License for more details. 15 16 * You should have received a copy of the GNU General Public License along 17 * with this program; if not, write to the Free Software Foundation, Inc., 18 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA 19 */ 20 1 // License: GPL. For details, see LICENSE file. 21 2 package org.openstreetmap.josm.tools; 22 3 -
trunk/src/org/openstreetmap/josm/tools/DateParser.java
r6362 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.tools; 3 3 -
trunk/src/org/openstreetmap/josm/tools/DateUtils.java
r3083 r6380 1 /* 2 * Copyright (C) 2008 Petr Nejedly <P.Nejedly@sh.cvut.cz> 3 * 4 * This program is free software; you can redistribute it and/or modify 5 * it under the terms of the GNU General Public License as published by 6 * the Free Software Foundation; either version 2 of the License, or 7 * (at your option) any later version. 8 * 9 * This program is distributed in the hope that it will be useful, 10 * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 * GNU General Public License for more details. 13 14 * You should have received a copy of the GNU General Public License along 15 * with this program; if not, write to the Free Software Foundation, Inc., 16 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA 17 */ 18 1 // License: GPL. For details, see LICENSE file. 19 2 package org.openstreetmap.josm.tools; 20 3 -
trunk/src/org/openstreetmap/josm/tools/Destroyable.java
r1169 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.tools; 3 3 -
trunk/src/org/openstreetmap/josm/tools/ExifReader.java
r6362 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.tools; 3 3 -
trunk/src/org/openstreetmap/josm/tools/GBC.java
r6362 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.tools; 3 3 -
trunk/src/org/openstreetmap/josm/tools/I18n.java
r6362 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.tools; 3 3 -
trunk/src/org/openstreetmap/josm/tools/ImageProvider.java
r6310 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.tools; 3 3 -
trunk/src/org/openstreetmap/josm/tools/LanguageInfo.java
r6362 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.tools; 3 3 -
trunk/src/org/openstreetmap/josm/tools/OpenBrowser.java
r6362 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.tools; 3 3 -
trunk/src/org/openstreetmap/josm/tools/OsmUrlToBounds.java
r6362 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.tools; 3 3 -
trunk/src/org/openstreetmap/josm/tools/PlatformHook.java
r6070 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.tools; 3 3 -
trunk/src/org/openstreetmap/josm/tools/PlatformHookOsx.java
r6248 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.tools; 3 3 -
trunk/src/org/openstreetmap/josm/tools/PlatformHookUnixoid.java
r6362 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.tools; 3 3 -
trunk/src/org/openstreetmap/josm/tools/PlatformHookWindows.java
r6070 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.tools; 3 3 -
trunk/src/org/openstreetmap/josm/tools/Shortcut.java
r6367 r6380 1 //License: GPL. Copyright 2007 by Immanuel Scholz and others1 //License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.tools; 3 3 -
trunk/src/org/openstreetmap/josm/tools/WikiReader.java
r6264 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.tools; 3 3 -
trunk/src/org/openstreetmap/josm/tools/XmlObjectParser.java
r6316 r6380 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.tools; 3 3
Note:
See TracChangeset
for help on using the changeset viewer.