# # ChangeLog for / in osm # # Generated by Trac 1.6 # 2025-01-13T03:59:50+01:00 Fri, 27 Mar 2009 23:30:35 GMT (none) [14299] This is an empty revision for padding. Fri, 27 Mar 2009 22:18:19 GMT (none) [14298] This is an empty revision for padding. Fri, 27 Mar 2009 20:53:33 GMT (none) [14297] This is an empty revision for padding. Fri, 27 Mar 2009 19:25:27 GMT (none) [14296] This is an empty revision for padding. Fri, 27 Mar 2009 18:32:12 GMT (none) [14295] This is an empty revision for padding. Fri, 27 Mar 2009 16:55:59 GMT juangui [14294] * applications/editors/josm/dist/AgPifoJ.jar (modified) * applications/editors/josm/dist/DirectUpload.jar (modified) * applications/editors/josm/dist/ImageWayPoint.jar (modified) * applications/editors/josm/dist/cadastre-fr.jar (modified) * applications/editors/josm/dist/colorscheme.jar (modified) * applications/editors/josm/dist/editgpx.jar (modified) * applications/editors/josm/dist/globalsat.jar (modified) * applications/editors/josm/dist/lakewalker.jar (modified) * applications/editors/josm/dist/livegps.jar (modified) * applications/editors/josm/dist/measurement.jar (modified) * applications/editors/josm/dist/nearclick.jar (modified) * applications/editors/josm/dist/openlayers.jar (added) * applications/editors/josm/dist/openstreetbugs.jar (modified) * applications/editors/josm/dist/openvisible.jar (modified) * applications/editors/josm/dist/osmarender.jar (modified) * applications/editors/josm/dist/plastic_laf.jar (modified) * applications/editors/josm/dist/remotecontrol.jar (modified) * applications/editors/josm/dist/routing.jar (added) * applications/editors/josm/dist/slippymap.jar (modified) * applications/editors/josm/dist/surveyor.jar (modified) * applications/editors/josm/dist/tagging-preset-tester.jar (modified) * applications/editors/josm/dist/tcx-support.jar (modified) * applications/editors/josm/dist/terracer.jar (modified) * applications/editors/josm/dist/usertools.jar (modified) * applications/editors/josm/dist/utilsplugin.jar (modified) * applications/editors/josm/dist/validator.jar (modified) * applications/editors/josm/dist/wmsplugin.jar (modified) Added new routing and openlayers plugins to dist. Fri, 27 Mar 2009 15:44:03 GMT (none) [14293] This is an empty revision for padding. Fri, 27 Mar 2009 15:41:05 GMT (none) [14292] This is an empty revision for padding. Fri, 27 Mar 2009 15:37:52 GMT (none) [14291] This is an empty revision for padding. Fri, 27 Mar 2009 14:48:22 GMT khris78 [14290] * applications/editors/josm/plugins/agpifoj/src/org/openstreetmap/josm/plugins/agpifoj/ImageDisplay.java (modified) ClickCount in MouseWheelEvent seems to be zero on some OS. => ... Fri, 27 Mar 2009 14:06:43 GMT juangui [14289] * applications/editors/josm/plugins/routing/images (added) * applications/editors/josm/plugins/routing/images/dialogs (added) * applications/editors/josm/plugins/routing/images/dialogs/routing.png (added) * applications/editors/josm/plugins/routing/images/layer (added) * applications/editors/josm/plugins/routing/images/layer/routing_small.png (added) * applications/editors/josm/plugins/routing/images/mapmode (added) * applications/editors/josm/plugins/routing/images/mapmode/add.png (added) * applications/editors/josm/plugins/routing/images/mapmode/move.png (added) * applications/editors/josm/plugins/routing/images/mapmode/remove.png (added) * applications/editors/josm/plugins/routing/images/mapmode/routing.png (added) * applications/editors/josm/plugins/routing/images/preferences (added) * applications/editors/josm/plugins/routing/images/preferences/routing.png (added) * applications/editors/josm/plugins/routing/images/routing (added) * applications/editors/josm/plugins/routing/images/routing/endflag.png (added) * applications/editors/josm/plugins/routing/images/routing/middleflag.png (added) * applications/editors/josm/plugins/routing/images/routing/startflag.png (added) Added images for routing plugin. Fri, 27 Mar 2009 14:05:27 GMT (none) [14288] This is an empty revision for padding. Fri, 27 Mar 2009 14:01:07 GMT juangui [14287] * applications/editors/josm/plugins/build.xml (modified) * applications/editors/josm/plugins/routing (added) * applications/editors/josm/plugins/routing/build.xml (added) * applications/editors/josm/plugins/routing/lib (added) * applications/editors/josm/plugins/routing/lib/jgrapht-jdk1.5.jar (added) * applications/editors/josm/plugins/routing/lib/log4j-1.2.15.jar (added) * applications/editors/josm/plugins/routing/resources (added) * applications/editors/josm/plugins/routing/resources/log4j.xml (added) * applications/editors/josm/plugins/routing/src (added) * applications/editors/josm/plugins/routing/src/com (added) * applications/editors/josm/plugins/routing/src/com/innovant (added) * applications/editors/josm/plugins/routing/src/com/innovant/josm (added) * applications/editors/josm/plugins/routing/src/com/innovant/josm/jrt (added) * applications/editors/josm/plugins/routing/src/com/innovant/josm/jrt/core (added) * applications/editors/josm/plugins/routing/src/com/innovant/josm/jrt/core/PreferencesKeys.java (added) * applications/editors/josm/plugins/routing/src/com/innovant/josm/jrt/core/RoutingGraph.java (added) * applications/editors/josm/plugins/routing/src/com/innovant/josm/jrt/core/RoutingGraphDelegator.java (added) * applications/editors/josm/plugins/routing/src/com/innovant/josm/jrt/core/RoutingProfile.java (added) * applications/editors/josm/plugins/routing/src/com/innovant/josm/jrt/gtfs (added) * applications/editors/josm/plugins/routing/src/com/innovant/josm/jrt/gtfs/GTFSTransportModes.java (added) * applications/editors/josm/plugins/routing/src/com/innovant/josm/jrt/osm (added) * applications/editors/josm/plugins/routing/src/com/innovant/josm/jrt/osm/OsmEdge.java (added) * applications/editors/josm/plugins/routing/src/com/innovant/josm/jrt/osm/OsmWayTypes.java (added) * applications/editors/josm/plugins/routing/src/com/innovant/josm/plugin (added) * applications/editors/josm/plugins/routing/src/com/innovant/josm/plugin/routing (added) * applications/editors/josm/plugins/routing/src/com/innovant/josm/plugin/routing/RoutingLayer.java (added) * applications/editors/josm/plugins/routing/src/com/innovant/josm/plugin/routing/RoutingModel.java (added) * applications/editors/josm/plugins/routing/src/com/innovant/josm/plugin/routing/RoutingPlugin.java (added) * applications/editors/josm/plugins/routing/src/com/innovant/josm/plugin/routing/actions (added) * applications/editors/josm/plugins/routing/src/com/innovant/josm/plugin/routing/actions/AddRouteNodeAction.java (added) * applications/editors/josm/plugins/routing/src/com/innovant/josm/plugin/routing/actions/MoveRouteNodeAction.java (added) * applications/editors/josm/plugins/routing/src/com/innovant/josm/plugin/routing/actions/RemoveRouteNodeAction.java (added) * applications/editors/josm/plugins/routing/src/com/innovant/josm/plugin/routing/gui (added) * applications/editors/josm/plugins/routing/src/com/innovant/josm/plugin/routing/gui/RoutingDialog.java (added) * applications/editors/josm/plugins/routing/src/com/innovant/josm/plugin/routing/gui/RoutingMenu.java (added) * applications/editors/josm/plugins/routing/src/com/innovant/josm/plugin/routing/gui/RoutingPreferenceDialog.java (added) * applications/editors/josm/plugins/routing/src/com/innovant/josm/plugin/routing/package.html (added) Added routing plugin. Fri, 27 Mar 2009 12:22:23 GMT (none) [14286] This is an empty revision for padding. Fri, 27 Mar 2009 10:10:17 GMT (none) [14285] This is an empty revision for padding. Fri, 27 Mar 2009 09:01:12 GMT (none) [14284] This is an empty revision for padding. Fri, 27 Mar 2009 08:48:05 GMT (none) [14283] This is an empty revision for padding. Thu, 26 Mar 2009 23:43:34 GMT (none) [14282] This is an empty revision for padding. Thu, 26 Mar 2009 21:14:16 GMT (none) [14281] This is an empty revision for padding. Thu, 26 Mar 2009 17:09:32 GMT (none) [14280] This is an empty revision for padding. Thu, 26 Mar 2009 13:04:15 GMT (none) [14279] This is an empty revision for padding. Thu, 26 Mar 2009 09:38:11 GMT (none) [14278] This is an empty revision for padding. Thu, 26 Mar 2009 09:29:15 GMT ulf [14277] * applications/editors/josm/nsis/josm-setup-unix.sh (modified) use wget settings, so we would download a new version of the webkit stuff Thu, 26 Mar 2009 05:22:52 GMT (none) [14276] This is an empty revision for padding. Thu, 26 Mar 2009 05:17:36 GMT (none) [14275] This is an empty revision for padding. Thu, 26 Mar 2009 04:42:59 GMT (none) [14274] This is an empty revision for padding. Wed, 25 Mar 2009 23:17:54 GMT (none) [14273] This is an empty revision for padding. Wed, 25 Mar 2009 21:14:34 GMT (none) [14272] This is an empty revision for padding. Wed, 25 Mar 2009 20:54:04 GMT (none) [14271] This is an empty revision for padding. Wed, 25 Mar 2009 20:50:45 GMT (none) [14270] This is an empty revision for padding. Wed, 25 Mar 2009 18:40:59 GMT (none) [14269] This is an empty revision for padding. Wed, 25 Mar 2009 17:54:21 GMT (none) [14268] This is an empty revision for padding. Wed, 25 Mar 2009 16:49:33 GMT (none) [14267] This is an empty revision for padding. Wed, 25 Mar 2009 13:47:22 GMT (none) [14266] This is an empty revision for padding. Wed, 25 Mar 2009 13:36:07 GMT (none) [14265] This is an empty revision for padding. Wed, 25 Mar 2009 11:09:37 GMT (none) [14264] This is an empty revision for padding. Wed, 25 Mar 2009 09:31:55 GMT (none) [14263] This is an empty revision for padding. Wed, 25 Mar 2009 08:35:54 GMT (none) [14262] This is an empty revision for padding. Wed, 25 Mar 2009 08:24:49 GMT (none) [14261] This is an empty revision for padding. Tue, 24 Mar 2009 22:31:03 GMT (none) [14260] This is an empty revision for padding. Tue, 24 Mar 2009 22:20:22 GMT (none) [14259] This is an empty revision for padding. Tue, 24 Mar 2009 20:19:11 GMT (none) [14258] This is an empty revision for padding. Tue, 24 Mar 2009 18:46:39 GMT (none) [14257] This is an empty revision for padding. Tue, 24 Mar 2009 18:29:27 GMT (none) [14256] This is an empty revision for padding. Tue, 24 Mar 2009 18:03:18 GMT (none) [14255] This is an empty revision for padding. Tue, 24 Mar 2009 17:55:56 GMT (none) [14254] This is an empty revision for padding. Tue, 24 Mar 2009 17:15:18 GMT (none) [14253] This is an empty revision for padding. Tue, 24 Mar 2009 15:57:38 GMT stoecker [14252] * applications/editors/josm/i18n/po/ar.po (modified) * applications/editors/josm/i18n/po/bg.po (modified) * applications/editors/josm/i18n/po/cs.po (modified) * applications/editors/josm/i18n/po/da.po (modified) * applications/editors/josm/i18n/po/de.po (modified) * applications/editors/josm/i18n/po/el.po (modified) * applications/editors/josm/i18n/po/en_GB.po (modified) * applications/editors/josm/i18n/po/es.po (modified) * applications/editors/josm/i18n/po/fi.po (modified) * applications/editors/josm/i18n/po/fr.po (modified) * applications/editors/josm/i18n/po/he.po (modified) * applications/editors/josm/i18n/po/is.po (modified) * applications/editors/josm/i18n/po/it.po (modified) * applications/editors/josm/i18n/po/ja.po (modified) * applications/editors/josm/i18n/po/nl.po (modified) * applications/editors/josm/i18n/po/pl.po (modified) * applications/editors/josm/i18n/po/ro.po (modified) * applications/editors/josm/i18n/po/ru.po (modified) * applications/editors/josm/i18n/po/sk.po (modified) * applications/editors/josm/i18n/po/sl.po (modified) * applications/editors/josm/i18n/po/sv.po (modified) * applications/editors/josm/i18n/po/tr.po (modified) updated Tue, 24 Mar 2009 12:53:33 GMT (none) [14251] This is an empty revision for padding. Tue, 24 Mar 2009 11:23:56 GMT (none) [14250] This is an empty revision for padding. Tue, 24 Mar 2009 08:34:37 GMT stoecker [14249] * applications/editors/josm/dist/editgpx.jar (modified) updated Tue, 24 Mar 2009 08:34:08 GMT (none) [14248] This is an empty revision for padding. Tue, 24 Mar 2009 08:34:01 GMT stoecker [14247] * applications/editors/josm/plugins/editgpx/build.xml (modified) fixed manifest Tue, 24 Mar 2009 08:23:09 GMT stoecker [14246] * applications/editors/josm/dist/editgpx.jar (added) added Tue, 24 Mar 2009 08:19:10 GMT stoecker [14245] * applications/editors/josm/plugins/editgpx/build.xml (modified) * applications/editors/josm/plugins/editgpx/src/org/openstreetmap/josm/plugins/editgpx/EditGpxLayer.java (modified) * applications/editors/josm/plugins/editgpx/src/org/openstreetmap/josm/plugins/editgpx/EditGpxMode.java (modified) * applications/editors/josm/plugins/editgpx/src/org/openstreetmap/josm/plugins/editgpx/EditGpxPlugin.java (modified) * applications/editors/josm/plugins/editgpx/src/org/openstreetmap/josm/plugins/editgpx/GPXLayerImportAction.java (modified) fixed indent, updated Tue, 24 Mar 2009 06:21:18 GMT (none) [14244] This is an empty revision for padding. Tue, 24 Mar 2009 00:58:01 GMT (none) [14243] This is an empty revision for padding. Mon, 23 Mar 2009 22:25:59 GMT (none) [14242] This is an empty revision for padding. Mon, 23 Mar 2009 21:52:32 GMT (none) [14241] This is an empty revision for padding. Mon, 23 Mar 2009 21:51:55 GMT (none) [14240] This is an empty revision for padding. Mon, 23 Mar 2009 21:50:17 GMT (none) [14239] This is an empty revision for padding. Mon, 23 Mar 2009 21:44:42 GMT (none) [14238] This is an empty revision for padding. Mon, 23 Mar 2009 21:44:20 GMT (none) [14237] This is an empty revision for padding. Mon, 23 Mar 2009 21:41:34 GMT (none) [14236] This is an empty revision for padding. Mon, 23 Mar 2009 21:35:06 GMT (none) [14235] This is an empty revision for padding. Mon, 23 Mar 2009 21:25:02 GMT (none) [14234] This is an empty revision for padding. Mon, 23 Mar 2009 21:05:17 GMT christofd [14233] * applications/editors/josm/plugins/colorscheme/copyright.txt (added) * applications/editors/josm/plugins/openvisible/copyright.txt (added) * applications/editors/josm/plugins/surveyor/copyright.txt (added) added file Mon, 23 Mar 2009 21:00:39 GMT christofd [14232] * applications/editors/josm/plugins/openvisible/LICENSE (added) added GPL-v2 Mon, 23 Mar 2009 20:14:16 GMT (none) [14231] This is an empty revision for padding. Mon, 23 Mar 2009 20:13:54 GMT (none) [14230] This is an empty revision for padding. Mon, 23 Mar 2009 20:12:30 GMT (none) [14229] This is an empty revision for padding. Mon, 23 Mar 2009 20:11:27 GMT (none) [14228] This is an empty revision for padding. Mon, 23 Mar 2009 19:56:01 GMT (none) [14227] This is an empty revision for padding. Mon, 23 Mar 2009 19:40:33 GMT (none) [14226] This is an empty revision for padding. Mon, 23 Mar 2009 18:23:37 GMT (none) [14225] This is an empty revision for padding. Mon, 23 Mar 2009 18:09:56 GMT (none) [14224] This is an empty revision for padding. Mon, 23 Mar 2009 17:37:50 GMT (none) [14223] This is an empty revision for padding. Mon, 23 Mar 2009 16:49:17 GMT stoecker [14222] * applications/editors/josm/plugins/editgpx (modified) * applications/editors/josm/plugins/editgpx/src/org/openstreetmap/josm/plugins/editgpx/._.DS_Store (deleted) fixed properties Mon, 23 Mar 2009 16:48:08 GMT stoecker [14221] * applications/editors/josm/plugins/build.xml (modified) * applications/editors/josm/plugins/editgpx (added) * applications/editors/josm/plugins/editgpx/.classpath (added) * applications/editors/josm/plugins/editgpx/.project (added) * applications/editors/josm/plugins/editgpx/build.xml (added) * applications/editors/josm/plugins/editgpx/images (added) * applications/editors/josm/plugins/editgpx/images/editgpx_layer.png (added) * applications/editors/josm/plugins/editgpx/images/mapmode (added) * applications/editors/josm/plugins/editgpx/images/mapmode/editgpx_mode.png (added) * applications/editors/josm/plugins/editgpx/src (added) * applications/editors/josm/plugins/editgpx/src/org (added) * applications/editors/josm/plugins/editgpx/src/org/openstreetmap (added) * applications/editors/josm/plugins/editgpx/src/org/openstreetmap/josm (added) * applications/editors/josm/plugins/editgpx/src/org/openstreetmap/josm/plugins (added) * applications/editors/josm/plugins/editgpx/src/org/openstreetmap/josm/plugins/editgpx (added) * applications/editors/josm/plugins/editgpx/src/org/openstreetmap/josm/plugins/editgpx/._.DS_Store (added) * applications/editors/josm/plugins/editgpx/src/org/openstreetmap/josm/plugins/editgpx/EditGpxLayer.java (added) * applications/editors/josm/plugins/editgpx/src/org/openstreetmap/josm/plugins/editgpx/EditGpxMode.java (added) * applications/editors/josm/plugins/editgpx/src/org/openstreetmap/josm/plugins/editgpx/EditGpxPlugin.java (added) * applications/editors/josm/plugins/editgpx/src/org/openstreetmap/josm/plugins/editgpx/GPXLayerImportAction.java (added) added editgpx Mon, 23 Mar 2009 16:41:18 GMT (none) [14220] This is an empty revision for padding. Mon, 23 Mar 2009 16:39:59 GMT (none) [14219] This is an empty revision for padding. Mon, 23 Mar 2009 11:21:05 GMT (none) [14218] This is an empty revision for padding. Mon, 23 Mar 2009 11:19:34 GMT (none) [14217] This is an empty revision for padding. Mon, 23 Mar 2009 01:40:41 GMT (none) [14216] This is an empty revision for padding. Sun, 22 Mar 2009 22:11:34 GMT (none) [14215] This is an empty revision for padding. Sun, 22 Mar 2009 21:32:45 GMT (none) [14214] This is an empty revision for padding. Sun, 22 Mar 2009 21:12:22 GMT (none) [14213] This is an empty revision for padding. Sun, 22 Mar 2009 16:38:55 GMT (none) [14212] This is an empty revision for padding. Sun, 22 Mar 2009 13:19:28 GMT (none) [14211] This is an empty revision for padding. Sun, 22 Mar 2009 13:13:52 GMT (none) [14210] This is an empty revision for padding. Sun, 22 Mar 2009 09:50:34 GMT (none) [14209] This is an empty revision for padding. Sun, 22 Mar 2009 09:48:23 GMT (none) [14208] This is an empty revision for padding. Sat, 21 Mar 2009 22:27:14 GMT (none) [14207] This is an empty revision for padding. Sat, 21 Mar 2009 21:26:12 GMT (none) [14206] This is an empty revision for padding. Sat, 21 Mar 2009 21:11:11 GMT (none) [14205] This is an empty revision for padding. Sat, 21 Mar 2009 20:57:09 GMT (none) [14204] This is an empty revision for padding. Sat, 21 Mar 2009 20:48:02 GMT (none) [14203] This is an empty revision for padding. Sat, 21 Mar 2009 20:39:23 GMT (none) [14202] This is an empty revision for padding. Sat, 21 Mar 2009 17:32:37 GMT ulf [14201] * applications/editors/josm/nsis/josm.nsi (modified) * applications/editors/josm/nsis/langmacros.nsh (modified) * applications/editors/josm/nsis/locale/english.nsh (modified) * applications/editors/josm/nsis/locale/german.nsh (modified) add further plugins Sat, 21 Mar 2009 16:44:47 GMT ulf [14200] * applications/editors/josm/nsis/josm.nsi (modified) * applications/editors/josm/nsis/langmacros.nsh (modified) * applications/editors/josm/nsis/locale/english.nsh (modified) * applications/editors/josm/nsis/locale/german.nsh (modified) add AgPifoJ Plugin