# # ChangeLog for applications/editors/josm in osm # # Generated by Trac 1.6 # 2024-09-09T12:21:16+02:00 Fri, 22 May 2009 14:47:23 GMT rcernoch [15166] * applications/editors/josm/plugins/czechaddress (added) * applications/editors/josm/plugins/czechaddress/build.xml (added) * applications/editors/josm/plugins/czechaddress/images (added) * applications/editors/josm/plugins/czechaddress/images/actions (added) * applications/editors/josm/plugins/czechaddress/images/actions/add.png (added) * applications/editors/josm/plugins/czechaddress/images/actions/edit.png (added) * applications/editors/josm/plugins/czechaddress/images/actions/refresh-big.png (added) * applications/editors/josm/plugins/czechaddress/images/actions/refresh-small.png (added) * applications/editors/josm/plugins/czechaddress/images/actions/remove.png (added) * applications/editors/josm/plugins/czechaddress/images/cursor (added) * applications/editors/josm/plugins/czechaddress/images/cursor/modifier (added) * applications/editors/josm/plugins/czechaddress/images/cursor/modifier/envelope-star-small.png (added) * applications/editors/josm/plugins/czechaddress/images/dialogs (added) * applications/editors/josm/plugins/czechaddress/images/dialogs/envelope-scrollbar.png (added) * applications/editors/josm/plugins/czechaddress/images/envelope-closed-big.png (added) * applications/editors/josm/plugins/czechaddress/images/envelope-closed-exclamation-big.png (added) * applications/editors/josm/plugins/czechaddress/images/envelope-closed-exclamation-small.png (added) * applications/editors/josm/plugins/czechaddress/images/envelope-closed-small.png (added) * applications/editors/josm/plugins/czechaddress/images/envelope-closed-star-big.png (added) * applications/editors/josm/plugins/czechaddress/images/envelope-closed-star-small.png (added) * applications/editors/josm/plugins/czechaddress/images/envelope-open-big.png (added) * applications/editors/josm/plugins/czechaddress/images/envelope-open-small.png (added) * applications/editors/josm/plugins/czechaddress/images/envelope-open-star-big.png (added) * applications/editors/josm/plugins/czechaddress/images/envelope-open-star-small.png (added) * applications/editors/josm/plugins/czechaddress/images/mapmode (added) * applications/editors/josm/plugins/czechaddress/images/mapmode/cursor.xcf (added) * applications/editors/josm/plugins/czechaddress/images/mapmode/envelope-cursor.png (added) * applications/editors/josm/plugins/czechaddress/images/splitarea.png (added) * applications/editors/josm/plugins/czechaddress/images/zoom.png (added) * applications/editors/josm/plugins/czechaddress/nbproject (added) * applications/editors/josm/plugins/czechaddress/nbproject/project.xml (added) * applications/editors/josm/plugins/czechaddress/src (added) * applications/editors/josm/plugins/czechaddress/src/org (added) * applications/editors/josm/plugins/czechaddress/src/org/openstreetmap (added) * applications/editors/josm/plugins/czechaddress/src/org/openstreetmap/josm (added) * applications/editors/josm/plugins/czechaddress/src/org/openstreetmap/josm/plugins (added) * applications/editors/josm/plugins/czechaddress/src/org/openstreetmap/josm/plugins/czechaddress (added) * applications/editors/josm/plugins/czechaddress/src/org/openstreetmap/josm/plugins/czechaddress/CzechAddressPlugin.java (added) * applications/editors/josm/plugins/czechaddress/src/org/openstreetmap/josm/plugins/czechaddress/DatabaseLoadException.java (added) * applications/editors/josm/plugins/czechaddress/src/org/openstreetmap/josm/plugins/czechaddress/MapUtils.java (added) * applications/editors/josm/plugins/czechaddress/src/org/openstreetmap/josm/plugins/czechaddress/NotNullList.java (added) * applications/editors/josm/plugins/czechaddress/src/org/openstreetmap/josm/plugins/czechaddress/StatusListener.java (added) * applications/editors/josm/plugins/czechaddress/src/org/openstreetmap/josm/plugins/czechaddress/StringUtils.java (added) * applications/editors/josm/plugins/czechaddress/src/org/openstreetmap/josm/plugins/czechaddress/actions (added) * applications/editors/josm/plugins/czechaddress/src/org/openstreetmap/josm/plugins/czechaddress/actions/ConflictResolveAction.java (added) * applications/editors/josm/plugins/czechaddress/src/org/openstreetmap/josm/plugins/czechaddress/actions/FactoryAction.java (added) * applications/editors/josm/plugins/czechaddress/src/org/openstreetmap/josm/plugins/czechaddress/actions/GroupManipulatorAction.java (added) * applications/editors/josm/plugins/czechaddress/src/org/openstreetmap/josm/plugins/czechaddress/actions/PointManipulatorAction.java (added) * applications/editors/josm/plugins/czechaddress/src/org/openstreetmap/josm/plugins/czechaddress/actions/SplitAreaByEmptyWayAction.java (added) * applications/editors/josm/plugins/czechaddress/src/org/openstreetmap/josm/plugins/czechaddress/addressdatabase (added) * applications/editors/josm/plugins/czechaddress/src/org/openstreetmap/josm/plugins/czechaddress/addressdatabase/AddressElement.java (added) * applications/editors/josm/plugins/czechaddress/src/org/openstreetmap/josm/plugins/czechaddress/addressdatabase/Database.java (added) * applications/editors/josm/plugins/czechaddress/src/org/openstreetmap/josm/plugins/czechaddress/addressdatabase/ElementWithHouses.java (added) * applications/editors/josm/plugins/czechaddress/src/org/openstreetmap/josm/plugins/czechaddress/addressdatabase/ElementWithStreets.java (added) * applications/editors/josm/plugins/czechaddress/src/org/openstreetmap/josm/plugins/czechaddress/addressdatabase/House.java (added) * applications/editors/josm/plugins/czechaddress/src/org/openstreetmap/josm/plugins/czechaddress/addressdatabase/ParentResolver.java (added) * applications/editors/josm/plugins/czechaddress/src/org/openstreetmap/josm/plugins/czechaddress/addressdatabase/Region.java (added) * applications/editors/josm/plugins/czechaddress/src/org/openstreetmap/josm/plugins/czechaddress/addressdatabase/Street.java (added) * applications/editors/josm/plugins/czechaddress/src/org/openstreetmap/josm/plugins/czechaddress/addressdatabase/StringUtils.java (added) * applications/editors/josm/plugins/czechaddress/src/org/openstreetmap/josm/plugins/czechaddress/addressdatabase/Suburb.java (added) * applications/editors/josm/plugins/czechaddress/src/org/openstreetmap/josm/plugins/czechaddress/addressdatabase/ViToCi.java (added) * applications/editors/josm/plugins/czechaddress/src/org/openstreetmap/josm/plugins/czechaddress/gui (added) * applications/editors/josm/plugins/czechaddress/src/org/openstreetmap/josm/plugins/czechaddress/gui/ConflictResolver.form (added) * applications/editors/josm/plugins/czechaddress/src/org/openstreetmap/josm/plugins/czechaddress/gui/ConflictResolver.java (added) * applications/editors/josm/plugins/czechaddress/src/org/openstreetmap/josm/plugins/czechaddress/gui/FactoryDialog.form (added) * applications/editors/josm/plugins/czechaddress/src/org/openstreetmap/josm/plugins/czechaddress/gui/FactoryDialog.java (added) * applications/editors/josm/plugins/czechaddress/src/org/openstreetmap/josm/plugins/czechaddress/gui/GroupManipulatorDialog.form (added) * applications/editors/josm/plugins/czechaddress/src/org/openstreetmap/josm/plugins/czechaddress/gui/GroupManipulatorDialog.java (added) * applications/editors/josm/plugins/czechaddress/src/org/openstreetmap/josm/plugins/czechaddress/gui/HalfCookedComboBoxModel.java (added) * applications/editors/josm/plugins/czechaddress/src/org/openstreetmap/josm/plugins/czechaddress/gui/HalfCookedListModel.java (added) * applications/editors/josm/plugins/czechaddress/src/org/openstreetmap/josm/plugins/czechaddress/gui/HalfCookedTreeModel.java (added) * applications/editors/josm/plugins/czechaddress/src/org/openstreetmap/josm/plugins/czechaddress/gui/LocationSelector.form (added) * applications/editors/josm/plugins/czechaddress/src/org/openstreetmap/josm/plugins/czechaddress/gui/LocationSelector.java (added) * applications/editors/josm/plugins/czechaddress/src/org/openstreetmap/josm/plugins/czechaddress/gui/PointManipulatorDialog.form (added) * applications/editors/josm/plugins/czechaddress/src/org/openstreetmap/josm/plugins/czechaddress/gui/PointManipulatorDialog.java (added) * applications/editors/josm/plugins/czechaddress/src/org/openstreetmap/josm/plugins/czechaddress/gui/UniversalTreeRenderer.java (added) * applications/editors/josm/plugins/czechaddress/src/org/openstreetmap/josm/plugins/czechaddress/intelligence (added) * applications/editors/josm/plugins/czechaddress/src/org/openstreetmap/josm/plugins/czechaddress/intelligence/Match.java (added) * applications/editors/josm/plugins/czechaddress/src/org/openstreetmap/josm/plugins/czechaddress/intelligence/Reasoner.java (added) * applications/editors/josm/plugins/czechaddress/src/org/openstreetmap/josm/plugins/czechaddress/intelligence/SelectionMonitor.java (added) * applications/editors/josm/plugins/czechaddress/src/org/openstreetmap/josm/plugins/czechaddress/parser (added) * applications/editors/josm/plugins/czechaddress/src/org/openstreetmap/josm/plugins/czechaddress/parser/DatabaseParser.java (added) * applications/editors/josm/plugins/czechaddress/src/org/openstreetmap/josm/plugins/czechaddress/parser/MvcrParser.java (added) * applications/editors/josm/plugins/czechaddress/src/org/openstreetmap/josm/plugins/czechaddress/parser/XMLParser.java (added) * applications/editors/josm/plugins/czechaddress/src/org/openstreetmap/josm/plugins/czechaddress/proposal (added) * applications/editors/josm/plugins/czechaddress/src/org/openstreetmap/josm/plugins/czechaddress/proposal/AddKeyValueProposal.java (added) * applications/editors/josm/plugins/czechaddress/src/org/openstreetmap/josm/plugins/czechaddress/proposal/ExtractAddressIntoNodeProposal.java (added) * applications/editors/josm/plugins/czechaddress/src/org/openstreetmap/josm/plugins/czechaddress/proposal/KeyValueChangeProposal.java (added) * applications/editors/josm/plugins/czechaddress/src/org/openstreetmap/josm/plugins/czechaddress/proposal/Proposal.java (added) * applications/editors/josm/plugins/czechaddress/src/org/openstreetmap/josm/plugins/czechaddress/proposal/ProposalContainer.java (added) * applications/editors/josm/plugins/czechaddress/src/org/openstreetmap/josm/plugins/czechaddress/proposal/ProposalDatabase.java (added) * applications/editors/josm/plugins/czechaddress/src/org/openstreetmap/josm/plugins/czechaddress/proposal/ProposalFactory.java (added) * applications/editors/josm/plugins/czechaddress/src/org/openstreetmap/josm/plugins/czechaddress/proposal/ProposalListPainter.java (added) * applications/editors/josm/plugins/czechaddress/src/org/openstreetmap/josm/plugins/czechaddress/proposal/RemoveKeyProposal.java (added) Initial revision of new plugin CzechAddress Wed, 20 May 2009 14:42:12 GMT stoecker [15129] * applications/editors/josm/dist/terracer.jar (modified) * applications/editors/josm/dist/utilsplugin.jar (modified) * applications/editors/josm/dist/validator.jar (modified) updated Wed, 20 May 2009 13:49:24 GMT stoecker [15128] * applications/editors/josm/dist/terracer.jar (modified) * applications/editors/josm/dist/utilsplugin.jar (modified) * applications/editors/josm/dist/validator.jar (modified) updated Wed, 20 May 2009 13:47:27 GMT stoecker [15127] * applications/editors/josm/plugins/terracer/build.xml (modified) * applications/editors/josm/plugins/utilsplugin/build.xml (modified) * applications/editors/josm/plugins/validator/build.xml (modified) adapt to interface changes Wed, 20 May 2009 11:54:22 GMT stoecker [15125] * applications/editors/josm/dist/routing.jar (modified) updated Mon, 18 May 2009 23:21:12 GMT juangui [15106] * applications/editors/josm/plugins/routing/src/com/innovant/josm/jrt/core/EdgeIterator.java (added) * applications/editors/josm/plugins/routing/src/com/innovant/josm/jrt/core/RoutingEdge.java (added) * applications/editors/josm/plugins/routing/src/com/innovant/josm/jrt/core/RoutingGraph.java (modified) Fixed bugs in RoutingGraph. Added interfaces EdgeIterator and ... Mon, 18 May 2009 14:37:29 GMT stoecker [15099] * 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/et.po (modified) * applications/editors/josm/i18n/po/fi.po (modified) * applications/editors/josm/i18n/po/fr.po (modified) * applications/editors/josm/i18n/po/gl.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/nb.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 Sun, 17 May 2009 11:23:08 GMT stoecker [15092] * applications/editors/josm/dist/wmsplugin.jar (modified) updated Sun, 17 May 2009 11:19:29 GMT stoecker [15091] * applications/editors/josm/plugins/wmsplugin/src/wmsplugin/Cache.java (modified) * applications/editors/josm/plugins/wmsplugin/src/wmsplugin/GeorefImage.java (modified) * applications/editors/josm/plugins/wmsplugin/src/wmsplugin/Grabber.java (modified) * applications/editors/josm/plugins/wmsplugin/src/wmsplugin/WMSLayer.java (modified) * applications/editors/josm/plugins/wmsplugin/src/wmsplugin/WMSPlugin.java (modified) * applications/editors/josm/plugins/wmsplugin/src/wmsplugin/WMSPreferenceEditor.java (modified) close #2589, #2310 Thu, 14 May 2009 16:24:26 GMT stoecker [15053] * applications/editors/josm/dist/AgPifoJ.jar (modified) * applications/editors/josm/dist/Create_grid_of_ways.jar (added) * applications/editors/josm/dist/DirectUpload.jar (modified) * applications/editors/josm/dist/ImageWayPoint.jar (modified) * applications/editors/josm/dist/PicLayer.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/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 (modified) * applications/editors/josm/dist/slippymap.jar (modified) * applications/editors/josm/dist/surveyor.jar (modified) * applications/editors/josm/dist/tageditor.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) updated and recompiled all Mon, 11 May 2009 09:04:15 GMT guggis [15002] * applications/editors/josm/plugins/00_plugin_dir_template/README.template (modified) doc fixed Sun, 10 May 2009 20:40:52 GMT guggis [14999] * applications/editors/josm/plugins/00_plugin_dir_template/README.template (modified) -build.number Sun, 10 May 2009 11:07:39 GMT guggis [14991] * applications/editors/josm/plugins/remotecontrol/src/org/openstreetmap/josm/plugins/remotecontrol/RemoteControlPreferences.java (modified) JOSM ticket #2555 Thu, 07 May 2009 18:02:33 GMT stoecker [14951] * applications/editors/josm/i18n/build.xml (modified) * 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/et.po (added) * applications/editors/josm/i18n/po/fi.po (modified) * applications/editors/josm/i18n/po/fr.po (modified) * applications/editors/josm/i18n/po/gl.po (added) * 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/nb.po (added) * 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 translations Tue, 05 May 2009 15:24:13 GMT stoecker [14917] * applications/editors/josm/dist/AgPifoJ.jar (modified) updated Tue, 05 May 2009 15:23:06 GMT stoecker [14916] * applications/editors/josm/plugins/agpifoj/src/org/openstreetmap/josm/plugins/agpifoj/AgpifojDialog.java (modified) * applications/editors/josm/plugins/agpifoj/src/org/openstreetmap/josm/plugins/agpifoj/AgpifojLayer.java (modified) * applications/editors/josm/plugins/agpifoj/src/org/openstreetmap/josm/plugins/agpifoj/CorrelateGpxWithImages.java (modified) close #2306 - patch by TAA - better match images Mon, 04 May 2009 09:17:41 GMT frederik [14894] * applications/editors/josm/dist/remotecontrol.jar (modified) new remote control plugin build Mon, 04 May 2009 09:17:13 GMT frederik [14893] * applications/editors/josm/plugins/remotecontrol/src/org/openstreetmap/josm/plugins/remotecontrol/RemoteControlPreferences.java (modified) * applications/editors/josm/plugins/remotecontrol/src/org/openstreetmap/josm/plugins/remotecontrol/RequestProcessor.java (modified) bugfix in remote control plugin to stop reading garbage after 1024 bytes Sun, 03 May 2009 23:04:49 GMT tomhughes [14885] * applications/editors/josm/plugins/wmsplugin/webkit-image-gtk.c (modified) Updated version of webkit-image-gtk.c from original author. Closes #1429. Sun, 03 May 2009 17:11:31 GMT jvidal [14884] * applications/editors/josm/plugins/routing/src/com/innovant/josm/plugin/routing/RoutingLayer.java (modified) * applications/editors/josm/plugins/routing/src/com/innovant/josm/plugin/routing/RoutingModel.java (modified) * applications/editors/josm/plugins/routing/src/com/innovant/josm/plugin/routing/RoutingPlugin.java (modified) Thu, 30 Apr 2009 22:31:20 GMT frederik [14857] * applications/editors/josm/dist/DirectUpload.jar (modified) new DirectUpload plugin binary Thu, 30 Apr 2009 22:28:28 GMT frederik [14856] * applications/editors/josm/plugins/DirectUpload/src/org/openstreetmap/josm/plugins/DirectUpload/UploadDataGui.java (modified) fix DirectUpload plugin to use API 0.6 Thu, 30 Apr 2009 13:37:30 GMT stoecker [14844] * applications/editors/josm/i18n/convplugins.pl (modified) * 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 Thu, 30 Apr 2009 13:07:57 GMT stoecker [14840] * applications/editors/josm/dist/PicLayer.jar (modified) * applications/editors/josm/dist/osmarender.jar (modified) * applications/editors/josm/dist/routing.jar (modified) * applications/editors/josm/dist/slippymap.jar (modified) * applications/editors/josm/dist/surveyor.jar (modified) * applications/editors/josm/dist/tageditor.jar (modified) * applications/editors/josm/dist/validator.jar (modified) updated Thu, 30 Apr 2009 13:05:57 GMT stoecker [14839] * applications/editors/josm/plugins/00_plugin_dir_template/build.xml (modified) * applications/editors/josm/plugins/build.xml (modified) * applications/editors/josm/plugins/piclayer/build.xml (modified) * applications/editors/josm/plugins/tageditor/build.xml (modified) cleanup Thu, 30 Apr 2009 12:58:19 GMT stoecker [14837] * applications/editors/josm/plugins/00_plugin_dir_template/build.number (deleted) * applications/editors/josm/plugins/00_plugin_dir_template/build.xml (modified) * applications/editors/josm/plugins/piclayer/build.number (deleted) * applications/editors/josm/plugins/piclayer/build.xml (modified) * applications/editors/josm/plugins/tageditor/build.xml (modified) cleanup recently added build.xmls and demo plugin - before changing ... Wed, 29 Apr 2009 21:59:32 GMT hampelratte [14827] * applications/editors/josm/dist/openstreetbugs.jar (modified) Wed, 29 Apr 2009 21:58:54 GMT hampelratte [14826] * applications/editors/josm/plugins/openstreetbugs/src/org/openstreetmap/josm/plugins/osb/gui/dialogs/TextInputDialog.java (modified) improved layout, so that the icon is always visible and combobox and ... Wed, 29 Apr 2009 12:26:25 GMT hampelratte [14818] * applications/editors/josm/dist/openstreetbugs.jar (modified) Wed, 29 Apr 2009 12:18:12 GMT hampelratte [14817] * applications/editors/josm/plugins/openstreetbugs/src/org/openstreetmap/josm/plugins/osb/OsbLayer.java (modified) * applications/editors/josm/plugins/openstreetbugs/src/org/openstreetmap/josm/plugins/osb/OsbPlugin.java (modified) fixed NPE and improved gui update behaviour: if the osm layer has ... Wed, 29 Apr 2009 11:34:01 GMT hampelratte [14816] * applications/editors/josm/plugins/openstreetbugs/src/org/openstreetmap/josm/plugins/osb/ConfigKeys.java (modified) * applications/editors/josm/plugins/openstreetbugs/src/org/openstreetmap/josm/plugins/osb/gui/action/AddCommentAction.java (modified) * applications/editors/josm/plugins/openstreetbugs/src/org/openstreetmap/josm/plugins/osb/gui/action/CloseIssueAction.java (modified) * applications/editors/josm/plugins/openstreetbugs/src/org/openstreetmap/josm/plugins/osb/gui/action/NewIssueAction.java (modified) introduced string constants for the preferences Mon, 27 Apr 2009 21:43:42 GMT joerg [14793] * applications/editors/josm/debian/changelog (modified) Update debian Changelog Mon, 27 Apr 2009 20:40:28 GMT frederik [14790] * applications/editors/josm/i18n/specialmessages.java (modified) add non-public edit message Mon, 27 Apr 2009 06:41:29 GMT tstelmach [14781] * applications/editors/josm/dist/PicLayer.jar (modified) manual build Mon, 27 Apr 2009 06:41:05 GMT tstelmach [14780] * applications/editors/josm/plugins/piclayer/build.number (modified) increment build number Mon, 27 Apr 2009 06:40:42 GMT tstelmach [14779] * applications/editors/josm/plugins/piclayer/images (added) * applications/editors/josm/plugins/piclayer/images/layericon.png (added) * applications/editors/josm/plugins/piclayer/images/mapmode (added) * applications/editors/josm/plugins/piclayer/images/mapmode/move.png (added) * applications/editors/josm/plugins/piclayer/images/mapmode/rotate.png (added) * applications/editors/josm/plugins/piclayer/images/mapmode/scale.png (added) * applications/editors/josm/plugins/piclayer/resources (added) * applications/editors/josm/plugins/piclayer/src (added) * applications/editors/josm/plugins/piclayer/src/org (added) * applications/editors/josm/plugins/piclayer/src/org/openstreetmap (added) * applications/editors/josm/plugins/piclayer/src/org/openstreetmap/josm (added) * applications/editors/josm/plugins/piclayer/src/org/openstreetmap/josm/plugins (added) * applications/editors/josm/plugins/piclayer/src/org/openstreetmap/josm/plugins/piclayer (added) * applications/editors/josm/plugins/piclayer/src/org/openstreetmap/josm/plugins/piclayer/HelpAction.java (added) * applications/editors/josm/plugins/piclayer/src/org/openstreetmap/josm/plugins/piclayer/MovePictureAction.java (added) * applications/editors/josm/plugins/piclayer/src/org/openstreetmap/josm/plugins/piclayer/NewLayerFromClipboardAction.java (added) * applications/editors/josm/plugins/piclayer/src/org/openstreetmap/josm/plugins/piclayer/NewLayerFromFileAction.java (added) * applications/editors/josm/plugins/piclayer/src/org/openstreetmap/josm/plugins/piclayer/PicLayerAbstract.java (added) * applications/editors/josm/plugins/piclayer/src/org/openstreetmap/josm/plugins/piclayer/PicLayerFromClipboard.java (added) * applications/editors/josm/plugins/piclayer/src/org/openstreetmap/josm/plugins/piclayer/PicLayerFromFile.java (added) * applications/editors/josm/plugins/piclayer/src/org/openstreetmap/josm/plugins/piclayer/PicLayerPlugin.java (added) * applications/editors/josm/plugins/piclayer/src/org/openstreetmap/josm/plugins/piclayer/ResetPictureAllAction.java (added) * applications/editors/josm/plugins/piclayer/src/org/openstreetmap/josm/plugins/piclayer/ResetPictureAngleAction.java (added) * applications/editors/josm/plugins/piclayer/src/org/openstreetmap/josm/plugins/piclayer/ResetPicturePositionAction.java (added) * applications/editors/josm/plugins/piclayer/src/org/openstreetmap/josm/plugins/piclayer/ResetPictureScaleAction.java (added) * applications/editors/josm/plugins/piclayer/src/org/openstreetmap/josm/plugins/piclayer/RotatePictureAction.java (added) * applications/editors/josm/plugins/piclayer/src/org/openstreetmap/josm/plugins/piclayer/ScalePictureAction.java (added) PicLayer - remaining delivery Mon, 27 Apr 2009 06:34:08 GMT tstelmach [14778] * applications/editors/josm/dist/PicLayer.jar (added) Delivery of PicLayer.jar Mon, 27 Apr 2009 06:21:58 GMT tstelmach [14777] * applications/editors/josm/plugins/piclayer/build.number (modified) increment build number Mon, 27 Apr 2009 06:19:38 GMT tstelmach [14776] * applications/editors/josm/plugins/piclayer/build.number (modified) increment build number Mon, 27 Apr 2009 06:18:36 GMT tstelmach [14775] * applications/editors/josm/plugins/piclayer/build.number (modified) increment build number Mon, 27 Apr 2009 06:18:21 GMT tstelmach [14774] * applications/editors/josm/plugins/piclayer (added) * applications/editors/josm/plugins/piclayer/LICENSE (added) * applications/editors/josm/plugins/piclayer/README (added) * applications/editors/josm/plugins/piclayer/build.number (added) * applications/editors/josm/plugins/piclayer/build.xml (added) Adding PicLayer plugin - directory created Sun, 26 Apr 2009 11:58:25 GMT jvidal [14760] * applications/editors/josm/plugins/routing/src/com/innovant/josm/jrt/core/RoutingGraph.java (modified) * applications/editors/josm/plugins/routing/src/com/innovant/josm/jrt/core/RoutingGraphDelegator.java (modified) * applications/editors/josm/plugins/routing/src/com/innovant/josm/jrt/osm/OsmEdge.java (modified) * applications/editors/josm/plugins/routing/src/com/innovant/josm/plugin/routing/gui/RoutingMenu.java (modified) Sun, 26 Apr 2009 00:00:10 GMT hampelratte [14756] * applications/editors/josm/dist/openstreetbugs.jar (modified) Sat, 25 Apr 2009 23:59:45 GMT hampelratte [14755] * applications/editors/josm/plugins/openstreetbugs/src/org/openstreetmap/josm/plugins/osb/gui/dialogs/TextInputDialog.java (modified) improved layout behaviour Sat, 25 Apr 2009 22:32:22 GMT hampelratte [14754] * applications/editors/josm/dist/openstreetbugs.jar (modified) Sat, 25 Apr 2009 22:31:17 GMT hampelratte [14753] * applications/editors/josm/plugins/openstreetbugs/src/org/openstreetmap/josm/plugins/osb/gui/dialogs/TextInputDialog.java (modified) i18n for ok and cancel button Sat, 25 Apr 2009 21:37:00 GMT hampelratte [14751] * applications/editors/josm/dist/openstreetbugs.jar (modified) Sat, 25 Apr 2009 21:36:36 GMT hampelratte [14750] * applications/editors/josm/plugins/openstreetbugs/src/org/openstreetmap/josm/plugins/osb/gui/action/CloseIssueAction.java (modified) attach username and date to the comment of the close action Sat, 25 Apr 2009 21:20:26 GMT hampelratte [14749] * applications/editors/josm/dist/openstreetbugs.jar (modified) Sat, 25 Apr 2009 21:15:22 GMT hampelratte [14748] * applications/editors/josm/plugins/openstreetbugs/src/org/openstreetmap/josm/plugins/osb/gui/action/AddCommentAction.java (modified) * applications/editors/josm/plugins/openstreetbugs/src/org/openstreetmap/josm/plugins/osb/gui/action/CloseIssueAction.java (modified) * applications/editors/josm/plugins/openstreetbugs/src/org/openstreetmap/josm/plugins/osb/gui/action/NewIssueAction.java (modified) * applications/editors/josm/plugins/openstreetbugs/src/org/openstreetmap/josm/plugins/osb/gui/dialogs (added) * applications/editors/josm/plugins/openstreetbugs/src/org/openstreetmap/josm/plugins/osb/gui/dialogs/TextInputDialog.java (added) * applications/editors/josm/plugins/openstreetbugs/src/org/openstreetmap/josm/plugins/osb/gui/historycombobox (added) * applications/editors/josm/plugins/openstreetbugs/src/org/openstreetmap/josm/plugins/osb/gui/historycombobox/ComboBoxHistory.java (added) * applications/editors/josm/plugins/openstreetbugs/src/org/openstreetmap/josm/plugins/osb/gui/historycombobox/EventConsumingPlainDocument.java (added) * applications/editors/josm/plugins/openstreetbugs/src/org/openstreetmap/josm/plugins/osb/gui/historycombobox/HistoryChangedListener.java (added) * applications/editors/josm/plugins/openstreetbugs/src/org/openstreetmap/josm/plugins/osb/gui/historycombobox/JHistoryComboBox.java (added) * applications/editors/josm/plugins/openstreetbugs/src/org/openstreetmap/josm/plugins/osb/gui/historycombobox/StringUtils.java (added) * applications/editors/josm/plugins/openstreetbugs/src/org/openstreetmap/josm/plugins/osb/gui/historycombobox/SuggestingJHistoryComboBox.java (added) * applications/editors/josm/plugins/openstreetbugs/src/org/openstreetmap/josm/plugins/osb/gui/historycombobox/SuggestionListener.java (added) - replaced joptionpanes with a custom dialog - added a history to ... Fri, 24 Apr 2009 17:34:33 GMT lvarga [14732] * applications/editors/josm/plugins/slippymap/src/org/openstreetmap/josm/plugins/slippymap/SlippyMapKey.java (modified) * applications/editors/josm/plugins/slippymap/src/org/openstreetmap/josm/plugins/slippymap/SlippyMapLayer.java (modified) * applications/editors/josm/plugins/slippymap/src/org/openstreetmap/josm/plugins/slippymap/SlippyMapTile.java (modified) Applyied patch from Dave Hansen . His info about ... Fri, 24 Apr 2009 16:54:27 GMT lvarga [14730] * applications/editors/josm/plugins/slippymap/src/org/openstreetmap/josm/plugins/slippymap/SlippyMapPreferenceSetting.java (modified) Applyied patch from "Bastian Voigt" . It fix ... Wed, 22 Apr 2009 18:13:58 GMT guggis [14698] * applications/editors/josm/plugins/tageditor/build.number (deleted) build.number is obsolete Wed, 22 Apr 2009 18:12:46 GMT guggis [14697] * applications/editors/josm/plugins/00_plugin_dir_template/build.xml (modified) fixing JOSM Ticket #2422 - When compiling tageditor, it tries to ... Wed, 22 Apr 2009 18:12:26 GMT guggis [14696] * applications/editors/josm/plugins/tageditor/build.xml (modified) fixing JOSM Ticket #2422 - When compiling tageditor, it tries to ... Wed, 22 Apr 2009 08:45:01 GMT skela [14674] * applications/editors/josm/plugins/tageditor/build.number (modified) increment build number Wed, 22 Apr 2009 08:43:34 GMT skela [14673] * applications/editors/josm/plugins/00_plugin_dir_template/build.number (modified) increment build number Thu, 16 Apr 2009 09:16:42 GMT guggis [14524] * applications/editors/josm/dist/tageditor.jar (modified) fixed problem with dirty state in tag editor dialog Thu, 16 Apr 2009 09:11:57 GMT guggis [14523] * applications/editors/josm/plugins/tageditor/build.number (modified) increment build number Thu, 16 Apr 2009 09:11:36 GMT guggis [14522] * applications/editors/josm/plugins/tageditor/build.number (modified) increment build number Thu, 16 Apr 2009 09:09:01 GMT guggis [14521] * applications/editors/josm/plugins/tageditor/.classpath (deleted) * applications/editors/josm/plugins/tageditor/.project (deleted) * applications/editors/josm/plugins/tageditor/build-local.xml (deleted) * applications/editors/josm/plugins/tageditor/classes (deleted) * applications/editors/josm/plugins/tageditor/doc (deleted) * applications/editors/josm/plugins/tageditor/lib (deleted) * applications/editors/josm/plugins/tageditor/test (deleted) fixing wrong check-in Thu, 16 Apr 2009 09:04:20 GMT guggis [14520] * applications/editors/josm/plugins/tageditor/.classpath (added) * applications/editors/josm/plugins/tageditor/.project (added) * applications/editors/josm/plugins/tageditor/.settings (added) * applications/editors/josm/plugins/tageditor/.settings/org.codehaus.groovy.eclipse.preferences.prefs (added) * applications/editors/josm/plugins/tageditor/.settings/org.eclipse.jdt.core.prefs (added) * applications/editors/josm/plugins/tageditor/build-local.xml (added) * applications/editors/josm/plugins/tageditor/build.number (modified) * applications/editors/josm/plugins/tageditor/build.xml (modified) * applications/editors/josm/plugins/tageditor/classes (added) * applications/editors/josm/plugins/tageditor/classes/org (added) * applications/editors/josm/plugins/tageditor/classes/org/openstreetmap (added) * applications/editors/josm/plugins/tageditor/classes/org/openstreetmap/josm (added) * applications/editors/josm/plugins/tageditor/classes/org/openstreetmap/josm/plugins (added) * applications/editors/josm/plugins/tageditor/classes/org/openstreetmap/josm/plugins/tageditor (added) * applications/editors/josm/plugins/tageditor/classes/org/openstreetmap/josm/plugins/tageditor/LaunchAction.class (added) * applications/editors/josm/plugins/tageditor/classes/org/openstreetmap/josm/plugins/tageditor/TagEditorDialog$1.class (added) * applications/editors/josm/plugins/tageditor/classes/org/openstreetmap/josm/plugins/tageditor/TagEditorDialog$2.class (added) * applications/editors/josm/plugins/tageditor/classes/org/openstreetmap/josm/plugins/tageditor/TagEditorDialog$3$1.class (added) * applications/editors/josm/plugins/tageditor/classes/org/openstreetmap/josm/plugins/tageditor/TagEditorDialog$3.class (added) * applications/editors/josm/plugins/tageditor/classes/org/openstreetmap/josm/plugins/tageditor/TagEditorDialog$CancelAction.class (added) * applications/editors/josm/plugins/tageditor/classes/org/openstreetmap/josm/plugins/tageditor/TagEditorDialog$OKAction.class (added) * applications/editors/josm/plugins/tageditor/classes/org/openstreetmap/josm/plugins/tageditor/TagEditorDialog.class (added) * applications/editors/josm/plugins/tageditor/classes/org/openstreetmap/josm/plugins/tageditor/TagEditorPlugin.class (added) * applications/editors/josm/plugins/tageditor/classes/org/openstreetmap/josm/plugins/tageditor/ac (added) * applications/editors/josm/plugins/tageditor/classes/org/openstreetmap/josm/plugins/tageditor/ac/AutoCompletionCache.class (added) * applications/editors/josm/plugins/tageditor/classes/org/openstreetmap/josm/plugins/tageditor/ac/AutoCompletionContext.class (added) * applications/editors/josm/plugins/tageditor/classes/org/openstreetmap/josm/plugins/tageditor/ac/AutoCompletionItemPritority.class (added) * applications/editors/josm/plugins/tageditor/classes/org/openstreetmap/josm/plugins/tageditor/ac/AutoCompletionList.class (added) * applications/editors/josm/plugins/tageditor/classes/org/openstreetmap/josm/plugins/tageditor/ac/AutoCompletionListItem.class (added) * applications/editors/josm/plugins/tageditor/classes/org/openstreetmap/josm/plugins/tageditor/ac/AutoCompletionListRenderer.class (added) * applications/editors/josm/plugins/tageditor/classes/org/openstreetmap/josm/plugins/tageditor/ac/AutoCompletionListViewer$1.class (added) * applications/editors/josm/plugins/tageditor/classes/org/openstreetmap/josm/plugins/tageditor/ac/AutoCompletionListViewer.class (added) * applications/editors/josm/plugins/tageditor/classes/org/openstreetmap/josm/plugins/tageditor/ac/IAutoCompletionListListener.class (added) * applications/editors/josm/plugins/tageditor/classes/org/openstreetmap/josm/plugins/tageditor/editor (added) * applications/editors/josm/plugins/tageditor/classes/org/openstreetmap/josm/plugins/tageditor/editor/PresetItemListCellRenderer.class (added) * applications/editors/josm/plugins/tageditor/classes/org/openstreetmap/josm/plugins/tageditor/editor/PresetManager$1.class (added) * applications/editors/josm/plugins/tageditor/classes/org/openstreetmap/josm/plugins/tageditor/editor/PresetManager$2.class (added) * applications/editors/josm/plugins/tageditor/classes/org/openstreetmap/josm/plugins/tageditor/editor/PresetManager$3.class (added) * applications/editors/josm/plugins/tageditor/classes/org/openstreetmap/josm/plugins/tageditor/editor/PresetManager$4.class (added) * applications/editors/josm/plugins/tageditor/classes/org/openstreetmap/josm/plugins/tageditor/editor/PresetManager.class (added) * applications/editors/josm/plugins/tageditor/classes/org/openstreetmap/josm/plugins/tageditor/editor/RunnableAction.class (added) * applications/editors/josm/plugins/tageditor/classes/org/openstreetmap/josm/plugins/tageditor/editor/TableCellEditor.class (added) * applications/editors/josm/plugins/tageditor/classes/org/openstreetmap/josm/plugins/tageditor/editor/TableCellRenderer.class (added) * applications/editors/josm/plugins/tageditor/classes/org/openstreetmap/josm/plugins/tageditor/editor/TagEditor$1.class (added) * applications/editors/josm/plugins/tageditor/classes/org/openstreetmap/josm/plugins/tageditor/editor/TagEditor.class (added) * applications/editors/josm/plugins/tageditor/classes/org/openstreetmap/josm/plugins/tageditor/editor/TagEditorModel$1.class (added) * applications/editors/josm/plugins/tageditor/classes/org/openstreetmap/josm/plugins/tageditor/editor/TagEditorModel.class (added) * applications/editors/josm/plugins/tageditor/classes/org/openstreetmap/josm/plugins/tageditor/editor/TagFieldEditor$1.class (added) * applications/editors/josm/plugins/tageditor/classes/org/openstreetmap/josm/plugins/tageditor/editor/TagFieldEditor$2.class (added) * applications/editors/josm/plugins/tageditor/classes/org/openstreetmap/josm/plugins/tageditor/editor/TagFieldEditor$AutoCompletionDocument.class (added) * applications/editors/josm/plugins/tageditor/classes/org/openstreetmap/josm/plugins/tageditor/editor/TagFieldEditor.class (added) * applications/editors/josm/plugins/tageditor/classes/org/openstreetmap/josm/plugins/tageditor/editor/TagModel.class (added) * applications/editors/josm/plugins/tageditor/classes/org/openstreetmap/josm/plugins/tageditor/editor/TagTable$AddAction.class (added) * applications/editors/josm/plugins/tageditor/classes/org/openstreetmap/josm/plugins/tageditor/editor/TagTable$DeleteAction.class (added) * applications/editors/josm/plugins/tageditor/classes/org/openstreetmap/josm/plugins/tageditor/editor/TagTable$SelectNextColumnCellAction.class (added) * applications/editors/josm/plugins/tageditor/classes/org/openstreetmap/josm/plugins/tageditor/editor/TagTable$SelectPreviousColumnCellAction.class (added) * applications/editors/josm/plugins/tageditor/classes/org/openstreetmap/josm/plugins/tageditor/editor/TagTable$TagTableColumnModel.class (added) * applications/editors/josm/plugins/tageditor/classes/org/openstreetmap/josm/plugins/tageditor/editor/TagTable.class (added) * applications/editors/josm/plugins/tageditor/classes/org/openstreetmap/josm/plugins/tageditor/preset (added) * applications/editors/josm/plugins/tageditor/classes/org/openstreetmap/josm/plugins/tageditor/preset/Group.class (added) * applications/editors/josm/plugins/tageditor/classes/org/openstreetmap/josm/plugins/tageditor/preset/INameIconProvider.class (added) * applications/editors/josm/plugins/tageditor/classes/org/openstreetmap/josm/plugins/tageditor/preset/Item.class (added) * applications/editors/josm/plugins/tageditor/classes/org/openstreetmap/josm/plugins/tageditor/preset/Presets.class (added) * applications/editors/josm/plugins/tageditor/classes/org/openstreetmap/josm/plugins/tageditor/preset/Tag.class (added) * applications/editors/josm/plugins/tageditor/classes/org/openstreetmap/josm/plugins/tageditor/preset/io (added) * applications/editors/josm/plugins/tageditor/classes/org/openstreetmap/josm/plugins/tageditor/preset/io/Parser$Handler.class (added) * applications/editors/josm/plugins/tageditor/classes/org/openstreetmap/josm/plugins/tageditor/preset/io/Parser.class (added) * applications/editors/josm/plugins/tageditor/classes/org/openstreetmap/josm/plugins/tageditor/preset/io/PresetIOException.class (added) * applications/editors/josm/plugins/tageditor/classes/org/openstreetmap/josm/plugins/tageditor/preset/ui (added) * applications/editors/josm/plugins/tageditor/classes/org/openstreetmap/josm/plugins/tageditor/preset/ui/IPresetSelectorListener.class (added) * applications/editors/josm/plugins/tageditor/classes/org/openstreetmap/josm/plugins/tageditor/preset/ui/NameIconCellRenderer.class (added) * applications/editors/josm/plugins/tageditor/classes/org/openstreetmap/josm/plugins/tageditor/preset/ui/PresetsTable.class (added) * applications/editors/josm/plugins/tageditor/classes/org/openstreetmap/josm/plugins/tageditor/preset/ui/PresetsTableColumnModel.class (added) * applications/editors/josm/plugins/tageditor/classes/org/openstreetmap/josm/plugins/tageditor/preset/ui/PresetsTableModel.class (added) * applications/editors/josm/plugins/tageditor/classes/org/openstreetmap/josm/plugins/tageditor/preset/ui/TabularPresetSelector$1.class (added) * applications/editors/josm/plugins/tageditor/classes/org/openstreetmap/josm/plugins/tageditor/preset/ui/TabularPresetSelector$2.class (added) * applications/editors/josm/plugins/tageditor/classes/org/openstreetmap/josm/plugins/tageditor/preset/ui/TabularPresetSelector$3.class (added) * applications/editors/josm/plugins/tageditor/classes/org/openstreetmap/josm/plugins/tageditor/preset/ui/TabularPresetSelector$4.class (added) * applications/editors/josm/plugins/tageditor/classes/org/openstreetmap/josm/plugins/tageditor/preset/ui/TabularPresetSelector$5.class (added) * applications/editors/josm/plugins/tageditor/classes/org/openstreetmap/josm/plugins/tageditor/preset/ui/TabularPresetSelector$6.class (added) * applications/editors/josm/plugins/tageditor/classes/org/openstreetmap/josm/plugins/tageditor/preset/ui/TabularPresetSelector$7.class (added) * applications/editors/josm/plugins/tageditor/classes/org/openstreetmap/josm/plugins/tageditor/preset/ui/TabularPresetSelector$8.class (added) * applications/editors/josm/plugins/tageditor/classes/org/openstreetmap/josm/plugins/tageditor/preset/ui/TabularPresetSelector$DoubleClickAdapter.class (added) * applications/editors/josm/plugins/tageditor/classes/org/openstreetmap/josm/plugins/tageditor/preset/ui/TabularPresetSelector.class (added) * applications/editors/josm/plugins/tageditor/classes/org/openstreetmap/josm/plugins/tageditor/tagspec (added) * applications/editors/josm/plugins/tageditor/classes/org/openstreetmap/josm/plugins/tageditor/tagspec/KeyValuePair.class (added) * applications/editors/josm/plugins/tageditor/classes/org/openstreetmap/josm/plugins/tageditor/tagspec/LableSpecification.class (added) * applications/editors/josm/plugins/tageditor/classes/org/openstreetmap/josm/plugins/tageditor/tagspec/TagSpecification.class (added) * applications/editors/josm/plugins/tageditor/classes/org/openstreetmap/josm/plugins/tageditor/tagspec/TagSpecifications$Handler.class (added) * applications/editors/josm/plugins/tageditor/classes/org/openstreetmap/josm/plugins/tageditor/tagspec/TagSpecifications$ResourceEntityResolver.class (added) * applications/editors/josm/plugins/tageditor/classes/org/openstreetmap/josm/plugins/tageditor/tagspec/TagSpecifications.class (added) * applications/editors/josm/plugins/tageditor/classes/org/openstreetmap/josm/plugins/tageditor/tagspec/ui (added) * applications/editors/josm/plugins/tageditor/classes/org/openstreetmap/josm/plugins/tageditor/tagspec/ui/ITagSelectorListener.class (added) * applications/editors/josm/plugins/tageditor/classes/org/openstreetmap/josm/plugins/tageditor/tagspec/ui/KeyValueCellRenderer.class (added) * applications/editors/josm/plugins/tageditor/classes/org/openstreetmap/josm/plugins/tageditor/tagspec/ui/TabularTagSelector$1.class (added) * applications/editors/josm/plugins/tageditor/classes/org/openstreetmap/josm/plugins/tageditor/tagspec/ui/TabularTagSelector$2.class (added) * applications/editors/josm/plugins/tageditor/classes/org/openstreetmap/josm/plugins/tageditor/tagspec/ui/TabularTagSelector$3.class (added) * applications/editors/josm/plugins/tageditor/classes/org/openstreetmap/josm/plugins/tageditor/tagspec/ui/TabularTagSelector$4.class (added) * applications/editors/josm/plugins/tageditor/classes/org/openstreetmap/josm/plugins/tageditor/tagspec/ui/TabularTagSelector$5.class (added) * applications/editors/josm/plugins/tageditor/classes/org/openstreetmap/josm/plugins/tageditor/tagspec/ui/TabularTagSelector$6.class (added) * applications/editors/josm/plugins/tageditor/classes/org/openstreetmap/josm/plugins/tageditor/tagspec/ui/TabularTagSelector$7.class (added) * applications/editors/josm/plugins/tageditor/classes/org/openstreetmap/josm/plugins/tageditor/tagspec/ui/TabularTagSelector$8.class (added) * applications/editors/josm/plugins/tageditor/classes/org/openstreetmap/josm/plugins/tageditor/tagspec/ui/TabularTagSelector$DoubleClickAdapter.class (added) * applications/editors/josm/plugins/tageditor/classes/org/openstreetmap/josm/plugins/tageditor/tagspec/ui/TabularTagSelector.class (added) * applications/editors/josm/plugins/tageditor/classes/org/openstreetmap/josm/plugins/tageditor/tagspec/ui/TagsTable.class (added) * applications/editors/josm/plugins/tageditor/classes/org/openstreetmap/josm/plugins/tageditor/tagspec/ui/TagsTableColumnModel.class (added) * applications/editors/josm/plugins/tageditor/classes/org/openstreetmap/josm/plugins/tageditor/tagspec/ui/TagsTableModel$1.class (added) * applications/editors/josm/plugins/tageditor/classes/org/openstreetmap/josm/plugins/tageditor/tagspec/ui/TagsTableModel.class (added) * applications/editors/josm/plugins/tageditor/classes/org/openstreetmap/josm/plugins/tageditor/util (added) * applications/editors/josm/plugins/tageditor/classes/org/openstreetmap/josm/plugins/tageditor/util/IndentWriter.class (added) * applications/editors/josm/plugins/tageditor/doc (added) * applications/editors/josm/plugins/tageditor/doc/screen-shot.ppt (added) * applications/editors/josm/plugins/tageditor/doc/tageditor-screen-shot.jpg (added) * applications/editors/josm/plugins/tageditor/doc/tageditor-screen-shot.png (added) * applications/editors/josm/plugins/tageditor/lib (added) * applications/editors/josm/plugins/tageditor/lib/josm-tag-editor-plugin.jar (added) * applications/editors/josm/plugins/tageditor/lib/tag-editor-plugin.jar (added) * applications/editors/josm/plugins/tageditor/lib/tageditor.jar (added) * 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) * applications/editors/josm/plugins/tageditor/test (added) * applications/editors/josm/plugins/tageditor/test/functional (added) * applications/editors/josm/plugins/tageditor/test/functional/org (added) * applications/editors/josm/plugins/tageditor/test/functional/org/openstreetmap (added) * applications/editors/josm/plugins/tageditor/test/functional/org/openstreetmap/josm (added) * applications/editors/josm/plugins/tageditor/test/functional/org/openstreetmap/josm/plugins (added) * applications/editors/josm/plugins/tageditor/test/functional/org/openstreetmap/josm/plugins/tageditor (added) * applications/editors/josm/plugins/tageditor/test/functional/org/openstreetmap/josm/plugins/tageditor/editor (added) * applications/editors/josm/plugins/tageditor/test/functional/org/openstreetmap/josm/plugins/tageditor/editor/PresetManagerTest.java (added) * applications/editors/josm/plugins/tageditor/test/functional/org/openstreetmap/josm/plugins/tageditor/preset (added) * applications/editors/josm/plugins/tageditor/test/functional/org/openstreetmap/josm/plugins/tageditor/preset/ui (added) * applications/editors/josm/plugins/tageditor/test/functional/org/openstreetmap/josm/plugins/tageditor/preset/ui/TabularPresetSelectorTest.java (added) * applications/editors/josm/plugins/tageditor/test/map-feature-list.dtd (added) * applications/editors/josm/plugins/tageditor/test/osm-tag-definition-list-1.xml (added) * applications/editors/josm/plugins/tageditor/test/osm-tag-definition-list.xml (added) * applications/editors/josm/plugins/tageditor/test/osm-tag-definition-list.xsd (added) * applications/editors/josm/plugins/tageditor/test/sample1.xml (added) * applications/editors/josm/plugins/tageditor/test/unit (added) * applications/editors/josm/plugins/tageditor/test/unit/data (added) * applications/editors/josm/plugins/tageditor/test/unit/data/presets.xml (added) * applications/editors/josm/plugins/tageditor/test/unit/data/simple-presets.xml (added) * applications/editors/josm/plugins/tageditor/test/unit/org (added) * applications/editors/josm/plugins/tageditor/test/unit/org/openstreetmap (added) * applications/editors/josm/plugins/tageditor/test/unit/org/openstreetmap/josm (added) * applications/editors/josm/plugins/tageditor/test/unit/org/openstreetmap/josm/plugins (added) * applications/editors/josm/plugins/tageditor/test/unit/org/openstreetmap/josm/plugins/tageditor (added) * applications/editors/josm/plugins/tageditor/test/unit/org/openstreetmap/josm/plugins/tageditor/preset (added) * applications/editors/josm/plugins/tageditor/test/unit/org/openstreetmap/josm/plugins/tageditor/preset/ItemTest.java (added) * applications/editors/josm/plugins/tageditor/test/unit/org/openstreetmap/josm/plugins/tageditor/preset/PresetsTest.groovy (added) * applications/editors/josm/plugins/tageditor/test/unit/org/openstreetmap/josm/plugins/tageditor/preset/io (added) * applications/editors/josm/plugins/tageditor/test/unit/org/openstreetmap/josm/plugins/tageditor/preset/io/ParserTest.java (added) * applications/editors/josm/plugins/tageditor/test/unit/org/openstreetmap/josm/plugins/tageditor/test (added) * applications/editors/josm/plugins/tageditor/test/unit/org/openstreetmap/josm/plugins/tageditor/test/AutoCompletionListItemTest.java (added) fixed problem with dirty state. Now sets the dialog into dirty state ... Thu, 16 Apr 2009 07:01:18 GMT ulf [14517] * applications/editors/josm/nsis/launch4j.xml (modified) give JOSM a maximum of 512MB heap space Sat, 11 Apr 2009 19:42:09 GMT hampelratte [14471] * applications/editors/josm/plugins/openstreetbugs/src/org/openstreetmap/josm/plugins/osb/gui/action/CloseIssueAction.java (modified) added possibility to add a comment before the issue gets closed Wed, 08 Apr 2009 20:45:55 GMT guggis [14443] * applications/editors/josm/plugins/00_plugin_dir_template/build.xml (modified) main version should be a natural number; otherwise JOSM throws a ... Wed, 08 Apr 2009 09:57:01 GMT guggis [14432] * applications/editors/josm/plugins/00_README (moved) renamed README Wed, 08 Apr 2009 09:54:16 GMT guggis [14431] * applications/editors/josm/dist/tageditor.jar (modified) manual build Wed, 08 Apr 2009 09:53:45 GMT guggis [14430] * applications/editors/josm/plugins/tageditor/build.old.xml (deleted) deleted build.old.xml Wed, 08 Apr 2009 09:53:12 GMT guggis [14429] * applications/editors/josm/plugins/tageditor/build.old.xml (copied) * applications/editors/josm/plugins/tageditor/build.xml (modified) update build.xml Wed, 08 Apr 2009 09:52:45 GMT guggis [14428] * applications/editors/josm/plugins/00_plugin_dir_template (added) * applications/editors/josm/plugins/00_plugin_dir_template/LICENSE (added) * applications/editors/josm/plugins/00_plugin_dir_template/README (added) * applications/editors/josm/plugins/00_plugin_dir_template/README.template (added) * applications/editors/josm/plugins/00_plugin_dir_template/build.number (added) * applications/editors/josm/plugins/00_plugin_dir_template/build.xml (added) * applications/editors/josm/plugins/00_plugin_dir_template/images (added) * applications/editors/josm/plugins/00_plugin_dir_template/resources (added) * applications/editors/josm/plugins/00_plugin_dir_template/src (added) inital version Wed, 08 Apr 2009 09:52:11 GMT guggis [14427] * applications/editors/josm/plugins/README (added) initial version Wed, 08 Apr 2009 09:49:52 GMT guggis [14426] * applications/editors/josm/plugins/tageditor/build.number (modified) increment build number Wed, 08 Apr 2009 09:47:50 GMT guggis [14425] * applications/editors/josm/plugins/tageditor/build.number (modified) increment build number Wed, 08 Apr 2009 09:46:39 GMT guggis [14424] * applications/editors/josm/plugins/tageditor/build.number (modified) increment build number Wed, 08 Apr 2009 00:23:40 GMT juangui [14423] * applications/editors/josm/dist/routing.jar (modified) * applications/editors/josm/plugins/routing/src/com/innovant/josm/jrt/core/PreferencesKeys.java (modified) * applications/editors/josm/plugins/routing/src/com/innovant/josm/plugin/routing/RoutingLayer.java (modified) * applications/editors/josm/plugins/routing/src/com/innovant/josm/plugin/routing/RoutingPlugin.java (modified) * applications/editors/josm/plugins/routing/src/com/innovant/josm/plugin/routing/actions/AddRouteNodeAction.java (modified) * applications/editors/josm/plugins/routing/src/com/innovant/josm/plugin/routing/actions/MoveRouteNodeAction.java (modified) * applications/editors/josm/plugins/routing/src/com/innovant/josm/plugin/routing/actions/RemoveRouteNodeAction.java (modified) Added a different color for routing inactive layer. Fixed layer ... Tue, 07 Apr 2009 23:07:19 GMT juangui [14422] * applications/editors/josm/dist/routing.jar (modified) Added multiple routing layer support to routing plugin. Tue, 07 Apr 2009 21:15:15 GMT guggis [14421] * applications/editors/josm/plugins/tageditor/build.xml (modified) added build number Tue, 07 Apr 2009 19:31:53 GMT guggis [14420] * applications/editors/josm/dist/tageditor.jar (modified) manual build Tue, 07 Apr 2009 19:29:07 GMT guggis [14419] * applications/editors/josm/plugins/tageditor/build.number (modified) inc build number Tue, 07 Apr 2009 19:28:31 GMT guggis [14418] * applications/editors/josm/plugins/tageditor/build.number (modified) inc build number Tue, 07 Apr 2009 18:57:11 GMT guggis [14417] * applications/editors/josm/plugins/tageditor/README (modified) Tue, 07 Apr 2009 18:56:18 GMT guggis [14416] * 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/TagEditorModel.java (modified) cosmetics Tue, 07 Apr 2009 18:38:13 GMT guggis [14415] * applications/editors/josm/dist/tageditor.jar (modified) manual build Tue, 07 Apr 2009 18:32:41 GMT guggis [14414] * applications/editors/josm/plugins/tageditor/build.number (added) Tue, 07 Apr 2009 18:27:33 GMT guggis [14413] * applications/editors/josm/dist/tageditor.jar (modified) manual build Tue, 07 Apr 2009 18:22:47 GMT guggis [14412] * applications/editors/josm/plugins/tageditor/README (modified) Tue, 07 Apr 2009 18:19:38 GMT guggis [14411] * applications/editors/josm/plugins/tageditor/build.xml (modified) bug fix: include DTD in distribution Tue, 07 Apr 2009 17:46:14 GMT guggis [14410] * applications/editors/josm/dist/tageditor.jar (modified) manual build Tue, 07 Apr 2009 17:15:01 GMT guggis [14409] * applications/editors/josm/dist/tageditor.jar (modified) manual build Tue, 07 Apr 2009 16:33:27 GMT guggis [14408] * applications/editors/josm/dist/tageditor.jar (modified) manual build Mon, 06 Apr 2009 21:05:49 GMT frederik [14406] * applications/editors/josm/plugins/osmarender/src/OsmarenderPlugin.java (modified) * applications/editors/josm/plugins/surveyor/src/at/dallermassl/josm/plugin/surveyor/AutoSaveEditLayerTimerTask.java (modified) * applications/editors/josm/plugins/validator/src/org/openstreetmap/josm/plugins/validator/GridLayer.java (modified) * applications/editors/josm/plugins/validator/src/org/openstreetmap/josm/plugins/validator/Test.java (modified) * applications/editors/josm/plugins/validator/src/org/openstreetmap/josm/plugins/validator/TestError.java (modified) * applications/editors/josm/plugins/validator/src/org/openstreetmap/josm/plugins/validator/util/AgregatePrimitivesVisitor.java (modified) minof fixes to some JOSM plugins to reflect changes in the Visitor ... Mon, 06 Apr 2009 10:46:43 GMT juangui [14404] * applications/editors/josm/plugins/routing/src/com/innovant/josm/jrt/core/RoutingGraph.java (modified) * applications/editors/josm/plugins/routing/src/com/innovant/josm/plugin/routing/RoutingLayer.java (modified) * applications/editors/josm/plugins/routing/src/com/innovant/josm/plugin/routing/RoutingModel.java (modified) * applications/editors/josm/plugins/routing/src/com/innovant/josm/plugin/routing/RoutingPlugin.java (modified) * applications/editors/josm/plugins/routing/src/com/innovant/josm/plugin/routing/actions/AddRouteNodeAction.java (modified) * applications/editors/josm/plugins/routing/src/com/innovant/josm/plugin/routing/actions/MoveRouteNodeAction.java (modified) * applications/editors/josm/plugins/routing/src/com/innovant/josm/plugin/routing/actions/RemoveRouteNodeAction.java (modified) * applications/editors/josm/plugins/routing/src/com/innovant/josm/plugin/routing/gui/RoutingDialog.java (modified) * applications/editors/josm/plugins/routing/src/com/innovant/josm/plugin/routing/gui/RoutingMenu.java (modified) Added support for multiple routing layers. Fri, 03 Apr 2009 11:19:41 GMT juangui [14395] * applications/editors/josm/plugins/routing/src/com/innovant/josm/plugin/routing/RoutingPlugin.java (modified) * applications/editors/josm/plugins/routing/src/com/innovant/josm/plugin/routing/gui/RoutingMenu.java (modified) Menu items are enabled or disabled according to availability of a ... Thu, 02 Apr 2009 08:09:49 GMT guggis [14387] * applications/editors/josm/plugins/tageditor/build.xml (modified) Tue, 31 Mar 2009 15:27:02 GMT stoecker [14372] * 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, 31 Mar 2009 14:39:28 GMT stoecker [14371] * applications/editors/josm/plugins/Create_grid_of_ways (modified) * applications/editors/josm/plugins/build.xml (modified) * applications/editors/josm/plugins/routing (modified) * applications/editors/josm/plugins/tageditor (modified) * applications/editors/josm/plugins/tageditor/build.xml (modified) minor cleanups Tue, 31 Mar 2009 14:36:43 GMT stoecker [14370] * applications/editors/josm/plugins/Create_grid_of_ways (added) * applications/editors/josm/plugins/Create_grid_of_ways/.classpath (added) * applications/editors/josm/plugins/Create_grid_of_ways/.project (added) * applications/editors/josm/plugins/Create_grid_of_ways/.settings (added) * applications/editors/josm/plugins/Create_grid_of_ways/.settings/org.eclipse.jdt.core.prefs (added) * applications/editors/josm/plugins/Create_grid_of_ways/build.xml (added) * applications/editors/josm/plugins/Create_grid_of_ways/images (added) * applications/editors/josm/plugins/Create_grid_of_ways/images/creategridofways.png (added) * applications/editors/josm/plugins/Create_grid_of_ways/src (added) * applications/editors/josm/plugins/Create_grid_of_ways/src/CreateGridOfWaysPlugin (added) * applications/editors/josm/plugins/Create_grid_of_ways/src/CreateGridOfWaysPlugin/CreateGridOfWaysAction.java (added) * applications/editors/josm/plugins/Create_grid_of_ways/src/CreateGridOfWaysPlugin/CreateGridOfWaysPlugin.java (added) * applications/editors/josm/plugins/build.xml (modified) * applications/editors/josm/plugins/navigator (deleted) removed old code Tue, 31 Mar 2009 14:36:00 GMT stoecker [14369] * applications/editors/josm/dist/routing.jar (modified) * applications/editors/josm/dist/tageditor.jar (added) added tag editor Tue, 31 Mar 2009 14:32:36 GMT stoecker [14368] * applications/editors/josm/plugins/build.xml (modified) remove tabs Tue, 31 Mar 2009 13:35:38 GMT guggis [14367] * applications/editors/josm/plugins/build.xml (modified) extended target clean for plugin tageditor