Changeset 8378 in josm for trunk/src/org
- Timestamp:
- 2015-05-17T05:05:36+02:00 (10 years ago)
- Location:
- trunk/src/org/openstreetmap/josm
- Files:
-
- 112 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/AboutAction.java
r7771 r8378 1 // License: GPL. For details, see LICENSE file.1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.actions; 3 3 -
trunk/src/org/openstreetmap/josm/actions/AlignInCircleAction.java
r8338 r8378 1 // License: GPL. For details, see LICENSE file.1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.actions; 3 3 -
trunk/src/org/openstreetmap/josm/actions/DownloadPrimitiveAction.java
r8221 r8378 1 // License: GPL. See LICENSE file for details.1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.actions; 3 3 -
trunk/src/org/openstreetmap/josm/actions/HistoryInfoWebAction.java
r7937 r8378 1 // License: GPL. For details, see LICENSE file.1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.actions; 3 3 … … 14 14 public class HistoryInfoWebAction extends AbstractInfoAction { 15 15 16 /** 17 * Constructs a new {@code HistoryInfoWebAction}. 18 */ 16 19 public HistoryInfoWebAction() { 17 20 super(tr("History (web)"), "dialogs/history", -
trunk/src/org/openstreetmap/josm/actions/InfoWebAction.java
r7937 r8378 1 // License: GPL. For details, see LICENSE file.1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.actions; 3 3 -
trunk/src/org/openstreetmap/josm/actions/JoinNodeWayAction.java
r8308 r8378 1 // License: GPL. For details, see LICENSE file.1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.actions; 3 3 -
trunk/src/org/openstreetmap/josm/actions/MergeNodesAction.java
r8291 r8378 1 // License: GPL. For details, see LICENSE file.. See LICENSE file for details.1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.actions; 3 3 -
trunk/src/org/openstreetmap/josm/actions/MoveAction.java
r7859 r8378 1 // License: GPL. For details, see LICENSE file.1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.actions; 3 3 -
trunk/src/org/openstreetmap/josm/actions/OrthogonalizeAction.java
r8342 r8378 1 // License: GPL. See LICENSE file for details. 2 // 1 // License: GPL. For details, see LICENSE file. 3 2 package org.openstreetmap.josm.actions; 4 3 -
trunk/src/org/openstreetmap/josm/actions/SaveActionBase.java
r8345 r8378 1 // License: GPL. For details, see LICENSE file.1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.actions; 3 3 -
trunk/src/org/openstreetmap/josm/actions/UnJoinNodeWayAction.java
r8294 r8378 1 // License: GPL. For details, see LICENSE file.1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.actions; 3 3 -
trunk/src/org/openstreetmap/josm/actions/ValidateAction.java
r8308 r8378 1 // License: GPL. See LICENSE file for details.1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.actions; 3 3 -
trunk/src/org/openstreetmap/josm/actions/mapmode/DrawAction.java
r8346 r8378 1 // License: GPL. See LICENSE file for details.1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.actions.mapmode; 3 3 -
trunk/src/org/openstreetmap/josm/actions/mapmode/ImproveWayAccuracyAction.java
r8345 r8378 1 // License: GPL. See LICENSE file for details.1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.actions.mapmode; 3 3 -
trunk/src/org/openstreetmap/josm/actions/mapmode/ImproveWayAccuracyHelper.java
r8372 r8378 1 // License: GPL. See LICENSE file for details.1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.actions.mapmode; 3 3 -
trunk/src/org/openstreetmap/josm/actions/mapmode/MapMode.java
r8377 r8378 1 // License: GPL. See LICENSE file for details.1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.actions.mapmode; 3 3 -
trunk/src/org/openstreetmap/josm/actions/mapmode/ModifiersSpec.java
r8345 r8378 1 // License: GPL. See LICENSE file for details.1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.actions.mapmode; 3 3 -
trunk/src/org/openstreetmap/josm/actions/mapmode/ParallelWayAction.java
r8345 r8378 1 // License: GPL. See LICENSE file for details.1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.actions.mapmode; 3 3 -
trunk/src/org/openstreetmap/josm/actions/mapmode/ParallelWays.java
r8338 r8378 1 // License: GPL. See LICENSE file for details.1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.actions.mapmode; 3 3 -
trunk/src/org/openstreetmap/josm/actions/upload/ValidateUploadHook.java
r7509 r8378 1 // License: GPL. See LICENSE file for details.1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.actions.upload; 3 3 -
trunk/src/org/openstreetmap/josm/command/ChangeNodesCommand.java
r6881 r8378 1 // License: GPL. See LICENSE file for details.1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.command; 3 3 -
trunk/src/org/openstreetmap/josm/command/ChangePropertyKeyCommand.java
r7509 r8378 1 // License: GPL. See LICENSE file for details.1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.command; 3 3 … … 10 10 import java.util.LinkedList; 11 11 import java.util.List; 12 12 13 import javax.swing.Icon; 13 14 -
trunk/src/org/openstreetmap/josm/command/Command.java
r8291 r8378 1 // License: GPL. For details, see LICENSE file.1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.command; 3 3 -
trunk/src/org/openstreetmap/josm/command/RemoveNodesCommand.java
r7937 r8378 1 // License: GPL. See LICENSE file for details.1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.command; 3 3 -
trunk/src/org/openstreetmap/josm/data/UndoRedoHandler.java
r8342 r8378 1 // License: GPL. For details, see LICENSE file.1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.data; 3 3 -
trunk/src/org/openstreetmap/josm/data/osm/visitor/paint/WireframeMapRenderer.java
r8345 r8378 1 / * License: GPL. For details, see LICENSE file. */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/Ellipsoid.java
r8255 r8378 5 5 * Copyright (C) 2002 Johan Montagnat (johan@creatis.insa-lyon.fr) 6 6 */ 7 8 7 package org.openstreetmap.josm.data.projection; 9 8 -
trunk/src/org/openstreetmap/josm/data/projection/ProjectionConfigurationException.java
r5066 r8378 1 // License: GPL. For details, see LICENSE file.1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.data.projection; 3 3 4 4 public class ProjectionConfigurationException extends Exception { 5 5 6 /** 7 * Constructs a new {@code ProjectionConfigurationException}. 8 */ 6 9 public ProjectionConfigurationException() { 7 10 super(); 8 11 } 9 12 13 /** 14 * Constructs a new {@code ProjectionConfigurationException}. 15 * @param message the detail message (which is saved for later retrieval 16 * by the {@link #getMessage()} method). 17 * @param cause the cause (which is saved for later retrieval by the 18 * {@link #getCause()} method). (A <tt>null</tt> value is 19 * permitted, and indicates that the cause is nonexistent or unknown.) 20 */ 10 21 public ProjectionConfigurationException(String message, Throwable cause) { 11 22 super(message, cause); 12 23 } 13 24 25 /** 26 * Constructs a new {@code ProjectionConfigurationException}. 27 * @param message the detail message. The detail message is saved for 28 * later retrieval by the {@link #getMessage()} method. 29 */ 14 30 public ProjectionConfigurationException(String message) { 15 31 super(message); 16 32 } 17 33 34 /** 35 * Constructs a new {@code ProjectionConfigurationException}. 36 * @param cause the cause (which is saved for later retrieval by the 37 * {@link #getCause()} method). (A <tt>null</tt> value is 38 * permitted, and indicates that the cause is nonexistent or unknown.) 39 */ 18 40 public ProjectionConfigurationException(Throwable cause) { 19 41 super(cause); 20 42 } 21 22 43 } -
trunk/src/org/openstreetmap/josm/data/projection/proj/SwissObliqueMercator.java
r8346 r8378 1 // License: GPL. For details, see LICENSE file.1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.data.projection.proj; 3 3 -
trunk/src/org/openstreetmap/josm/data/validation/FixableTestError.java
r7937 r8378 1 // License: GPL. See LICENSE file for details.1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.data.validation; 3 4 import java.util.Collection; 3 5 4 6 import org.openstreetmap.josm.command.Command; 5 7 import org.openstreetmap.josm.data.osm.OsmPrimitive; 6 7 import java.util.Collection;8 8 9 9 /** -
trunk/src/org/openstreetmap/josm/data/validation/OsmValidator.java
r8320 r8378 1 // License: GPL. See LICENSE file for details.1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.data.validation; 3 3 -
trunk/src/org/openstreetmap/josm/data/validation/Severity.java
r4172 r8378 1 // License: GPL. See LICENSE file for details.1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.data.validation; 3 3 -
trunk/src/org/openstreetmap/josm/data/validation/Test.java
r7197 r8378 1 // License: GPL. See LICENSE file for details.1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.data.validation; 3 3 -
trunk/src/org/openstreetmap/josm/data/validation/TestError.java
r8377 r8378 1 // License: GPL. See LICENSE file for details.1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.data.validation; 3 3 -
trunk/src/org/openstreetmap/josm/data/validation/ValidatorVisitor.java
r5671 r8378 1 // License: GPL. See LICENSE file for details.1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.data.validation; 3 3 -
trunk/src/org/openstreetmap/josm/data/validation/tests/BarriersEntrances.java
r7937 r8378 1 // License: GPL. See LICENSE file for details.1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.data.validation.tests; 3 3 … … 15 15 */ 16 16 public class BarriersEntrances extends Test { 17 17 18 18 protected static final int BARRIER_ENTRANCE_WITHOUT_BARRIER = 2801; 19 19 -
trunk/src/org/openstreetmap/josm/data/validation/tests/Coastlines.java
r8345 r8378 1 // License: GPL. See LICENSE file for details.1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.data.validation.tests; 3 3 -
trunk/src/org/openstreetmap/josm/data/validation/tests/CrossingWays.java
r8269 r8378 1 // License: GPL. See LICENSE file for details.1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.data.validation.tests; 3 3 -
trunk/src/org/openstreetmap/josm/data/validation/tests/DuplicateNode.java
r8338 r8378 1 // License: GPL. See LICENSE file for details.1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.data.validation.tests; 3 3 -
trunk/src/org/openstreetmap/josm/data/validation/tests/DuplicateRelation.java
r8365 r8378 1 // License: GPL. See LICENSE file for details.1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.data.validation.tests; 3 3 -
trunk/src/org/openstreetmap/josm/data/validation/tests/SimilarNamedWays.java
r8365 r8378 1 // License: GPL. See LICENSE file for details.1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.data.validation.tests; 3 3 -
trunk/src/org/openstreetmap/josm/data/validation/tests/TagChecker.java
r8309 r8378 1 // License: GPL. See LICENSE file for details.1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.data.validation.tests; 3 3 -
trunk/src/org/openstreetmap/josm/data/validation/tests/TurnrestrictionTest.java
r7308 r8378 1 // License: GPL. See LICENSE file for details.1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.data.validation.tests; 3 3 -
trunk/src/org/openstreetmap/josm/data/validation/tests/UnclosedWays.java
r8362 r8378 1 // License: GPL. See LICENSE file for details.1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.data.validation.tests; 3 3 -
trunk/src/org/openstreetmap/josm/data/validation/tests/UnconnectedWays.java
r8346 r8378 1 // License: GPL. See LICENSE file for details.1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.data.validation.tests; 3 3 -
trunk/src/org/openstreetmap/josm/data/validation/tests/UntaggedNode.java
r6240 r8378 1 // License: GPL. See LICENSE file for details.1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.data.validation.tests; 3 3 -
trunk/src/org/openstreetmap/josm/data/validation/tests/UntaggedWay.java
r7981 r8378 1 // License: GPL. See LICENSE file for details.1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.data.validation.tests; 3 3 -
trunk/src/org/openstreetmap/josm/data/validation/tests/WronglyOrderedWays.java
r6240 r8378 1 // License: GPL. See LICENSE file for details.1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.data.validation.tests; 3 3 -
trunk/src/org/openstreetmap/josm/data/validation/util/AggregatePrimitivesVisitor.java
r8285 r8378 1 // License: GPL. See LICENSE file for details.1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.data.validation.util; 3 3 -
trunk/src/org/openstreetmap/josm/data/validation/util/MultipleNameVisitor.java
r6490 r8378 1 // License: GPL. See LICENSE file for details.1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.data.validation.util; 3 3 … … 17 17 * @author frsantos 18 18 */ 19 public class MultipleNameVisitor extends NameVisitor 20 { 19 public class MultipleNameVisitor extends NameVisitor { 20 21 21 public static final int MULTIPLE_NAME_MAX_LENGTH = 80; 22 22 -
trunk/src/org/openstreetmap/josm/data/validation/util/NameVisitor.java
r6490 r8378 1 // License: GPL. See LICENSE file for details.1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.data.validation.util; 3 3 -
trunk/src/org/openstreetmap/josm/data/validation/util/ValUtil.java
r8291 r8378 1 // License: GPL. See LICENSE file for details.1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.data.validation.util; 3 3 -
trunk/src/org/openstreetmap/josm/gui/GettingStarted.java
r8376 r8378 1 // License: GPL. See LICENSE file for details. 2 1 // License: GPL. For details, see LICENSE file. 3 2 package org.openstreetmap.josm.gui; 4 3 -
trunk/src/org/openstreetmap/josm/gui/MainMenu.java
r8365 r8378 1 // License: GPL. See LICENSE file for details.1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.gui; 3 3 -
trunk/src/org/openstreetmap/josm/gui/MapFrame.java
r8308 r8378 1 // License: GPL. See LICENSE file for details.1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.gui; 3 3 -
trunk/src/org/openstreetmap/josm/gui/MapFrameListener.java
r7937 r8378 1 // License: GPL. See LICENSE file for details.1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.gui; 3 3 -
trunk/src/org/openstreetmap/josm/gui/MapScaler.java
r6889 r8378 1 // License: GPL. See LICENSE file for details.1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.gui; 3 3 -
trunk/src/org/openstreetmap/josm/gui/MapStatus.java
r8308 r8378 1 // License: GPL. See LICENSE file for details.1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.gui; 3 3 -
trunk/src/org/openstreetmap/josm/gui/MapView.java
r8365 r8378 1 // License: GPL. See LICENSE file for details.1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.gui; 3 3 -
trunk/src/org/openstreetmap/josm/gui/NavigatableComponent.java
r8364 r8378 1 // License: GPL. See LICENSE file for details.1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.gui; 3 3 -
trunk/src/org/openstreetmap/josm/gui/bbox/SlippyMapBBoxChooser.java
r8349 r8378 1 // License: GPL. See LICENSE file for details.1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.gui.bbox; 3 3 -
trunk/src/org/openstreetmap/josm/gui/dialogs/ConflictDialog.java
r8308 r8378 1 // License: GPL. See LICENSE file for details.1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.gui.dialogs; 3 3 -
trunk/src/org/openstreetmap/josm/gui/dialogs/DialogsPanel.java
r8345 r8378 1 // License: GPL. See LICENSE file for details.1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.gui.dialogs; 3 3 -
trunk/src/org/openstreetmap/josm/gui/dialogs/ToggleDialog.java
r8377 r8378 1 // License: GPL. See LICENSE file for details.1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.gui.dialogs; 3 3 -
trunk/src/org/openstreetmap/josm/gui/dialogs/ValidatorDialog.java
r8338 r8378 1 // License: GPL. See LICENSE file for details.1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.gui.dialogs; 3 3 -
trunk/src/org/openstreetmap/josm/gui/dialogs/validator/ValidatorTreePanel.java
r8308 r8378 1 // License: GPL. See LICENSE file for details.1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.gui.dialogs.validator; 3 3 -
trunk/src/org/openstreetmap/josm/gui/dialogs/validator/ValidatorTreeRenderer.java
r7117 r8378 1 // License: GPL. See LICENSE file for details.1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.gui.dialogs.validator; 3 3 -
trunk/src/org/openstreetmap/josm/gui/download/TileSelection.java
r6890 r8378 1 // License: GPL. See LICENSE file for details.1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.gui.download; 3 3 … … 10 10 import org.openstreetmap.josm.gui.bbox.BBoxChooser; 11 11 import org.openstreetmap.josm.gui.bbox.TileSelectionBBoxChooser; 12 12 13 /** 13 14 * Tile selector. -
trunk/src/org/openstreetmap/josm/gui/io/DownloadPrimitivesWithReferrersTask.java
r8338 r8378 1 // License: GPL. For details, see LICENSE file. 1 2 package org.openstreetmap.josm.gui.io; 2 3 -
trunk/src/org/openstreetmap/josm/gui/layer/CustomizeColor.java
r8308 r8378 1 // License: GPL. See LICENSE file for details.1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.gui.layer; 3 3 -
trunk/src/org/openstreetmap/josm/gui/layer/GpxLayer.java
r7518 r8378 1 // License: GPL. See LICENSE file for details. 2 1 // License: GPL. For details, see LICENSE file. 3 2 package org.openstreetmap.josm.gui.layer; 4 3 -
trunk/src/org/openstreetmap/josm/gui/layer/Layer.java
r8308 r8378 1 // License: GPL. See LICENSE file for details. 2 1 // License: GPL. For details, see LICENSE file. 3 2 package org.openstreetmap.josm.gui.layer; 4 3 -
trunk/src/org/openstreetmap/josm/gui/layer/OsmDataLayer.java
r8338 r8378 1 // License: GPL. See LICENSE file for details.1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.gui.layer; 3 3 -
trunk/src/org/openstreetmap/josm/gui/layer/ValidatorLayer.java
r8345 r8378 1 // License: GPL. See LICENSE file for details.1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.gui.layer; 3 3 -
trunk/src/org/openstreetmap/josm/gui/layer/geoimage/CorrelateGpxWithImages.java
r8345 r8378 1 // License: GPL. See LICENSE file for details.1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.gui.layer.geoimage; 3 3 -
trunk/src/org/openstreetmap/josm/gui/layer/geoimage/GeoImageLayer.java
r8376 r8378 1 // License: GPL. See LICENSE file for details.1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.gui.layer.geoimage; 3 3 -
trunk/src/org/openstreetmap/josm/gui/layer/geoimage/ImageDisplay.java
r8345 r8378 1 // License: GPL. See LICENSE file for details.1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.gui.layer.geoimage; 3 3 … … 28 28 import org.openstreetmap.josm.Main; 29 29 import org.openstreetmap.josm.tools.ExifReader; 30 30 31 31 32 public class ImageDisplay extends JComponent { -
trunk/src/org/openstreetmap/josm/gui/layer/geoimage/ImageEntry.java
r8041 r8378 1 // License: GPL. See LICENSE file for details.1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.gui.layer.geoimage; 3 3 -
trunk/src/org/openstreetmap/josm/gui/layer/geoimage/ImageViewerDialog.java
r8308 r8378 1 // License: GPL. See LICENSE file for details.1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.gui.layer.geoimage; 3 3 -
trunk/src/org/openstreetmap/josm/gui/layer/geoimage/JpegFileFilter.java
r6883 r8378 1 // License: GPL. See LICENSE file for details.1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.gui.layer.geoimage; 3 3 -
trunk/src/org/openstreetmap/josm/gui/layer/geoimage/ShowThumbnailAction.java
r8308 r8378 1 // License: GPL. See LICENSE file for details.1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.gui.layer.geoimage; 3 3 -
trunk/src/org/openstreetmap/josm/gui/layer/geoimage/ThumbsLoader.java
r8376 r8378 1 // License: GPL. See LICENSE file for details.1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.gui.layer.geoimage; 3 3 -
trunk/src/org/openstreetmap/josm/gui/layer/gpx/DateFilterPanel.java
r8346 r8378 1 // License: GPL. See LICENSE file for details.1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.gui.layer.gpx; 3 3 -
trunk/src/org/openstreetmap/josm/gui/layer/gpx/GpxDrawHelper.java
r8285 r8378 1 // License: GPL. See LICENSE file for details.1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.gui.layer.gpx; 3 3 -
trunk/src/org/openstreetmap/josm/gui/layer/markerlayer/PlayHeadMarker.java
r8342 r8378 1 // License: GPL. See LICENSE file for details. 2 1 // License: GPL. For details, see LICENSE file. 3 2 package org.openstreetmap.josm.gui.layer.markerlayer; 4 3 -
trunk/src/org/openstreetmap/josm/gui/preferences/advanced/ExportProfileAction.java
r8308 r8378 1 // License: GPL. See LICENSE file for details.1 // 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/advanced/ListEditor.java
r8377 r8378 1 // License: GPL. See LICENSE file for details.1 // 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/advanced/PreferencesTable.java
r8377 r8378 1 // License: GPL. See LICENSE file for details.1 // 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/advanced/StringEditor.java
r8308 r8378 1 // License: GPL. See LICENSE file for details.1 // 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/DisplayPreference.java
r7937 r8378 1 // License: GPL. For details, see LICENSE file.1 // 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/MapPreference.java
r7937 r8378 1 // License: GPL. For details, see LICENSE file.1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.gui.preferences.map; 3 3 … … 26 26 } 27 27 } 28 28 29 29 private MapPreference() { 30 30 super(/* ICON(preferences/) */ "map", tr("Map Settings"), tr("Settings for the map projection and data interpretation."), false, new JTabbedPane()); 31 31 } 32 32 33 33 @Override 34 34 public boolean ok() { -
trunk/src/org/openstreetmap/josm/gui/preferences/plugin/PluginPreference.java
r8338 r8378 1 // License: GPL. For details, see LICENSE file.1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.gui.preferences.plugin; 3 3 -
trunk/src/org/openstreetmap/josm/gui/preferences/validator/ValidatorPreference.java
r7668 r8378 1 // License: GPL. See LICENSE file for details.1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.gui.preferences.validator; 3 3 -
trunk/src/org/openstreetmap/josm/gui/tagging/TaggingPresetSearchPrimitiveDialog.java
r8338 r8378 1 // License: GPL. For details, see LICENSE file. 1 2 package org.openstreetmap.josm.gui.tagging; 2 3 -
trunk/src/org/openstreetmap/josm/gui/util/RedirectInputMap.java
r5926 r8378 1 // License: GPL. See LICENSE file for details.1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.gui.util; 3 3 -
trunk/src/org/openstreetmap/josm/gui/util/RotationAngle.java
r8290 r8378 1 // License: GPL. See LICENSE file for details.1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.gui.util; 3 3 -
trunk/src/org/openstreetmap/josm/gui/widgets/EditableList.java
r7937 r8378 1 // License: GPL. See LICENSE file for details.1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.gui.widgets; 3 3 -
trunk/src/org/openstreetmap/josm/gui/widgets/ImageLabel.java
r7937 r8378 1 // License: GPL. See LICENSE file for details.1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.gui.widgets; 3 3 -
trunk/src/org/openstreetmap/josm/io/AbstractReader.java
r8332 r8378 1 // License: GPL. See LICENSE file for details.1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.io; 3 3 -
trunk/src/org/openstreetmap/josm/io/DiffResultProcessor.java
r8347 r8378 1 // License: GPL. For details, see LICENSE file.1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.io; 3 3 -
trunk/src/org/openstreetmap/josm/io/GpxReader.java
r8347 r8378 1 //License: GPL. For details, see LICENSE file. 2 3 //TODO: this is far from complete, but can emulate old RawGps behaviour 1 // License: GPL. For details, see LICENSE file. 4 2 package org.openstreetmap.josm.io; 5 3 -
trunk/src/org/openstreetmap/josm/io/NmeaReader.java
r8346 r8378 1 // License: GPL. See README for details.1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.io; 3 3 -
trunk/src/org/openstreetmap/josm/io/OsmApi.java
r8345 r8378 1 // License: GPL. See README for details.1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.io; 3 3 -
trunk/src/org/openstreetmap/josm/io/OsmReader.java
r8291 r8378 1 // License: GPL. See LICENSE file for details.1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.io; 3 3 -
trunk/src/org/openstreetmap/josm/io/OsmServerLocationReader.java
r7531 r8378 1 // License: GPL. For details, see LICENSE file.1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.io; 3 3 -
trunk/src/org/openstreetmap/josm/io/OsmServerObjectReader.java
r8291 r8378 1 // License: GPL. For details, see LICENSE file.1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.io; 3 3 -
trunk/src/org/openstreetmap/josm/io/UTFInputStreamReader.java
r8345 r8378 1 // License: GPL. See LICENSE file for details.1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.io; 3 3 -
trunk/src/org/openstreetmap/josm/tools/AlphanumComparator.java
r8308 r8378 1 // License: GPL. For details, see LICENSE file. 1 2 package org.openstreetmap.josm.tools; 2 3 -
trunk/src/org/openstreetmap/josm/tools/Diff.java
r8346 r8378 1 // License: GPL. 1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.tools; 3 3 -
trunk/src/org/openstreetmap/josm/tools/MultiMap.java
r8332 r8378 1 // License: GPL. See LICENSE file for details.1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.tools; 3 3 -
trunk/src/org/openstreetmap/josm/tools/Predicates.java
r7937 r8378 1 // License: GPL. For details, see LICENSE file. 1 2 package org.openstreetmap.josm.tools; 2 3 -
trunk/src/org/openstreetmap/josm/tools/Shortcut.java
r8345 r8378 1 // License: GPL. For details, see LICENSE file.1 // 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.