# # ChangeLog for / in osm # # Generated by Trac 1.6 # 2025-02-14T00:11:34+01:00 Sun, 29 Mar 2009 18:01:34 GMT guggis [14338] * applications/editors/josm/plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor/TagEditorDialog.java (modified) * applications/editors/josm/plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor/editor/PresetManager.java (modified) * applications/editors/josm/plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor/editor/TableCellEditor.java (modified) * applications/editors/josm/plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor/editor/TagEditor.java (modified) * applications/editors/josm/plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor/editor/TagEditorModel.java (modified) * applications/editors/josm/plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor/editor/TagTable.java (modified) Sun, 29 Mar 2009 17:30:58 GMT (none) [14337] This is an empty revision for padding. Sun, 29 Mar 2009 16:23:07 GMT (none) [14336] This is an empty revision for padding. Sun, 29 Mar 2009 16:09:31 GMT guggis [14335] * applications/editors/josm/plugins/tageditor/LICENSE (added) * applications/editors/josm/plugins/tageditor/README (added) Sun, 29 Mar 2009 15:39:24 GMT guggis [14334] * applications/editors/josm/plugins/tageditor/build.xml (added) first check-in Sun, 29 Mar 2009 15:38:42 GMT guggis [14333] * applications/editors/josm/plugins/tageditor/resources/delete.gif (added) * applications/editors/josm/plugins/tageditor/resources/osm-tag-definitions.xml (added) * applications/editors/josm/plugins/tageditor/resources/osm.gif (added) * applications/editors/josm/plugins/tageditor/resources/selection.gif (added) first check-in Sun, 29 Mar 2009 15:38:22 GMT guggis [14332] * applications/editors/josm/plugins/tageditor/resources (added) * applications/editors/josm/plugins/tageditor/resources/add.gif (added) first check-in Sun, 29 Mar 2009 15:25:26 GMT guggis [14331] * applications/editors/josm/plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor/util (added) * applications/editors/josm/plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor/util/IndentWriter.java (added) first check-in Sun, 29 Mar 2009 15:22:48 GMT guggis [14330] * applications/editors/josm/plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor/tagspec/ui (added) * applications/editors/josm/plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor/tagspec/ui/ITagSelectorListener.java (added) * applications/editors/josm/plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor/tagspec/ui/KeyValueCellRenderer.java (added) * applications/editors/josm/plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor/tagspec/ui/TabularTagSelector.java (added) * applications/editors/josm/plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor/tagspec/ui/TagsTable.java (added) * applications/editors/josm/plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor/tagspec/ui/TagsTableColumnModel.java (added) * applications/editors/josm/plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor/tagspec/ui/TagsTableModel.java (added) first check-in Sun, 29 Mar 2009 15:22:29 GMT guggis [14329] * applications/editors/josm/plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor/tagspec (added) * applications/editors/josm/plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor/tagspec/KeyValuePair.java (added) * applications/editors/josm/plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor/tagspec/LableSpecification.java (added) * applications/editors/josm/plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor/tagspec/TagSpecification.java (added) * applications/editors/josm/plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor/tagspec/TagSpecifications.java (added) * applications/editors/josm/plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor/tagspec/osm-tag-definitions.dtd (added) first check-in Sun, 29 Mar 2009 15:22:14 GMT guggis [14328] * applications/editors/josm/plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor/preset/ui (added) * applications/editors/josm/plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor/preset/ui/IPresetSelectorListener.java (added) * applications/editors/josm/plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor/preset/ui/NameIconCellRenderer.java (added) * applications/editors/josm/plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor/preset/ui/PresetsTable.java (added) * applications/editors/josm/plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor/preset/ui/PresetsTableColumnModel.java (added) * applications/editors/josm/plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor/preset/ui/PresetsTableModel.java (added) * applications/editors/josm/plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor/preset/ui/TabularPresetSelector.java (added) first check-in Sun, 29 Mar 2009 15:21:56 GMT guggis [14327] * applications/editors/josm/plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor/preset/io (added) * applications/editors/josm/plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor/preset/io/Parser.java (added) * applications/editors/josm/plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor/preset/io/PresetIOException.java (added) first check-in Sun, 29 Mar 2009 15:21:40 GMT guggis [14326] * applications/editors/josm/plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor/preset (added) * applications/editors/josm/plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor/preset/Group.java (added) * applications/editors/josm/plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor/preset/INameIconProvider.java (added) * applications/editors/josm/plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor/preset/Item.java (added) * applications/editors/josm/plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor/preset/Presets.java (added) * applications/editors/josm/plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor/preset/Tag.java (added) first check-in Sun, 29 Mar 2009 15:21:10 GMT guggis [14325] * applications/editors/josm/plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor/editor (added) * applications/editors/josm/plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor/editor/PresetItemListCellRenderer.java (added) * applications/editors/josm/plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor/editor/PresetManager.java (added) * applications/editors/josm/plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor/editor/RunnableAction.java (added) * applications/editors/josm/plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor/editor/TableCellEditor.java (added) * applications/editors/josm/plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor/editor/TableCellRenderer.java (added) * applications/editors/josm/plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor/editor/TagEditor.java (added) * applications/editors/josm/plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor/editor/TagEditorModel.java (added) * applications/editors/josm/plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor/editor/TagFieldEditor.java (added) * applications/editors/josm/plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor/editor/TagModel.java (added) * applications/editors/josm/plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor/editor/TagTable.java (added) first check-in Sun, 29 Mar 2009 15:20:52 GMT guggis [14324] * applications/editors/josm/plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor/ac (added) * applications/editors/josm/plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor/ac/AutoCompletionCache.java (added) * applications/editors/josm/plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor/ac/AutoCompletionContext.java (added) * applications/editors/josm/plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor/ac/AutoCompletionItemPritority.java (added) * applications/editors/josm/plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor/ac/AutoCompletionList.java (added) * applications/editors/josm/plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor/ac/AutoCompletionListItem.java (added) * applications/editors/josm/plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor/ac/AutoCompletionListRenderer.java (added) * applications/editors/josm/plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor/ac/AutoCompletionListViewer.java (added) * applications/editors/josm/plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor/ac/IAutoCompletionListListener.java (added) first check-in Sun, 29 Mar 2009 15:20:01 GMT guggis [14323] * applications/editors/josm/plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor/TagEditorDialog.java (added) * applications/editors/josm/plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor/TagEditorPlugin.java (added) first check-in Sun, 29 Mar 2009 15:19:40 GMT guggis [14322] * applications/editors/josm/plugins/tageditor/src (added) * applications/editors/josm/plugins/tageditor/src/org (added) * applications/editors/josm/plugins/tageditor/src/org/openstreetmap (added) * applications/editors/josm/plugins/tageditor/src/org/openstreetmap/josm (added) * applications/editors/josm/plugins/tageditor/src/org/openstreetmap/josm/plugins (added) * applications/editors/josm/plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor (added) * applications/editors/josm/plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor/LaunchAction.java (added) first check-in Sun, 29 Mar 2009 14:45:16 GMT (none) [14321] This is an empty revision for padding. Sun, 29 Mar 2009 14:02:33 GMT guggis [14320] * applications/editors/josm/plugins/tageditor (added) Sun, 29 Mar 2009 13:18:47 GMT (none) [14319] This is an empty revision for padding. Sun, 29 Mar 2009 13:15:39 GMT (none) [14318] This is an empty revision for padding. Sun, 29 Mar 2009 13:08:59 GMT (none) [14317] This is an empty revision for padding. Sun, 29 Mar 2009 13:02:48 GMT (none) [14316] This is an empty revision for padding. Sun, 29 Mar 2009 12:58:40 GMT (none) [14315] This is an empty revision for padding. Sun, 29 Mar 2009 12:57:51 GMT (none) [14314] This is an empty revision for padding. Sun, 29 Mar 2009 12:01:40 GMT (none) [14313] This is an empty revision for padding. Sun, 29 Mar 2009 08:25:53 GMT (none) [14312] This is an empty revision for padding. Sun, 29 Mar 2009 08:23:40 GMT (none) [14311] This is an empty revision for padding. Sun, 29 Mar 2009 08:10:21 GMT (none) [14310] This is an empty revision for padding. Sun, 29 Mar 2009 02:14:40 GMT (none) [14309] This is an empty revision for padding. Sun, 29 Mar 2009 01:31:04 GMT (none) [14308] This is an empty revision for padding. Sun, 29 Mar 2009 00:56:08 GMT (none) [14307] This is an empty revision for padding. Sat, 28 Mar 2009 21:19:11 GMT (none) [14306] This is an empty revision for padding. Sat, 28 Mar 2009 20:18:26 GMT (none) [14305] This is an empty revision for padding. Sat, 28 Mar 2009 11:52:25 GMT (none) [14304] This is an empty revision for padding. Sat, 28 Mar 2009 11:16:23 GMT (none) [14303] This is an empty revision for padding. Sat, 28 Mar 2009 09:26:59 GMT (none) [14302] This is an empty revision for padding. Sat, 28 Mar 2009 09:23:17 GMT (none) [14301] This is an empty revision for padding. Sat, 28 Mar 2009 09:21:30 GMT (none) [14300] This is an empty revision for padding. 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.