# # ChangeLog for / in osm # # Generated by Trac 1.6 # 2025-09-25T16:07:28+02:00 Thu, 13 Jan 2011 12:08:29 GMT hind [25037] * applications/editors/josm/plugins/CommandLine (added) * applications/editors/josm/plugins/CommandLine/LICENSE (added) * applications/editors/josm/plugins/CommandLine/build.xml (added) * applications/editors/josm/plugins/CommandLine/images (added) * applications/editors/josm/plugins/CommandLine/images/commandline.png (added) * applications/editors/josm/plugins/CommandLine/images/select.png (added) * applications/editors/josm/plugins/CommandLine/resources (added) * applications/editors/josm/plugins/CommandLine/src (added) * applications/editors/josm/plugins/CommandLine/src/CommandLine (added) * applications/editors/josm/plugins/CommandLine/src/CommandLine/AnyAction.java (added) * applications/editors/josm/plugins/CommandLine/src/CommandLine/Command.java (added) * applications/editors/josm/plugins/CommandLine/src/CommandLine/CommandLine.java (added) * applications/editors/josm/plugins/CommandLine/src/CommandLine/CommandLineAction.java (added) * applications/editors/josm/plugins/CommandLine/src/CommandLine/DummyAction.java (added) * applications/editors/josm/plugins/CommandLine/src/CommandLine/GpxFilter.java (added) * applications/editors/josm/plugins/CommandLine/src/CommandLine/History.java (added) * applications/editors/josm/plugins/CommandLine/src/CommandLine/LengthAction.java (added) * applications/editors/josm/plugins/CommandLine/src/CommandLine/Loader.java (added) * applications/editors/josm/plugins/CommandLine/src/CommandLine/Mode.java (added) * applications/editors/josm/plugins/CommandLine/src/CommandLine/NodeAction.java (added) * applications/editors/josm/plugins/CommandLine/src/CommandLine/OsmToCmd.java (added) * applications/editors/josm/plugins/CommandLine/src/CommandLine/Parameter.java (added) * applications/editors/josm/plugins/CommandLine/src/CommandLine/PointAction.java (added) * applications/editors/josm/plugins/CommandLine/src/CommandLine/RelationAction.java (added) * applications/editors/josm/plugins/CommandLine/src/CommandLine/Relay.java (added) * applications/editors/josm/plugins/CommandLine/src/CommandLine/Type.java (added) * applications/editors/josm/plugins/CommandLine/src/CommandLine/WayAction.java (added) * applications/editors/josm/plugins/build.xml (modified) Initial commit of Command Line plugin. Thu, 13 Jan 2011 11:49:26 GMT (none) [25036] This is an empty revision for padding. Thu, 13 Jan 2011 11:44:44 GMT (none) [25035] This is an empty revision for padding. Thu, 13 Jan 2011 05:20:57 GMT (none) [25034] This is an empty revision for padding. Wed, 12 Jan 2011 22:33:13 GMT pieren [25033] * applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/GrabThread.java (modified) * applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/WMSLayer.java (modified) change the way we grab the small squares with a spiral algorithm to ... Wed, 12 Jan 2011 14:11:12 GMT (none) [25032] This is an empty revision for padding. Wed, 12 Jan 2011 09:24:57 GMT (none) [25031] This is an empty revision for padding. Wed, 12 Jan 2011 06:53:25 GMT mzdila [25030] * applications/editors/josm/plugins/simplifyarea/.settings/org.eclipse.jdt.core.prefs (modified) * applications/editors/josm/plugins/simplifyarea/.settings/org.eclipse.jdt.ui.prefs (added) * applications/editors/josm/plugins/simplifyarea/src/sk/zdila/josm/plugin/simplify/SimplifyAreaAction.java (modified) indent with spaces Tue, 11 Jan 2011 22:14:25 GMT (none) [25029] This is an empty revision for padding. Tue, 11 Jan 2011 22:06:28 GMT (none) [25028] This is an empty revision for padding. Tue, 11 Jan 2011 21:45:32 GMT (none) [25027] This is an empty revision for padding. Tue, 11 Jan 2011 17:44:49 GMT (none) [25026] This is an empty revision for padding. Mon, 10 Jan 2011 22:05:04 GMT (none) [25025] This is an empty revision for padding. Mon, 10 Jan 2011 19:00:27 GMT (none) [25024] This is an empty revision for padding. Mon, 10 Jan 2011 17:50:45 GMT (none) [25023] This is an empty revision for padding. Sun, 09 Jan 2011 23:13:24 GMT guggis [25022] * applications/editors/josm/dist/scripting.jar (modified) Removed groovy distro from the plugin jar. Download and install from ... Sun, 09 Jan 2011 23:08:30 GMT guggis [25021] * applications/editors/josm/dist/scripting.jar (added) initial version Sun, 09 Jan 2011 23:03:57 GMT guggis [25020] * applications/editors/josm/plugins/scripting/images/run.png (added) * applications/editors/josm/plugins/scripting/images/script-engine.png (added) Adding two icons Sun, 09 Jan 2011 23:03:23 GMT guggis [25019] * applications/editors/josm/plugins/scripting (added) * applications/editors/josm/plugins/scripting/LICENSE (added) * applications/editors/josm/plugins/scripting/README (added) * applications/editors/josm/plugins/scripting/build.xml (added) * applications/editors/josm/plugins/scripting/images (added) * applications/editors/josm/plugins/scripting/scripts (added) * applications/editors/josm/plugins/scripting/scripts/AddHouseNumbers.groovy (added) * applications/editors/josm/plugins/scripting/scripts/HelloWorld.groovy (added) * applications/editors/josm/plugins/scripting/scripts/helloWorld.properties (added) * applications/editors/josm/plugins/scripting/src (added) * applications/editors/josm/plugins/scripting/src/org (added) * applications/editors/josm/plugins/scripting/src/org/openstreetmap (added) * applications/editors/josm/plugins/scripting/src/org/openstreetmap/josm (added) * applications/editors/josm/plugins/scripting/src/org/openstreetmap/josm/plugins (added) * applications/editors/josm/plugins/scripting/src/org/openstreetmap/josm/plugins/scripting (added) * applications/editors/josm/plugins/scripting/src/org/openstreetmap/josm/plugins/scripting/HelpAwareOptionPane.java (added) * applications/editors/josm/plugins/scripting/src/org/openstreetmap/josm/plugins/scripting/RunScriptAction.java (added) * applications/editors/josm/plugins/scripting/src/org/openstreetmap/josm/plugins/scripting/RunScriptDialog.java (added) * applications/editors/josm/plugins/scripting/src/org/openstreetmap/josm/plugins/scripting/ScriptEngineSelectionDialog.java (added) * applications/editors/josm/plugins/scripting/src/org/openstreetmap/josm/plugins/scripting/ScriptingPlugin.java (added) * applications/editors/josm/plugins/scripting/test (added) * applications/editors/josm/plugins/scripting/test/common (added) * applications/editors/josm/plugins/scripting/test/common/org (added) * applications/editors/josm/plugins/scripting/test/common/org/openstreetmap (added) * applications/editors/josm/plugins/scripting/test/common/org/openstreetmap/josm (added) * applications/editors/josm/plugins/scripting/test/common/org/openstreetmap/josm/plugins (added) * applications/editors/josm/plugins/scripting/test/common/org/openstreetmap/josm/plugins/scripting (added) * applications/editors/josm/plugins/scripting/test/common/org/openstreetmap/josm/plugins/scripting/fixtures (added) * applications/editors/josm/plugins/scripting/test/common/org/openstreetmap/josm/plugins/scripting/fixtures/JOSMFixture.java (added) * applications/editors/josm/plugins/scripting/test/conf (added) * applications/editors/josm/plugins/scripting/test/conf/test-unit-env.properties (added) * applications/editors/josm/plugins/scripting/test/functional (added) * applications/editors/josm/plugins/scripting/test/functional/org (added) * applications/editors/josm/plugins/scripting/test/functional/org/openstreetmap (added) * applications/editors/josm/plugins/scripting/test/functional/org/openstreetmap/josm (added) * applications/editors/josm/plugins/scripting/test/functional/org/openstreetmap/josm/plugins (added) * applications/editors/josm/plugins/scripting/test/functional/org/openstreetmap/josm/plugins/scripting (added) * applications/editors/josm/plugins/scripting/test/functional/org/openstreetmap/josm/plugins/scripting/RunScriptDialogTest.java (added) * applications/editors/josm/plugins/scripting/test/functional/org/openstreetmap/josm/plugins/scripting/ScriptEngineSelectionDialogTest.java (added) * applications/editors/josm/plugins/scripting/test/josm.home (added) * applications/editors/josm/plugins/scripting/test/josm.home/preferences (added) * applications/editors/josm/plugins/scripting/test/unit (added) Sun, 09 Jan 2011 22:28:16 GMT (none) [25018] This is an empty revision for padding. Sun, 09 Jan 2011 22:09:17 GMT (none) [25017] This is an empty revision for padding. Sun, 09 Jan 2011 22:05:42 GMT (none) [25016] This is an empty revision for padding. Sun, 09 Jan 2011 21:22:01 GMT (none) [25015] This is an empty revision for padding. Sun, 09 Jan 2011 20:02:44 GMT (none) [25014] This is an empty revision for padding. Sun, 09 Jan 2011 17:09:50 GMT (none) [25013] This is an empty revision for padding. Sun, 09 Jan 2011 16:50:08 GMT (none) [25012] This is an empty revision for padding. Sun, 09 Jan 2011 15:47:19 GMT (none) [25011] This is an empty revision for padding. Sun, 09 Jan 2011 14:51:33 GMT (none) [25010] This is an empty revision for padding. Sun, 09 Jan 2011 13:44:12 GMT (none) [25009] This is an empty revision for padding. Sun, 09 Jan 2011 13:40:22 GMT (none) [25008] This is an empty revision for padding. Sun, 09 Jan 2011 12:49:23 GMT mzdila [25007] * applications/editors/josm/plugins/simplifyarea/src/sk/zdila/josm/plugin/simplify/SimplifyAreaAction.java (modified) - removing the best match according to description in #5421 - ... Sun, 09 Jan 2011 11:43:27 GMT (none) [25006] This is an empty revision for padding. Sun, 09 Jan 2011 11:42:59 GMT (none) [25005] This is an empty revision for padding. Sun, 09 Jan 2011 09:17:22 GMT (none) [25004] This is an empty revision for padding. Sun, 09 Jan 2011 01:02:32 GMT (none) [25003] This is an empty revision for padding. Sat, 08 Jan 2011 18:55:32 GMT (none) [25002] This is an empty revision for padding. Sat, 08 Jan 2011 17:05:58 GMT (none) [25001] This is an empty revision for padding. Sat, 08 Jan 2011 12:46:40 GMT upliner [25000] * applications/editors/josm/dist/wms-turbo-challenge2.jar (modified) update wms-turbo-challenge2.jar Sat, 08 Jan 2011 12:45:42 GMT upliner [24999] * applications/editors/josm/plugins/wms-turbo-challenge2/.classpath (modified) * applications/editors/josm/plugins/wms-turbo-challenge2/build.xml (modified) * applications/editors/josm/plugins/wms-turbo-challenge2/src/wmsturbochallenge/GameWindow.java (modified) make wms-turbo-challenge compatible with recent JOSM. Still works ... Sat, 08 Jan 2011 12:34:10 GMT upliner [24998] * applications/editors/josm/dist/irsrectify.jar (modified) update irsrectify.jar Sat, 08 Jan 2011 12:33:31 GMT upliner [24997] * applications/editors/josm/plugins/irsrectify/build.xml (modified) * applications/editors/josm/plugins/irsrectify/src/irsrectify/IRSRectifyPlugin.java (modified) make irsrectify compatible with recent JOSM Sat, 08 Jan 2011 12:11:28 GMT upliner [24996] * applications/editors/josm/dist/importvec.jar (modified) update importvec.jar Sat, 08 Jan 2011 12:10:55 GMT upliner [24995] * applications/editors/josm/plugins/importvec/src/org/openstreetmap/josm/plugins/importvec/ImportVectorAction.java (modified) importvec: avoid to override "open" toolbar action Sat, 08 Jan 2011 11:49:30 GMT (none) [24994] This is an empty revision for padding. Fri, 07 Jan 2011 19:59:32 GMT (none) [24993] This is an empty revision for padding. Fri, 07 Jan 2011 19:57:46 GMT (none) [24992] This is an empty revision for padding. Fri, 07 Jan 2011 15:53:04 GMT (none) [24991] This is an empty revision for padding. Fri, 07 Jan 2011 15:51:15 GMT (none) [24990] This is an empty revision for padding. Fri, 07 Jan 2011 14:29:33 GMT upliner [24989] * applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/Demo.java (modified) * applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/OsmFileCacheTileLoader.java (modified) jmapviewer: add function to get default cache directory and throw ... Fri, 07 Jan 2011 00:32:38 GMT nakor [24988] * applications/editors/josm/dist/download_along.jar (modified) Make plugin available only in OSM data layer (#5817) Fri, 07 Jan 2011 00:24:43 GMT nakor [24987] * applications/editors/josm/dist/download_along.jar (modified) Make plugin available only in OSM data layer (#5817) Fri, 07 Jan 2011 00:24:07 GMT nakor [24986] * applications/editors/josm/plugins/download_along/src/org/openstreetmap/josm/plugin/download_along/DownloadAlong.java (modified) Make plugin available only in OSM data layer (#5817) Thu, 06 Jan 2011 15:05:28 GMT upliner [24985] * applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/OsmFileCacheTileLoader.java (modified) bugfix: call tileLoadingFinished() after loading dummy tiles Thu, 06 Jan 2011 10:32:24 GMT (none) [24984] This is an empty revision for padding. Wed, 05 Jan 2011 21:17:23 GMT (none) [24983] This is an empty revision for padding. Wed, 05 Jan 2011 15:05:05 GMT oliverw [24982] * applications/editors/josm/plugins/FixAddresses/src/org/openstreetmap/josm/plugins/fixAddresses/AddressEditContainer.java (modified) * applications/editors/josm/plugins/FixAddresses/src/org/openstreetmap/josm/plugins/fixAddresses/AddressSolution.java (added) * applications/editors/josm/plugins/FixAddresses/src/org/openstreetmap/josm/plugins/fixAddresses/IAllKnowingTrashHeap.java (added) * applications/editors/josm/plugins/FixAddresses/src/org/openstreetmap/josm/plugins/fixAddresses/IOSMEntity.java (modified) * applications/editors/josm/plugins/FixAddresses/src/org/openstreetmap/josm/plugins/fixAddresses/OSMAddress.java (modified) * applications/editors/josm/plugins/FixAddresses/src/org/openstreetmap/josm/plugins/fixAddresses/OSMEntityBase.java (modified) * applications/editors/josm/plugins/FixAddresses/src/org/openstreetmap/josm/plugins/fixAddresses/gui/actions/AbstractAddressEditAction.java (modified) * applications/editors/josm/plugins/FixAddresses/src/org/openstreetmap/josm/plugins/fixAddresses/gui/actions/ApplyAllGuessesAction.java (modified) Implemented problem/solution stuff for OSMAddress. Wed, 05 Jan 2011 14:14:39 GMT malcolmh [24981] * applications/editors/josm/plugins/smed/plugs/oseam/src/images/LightsButton.png (modified) * applications/editors/josm/plugins/smed/plugs/oseam/src/images/LightsButton.svg (modified) * applications/editors/josm/plugins/smed/plugs/oseam/src/oseam/seamarks/SeaMark.java (modified) save Wed, 05 Jan 2011 14:07:26 GMT (none) [24980] This is an empty revision for padding. Wed, 05 Jan 2011 13:20:29 GMT oliverw [24979] * applications/editors/josm/plugins/FixAddresses/src/org/openstreetmap/josm/plugins/fixAddresses/AddressProblem.java (moved) Renamed Problem to AddressProblem. Wed, 05 Jan 2011 13:05:35 GMT oliverw [24978] * applications/editors/josm/plugins/FixAddresses/src/org/openstreetmap/josm/plugins/fixAddresses/AddressEditContainer.java (modified) * applications/editors/josm/plugins/FixAddresses/src/org/openstreetmap/josm/plugins/fixAddresses/IOSMEntity.java (modified) * applications/editors/josm/plugins/FixAddresses/src/org/openstreetmap/josm/plugins/fixAddresses/IProblem.java (added) * applications/editors/josm/plugins/FixAddresses/src/org/openstreetmap/josm/plugins/fixAddresses/IProblemVisitor.java (added) * applications/editors/josm/plugins/FixAddresses/src/org/openstreetmap/josm/plugins/fixAddresses/ISolution.java (added) * applications/editors/josm/plugins/FixAddresses/src/org/openstreetmap/josm/plugins/fixAddresses/OSMAddress.java (modified) * applications/editors/josm/plugins/FixAddresses/src/org/openstreetmap/josm/plugins/fixAddresses/OSMEntityBase.java (modified) * applications/editors/josm/plugins/FixAddresses/src/org/openstreetmap/josm/plugins/fixAddresses/Problem.java (added) * applications/editors/josm/plugins/FixAddresses/src/org/openstreetmap/josm/plugins/fixAddresses/ProblemType.java (added) * applications/editors/josm/plugins/FixAddresses/src/org/openstreetmap/josm/plugins/fixAddresses/SolutionType.java (added) * applications/editors/josm/plugins/FixAddresses/src/org/openstreetmap/josm/plugins/fixAddresses/gui/actions/AbstractAddressEditAction.java (modified) Implemented basic infrastructure for new problem/solution approach. Wed, 05 Jan 2011 12:11:15 GMT oliverw [24977] * applications/editors/josm/plugins/FixAddresses/src/org/openstreetmap/josm/plugins/fixAddresses/FixAddressesPlugin.java (modified) * applications/editors/josm/plugins/FixAddresses/src/org/openstreetmap/josm/plugins/fixAddresses/gui/actions/SelectIncompleteAddressesAction.java (moved) Moved SelectIncompleteAddresses to actions. Tue, 04 Jan 2011 19:42:49 GMT stoecker [24976] * applications/editors/josm/dist/contourmerge.jar (modified) fix build Tue, 04 Jan 2011 19:42:25 GMT stoecker [24975] * applications/editors/josm/plugins/contourmerge/build.xml (modified) fix build Tue, 04 Jan 2011 19:39:28 GMT (none) [24974] This is an empty revision for padding. Tue, 04 Jan 2011 19:19:39 GMT (none) [24973] This is an empty revision for padding. Tue, 04 Jan 2011 17:39:04 GMT stoecker [24972] * applications/editors/josm/dist/contourmerge.jar (modified) update help link Tue, 04 Jan 2011 17:38:19 GMT stoecker [24971] * applications/editors/josm/plugins/contourmerge/src/org/openstreetmap/josm/plugins/contourmerge/ContourMergeMode.java (modified) fix help link Tue, 04 Jan 2011 15:42:20 GMT guggis [24970] * applications/editors/josm/dist/contourmerge.jar (added) Initial version Tue, 04 Jan 2011 15:32:36 GMT guggis [24969] * applications/editors/josm/plugins/contourmerge (added) * applications/editors/josm/plugins/contourmerge/LICENSE (added) * applications/editors/josm/plugins/contourmerge/README (added) * applications/editors/josm/plugins/contourmerge/build.xml (added) * applications/editors/josm/plugins/contourmerge/doc (added) * applications/editors/josm/plugins/contourmerge/doc/lake-and-forest.0.png (added) * applications/editors/josm/plugins/contourmerge/doc/lake-and-forest.1.png (added) * applications/editors/josm/plugins/contourmerge/doc/lake-and-forest.2.png (added) * applications/editors/josm/plugins/contourmerge/doc/lake-and-forest.3.png (added) * applications/editors/josm/plugins/contourmerge/doc/lake-and-forest.4.png (added) * applications/editors/josm/plugins/contourmerge/doc/lake-and-forest.5.png (added) * applications/editors/josm/plugins/contourmerge/images (added) * applications/editors/josm/plugins/contourmerge/images/cursor (added) * applications/editors/josm/plugins/contourmerge/images/cursor/modifier (added) * applications/editors/josm/plugins/contourmerge/images/cursor/modifier/deselect_node.png (added) * applications/editors/josm/plugins/contourmerge/images/cursor/modifier/select_node.png (added) * applications/editors/josm/plugins/contourmerge/images/mapmode (added) * applications/editors/josm/plugins/contourmerge/images/mapmode/contourmerge.png (added) * applications/editors/josm/plugins/contourmerge/images/mergecontour.png (added) * applications/editors/josm/plugins/contourmerge/images/mergecontour.svg (added) * applications/editors/josm/plugins/contourmerge/src (added) * applications/editors/josm/plugins/contourmerge/src/org (added) * applications/editors/josm/plugins/contourmerge/src/org/openstreetmap (added) * applications/editors/josm/plugins/contourmerge/src/org/openstreetmap/josm (added) * applications/editors/josm/plugins/contourmerge/src/org/openstreetmap/josm/plugins (added) * applications/editors/josm/plugins/contourmerge/src/org/openstreetmap/josm/plugins/contourmerge (added) * applications/editors/josm/plugins/contourmerge/src/org/openstreetmap/josm/plugins/contourmerge/ContourMergeMode.java (added) * applications/editors/josm/plugins/contourmerge/src/org/openstreetmap/josm/plugins/contourmerge/ContourMergeModel.java (added) * applications/editors/josm/plugins/contourmerge/src/org/openstreetmap/josm/plugins/contourmerge/ContourMergeModelManager.java (added) * applications/editors/josm/plugins/contourmerge/src/org/openstreetmap/josm/plugins/contourmerge/ContourMergePlugin.java (added) * applications/editors/josm/plugins/contourmerge/src/org/openstreetmap/josm/plugins/contourmerge/ContourMergeView.java (added) * applications/editors/josm/plugins/contourmerge/src/org/openstreetmap/josm/plugins/contourmerge/WaySlice.java (added) * applications/editors/josm/plugins/contourmerge/src/org/openstreetmap/josm/plugins/contourmerge/util (added) * applications/editors/josm/plugins/contourmerge/src/org/openstreetmap/josm/plugins/contourmerge/util/Assert.java (added) * applications/editors/josm/plugins/contourmerge/test (added) * applications/editors/josm/plugins/contourmerge/test/config (added) * applications/editors/josm/plugins/contourmerge/test/config/test-unit-env.properties (added) * applications/editors/josm/plugins/contourmerge/test/data (added) * applications/editors/josm/plugins/contourmerge/test/data/lake-and-forest.osm (added) * applications/editors/josm/plugins/contourmerge/test/josm.home (added) * applications/editors/josm/plugins/contourmerge/test/josm.home/preferences (added) * applications/editors/josm/plugins/contourmerge/test/lib (added) * applications/editors/josm/plugins/contourmerge/test/lib/hamcrest-all-1.3.0RC2.jar (added) * applications/editors/josm/plugins/contourmerge/test/src (added) * applications/editors/josm/plugins/contourmerge/test/src/org (added) * applications/editors/josm/plugins/contourmerge/test/src/org/openstreetmap (added) * applications/editors/josm/plugins/contourmerge/test/src/org/openstreetmap/josm (added) * applications/editors/josm/plugins/contourmerge/test/src/org/openstreetmap/josm/plugins (added) * applications/editors/josm/plugins/contourmerge/test/src/org/openstreetmap/josm/plugins/contourmerge (added) * applications/editors/josm/plugins/contourmerge/test/src/org/openstreetmap/josm/plugins/contourmerge/AllUnitTests.groovy (added) * applications/editors/josm/plugins/contourmerge/test/src/org/openstreetmap/josm/plugins/contourmerge/ContourMergeModelTest.groovy (added) * applications/editors/josm/plugins/contourmerge/test/src/org/openstreetmap/josm/plugins/contourmerge/WaySliceTest.groovy (added) * applications/editors/josm/plugins/contourmerge/test/src/org/openstreetmap/josm/plugins/contourmerge/fixtures (added) * applications/editors/josm/plugins/contourmerge/test/src/org/openstreetmap/josm/plugins/contourmerge/fixtures/JOSMFixture.java (added) Tue, 04 Jan 2011 15:24:11 GMT (none) [24968] This is an empty revision for padding. Tue, 04 Jan 2011 15:00:17 GMT upliner [24967] * applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/OsmFileCacheTileLoader.java (modified) * applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/OsmTileLoader.java (modified) * applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/Tile.java (modified) jmapviewer: implement detection of Bing zoomlevel and don't store ... Tue, 04 Jan 2011 14:03:51 GMT (none) [24966] This is an empty revision for padding. Tue, 04 Jan 2011 13:13:13 GMT malcolmh [24965] * applications/editors/josm/plugins/smed/plugs/oseam/src/images/LighthouseButton.svg (modified) * applications/editors/josm/plugins/smed/plugs/oseam/src/images/StationButton.svg (modified) save Tue, 04 Jan 2011 13:09:48 GMT (none) [24964] This is an empty revision for padding. Tue, 04 Jan 2011 13:06:08 GMT malcolmh [24963] * applications/editors/josm/plugins/smed/plugs/oseam/src/images/LighthouseButton.svg (modified) * applications/editors/josm/plugins/smed/plugs/oseam/src/images/StationButton.png (added) * applications/editors/josm/plugins/smed/plugs/oseam/src/images/StationButton.svg (added) * applications/editors/josm/plugins/smed/plugs/oseam/src/oseam/panels/PanelHaz.java (modified) * applications/editors/josm/plugins/smed/plugs/oseam/src/oseam/panels/PanelLights.java (modified) * applications/editors/josm/plugins/smed/plugs/oseam/src/oseam/seamarks/SeaMark.java (modified) save Tue, 04 Jan 2011 11:54:50 GMT (none) [24962] This is an empty revision for padding. Mon, 03 Jan 2011 22:15:55 GMT (none) [24961] This is an empty revision for padding. Mon, 03 Jan 2011 22:13:42 GMT (none) [24960] This is an empty revision for padding. Mon, 03 Jan 2011 21:28:18 GMT (none) [24959] This is an empty revision for padding. Mon, 03 Jan 2011 17:31:42 GMT (none) [24958] This is an empty revision for padding. Mon, 03 Jan 2011 16:09:34 GMT frederik [24957] * applications/editors/josm/dist/terracer.jar (modified) bugfix xml in street name build Mon, 03 Jan 2011 16:08:59 GMT frederik [24956] * applications/editors/josm/plugins/terracer/src/terracer/HouseNumberInputHandler.java (modified) fix bug that would produce xml in the addr:street field when you hit ... Mon, 03 Jan 2011 10:16:46 GMT clementm [24955] * applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/GeorefImage.java (modified) * applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/WMSLayer.java (modified) IMPROVEMENT: Display the current downloading box (orange) even if ... Mon, 03 Jan 2011 10:13:45 GMT clementm [24954] * applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/CadastreInterface.java (modified) BUGFIX: CadastreInterface was not properly reloaded when we change of ... Mon, 03 Jan 2011 03:53:45 GMT (none) [24953] This is an empty revision for padding. Mon, 03 Jan 2011 03:40:16 GMT (none) [24952] This is an empty revision for padding. Mon, 03 Jan 2011 03:40:07 GMT (none) [24951] This is an empty revision for padding. Mon, 03 Jan 2011 03:40:01 GMT (none) [24950] This is an empty revision for padding. Mon, 03 Jan 2011 03:39:53 GMT (none) [24949] This is an empty revision for padding. Mon, 03 Jan 2011 03:39:37 GMT (none) [24948] This is an empty revision for padding. Sun, 02 Jan 2011 13:24:05 GMT oliverw [24947] * applications/editors/josm/dist/FixAddresses.jar (modified) Bugfix: Check bbox before zoom. Sun, 02 Jan 2011 13:11:44 GMT oliverw [24946] * applications/editors/josm/plugins/FixAddresses/src/org/openstreetmap/josm/plugins/fixAddresses/OsmUtils.java (modified) Bugfix: Check bounding box before zoom. Sun, 02 Jan 2011 12:18:11 GMT oliverw [24945] * applications/editors/josm/dist/FixAddresses.jar (modified) Fixed table headers. Sun, 02 Jan 2011 12:13:04 GMT oliverw [24944] * applications/editors/josm/plugins/FixAddresses/src/org/openstreetmap/josm/plugins/fixAddresses/gui/AddressEditDialog.java (modified) Fixed table headers. Sun, 02 Jan 2011 11:50:04 GMT oliverw [24943] * applications/editors/josm/dist/FixAddresses.jar (modified) Feature request: Zoom automatically to node when selected in ... Sun, 02 Jan 2011 11:45:06 GMT oliverw [24942] * applications/editors/josm/plugins/FixAddresses/build.xml (modified) * applications/editors/josm/plugins/FixAddresses/src/org/openstreetmap/josm/plugins/fixAddresses/OsmUtils.java (modified) * applications/editors/josm/plugins/FixAddresses/src/org/openstreetmap/josm/plugins/fixAddresses/gui/IncompleteAddressesDialog.java (modified) * applications/editors/josm/plugins/FixAddresses/src/org/openstreetmap/josm/plugins/fixAddresses/gui/IncompleteAddressesTableModel.java (modified) Zoom to selected item in incomplete address list. Sun, 02 Jan 2011 11:10:26 GMT oliverw [24941] * applications/editors/josm/plugins/FixAddresses/src/org/openstreetmap/josm/plugins/fixAddresses/OsmUtils.java (modified) Added documentation. Sun, 02 Jan 2011 10:58:07 GMT oliverw [24940] * applications/editors/josm/plugins/FixAddresses/src/org/openstreetmap/josm/plugins/fixAddresses/gui/IncompleteAddressesDialog.java (modified) Added documentation. Sun, 02 Jan 2011 00:00:38 GMT (none) [24939] This is an empty revision for padding. Sat, 01 Jan 2011 23:53:34 GMT stoecker [24938] * applications/editors/josm/dist/turnrestrictions.jar (modified) updated