# # ChangeLog for applications/editors/josm in osm # # Generated by Trac 1.6 # 2024-12-23T18:06:15+01:00 Mon, 23 Apr 2018 18:10:28 GMT donvip [34164] * applications/editors/josm/plugins/public_transport_layer/build.xml (modified) * applications/editors/josm/plugins/public_transport_layer/src/ptl/DistanceBetweenStops.java (modified) * applications/editors/josm/plugins/public_transport_layer/src/ptl/Plugin.java (modified) * applications/editors/josm/plugins/public_transport_layer/src/ptl/PublicTransportLayer.java (modified) plugin needs to be rebuilt against JOSM 13662+ Sun, 22 Apr 2018 00:21:47 GMT donvip [34163] * applications/editors/josm/dist/wikipedia.jar (modified) bump version number Sun, 22 Apr 2018 00:21:02 GMT donvip [34162] * applications/editors/josm/plugins/wikipedia/test/unit/org/wikipedia/io/SophoxDownloadReaderTest.java (modified) fix javadoc warnings Sun, 22 Apr 2018 00:19:53 GMT donvip [34161] * applications/editors/josm/dist/wikipedia.jar (modified) dist (messed up in last revision) Fri, 20 Apr 2018 19:23:51 GMT donvip [34160] * applications/editors/josm/dist/wikipedia.jar (modified) dist Fri, 20 Apr 2018 19:20:51 GMT donvip [34159] * applications/editors/josm/plugins/wikipedia/src/org/wikipedia/gui/WikidataTagCellRenderer.java (modified) see #josm16204 #comment:10 - Don't use ForkJoinPool#commonPool(), ... Sun, 08 Apr 2018 14:40:59 GMT donvip [34158] * applications/editors/josm/dist/CustomizePublicTransportStop.jar (modified) dist Sun, 08 Apr 2018 14:40:17 GMT donvip [34157] * applications/editors/josm/plugins/CustomizePublicTransportStop/.settings/org.eclipse.jdt.core.prefs (modified) * applications/editors/josm/plugins/CustomizePublicTransportStop/src/ru/rodsoft/openstreetmap/josm/plugins/customizepublictransportstop/CustomizePublicTransportStopDialog.java (modified) fix java warning Sun, 08 Apr 2018 14:38:27 GMT donvip [34156] * applications/editors/josm/plugins/CustomizePublicTransportStop/.checkstyle (added) * applications/editors/josm/plugins/CustomizePublicTransportStop/.project (modified) * applications/editors/josm/plugins/CustomizePublicTransportStop/.settings/org.eclipse.jdt.core.prefs (modified) * applications/editors/josm/plugins/CustomizePublicTransportStop/.settings/org.eclipse.jdt.ui.prefs (added) * applications/editors/josm/plugins/CustomizePublicTransportStop/src/ru/rodsoft/openstreetmap/josm/plugins/customizepublictransportstop/CreateNewStopPointOperation.java (modified) * applications/editors/josm/plugins/CustomizePublicTransportStop/src/ru/rodsoft/openstreetmap/josm/plugins/customizepublictransportstop/CreateStopAreaFromSelectedObjectOperation.java (modified) * applications/editors/josm/plugins/CustomizePublicTransportStop/src/ru/rodsoft/openstreetmap/josm/plugins/customizepublictransportstop/CustomizePublicTransportStopDialog.java (modified) * applications/editors/josm/plugins/CustomizePublicTransportStop/src/ru/rodsoft/openstreetmap/josm/plugins/customizepublictransportstop/CustomizePublicTransportStopPlugin.java (modified) * applications/editors/josm/plugins/CustomizePublicTransportStop/src/ru/rodsoft/openstreetmap/josm/plugins/customizepublictransportstop/CustomizeStopAction.java (modified) * applications/editors/josm/plugins/CustomizePublicTransportStop/src/ru/rodsoft/openstreetmap/josm/plugins/customizepublictransportstop/CustomizeStopAreaOperation.java (modified) * applications/editors/josm/plugins/CustomizePublicTransportStop/src/ru/rodsoft/openstreetmap/josm/plugins/customizepublictransportstop/IStopAreaCustomizer.java (modified) * applications/editors/josm/plugins/CustomizePublicTransportStop/src/ru/rodsoft/openstreetmap/josm/plugins/customizepublictransportstop/MessageBox.java (modified) * applications/editors/josm/plugins/CustomizePublicTransportStop/src/ru/rodsoft/openstreetmap/josm/plugins/customizepublictransportstop/NearestWaySegment.java (modified) * applications/editors/josm/plugins/CustomizePublicTransportStop/src/ru/rodsoft/openstreetmap/josm/plugins/customizepublictransportstop/OSMTags.java (modified) * applications/editors/josm/plugins/CustomizePublicTransportStop/src/ru/rodsoft/openstreetmap/josm/plugins/customizepublictransportstop/StopArea.java (modified) * applications/editors/josm/plugins/CustomizePublicTransportStop/src/ru/rodsoft/openstreetmap/josm/plugins/customizepublictransportstop/StopAreaOperationBase.java (modified) checkstyle + Eclipse formatting Sun, 08 Apr 2018 14:01:47 GMT donvip [34155] * applications/editors/josm/plugins/trustosm/src/org/openstreetmap/josm/plugins/trustosm/io/SigReader.java (modified) fix deprecation warning Sun, 08 Apr 2018 13:26:20 GMT donvip [34154] * applications/editors/josm/dist/opendata.jar (modified) dist Sun, 08 Apr 2018 13:24:48 GMT donvip [34153] * applications/editors/josm/plugins/opendata/.settings/org.eclipse.jdt.core.prefs (modified) * applications/editors/josm/plugins/opendata/includes/org/jopendocument/model/table/TableTable.java (modified) * applications/editors/josm/plugins/opendata/includes/org/jopendocument/model/table/TableTableCell.java (modified) * applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/geographic/MifReader.java (modified) * applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/modules/ModuleHandler.java (modified) * applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/modules/ModuleInformation.java (modified) * applications/editors/josm/plugins/opendata/test/unit/org/openstreetmap/josm/plugins/opendata/core/io/NonRegFunctionalTests.java (modified) * applications/editors/josm/plugins/opendata/test/unit/org/openstreetmap/josm/plugins/opendata/core/io/geographic/GmlReaderTest.java (modified) * applications/editors/josm/plugins/opendata/test/unit/org/openstreetmap/josm/plugins/opendata/core/io/geographic/KmlReaderTest.java (modified) * applications/editors/josm/plugins/opendata/test/unit/org/openstreetmap/josm/plugins/opendata/core/io/geographic/ShpReaderTest.java (modified) * applications/editors/josm/plugins/opendata/test/unit/org/openstreetmap/josm/plugins/opendata/core/io/geographic/TabReaderTest.java (modified) * applications/editors/josm/plugins/opendata/test/unit/org/openstreetmap/josm/plugins/opendata/core/io/tabular/CsvReaderTest.java (modified) * applications/editors/josm/plugins/opendata/test/unit/org/openstreetmap/josm/plugins/opendata/core/io/tabular/OdsReaderTest.java (modified) * applications/editors/josm/plugins/opendata/test/unit/org/openstreetmap/josm/plugins/opendata/core/io/tabular/XlsReaderTest.java (modified) fix javadoc warnings Sun, 08 Apr 2018 13:13:54 GMT donvip [34152] * applications/editors/josm/plugins/opendata/.settings/org.eclipse.jdt.core.prefs (modified) * applications/editors/josm/plugins/opendata/includes/org/apache/poi/hpsf/Section.java (modified) * applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/HyperlinkRecord.java (modified) * applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/usermodel/HSSFCell.java (modified) * applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/usermodel/HSSFName.java (modified) * applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/usermodel/HSSFSheet.java (modified) * applications/editors/josm/plugins/opendata/includes/org/apache/poi/ss/util/MutableFPNumber.java (modified) * applications/editors/josm/plugins/opendata/includes/org/jopendocument/dom/ChildCreator.java (modified) fix javadoc warnings Sun, 08 Apr 2018 13:09:55 GMT donvip [34151] * applications/editors/josm/plugins/opendata/.settings/org.eclipse.jdt.core.prefs (modified) * applications/editors/josm/plugins/opendata/includes/org/apache/poi/hpsf/MutableSection.java (modified) * applications/editors/josm/plugins/opendata/includes/org/apache/poi/hpsf/NoFormatIDException.java (modified) * applications/editors/josm/plugins/opendata/includes/org/apache/poi/hpsf/PropertySet.java (modified) * applications/editors/josm/plugins/opendata/includes/org/apache/poi/hpsf/Section.java (modified) * applications/editors/josm/plugins/opendata/includes/org/apache/poi/hpsf/SpecialPropertySet.java (modified) * applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/model/HSSFFormulaParser.java (modified) * applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/model/InternalWorkbook.java (modified) * applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/BOFRecord.java (modified) * applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/CalcModeRecord.java (modified) * applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/DVRecord.java (modified) * applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/ExtendedFormatRecord.java (modified) * applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/LabelRecord.java (modified) * applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/LbsDataSubRecord.java (modified) * applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/RecordFactory.java (modified) * applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/RecordFactoryInputStream.java (modified) * applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/RecordInputStream.java (modified) * applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/RefModeRecord.java (modified) * applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/cont/UnknownLengthRecordOutput.java (modified) * applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/record/formula/SheetNameFormatter.java (modified) * applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/usermodel/HSSFCell.java (modified) * applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/usermodel/HSSFCellStyle.java (modified) * applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/usermodel/HSSFSheet.java (modified) * applications/editors/josm/plugins/opendata/includes/org/apache/poi/poifs/storage/SmallDocumentBlock.java (modified) * applications/editors/josm/plugins/opendata/includes/org/apache/poi/ss/format/CellFormatter.java (modified) * applications/editors/josm/plugins/opendata/includes/org/apache/poi/ss/usermodel/Cell.java (modified) * applications/editors/josm/plugins/opendata/includes/org/apache/poi/ss/usermodel/Sheet.java (modified) * applications/editors/josm/plugins/opendata/includes/org/apache/poi/ss/util/ExpandedDouble.java (modified) * applications/editors/josm/plugins/opendata/includes/org/apache/poi/ss/util/NormalisedDecimal.java (modified) * applications/editors/josm/plugins/opendata/includes/org/jopendocument/dom/ODPackage.java (modified) * applications/editors/josm/plugins/opendata/includes/org/jopendocument/dom/spreadsheet/Cell.java (modified) * applications/editors/josm/plugins/opendata/includes/org/jopendocument/util/CollectionUtils.java (modified) * applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/modules/ModuleDownloadTask.java (modified) * applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/modules/ModuleHandler.java (modified) * applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/modules/ModuleInformation.java (modified) * applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/modules/ReadLocalModuleInformationTask.java (modified) * applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/modules/ReadRemoteModuleInformationTask.java (modified) fix javadoc warnings Sun, 08 Apr 2018 00:56:52 GMT donvip [34150] * applications/editors/josm/dist/wikipedia.jar (modified) dist Sun, 08 Apr 2018 00:56:14 GMT donvip [34149] * applications/editors/josm/plugins/wikipedia/build.xml (modified) * applications/editors/josm/plugins/wikipedia/src/org/wikipedia/gui/WikidataItemSearchDialog.java (modified) update to JOSM 13597 Sun, 08 Apr 2018 00:54:57 GMT donvip [34148] * applications/editors/josm/plugins/turnrestrictions/test/unit/org/openstreetmap/josm/plugins/turnrestrictions/editor/TurnRestrictionLegEditorTest.java (modified) update to JOSM 13564 (tests) Sun, 08 Apr 2018 00:53:33 GMT donvip [34147] * applications/editors/josm/dist/turnlanes.jar (modified) dist Sun, 08 Apr 2018 00:52:58 GMT donvip [34146] * applications/editors/josm/plugins/turnlanes/build.xml (modified) * applications/editors/josm/plugins/turnlanes/src/org/openstreetmap/josm/plugins/turnlanes/gui/TurnLanesDialog.java (modified) update to JOSM 13558 Sun, 08 Apr 2018 00:41:20 GMT donvip [34145] * applications/editors/josm/dist/OSMRecPlugin.jar (modified) dist Sun, 08 Apr 2018 00:39:08 GMT donvip [34144] * applications/editors/josm/plugins/OSMRecPlugin/build.xml (modified) * applications/editors/josm/plugins/OSMRecPlugin/src/org/openstreetmap/josm/plugins/osmrec/OSMRecPluginHelper.java (modified) update to JOSM 13597 Sun, 08 Apr 2018 00:35:46 GMT donvip [34143] * applications/editors/josm/plugins/OsmInspectorPlugin/.classpath (modified) * applications/editors/josm/plugins/OsmInspectorPlugin/lib/commons-collections-3.1.jar (deleted) * applications/editors/josm/plugins/OsmInspectorPlugin/lib/commons-collections-3.2.2.jar (added) * applications/editors/josm/plugins/OsmInspectorPlugin/lib/gt-app-schema-resolver-12.1.jar (deleted) * applications/editors/josm/plugins/OsmInspectorPlugin/lib/gt-app-schema-resolver-19.0.jar (added) * applications/editors/josm/plugins/OsmInspectorPlugin/lib/gt-cql-12.1.jar (deleted) * applications/editors/josm/plugins/OsmInspectorPlugin/lib/gt-cql-19.0.jar (added) * applications/editors/josm/plugins/OsmInspectorPlugin/lib/gt-referencing3D-12.1.jar (deleted) * applications/editors/josm/plugins/OsmInspectorPlugin/lib/gt-referencing3D-19.0.jar (added) * applications/editors/josm/plugins/OsmInspectorPlugin/lib/gt-render-12.1.jar (deleted) * applications/editors/josm/plugins/OsmInspectorPlugin/lib/gt-render-19.0.jar (added) * applications/editors/josm/plugins/OsmInspectorPlugin/lib/gt-wfs-12.1.jar (deleted) * applications/editors/josm/plugins/OsmInspectorPlugin/lib/gt-wfs-ng-19.0.jar (added) * applications/editors/josm/plugins/OsmInspectorPlugin/lib/gt-xml-12.1.jar (deleted) * applications/editors/josm/plugins/OsmInspectorPlugin/lib/gt-xml-19.0.jar (added) * applications/editors/josm/plugins/OsmInspectorPlugin/lib/gt-xsd-core-12.1.jar (deleted) * applications/editors/josm/plugins/OsmInspectorPlugin/lib/gt-xsd-core-19.0.jar (added) * applications/editors/josm/plugins/OsmInspectorPlugin/lib/gt-xsd-wfs-12.1.jar (deleted) * applications/editors/josm/plugins/OsmInspectorPlugin/lib/gt-xsd-wfs-19.0.jar (added) * applications/editors/josm/plugins/OsmInspectorPlugin/src/org/openstreetmap/josm/plugins/osminspector/GeoFabrikWFSClient.java (modified) * applications/editors/josm/plugins/OsmInspectorPlugin/src/org/openstreetmap/josm/plugins/osminspector/OsmInspectorLayer.java (modified) update to GeoTools 19.0, fix javadoc warnings Sun, 08 Apr 2018 00:28:15 GMT donvip [34142] * applications/editors/josm/plugins/OsmInspectorPlugin/src/org/openstreetmap/josm/plugins/osminspector/OsmInspectorLayer.java (modified) fix deprecation warning Sun, 08 Apr 2018 00:21:08 GMT donvip [34141] * applications/editors/josm/dist/cadastre-fr.jar (modified) dist Sun, 08 Apr 2018 00:19:08 GMT donvip [34140] * applications/editors/josm/plugins/cadastre-fr/src/org/openstreetmap/josm/plugins/fr/cadastre/edigeo/EdigeoFileVEC.java (modified) fix ImmutableEnumChecker warning Sun, 08 Apr 2018 00:18:02 GMT donvip [34139] * applications/editors/josm/plugins/cadastre-fr/build.xml (modified) * applications/editors/josm/plugins/cadastre-fr/src/org/openstreetmap/josm/plugins/fr/cadastre/actions/upload/CheckSourceUploadHook.java (modified) update to JOSM 13564 Sat, 07 Apr 2018 10:10:18 GMT biswesh [34138] * applications/editors/josm/dist/AddrInterpolation.jar (modified) * applications/editors/josm/dist/ColumbusCSV.jar (modified) * applications/editors/josm/dist/CommandLine.jar (modified) * applications/editors/josm/dist/Create_grid_of_ways.jar (modified) * applications/editors/josm/dist/CustomizePublicTransportStop.jar (modified) * applications/editors/josm/dist/DirectDownload.jar (modified) * applications/editors/josm/dist/DirectUpload.jar (modified) * applications/editors/josm/dist/ElevationProfile.jar (modified) * applications/editors/josm/dist/FastDraw.jar (modified) * applications/editors/josm/dist/FixAddresses.jar (modified) * applications/editors/josm/dist/HouseNumberTaggingTool.jar (modified) * applications/editors/josm/dist/ImageWayPoint.jar (modified) * applications/editors/josm/dist/ImportImagePlugin.jar (modified) * applications/editors/josm/dist/InfoMode.jar (modified) * applications/editors/josm/dist/NanoLog.jar (modified) * applications/editors/josm/dist/OSMRecPlugin.jar (modified) * applications/editors/josm/dist/OpeningHoursEditor.jar (modified) * applications/editors/josm/dist/PicLayer.jar (modified) * applications/editors/josm/dist/RoadSigns.jar (modified) * applications/editors/josm/dist/SeaChart.jar (modified) * applications/editors/josm/dist/SeaMapEditor.jar (modified) * applications/editors/josm/dist/SimplifyArea.jar (modified) * applications/editors/josm/dist/Tracer.jar (modified) * applications/editors/josm/dist/Tracer2.jar (modified) * applications/editors/josm/dist/alignways.jar (modified) * applications/editors/josm/dist/apache-commons.jar (modified) * applications/editors/josm/dist/apache-http.jar (modified) * applications/editors/josm/dist/buildings_tools.jar (modified) * applications/editors/josm/dist/cadastre-fr.jar (modified) * applications/editors/josm/dist/canvec_helper.jar (modified) * applications/editors/josm/dist/changeset-viewer.jar (modified) * applications/editors/josm/dist/colorscheme.jar (modified) * applications/editors/josm/dist/dataimport.jar (modified) * applications/editors/josm/dist/download_along.jar (modified) * applications/editors/josm/dist/editgpx.jar (modified) * applications/editors/josm/dist/ejml.jar (modified) * applications/editors/josm/dist/epci-fr.jar (modified) * applications/editors/josm/dist/eventbus.jar (modified) * applications/editors/josm/dist/ext_tools.jar (modified) * applications/editors/josm/dist/geochat.jar (modified) * applications/editors/josm/dist/geojson.jar (modified) * applications/editors/josm/dist/geotools.jar (modified) * applications/editors/josm/dist/globalsat.jar (modified) * applications/editors/josm/dist/gpsblam.jar (modified) * applications/editors/josm/dist/gpxfilter.jar (modified) * applications/editors/josm/dist/graphview.jar (modified) * applications/editors/josm/dist/gson.jar (modified) * applications/editors/josm/dist/imagery-xml-bounds.jar (modified) * applications/editors/josm/dist/imagery_offset_db.jar (modified) * applications/editors/josm/dist/importvec.jar (modified) * applications/editors/josm/dist/indoor_sweepline.jar (modified) * applications/editors/josm/dist/indoorhelper.jar (modified) * applications/editors/josm/dist/jna.jar (modified) * applications/editors/josm/dist/jts.jar (modified) * applications/editors/josm/dist/junctionchecking.jar (modified) * applications/editors/josm/dist/lakewalker.jar (modified) * applications/editors/josm/dist/livegps.jar (modified) * applications/editors/josm/dist/log4j.jar (modified) * applications/editors/josm/dist/mapdust.jar (modified) * applications/editors/josm/dist/measurement.jar (modified) * applications/editors/josm/dist/merge-overlap.jar (modified) * applications/editors/josm/dist/michigan_left.jar (modified) * applications/editors/josm/dist/namemanager.jar (modified) * applications/editors/josm/dist/native_password_manager.jar (modified) * applications/editors/josm/dist/o5m.jar (modified) * applications/editors/josm/dist/opendata.jar (modified) * applications/editors/josm/dist/openvisible.jar (modified) * applications/editors/josm/dist/osmarender.jar (modified) * applications/editors/josm/dist/pbf.jar (modified) * applications/editors/josm/dist/pdfimport.jar (modified) * applications/editors/josm/dist/photo_geotagging.jar (modified) * applications/editors/josm/dist/photoadjust.jar (modified) * applications/editors/josm/dist/plastic_laf.jar (modified) * applications/editors/josm/dist/pointInfo.jar (modified) * applications/editors/josm/dist/poly.jar (modified) * applications/editors/josm/dist/print.jar (modified) * applications/editors/josm/dist/pt_assistant.jar (modified) * applications/editors/josm/dist/public_transport.jar (modified) * applications/editors/josm/dist/public_transport_layer.jar (modified) * applications/editors/josm/dist/rasterfilters.jar (modified) * applications/editors/josm/dist/reltoolbox.jar (modified) * applications/editors/josm/dist/reverter.jar (modified) * applications/editors/josm/dist/routes.jar (modified) * applications/editors/josm/dist/routing.jar (modified) * applications/editors/josm/dist/sds.jar (modified) * applications/editors/josm/dist/splinex.jar (modified) * applications/editors/josm/dist/surveyor.jar (modified) * applications/editors/josm/dist/tag2link.jar (modified) * applications/editors/josm/dist/tageditor.jar (modified) * applications/editors/josm/dist/tagging-preset-tester.jar (modified) * applications/editors/josm/dist/terracer.jar (modified) * applications/editors/josm/dist/tofix.jar (modified) * applications/editors/josm/dist/touchscreenhelper.jar (modified) * applications/editors/josm/dist/turnlanes-tagging.jar (modified) * applications/editors/josm/dist/turnlanes.jar (modified) * applications/editors/josm/dist/turnrestrictions.jar (modified) * applications/editors/josm/dist/undelete.jar (modified) * applications/editors/josm/dist/utilsplugin2.jar (modified) * applications/editors/josm/dist/videomapping.jar (modified) * applications/editors/josm/dist/waydownloader.jar (modified) * applications/editors/josm/dist/waypoint_search.jar (modified) * applications/editors/josm/dist/wikipedia.jar (modified) * applications/editors/josm/dist/wms-turbo-challenge2.jar (modified) * applications/editors/josm/plugins/pt_assistant/.classpath (modified) * applications/editors/josm/plugins/pt_assistant/src/org/openstreetmap/josm/plugins/pt_assistant/PTAssistantPlugin.java (modified) * applications/editors/josm/plugins/pt_assistant/src/org/openstreetmap/josm/plugins/pt_assistant/actions/DoubleSplitAction.java (added) Add Double Split mapmode Wed, 04 Apr 2018 15:12:02 GMT rub21 [34137] * applications/editors/josm/dist/tofix.jar (modified) update tofix plugin Tue, 27 Mar 2018 11:57:44 GMT rebeccas95 [34136] * applications/editors/josm/dist/indoorhelper.jar (modified) Add build indoorhelper.jar file Tue, 27 Mar 2018 09:48:29 GMT rebeccas95 [34135] * applications/editors/josm/plugins/indoorhelper/src/controller/IndoorHelperController.java (modified) * applications/editors/josm/plugins/indoorhelper/src/model/IndoorHelperModel.java (modified) * applications/editors/josm/plugins/indoorhelper/src/views/LevelSelectorView.java (modified) * applications/editors/josm/plugins/indoorhelper/src/views/ToolBoxView.java (modified) Fixing helpbutton link and some small changes Mon, 26 Mar 2018 19:47:35 GMT donvip [34134] * applications/editors/josm/dist/ElevationProfile.jar (modified) * applications/editors/josm/dist/apache-commons.jar (modified) * applications/editors/josm/dist/opendata.jar (modified) * applications/editors/josm/dist/pbf.jar (modified) * applications/editors/josm/dist/reltoolbox.jar (modified) * applications/editors/josm/dist/turnrestrictions.jar (modified) dist Mon, 26 Mar 2018 19:43:44 GMT donvip [34133] * applications/editors/josm/plugins/ElevationProfile/src/org/openstreetmap/josm/plugins/elevation/ColorMap.java (modified) * applications/editors/josm/plugins/ElevationProfile/src/org/openstreetmap/josm/plugins/elevation/IVertexRenderer.java (modified) * applications/editors/josm/plugins/ElevationProfile/src/org/openstreetmap/josm/plugins/elevation/gpx/ElevationModel.java (modified) * applications/editors/josm/plugins/ElevationProfile/src/org/openstreetmap/josm/plugins/elevation/gpx/IGpxVisitor.java (modified) * applications/editors/josm/plugins/ElevationProfile/src/org/openstreetmap/josm/plugins/elevation/grid/EleVertex.java (modified) * applications/editors/josm/plugins/ElevationProfile/src/org/openstreetmap/josm/plugins/elevation/gui/Triangle.java (modified) fix javadoc errors Mon, 26 Mar 2018 19:36:14 GMT donvip [34132] * applications/editors/josm/plugins/opendata/build.xml (modified) fix build Mon, 26 Mar 2018 19:24:30 GMT donvip [34131] * applications/editors/josm/plugins/opendata/.classpath (modified) * applications/editors/josm/plugins/opendata/lib/jdom-1.1.3-javadoc.jar (added) * applications/editors/josm/plugins/opendata/lib/jdom-1.1.3-sources.jar (added) * applications/editors/josm/plugins/opendata/lib/jdom-1.1.3.jar (added) include JDOM 1 now it has been removed from GeoTools Mon, 26 Mar 2018 19:18:53 GMT donvip [34130] * applications/editors/josm/plugins/reltoolbox/build.xml (modified) * applications/editors/josm/plugins/reltoolbox/src/relcontext/ChosenRelation.java (modified) * applications/editors/josm/plugins/reltoolbox/src/relcontext/RelContextDialog.java (modified) * applications/editors/josm/plugins/reltoolbox/src/relcontext/actions/FindRelationAction.java (modified) update to JOSM 13564 Mon, 26 Mar 2018 19:09:05 GMT donvip [34129] * applications/editors/josm/plugins/turnrestrictions/build.xml (modified) * applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/editor/JosmSelectionPanel.java (modified) * applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/editor/RelationMemberColumnModel.java (modified) * applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/editor/ViaList.java (modified) update to JOSM 13564 Mon, 26 Mar 2018 19:06:01 GMT donvip [34128] * applications/editors/josm/plugins/turnrestrictions/build.xml (modified) * applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/editor/TurnRestrictionEditor.java (modified) * applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/editor/ViaListModel.java (modified) update to JOSM 13558 Mon, 26 Mar 2018 01:38:30 GMT donvip [34127] * applications/editors/josm/dist/ejml.jar (modified) * applications/editors/josm/dist/geotools.jar (modified) update to GeoTools 19.0 and EJML 0.32 (dist) Mon, 26 Mar 2018 01:35:28 GMT donvip [34126] * applications/editors/josm/plugins/ejml/README (modified) update README Mon, 26 Mar 2018 01:34:45 GMT donvip [34125] * applications/editors/josm/plugins/ejml/.classpath (modified) * applications/editors/josm/plugins/ejml/lib/EJML-core-0.26-sources.jar (deleted) * applications/editors/josm/plugins/ejml/lib/EJML-core-0.26.jar (deleted) * applications/editors/josm/plugins/ejml/lib/EJML-equation-0.26-sources.jar (deleted) * applications/editors/josm/plugins/ejml/lib/EJML-equation-0.26.jar (deleted) * applications/editors/josm/plugins/ejml/lib/EJML-experimental-0.26-sources.jar (deleted) * applications/editors/josm/plugins/ejml/lib/EJML-experimental-0.26.jar (deleted) * applications/editors/josm/plugins/ejml/lib/ejml-cdense-0.32-javadoc.jar (added) * applications/editors/josm/plugins/ejml/lib/ejml-cdense-0.32-sources.jar (added) * applications/editors/josm/plugins/ejml/lib/ejml-cdense-0.32.jar (added) * applications/editors/josm/plugins/ejml/lib/ejml-core-0.32-javadoc.jar (added) * applications/editors/josm/plugins/ejml/lib/ejml-core-0.32-sources.jar (added) * applications/editors/josm/plugins/ejml/lib/ejml-core-0.32.jar (added) * applications/editors/josm/plugins/ejml/lib/ejml-ddense-0.32-javadoc.jar (added) * applications/editors/josm/plugins/ejml/lib/ejml-ddense-0.32-sources.jar (added) * applications/editors/josm/plugins/ejml/lib/ejml-ddense-0.32.jar (added) * applications/editors/josm/plugins/ejml/lib/ejml-dsparse-0.32-javadoc.jar (added) * applications/editors/josm/plugins/ejml/lib/ejml-dsparse-0.32-sources.jar (added) * applications/editors/josm/plugins/ejml/lib/ejml-dsparse-0.32.jar (added) * applications/editors/josm/plugins/ejml/lib/ejml-experimental-0.32-javadoc.jar (added) * applications/editors/josm/plugins/ejml/lib/ejml-experimental-0.32-sources.jar (added) * applications/editors/josm/plugins/ejml/lib/ejml-experimental-0.32.jar (added) * applications/editors/josm/plugins/ejml/lib/ejml-fdense-0.32-javadoc.jar (added) * applications/editors/josm/plugins/ejml/lib/ejml-fdense-0.32-sources.jar (added) * applications/editors/josm/plugins/ejml/lib/ejml-fdense-0.32.jar (added) * applications/editors/josm/plugins/ejml/lib/ejml-simple-0.32-javadoc.jar (added) * applications/editors/josm/plugins/ejml/lib/ejml-simple-0.32-sources.jar (added) * applications/editors/josm/plugins/ejml/lib/ejml-simple-0.32.jar (added) * applications/editors/josm/plugins/ejml/lib/ejml-zdense-0.32-javadoc.jar (added) * applications/editors/josm/plugins/ejml/lib/ejml-zdense-0.32-sources.jar (added) * applications/editors/josm/plugins/ejml/lib/ejml-zdense-0.32.jar (added) * applications/editors/josm/plugins/geotools/.classpath (modified) * applications/editors/josm/plugins/geotools/lib/gt-api-19-SNAPSHOT-sources.jar (deleted) * applications/editors/josm/plugins/geotools/lib/gt-api-19-SNAPSHOT.jar (deleted) * applications/editors/josm/plugins/geotools/lib/gt-api-19.0-sources.jar (added) * applications/editors/josm/plugins/geotools/lib/gt-api-19.0.jar (added) * applications/editors/josm/plugins/geotools/lib/gt-coverage-19-SNAPSHOT-sources.jar (deleted) * applications/editors/josm/plugins/geotools/lib/gt-coverage-19-SNAPSHOT.jar (deleted) * applications/editors/josm/plugins/geotools/lib/gt-coverage-19.0-sources.jar (added) * applications/editors/josm/plugins/geotools/lib/gt-coverage-19.0.jar (added) * applications/editors/josm/plugins/geotools/lib/gt-data-19-SNAPSHOT-sources.jar (deleted) * applications/editors/josm/plugins/geotools/lib/gt-data-19-SNAPSHOT.jar (deleted) * applications/editors/josm/plugins/geotools/lib/gt-data-19.0-sources.jar (added) * applications/editors/josm/plugins/geotools/lib/gt-data-19.0.jar (added) * applications/editors/josm/plugins/geotools/lib/gt-epsg-extension-19-SNAPSHOT-sources.jar (deleted) * applications/editors/josm/plugins/geotools/lib/gt-epsg-extension-19-SNAPSHOT.jar (deleted) * applications/editors/josm/plugins/geotools/lib/gt-epsg-extension-19.0-sources.jar (added) * applications/editors/josm/plugins/geotools/lib/gt-epsg-extension-19.0.jar (added) * applications/editors/josm/plugins/geotools/lib/gt-epsg-hsql-19-SNAPSHOT-sources.jar (deleted) * applications/editors/josm/plugins/geotools/lib/gt-epsg-hsql-19-SNAPSHOT.jar (deleted) * applications/editors/josm/plugins/geotools/lib/gt-epsg-hsql-19.0-sources.jar (added) * applications/editors/josm/plugins/geotools/lib/gt-epsg-hsql-19.0.jar (added) * applications/editors/josm/plugins/geotools/lib/gt-geotiff-19-SNAPSHOT-sources.jar (deleted) * applications/editors/josm/plugins/geotools/lib/gt-geotiff-19-SNAPSHOT.jar (deleted) * applications/editors/josm/plugins/geotools/lib/gt-geotiff-19.0-sources.jar (added) * applications/editors/josm/plugins/geotools/lib/gt-geotiff-19.0.jar (added) * applications/editors/josm/plugins/geotools/lib/gt-main-19-SNAPSHOT-sources.jar (deleted) * applications/editors/josm/plugins/geotools/lib/gt-main-19-SNAPSHOT.jar (deleted) * applications/editors/josm/plugins/geotools/lib/gt-main-19.0-sources.jar (added) * applications/editors/josm/plugins/geotools/lib/gt-main-19.0.jar (added) * applications/editors/josm/plugins/geotools/lib/gt-metadata-19-SNAPSHOT-sources.jar (deleted) * applications/editors/josm/plugins/geotools/lib/gt-metadata-19-SNAPSHOT.jar (deleted) * applications/editors/josm/plugins/geotools/lib/gt-metadata-19.0-sources.jar (added) * applications/editors/josm/plugins/geotools/lib/gt-metadata-19.0.jar (added) * applications/editors/josm/plugins/geotools/lib/gt-opengis-19-SNAPSHOT-sources.jar (deleted) * applications/editors/josm/plugins/geotools/lib/gt-opengis-19-SNAPSHOT.jar (deleted) * applications/editors/josm/plugins/geotools/lib/gt-opengis-19.0-sources.jar (added) * applications/editors/josm/plugins/geotools/lib/gt-opengis-19.0.jar (added) * applications/editors/josm/plugins/geotools/lib/gt-referencing-19-SNAPSHOT-sources.jar (deleted) * applications/editors/josm/plugins/geotools/lib/gt-referencing-19-SNAPSHOT.jar (deleted) * applications/editors/josm/plugins/geotools/lib/gt-referencing-19.0-sources.jar (added) * applications/editors/josm/plugins/geotools/lib/gt-referencing-19.0.jar (added) * applications/editors/josm/plugins/geotools/lib/gt-shapefile-19-SNAPSHOT-sources.jar (deleted) * applications/editors/josm/plugins/geotools/lib/gt-shapefile-19-SNAPSHOT.jar (deleted) * applications/editors/josm/plugins/geotools/lib/gt-shapefile-19.0-sources.jar (added) * applications/editors/josm/plugins/geotools/lib/gt-shapefile-19.0.jar (added) * applications/editors/josm/plugins/geotools/lib/imageio-ext-geocore-1.1.19.jar (deleted) * applications/editors/josm/plugins/geotools/lib/imageio-ext-geocore-1.1.20.jar (added) * applications/editors/josm/plugins/geotools/lib/imageio-ext-streams-1.1.19.jar (deleted) * applications/editors/josm/plugins/geotools/lib/imageio-ext-streams-1.1.20.jar (added) * applications/editors/josm/plugins/geotools/lib/imageio-ext-tiff-1.1.19.jar (deleted) * applications/editors/josm/plugins/geotools/lib/imageio-ext-tiff-1.1.20.jar (added) * applications/editors/josm/plugins/geotools/lib/imageio-ext-utilities-1.1.19.jar (deleted) * applications/editors/josm/plugins/geotools/lib/imageio-ext-utilities-1.1.20.jar (added) * applications/editors/josm/plugins/geotools/lib/jdom-1.1.3.jar (deleted) * applications/editors/josm/plugins/geotools/lib/jdom2-2.0.6.jar (added) * applications/editors/josm/plugins/geotools/lib/jt-colorconvert-1.0.17.jar (deleted) * applications/editors/josm/plugins/geotools/lib/jt-colorconvert-1.0.20.jar (added) * applications/editors/josm/plugins/geotools/lib/jt-stats-1.0.17.jar (deleted) * applications/editors/josm/plugins/geotools/lib/jt-stats-1.0.20.jar (added) * applications/editors/josm/plugins/geotools/lib/jt-utilities-1.0.17.jar (deleted) * applications/editors/josm/plugins/geotools/lib/jt-utilities-1.0.20.jar (added) * applications/editors/josm/plugins/geotools/lib/jt-vectorbin-1.0.17.jar (deleted) * applications/editors/josm/plugins/geotools/lib/jt-vectorbin-1.0.20.jar (added) * applications/editors/josm/plugins/geotools/lib/jt-warp-1.0.17.jar (deleted) * applications/editors/josm/plugins/geotools/lib/jt-warp-1.0.20.jar (added) * applications/editors/josm/plugins/geotools/lib/jt-zonal-1.0.17.jar (deleted) * applications/editors/josm/plugins/geotools/lib/jt-zonal-1.0.20.jar (added) update to GeoTools 19.0 and EJML 0.32 Sun, 25 Mar 2018 18:49:37 GMT stoecker [34123] * applications/editors/josm/dist/canvec_helper.jar (modified) fix Java 9 compilation Sun, 25 Mar 2018 18:48:45 GMT stoecker [34122] * applications/editors/josm/dist/poly.jar (modified) fix Java 9 compilation Sun, 25 Mar 2018 18:46:35 GMT stoecker [34121] * applications/editors/josm/dist/ElevationProfile.jar (modified) * applications/editors/josm/dist/apache-commons.jar (modified) * applications/editors/josm/dist/globalsat.jar (modified) * applications/editors/josm/dist/opendata.jar (modified) * applications/editors/josm/dist/pbf.jar (modified) fix Java 9 compilation Sun, 25 Mar 2018 18:45:59 GMT stoecker [34120] * applications/editors/josm/plugins/globalsat/src/org/kaintoch/gps/globalsat/dg100/ByteHelper.java (modified) * applications/editors/josm/plugins/globalsat/src/org/kaintoch/gps/globalsat/dg100/GpsRec.java (modified) * applications/editors/josm/plugins/globalsat/src/org/openstreetmap/josm/plugins/globalsat/GlobalsatDg100.java (modified) Fix javadoc Sun, 25 Mar 2018 15:51:49 GMT donvip [34118] * applications/editors/josm/dist/cadastre-fr.jar (modified) * applications/editors/josm/dist/pt_assistant.jar (modified) dist Sun, 25 Mar 2018 15:46:29 GMT donvip [34117] * applications/editors/josm/plugins/pt_assistant/build.xml (modified) * applications/editors/josm/plugins/pt_assistant/src/org/openstreetmap/josm/plugins/pt_assistant/actions/AddStopPositionAction.java (modified) * applications/editors/josm/plugins/pt_assistant/src/org/openstreetmap/josm/plugins/pt_assistant/actions/EdgeSelectionAction.java (modified) * applications/editors/josm/plugins/pt_assistant/test/unit/org/openstreetmap/josm/plugins/pt_assistant/ImportUtils.java (modified) update to JOSM 13558 Sun, 25 Mar 2018 15:20:53 GMT donvip [34116] * applications/editors/josm/plugins/opendata/build.xml (modified) * applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/gui/OdDialog.java (modified) * applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/layers/OdDataLayer.java (modified) * applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/layers/OdDiffLayer.java (deleted) remove non-working diff support Sun, 25 Mar 2018 15:12:24 GMT donvip [34115] * applications/editors/josm/plugins/cadastre-fr/.settings/org.eclipse.jdt.core.prefs (modified) * applications/editors/josm/plugins/cadastre-fr/build.xml (modified) * applications/editors/josm/plugins/cadastre-fr/src/org/openstreetmap/josm/plugins/fr/cadastre/CadastrePlugin.java (modified) * applications/editors/josm/plugins/cadastre-fr/src/org/openstreetmap/josm/plugins/fr/cadastre/actions/MenuActionSaveRasterAs.java (modified) * applications/editors/josm/plugins/cadastre-fr/src/org/openstreetmap/josm/plugins/fr/cadastre/edigeo/EdigeoFileVEC.java (modified) * applications/editors/josm/plugins/cadastre-fr/src/org/openstreetmap/josm/plugins/fr/cadastre/edigeo/EdigeoLotFile.java (modified) * applications/editors/josm/plugins/cadastre-fr/src/org/openstreetmap/josm/plugins/fr/cadastre/edigeo/pci/EdigeoPciReader.java (modified) * applications/editors/josm/plugins/cadastre-fr/src/org/openstreetmap/josm/plugins/fr/cadastre/wms/CadastreInterface.java (modified) * applications/editors/josm/plugins/cadastre-fr/src/org/openstreetmap/josm/plugins/fr/cadastre/wms/RasterImageModifier.java (modified) * applications/editors/josm/plugins/cadastre-fr/src/org/openstreetmap/josm/plugins/fr/cadastre/wms/WMSLayer.java (modified) fix errors Sun, 25 Mar 2018 14:51:01 GMT stoecker [34114] * applications/editors/josm/plugins/cadastre-fr/src/org/openstreetmap/josm/plugins/fr/cadastre/edigeo/EdigeoFileVEC.java (modified) * applications/editors/josm/plugins/cadastre-fr/src/org/openstreetmap/josm/plugins/fr/cadastre/edigeo/EdigeoLotFile.java (modified) * applications/editors/josm/plugins/cadastre-fr/src/org/openstreetmap/josm/plugins/fr/cadastre/wms/CadastreInterface.java (modified) * applications/editors/josm/plugins/cadastre-fr/src/org/openstreetmap/josm/plugins/fr/cadastre/wms/GeorefImage.java (modified) fix Javadoc Sun, 25 Mar 2018 12:44:09 GMT stoecker [34113] * applications/editors/josm/dist/AddrInterpolation.jar (modified) * applications/editors/josm/dist/ColumbusCSV.jar (modified) * applications/editors/josm/dist/CommandLine.jar (modified) * applications/editors/josm/dist/Create_grid_of_ways.jar (modified) * applications/editors/josm/dist/CustomizePublicTransportStop.jar (modified) * applications/editors/josm/dist/DirectDownload.jar (modified) * applications/editors/josm/dist/DirectUpload.jar (modified) * applications/editors/josm/dist/ElevationProfile.jar (modified) * applications/editors/josm/dist/FastDraw.jar (modified) * applications/editors/josm/dist/FixAddresses.jar (modified) * applications/editors/josm/dist/HouseNumberTaggingTool.jar (modified) * applications/editors/josm/dist/ImageWayPoint.jar (modified) * applications/editors/josm/dist/ImageryCache.jar (deleted) * applications/editors/josm/dist/ImportImagePlugin.jar (modified) * applications/editors/josm/dist/InfoMode.jar (modified) * applications/editors/josm/dist/NanoLog.jar (modified) * applications/editors/josm/dist/OSMRecPlugin.jar (modified) * applications/editors/josm/dist/OpeningHoursEditor.jar (modified) * applications/editors/josm/dist/PicLayer.jar (modified) * applications/editors/josm/dist/RoadSigns.jar (modified) * applications/editors/josm/dist/SeaChart.jar (modified) * applications/editors/josm/dist/SeaMapEditor.jar (modified) * applications/editors/josm/dist/SimplifyArea.jar (modified) * applications/editors/josm/dist/Tracer.jar (modified) * applications/editors/josm/dist/Tracer2.jar (modified) * applications/editors/josm/dist/alignways.jar (modified) * applications/editors/josm/dist/apache-commons.jar (modified) * applications/editors/josm/dist/apache-http.jar (modified) * applications/editors/josm/dist/buildings_tools.jar (modified) * applications/editors/josm/dist/cadastre-fr.jar (modified) * applications/editors/josm/dist/changeset-viewer.jar (modified) * applications/editors/josm/dist/colorscheme.jar (modified) * applications/editors/josm/dist/dataimport.jar (modified) * applications/editors/josm/dist/editgpx.jar (modified) * applications/editors/josm/dist/ejml.jar (modified) * applications/editors/josm/dist/epci-fr.jar (modified) * applications/editors/josm/dist/eventbus.jar (modified) * applications/editors/josm/dist/ext_tools.jar (modified) * applications/editors/josm/dist/geochat.jar (modified) * applications/editors/josm/dist/geojson.jar (modified) * applications/editors/josm/dist/geotools.jar (modified) * applications/editors/josm/dist/globalsat.jar (modified) * applications/editors/josm/dist/gpsblam.jar (modified) * applications/editors/josm/dist/gpxfilter.jar (modified) * applications/editors/josm/dist/graphview.jar (modified) * applications/editors/josm/dist/gson.jar (modified) * applications/editors/josm/dist/imagery-xml-bounds.jar (modified) * applications/editors/josm/dist/imagery_offset_db.jar (modified) * applications/editors/josm/dist/importvec.jar (modified) * applications/editors/josm/dist/indoor_sweepline.jar (modified) * applications/editors/josm/dist/indoorhelper.jar (modified) * applications/editors/josm/dist/jna.jar (modified) * applications/editors/josm/dist/jts.jar (modified) * applications/editors/josm/dist/junctionchecking.jar (modified) * applications/editors/josm/dist/lakewalker.jar (modified) * applications/editors/josm/dist/livegps.jar (modified) * applications/editors/josm/dist/log4j.jar (modified) * applications/editors/josm/dist/mapdust.jar (modified) * applications/editors/josm/dist/measurement.jar (modified) * applications/editors/josm/dist/merge-overlap.jar (modified) * applications/editors/josm/dist/michigan_left.jar (modified) * applications/editors/josm/dist/namemanager.jar (modified) * applications/editors/josm/dist/native_password_manager.jar (modified) * applications/editors/josm/dist/o5m.jar (modified) * applications/editors/josm/dist/opendata.jar (modified) * applications/editors/josm/dist/openvisible.jar (modified) * applications/editors/josm/dist/osmarender.jar (modified) * applications/editors/josm/dist/pbf.jar (modified) * applications/editors/josm/dist/pdfimport.jar (modified) * applications/editors/josm/dist/photo_geotagging.jar (modified) * applications/editors/josm/dist/photoadjust.jar (modified) * applications/editors/josm/dist/plastic_laf.jar (modified) * applications/editors/josm/dist/pointInfo.jar (modified) * applications/editors/josm/dist/print.jar (modified) * applications/editors/josm/dist/proj4j.jar (deleted) * applications/editors/josm/dist/pt_assistant.jar (modified) * applications/editors/josm/dist/public_transport.jar (modified) * applications/editors/josm/dist/public_transport_layer.jar (modified) * applications/editors/josm/dist/rasterfilters.jar (modified) * applications/editors/josm/dist/reltoolbox.jar (modified) * applications/editors/josm/dist/reverter.jar (modified) * applications/editors/josm/dist/routes.jar (modified) * applications/editors/josm/dist/sds.jar (modified) * applications/editors/josm/dist/splinex.jar (modified) * applications/editors/josm/dist/surveyor.jar (modified) * applications/editors/josm/dist/tag2link.jar (modified) * applications/editors/josm/dist/tageditor.jar (modified) * applications/editors/josm/dist/tagging-preset-tester.jar (modified) * applications/editors/josm/dist/terracer.jar (modified) * applications/editors/josm/dist/touchscreenhelper.jar (modified) * applications/editors/josm/dist/turnlanes-tagging.jar (modified) * applications/editors/josm/dist/turnlanes.jar (modified) * applications/editors/josm/dist/turnrestrictions.jar (modified) * applications/editors/josm/dist/undelete.jar (modified) * applications/editors/josm/dist/utilsplugin2.jar (modified) * applications/editors/josm/dist/videomapping.jar (modified) * applications/editors/josm/dist/waydownloader.jar (modified) * applications/editors/josm/dist/waypoint_search.jar (modified) * applications/editors/josm/dist/wikipedia.jar (modified) * applications/editors/josm/dist/wms-turbo-challenge2.jar (modified) updated all plugins to recent state Sun, 25 Mar 2018 12:41:43 GMT stoecker [34112] * applications/editors/josm/plugins (modified) add changeset viewer Sun, 25 Mar 2018 12:11:02 GMT stoecker [34111] * applications/editors/josm/plugins/CustomizePublicTransportStop/Text (deleted) * applications/editors/josm/plugins/CustomizePublicTransportStop/build.properties (deleted) * applications/editors/josm/plugins/CustomizePublicTransportStop/build.xml (modified) use standard build Sun, 25 Mar 2018 11:45:00 GMT stoecker [34110] * applications/editors/josm/plugins/routes/data/bg.lang (deleted) * applications/editors/josm/plugins/routes/data/el.lang (deleted) * applications/editors/josm/plugins/routes/data/et.lang (deleted) * applications/editors/josm/plugins/routes/data/lt.lang (deleted) i18n update Sun, 25 Mar 2018 11:41:26 GMT stoecker [34109] * applications/editors/josm/plugins/ColumbusCSV/data/et.lang (modified) * applications/editors/josm/plugins/ColumbusCSV/data/pl.lang (modified) * applications/editors/josm/plugins/ColumbusCSV/data/pt_BR.lang (modified) * applications/editors/josm/plugins/CommandLine/data/id.lang (modified) * applications/editors/josm/plugins/CommandLine/data/pl.lang (modified) * applications/editors/josm/plugins/CommandLine/data/pt_BR.lang (modified) * applications/editors/josm/plugins/Create_grid_of_ways/data/et.lang (modified) * applications/editors/josm/plugins/CustomizePublicTransportStop/data/id.lang (modified) * applications/editors/josm/plugins/DirectDownload/data/et.lang (modified) * applications/editors/josm/plugins/DirectUpload/data/ast.lang (modified) * applications/editors/josm/plugins/DirectUpload/data/be.lang (modified) * applications/editors/josm/plugins/DirectUpload/data/bg.lang (modified) * applications/editors/josm/plugins/DirectUpload/data/ca-valencia.lang (modified) * applications/editors/josm/plugins/DirectUpload/data/ca.lang (modified) * applications/editors/josm/plugins/DirectUpload/data/cs.lang (modified) * applications/editors/josm/plugins/DirectUpload/data/de.lang (modified) * applications/editors/josm/plugins/DirectUpload/data/en.lang (modified) * applications/editors/josm/plugins/DirectUpload/data/en_AU.lang (modified) * applications/editors/josm/plugins/DirectUpload/data/en_GB.lang (modified) * applications/editors/josm/plugins/DirectUpload/data/es.lang (modified) * applications/editors/josm/plugins/DirectUpload/data/et.lang (modified) * applications/editors/josm/plugins/DirectUpload/data/fi.lang (modified) * applications/editors/josm/plugins/DirectUpload/data/fr.lang (modified) * applications/editors/josm/plugins/DirectUpload/data/gl.lang (modified) * applications/editors/josm/plugins/DirectUpload/data/hu.lang (modified) * applications/editors/josm/plugins/DirectUpload/data/id.lang (modified) * applications/editors/josm/plugins/DirectUpload/data/it.lang (modified) * applications/editors/josm/plugins/DirectUpload/data/ja.lang (modified) * applications/editors/josm/plugins/DirectUpload/data/nl.lang (modified) * applications/editors/josm/plugins/DirectUpload/data/pl.lang (modified) * applications/editors/josm/plugins/DirectUpload/data/pt.lang (modified) * applications/editors/josm/plugins/DirectUpload/data/pt_BR.lang (modified) * applications/editors/josm/plugins/DirectUpload/data/ru.lang (modified) * applications/editors/josm/plugins/DirectUpload/data/sk.lang (modified) * applications/editors/josm/plugins/DirectUpload/data/uk.lang (modified) * applications/editors/josm/plugins/DirectUpload/data/vi.lang (modified) * applications/editors/josm/plugins/DirectUpload/data/zh_CN.lang (modified) * applications/editors/josm/plugins/DirectUpload/data/zh_TW.lang (modified) * applications/editors/josm/plugins/ElevationProfile/data/et.lang (modified) * applications/editors/josm/plugins/ElevationProfile/data/id.lang (modified) * applications/editors/josm/plugins/ElevationProfile/data/pl.lang (modified) * applications/editors/josm/plugins/FastDraw/data/et.lang (modified) * applications/editors/josm/plugins/FastDraw/data/id.lang (modified) * applications/editors/josm/plugins/FastDraw/data/pl.lang (modified) * applications/editors/josm/plugins/FastDraw/data/pt.lang (modified) * applications/editors/josm/plugins/FastDraw/data/pt_BR.lang (modified) * applications/editors/josm/plugins/FixAddresses/data/es.lang (modified) * applications/editors/josm/plugins/FixAddresses/data/gl.lang (modified) * applications/editors/josm/plugins/HouseNumberTaggingTool/data/et.lang (modified) * applications/editors/josm/plugins/HouseNumberTaggingTool/data/id.lang (modified) * applications/editors/josm/plugins/HouseNumberTaggingTool/data/pl.lang (modified) * applications/editors/josm/plugins/ImportImagePlugin/data/et.lang (modified) * applications/editors/josm/plugins/ImportImagePlugin/data/id.lang (modified) * applications/editors/josm/plugins/ImportImagePlugin/data/pl.lang (modified) * applications/editors/josm/plugins/NanoLog/data/id.lang (modified) * applications/editors/josm/plugins/OSMRecPlugin/data/et.lang (modified) * applications/editors/josm/plugins/OSMRecPlugin/data/hu.lang (modified) * applications/editors/josm/plugins/OSMRecPlugin/data/id.lang (modified) * applications/editors/josm/plugins/OSMRecPlugin/data/ja.lang (modified) * applications/editors/josm/plugins/OSMRecPlugin/data/pl.lang (modified) * applications/editors/josm/plugins/OSMRecPlugin/data/pt.lang (modified) * applications/editors/josm/plugins/OSMRecPlugin/data/pt_BR.lang (modified) * applications/editors/josm/plugins/OsmInspectorPlugin/data/de.lang (modified) * applications/editors/josm/plugins/addrinterpolation/data/et.lang (modified) * applications/editors/josm/plugins/addrinterpolation/data/gl.lang (modified) * applications/editors/josm/plugins/addrinterpolation/data/id.lang (modified) * applications/editors/josm/plugins/addrinterpolation/data/pl.lang (modified) * applications/editors/josm/plugins/addrinterpolation/data/pt_BR.lang (modified) * applications/editors/josm/plugins/alignways/data/de.lang (modified) * applications/editors/josm/plugins/alignways/data/id.lang (modified) * applications/editors/josm/plugins/alignways/data/ja.lang (modified) * applications/editors/josm/plugins/alignways/data/pt_BR.lang (modified) * applications/editors/josm/plugins/apache-commons/data/id.lang (added) * applications/editors/josm/plugins/apache-http/data/id.lang (added) * applications/editors/josm/plugins/buildings_tools/data/ast.lang (modified) * applications/editors/josm/plugins/buildings_tools/data/be.lang (modified) * applications/editors/josm/plugins/buildings_tools/data/bg.lang (modified) * applications/editors/josm/plugins/buildings_tools/data/ca-valencia.lang (modified) * applications/editors/josm/plugins/buildings_tools/data/ca.lang (modified) * applications/editors/josm/plugins/buildings_tools/data/cs.lang (modified) * applications/editors/josm/plugins/buildings_tools/data/da.lang (modified) * applications/editors/josm/plugins/buildings_tools/data/de.lang (modified) * applications/editors/josm/plugins/buildings_tools/data/el.lang (modified) * applications/editors/josm/plugins/buildings_tools/data/en.lang (modified) * applications/editors/josm/plugins/buildings_tools/data/en_AU.lang (modified) * applications/editors/josm/plugins/buildings_tools/data/en_GB.lang (modified) * applications/editors/josm/plugins/buildings_tools/data/es.lang (modified) * applications/editors/josm/plugins/buildings_tools/data/et.lang (modified) * applications/editors/josm/plugins/buildings_tools/data/fi.lang (modified) * applications/editors/josm/plugins/buildings_tools/data/fr.lang (modified) * applications/editors/josm/plugins/buildings_tools/data/gl.lang (modified) * applications/editors/josm/plugins/buildings_tools/data/hu.lang (modified) * applications/editors/josm/plugins/buildings_tools/data/id.lang (modified) * applications/editors/josm/plugins/buildings_tools/data/it.lang (modified) * applications/editors/josm/plugins/buildings_tools/data/ja.lang (modified) * applications/editors/josm/plugins/buildings_tools/data/km.lang (modified) * applications/editors/josm/plugins/buildings_tools/data/lt.lang (modified) * applications/editors/josm/plugins/buildings_tools/data/nb.lang (modified) * applications/editors/josm/plugins/buildings_tools/data/nl.lang (modified) * applications/editors/josm/plugins/buildings_tools/data/pl.lang (modified) * applications/editors/josm/plugins/buildings_tools/data/pt.lang (modified) * applications/editors/josm/plugins/buildings_tools/data/pt_BR.lang (modified) * applications/editors/josm/plugins/buildings_tools/data/ru.lang (modified) * applications/editors/josm/plugins/buildings_tools/data/sk.lang (modified) * applications/editors/josm/plugins/buildings_tools/data/sv.lang (modified) * applications/editors/josm/plugins/buildings_tools/data/uk.lang (modified) * applications/editors/josm/plugins/buildings_tools/data/vi.lang (modified) * applications/editors/josm/plugins/buildings_tools/data/zh_CN.lang (modified) * applications/editors/josm/plugins/buildings_tools/data/zh_TW.lang (modified) * applications/editors/josm/plugins/cadastre-fr/data/bg.lang (modified) * applications/editors/josm/plugins/cadastre-fr/data/en_GB.lang (modified) * applications/editors/josm/plugins/cadastre-fr/data/es.lang (modified) * applications/editors/josm/plugins/cadastre-fr/data/et.lang (modified) * applications/editors/josm/plugins/cadastre-fr/data/fr.lang (modified) * applications/editors/josm/plugins/cadastre-fr/data/gl.lang (modified) * applications/editors/josm/plugins/cadastre-fr/data/id.lang (modified) * applications/editors/josm/plugins/cadastre-fr/data/it.lang (modified) * applications/editors/josm/plugins/cadastre-fr/data/ja.lang (modified) * applications/editors/josm/plugins/cadastre-fr/data/lt.lang (modified) * applications/editors/josm/plugins/cadastre-fr/data/pl.lang (modified) * applications/editors/josm/plugins/cadastre-fr/data/pt.lang (modified) * applications/editors/josm/plugins/cadastre-fr/data/pt_BR.lang (modified) * applications/editors/josm/plugins/cadastre-fr/data/ru.lang (modified) * applications/editors/josm/plugins/colorscheme/data/id.lang (modified) * applications/editors/josm/plugins/dataimport/data/id.lang (modified) * applications/editors/josm/plugins/editgpx/data/de.lang (modified) * applications/editors/josm/plugins/ejml/data/id.lang (added) * applications/editors/josm/plugins/eventbus/data/cs.lang (added) * applications/editors/josm/plugins/eventbus/data/da.lang (added) * applications/editors/josm/plugins/eventbus/data/de.lang (added) * applications/editors/josm/plugins/eventbus/data/en.lang (added) * applications/editors/josm/plugins/eventbus/data/es.lang (added) * applications/editors/josm/plugins/eventbus/data/fr.lang (added) * applications/editors/josm/plugins/eventbus/data/nl.lang (added) * applications/editors/josm/plugins/eventbus/data/ru.lang (added) * applications/editors/josm/plugins/eventbus/data/sk.lang (added) * applications/editors/josm/plugins/eventbus/data/uk.lang (added) * applications/editors/josm/plugins/ext_tools/data/et.lang (modified) * applications/editors/josm/plugins/ext_tools/data/pl.lang (modified) * applications/editors/josm/plugins/geochat/data/id.lang (modified) * applications/editors/josm/plugins/graphview/data/et.lang (modified) * applications/editors/josm/plugins/graphview/data/pt_BR.lang (modified) * applications/editors/josm/plugins/imagery-xml-bounds/data/pt_BR.lang (modified) * applications/editors/josm/plugins/imagery_cachexport/data/et.lang (modified) * applications/editors/josm/plugins/imagery_cachexport/data/fr.lang (modified) * applications/editors/josm/plugins/imagery_cachexport/data/id.lang (modified) * applications/editors/josm/plugins/imagery_offset_db/data/et.lang (modified) * applications/editors/josm/plugins/importvec/data/et.lang (modified) * applications/editors/josm/plugins/importvec/data/id.lang (modified) * applications/editors/josm/plugins/importvec/data/pl.lang (modified) * applications/editors/josm/plugins/indoor_sweepline/data/fr.lang (modified) * applications/editors/josm/plugins/indoor_sweepline/data/hu.lang (deleted) * applications/editors/josm/plugins/indoor_sweepline/data/id.lang (added) * applications/editors/josm/plugins/indoor_sweepline/data/pt_BR.lang (added) * applications/editors/josm/plugins/indoorhelper/data/ast.lang (modified) * applications/editors/josm/plugins/indoorhelper/data/be.lang (modified) * applications/editors/josm/plugins/indoorhelper/data/bg.lang (modified) * applications/editors/josm/plugins/indoorhelper/data/ca-valencia.lang (modified) * applications/editors/josm/plugins/indoorhelper/data/ca.lang (modified) * applications/editors/josm/plugins/indoorhelper/data/cs.lang (modified) * applications/editors/josm/plugins/indoorhelper/data/da.lang (modified) * applications/editors/josm/plugins/indoorhelper/data/de.lang (modified) * applications/editors/josm/plugins/indoorhelper/data/el.lang (modified) * applications/editors/josm/plugins/indoorhelper/data/en.lang (modified) * applications/editors/josm/plugins/indoorhelper/data/en_AU.lang (modified) * applications/editors/josm/plugins/indoorhelper/data/en_GB.lang (modified) * applications/editors/josm/plugins/indoorhelper/data/es.lang (modified) * applications/editors/josm/plugins/indoorhelper/data/et.lang (modified) * applications/editors/josm/plugins/indoorhelper/data/fi.lang (modified) * applications/editors/josm/plugins/indoorhelper/data/fr.lang (modified) * applications/editors/josm/plugins/indoorhelper/data/gl.lang (modified) * applications/editors/josm/plugins/indoorhelper/data/hu.lang (modified) * applications/editors/josm/plugins/indoorhelper/data/id.lang (modified) * applications/editors/josm/plugins/indoorhelper/data/it.lang (modified) * applications/editors/josm/plugins/indoorhelper/data/ja.lang (modified) * applications/editors/josm/plugins/indoorhelper/data/km.lang (modified) * applications/editors/josm/plugins/indoorhelper/data/lt.lang (modified) * applications/editors/josm/plugins/indoorhelper/data/nb.lang (modified) * applications/editors/josm/plugins/indoorhelper/data/nl.lang (modified) * applications/editors/josm/plugins/indoorhelper/data/pl.lang (modified) * applications/editors/josm/plugins/indoorhelper/data/pt.lang (modified) * applications/editors/josm/plugins/indoorhelper/data/pt_BR.lang (modified) * applications/editors/josm/plugins/indoorhelper/data/ru.lang (modified) * applications/editors/josm/plugins/indoorhelper/data/sk.lang (modified) * applications/editors/josm/plugins/indoorhelper/data/sv.lang (modified) * applications/editors/josm/plugins/indoorhelper/data/uk.lang (modified) * applications/editors/josm/plugins/indoorhelper/data/vi.lang (modified) * applications/editors/josm/plugins/indoorhelper/data/zh_CN.lang (modified) * applications/editors/josm/plugins/indoorhelper/data/zh_TW.lang (modified) * applications/editors/josm/plugins/junctionchecking/data/fr.lang (modified) * applications/editors/josm/plugins/junctionchecking/data/id.lang (modified) * applications/editors/josm/plugins/junctionchecking/data/pt.lang (modified) * applications/editors/josm/plugins/lakewalker/data/id.lang (modified) * applications/editors/josm/plugins/lakewalker/data/pt_BR.lang (modified) * applications/editors/josm/plugins/measurement/data/de.lang (modified) * applications/editors/josm/plugins/measurement/data/id.lang (modified) * applications/editors/josm/plugins/measurement/data/pt_BR.lang (modified) * applications/editors/josm/plugins/merge-overlap/data/ast.lang (modified) * applications/editors/josm/plugins/merge-overlap/data/be.lang (modified) * applications/editors/josm/plugins/merge-overlap/data/bg.lang (modified) * applications/editors/josm/plugins/merge-overlap/data/ca-valencia.lang (modified) * applications/editors/josm/plugins/merge-overlap/data/ca.lang (modified) * applications/editors/josm/plugins/merge-overlap/data/cs.lang (modified) * applications/editors/josm/plugins/merge-overlap/data/da.lang (modified) * applications/editors/josm/plugins/merge-overlap/data/de.lang (modified) * applications/editors/josm/plugins/merge-overlap/data/el.lang (modified) * applications/editors/josm/plugins/merge-overlap/data/en.lang (modified) * applications/editors/josm/plugins/merge-overlap/data/en_AU.lang (modified) * applications/editors/josm/plugins/merge-overlap/data/en_GB.lang (modified) * applications/editors/josm/plugins/merge-overlap/data/es.lang (modified) * applications/editors/josm/plugins/merge-overlap/data/et.lang (modified) * applications/editors/josm/plugins/merge-overlap/data/fi.lang (modified) * applications/editors/josm/plugins/merge-overlap/data/fr.lang (modified) * applications/editors/josm/plugins/merge-overlap/data/gl.lang (modified) * applications/editors/josm/plugins/merge-overlap/data/hu.lang (modified) * applications/editors/josm/plugins/merge-overlap/data/id.lang (modified) * applications/editors/josm/plugins/merge-overlap/data/it.lang (modified) * applications/editors/josm/plugins/merge-overlap/data/ja.lang (modified) * applications/editors/josm/plugins/merge-overlap/data/km.lang (modified) * applications/editors/josm/plugins/merge-overlap/data/lt.lang (modified) * applications/editors/josm/plugins/merge-overlap/data/nb.lang (modified) * applications/editors/josm/plugins/merge-overlap/data/nl.lang (modified) * applications/editors/josm/plugins/merge-overlap/data/pl.lang (modified) * applications/editors/josm/plugins/merge-overlap/data/pt.lang (modified) * applications/editors/josm/plugins/merge-overlap/data/pt_BR.lang (modified) * applications/editors/josm/plugins/merge-overlap/data/ru.lang (modified) * applications/editors/josm/plugins/merge-overlap/data/sk.lang (modified) * applications/editors/josm/plugins/merge-overlap/data/sv.lang (modified) * applications/editors/josm/plugins/merge-overlap/data/uk.lang (modified) * applications/editors/josm/plugins/merge-overlap/data/vi.lang (modified) * applications/editors/josm/plugins/merge-overlap/data/zh_CN.lang (modified) * applications/editors/josm/plugins/merge-overlap/data/zh_TW.lang (modified) * applications/editors/josm/plugins/namemanager/data/et.lang (modified) * applications/editors/josm/plugins/native-password-manager/data/et.lang (modified) * applications/editors/josm/plugins/native-password-manager/data/pl.lang (modified) * applications/editors/josm/plugins/native-password-manager/data/pt_BR.lang (modified) * applications/editors/josm/plugins/no_more_mapping/data/pt_BR.lang (modified) * applications/editors/josm/plugins/o5m/data/et.lang (modified) * applications/editors/josm/plugins/o5m/data/fr.lang (modified) * applications/editors/josm/plugins/o5m/data/pt.lang (modified) * applications/editors/josm/plugins/opendata/data/de.lang (modified) * applications/editors/josm/plugins/opendata/data/el.lang (modified) * applications/editors/josm/plugins/opendata/data/et.lang (modified) * applications/editors/josm/plugins/opendata/data/id.lang (modified) * applications/editors/josm/plugins/opendata/data/ja.lang (modified) * applications/editors/josm/plugins/opendata/data/pl.lang (modified) * applications/editors/josm/plugins/opendata/data/pt_BR.lang (modified) * applications/editors/josm/plugins/pbf/data/et.lang (modified) * applications/editors/josm/plugins/pbf/data/id.lang (modified) * applications/editors/josm/plugins/pdfimport/data/et.lang (modified) * applications/editors/josm/plugins/pdfimport/data/pl.lang (modified) * applications/editors/josm/plugins/photo_geotagging/data/ast.lang (modified) * applications/editors/josm/plugins/photo_geotagging/data/be.lang (modified) * applications/editors/josm/plugins/photo_geotagging/data/bg.lang (modified) * applications/editors/josm/plugins/photo_geotagging/data/ca-valencia.lang (modified) * applications/editors/josm/plugins/photo_geotagging/data/ca.lang (modified) * applications/editors/josm/plugins/photo_geotagging/data/cs.lang (modified) * applications/editors/josm/plugins/photo_geotagging/data/da.lang (modified) * applications/editors/josm/plugins/photo_geotagging/data/de.lang (modified) * applications/editors/josm/plugins/photo_geotagging/data/el.lang (modified) * applications/editors/josm/plugins/photo_geotagging/data/en.lang (modified) * applications/editors/josm/plugins/photo_geotagging/data/en_AU.lang (modified) * applications/editors/josm/plugins/photo_geotagging/data/en_GB.lang (modified) * applications/editors/josm/plugins/photo_geotagging/data/es.lang (modified) * applications/editors/josm/plugins/photo_geotagging/data/et.lang (modified) * applications/editors/josm/plugins/photo_geotagging/data/fi.lang (modified) * applications/editors/josm/plugins/photo_geotagging/data/fr.lang (modified) * applications/editors/josm/plugins/photo_geotagging/data/gl.lang (modified) * applications/editors/josm/plugins/photo_geotagging/data/hu.lang (modified) * applications/editors/josm/plugins/photo_geotagging/data/id.lang (modified) * applications/editors/josm/plugins/photo_geotagging/data/it.lang (modified) * applications/editors/josm/plugins/photo_geotagging/data/ja.lang (modified) * applications/editors/josm/plugins/photo_geotagging/data/km.lang (modified) * applications/editors/josm/plugins/photo_geotagging/data/lt.lang (modified) * applications/editors/josm/plugins/photo_geotagging/data/nb.lang (modified) * applications/editors/josm/plugins/photo_geotagging/data/nl.lang (modified) * applications/editors/josm/plugins/photo_geotagging/data/pl.lang (modified) * applications/editors/josm/plugins/photo_geotagging/data/pt.lang (modified) * applications/editors/josm/plugins/photo_geotagging/data/pt_BR.lang (modified) * applications/editors/josm/plugins/photo_geotagging/data/ru.lang (modified) * applications/editors/josm/plugins/photo_geotagging/data/sk.lang (modified) * applications/editors/josm/plugins/photo_geotagging/data/sv.lang (modified) * applications/editors/josm/plugins/photo_geotagging/data/uk.lang (modified) * applications/editors/josm/plugins/photo_geotagging/data/vi.lang (modified) * applications/editors/josm/plugins/photo_geotagging/data/zh_CN.lang (modified) * applications/editors/josm/plugins/photo_geotagging/data/zh_TW.lang (modified) * applications/editors/josm/plugins/photoadjust/data/et.lang (modified) * applications/editors/josm/plugins/photoadjust/data/id.lang (modified) * applications/editors/josm/plugins/photoadjust/data/pl.lang (modified) * applications/editors/josm/plugins/photoadjust/data/uk.lang (modified) * applications/editors/josm/plugins/piclayer/data/de.lang (modified) * applications/editors/josm/plugins/piclayer/data/fr.lang (modified) * applications/editors/josm/plugins/piclayer/data/id.lang (modified) * applications/editors/josm/plugins/piclayer/data/pt.lang (modified) * applications/editors/josm/plugins/piclayer/data/pt_BR.lang (modified) * applications/editors/josm/plugins/pointInfo/data/id.lang (modified) * applications/editors/josm/plugins/pointInfo/data/pt.lang (modified) * applications/editors/josm/plugins/pointInfo/data/pt_BR.lang (modified) * applications/editors/josm/plugins/print/data/et.lang (modified) * applications/editors/josm/plugins/pt_assistant/data/es.lang (modified) * applications/editors/josm/plugins/pt_assistant/data/et.lang (modified) * applications/editors/josm/plugins/pt_assistant/data/fr.lang (modified) * applications/editors/josm/plugins/pt_assistant/data/id.lang (modified) * applications/editors/josm/plugins/pt_assistant/data/lt.lang (modified) * applications/editors/josm/plugins/pt_assistant/data/pt.lang (modified) * applications/editors/josm/plugins/pt_assistant/data/pt_BR.lang (modified) * applications/editors/josm/plugins/public_transport/data/gl.lang (modified) * applications/editors/josm/plugins/public_transport/data/pl.lang (modified) * applications/editors/josm/plugins/public_transport/data/pt_BR.lang (modified) * applications/editors/josm/plugins/public_transport/data/sk.lang (modified) * applications/editors/josm/plugins/public_transport_layer/data/gl.lang (modified) * applications/editors/josm/plugins/public_transport_layer/data/id.lang (modified) * applications/editors/josm/plugins/public_transport_layer/data/pt.lang (modified) * applications/editors/josm/plugins/rasterfilters/data/id.lang (modified) * applications/editors/josm/plugins/reltoolbox/data/de.lang (modified) * applications/editors/josm/plugins/reltoolbox/data/et.lang (modified) * applications/editors/josm/plugins/reltoolbox/data/fr.lang (modified) * applications/editors/josm/plugins/reltoolbox/data/pt_BR.lang (modified) * applications/editors/josm/plugins/reverter/data/et.lang (modified) * applications/editors/josm/plugins/reverter/data/id.lang (modified) * applications/editors/josm/plugins/reverter/data/pl.lang (modified) * applications/editors/josm/plugins/reverter/data/pt_BR.lang (modified) * applications/editors/josm/plugins/roadsigns/data/et.lang (modified) * applications/editors/josm/plugins/roadsigns/data/id.lang (modified) * applications/editors/josm/plugins/roadsigns/data/ja.lang (modified) * applications/editors/josm/plugins/roadsigns/data/pl.lang (modified) * applications/editors/josm/plugins/sds/data/ast.lang (modified) * applications/editors/josm/plugins/sds/data/be.lang (modified) * applications/editors/josm/plugins/sds/data/bg.lang (modified) * applications/editors/josm/plugins/sds/data/ca-valencia.lang (modified) * applications/editors/josm/plugins/sds/data/ca.lang (modified) * applications/editors/josm/plugins/sds/data/cs.lang (modified) * applications/editors/josm/plugins/sds/data/da.lang (modified) * applications/editors/josm/plugins/sds/data/de.lang (modified) * applications/editors/josm/plugins/sds/data/el.lang (modified) * applications/editors/josm/plugins/sds/data/en.lang (modified) * applications/editors/josm/plugins/sds/data/en_AU.lang (modified) * applications/editors/josm/plugins/sds/data/en_GB.lang (modified) * applications/editors/josm/plugins/sds/data/es.lang (modified) * applications/editors/josm/plugins/sds/data/et.lang (modified) * applications/editors/josm/plugins/sds/data/fi.lang (modified) * applications/editors/josm/plugins/sds/data/fr.lang (modified) * applications/editors/josm/plugins/sds/data/gl.lang (modified) * applications/editors/josm/plugins/sds/data/hu.lang (modified) * applications/editors/josm/plugins/sds/data/id.lang (modified) * applications/editors/josm/plugins/sds/data/it.lang (modified) * applications/editors/josm/plugins/sds/data/ja.lang (modified) * applications/editors/josm/plugins/sds/data/km.lang (modified) * applications/editors/josm/plugins/sds/data/lt.lang (modified) * applications/editors/josm/plugins/sds/data/nb.lang (modified) * applications/editors/josm/plugins/sds/data/nl.lang (modified) * applications/editors/josm/plugins/sds/data/pl.lang (modified) * applications/editors/josm/plugins/sds/data/pt.lang (modified) * applications/editors/josm/plugins/sds/data/pt_BR.lang (modified) * applications/editors/josm/plugins/sds/data/ru.lang (modified) * applications/editors/josm/plugins/sds/data/sk.lang (modified) * applications/editors/josm/plugins/sds/data/sv.lang (modified) * applications/editors/josm/plugins/sds/data/uk.lang (modified) * applications/editors/josm/plugins/sds/data/vi.lang (modified) * applications/editors/josm/plugins/sds/data/zh_CN.lang (modified) * applications/editors/josm/plugins/sds/data/zh_TW.lang (modified) * applications/editors/josm/plugins/seachart/data/id.lang (added) * applications/editors/josm/plugins/seachartedit/data/id.lang (modified) * applications/editors/josm/plugins/simplifyarea/data/et.lang (modified) * applications/editors/josm/plugins/simplifyarea/data/gl.lang (modified) * applications/editors/josm/plugins/simplifyarea/data/pt_BR.lang (modified) * applications/editors/josm/plugins/splinex/data/id.lang (modified) * applications/editors/josm/plugins/splinex/data/pt.lang (modified) * applications/editors/josm/plugins/sumoconvert/data/ast.lang (modified) * applications/editors/josm/plugins/sumoconvert/data/be.lang (modified) * applications/editors/josm/plugins/sumoconvert/data/bg.lang (modified) * applications/editors/josm/plugins/sumoconvert/data/ca-valencia.lang (modified) * applications/editors/josm/plugins/sumoconvert/data/ca.lang (modified) * applications/editors/josm/plugins/sumoconvert/data/cs.lang (modified) * applications/editors/josm/plugins/sumoconvert/data/da.lang (modified) * applications/editors/josm/plugins/sumoconvert/data/de.lang (modified) * applications/editors/josm/plugins/sumoconvert/data/el.lang (modified) * applications/editors/josm/plugins/sumoconvert/data/en.lang (modified) * applications/editors/josm/plugins/sumoconvert/data/en_AU.lang (modified) * applications/editors/josm/plugins/sumoconvert/data/en_GB.lang (modified) * applications/editors/josm/plugins/sumoconvert/data/es.lang (modified) * applications/editors/josm/plugins/sumoconvert/data/et.lang (modified) * applications/editors/josm/plugins/sumoconvert/data/fi.lang (modified) * applications/editors/josm/plugins/sumoconvert/data/fr.lang (modified) * applications/editors/josm/plugins/sumoconvert/data/gl.lang (modified) * applications/editors/josm/plugins/sumoconvert/data/hu.lang (modified) * applications/editors/josm/plugins/sumoconvert/data/id.lang (modified) * applications/editors/josm/plugins/sumoconvert/data/it.lang (modified) * applications/editors/josm/plugins/sumoconvert/data/ja.lang (modified) * applications/editors/josm/plugins/sumoconvert/data/km.lang (modified) * applications/editors/josm/plugins/sumoconvert/data/lt.lang (modified) * applications/editors/josm/plugins/sumoconvert/data/nb.lang (modified) * applications/editors/josm/plugins/sumoconvert/data/nl.lang (modified) * applications/editors/josm/plugins/sumoconvert/data/pl.lang (modified) * applications/editors/josm/plugins/sumoconvert/data/pt.lang (modified) * applications/editors/josm/plugins/sumoconvert/data/pt_BR.lang (modified) * applications/editors/josm/plugins/sumoconvert/data/ru.lang (modified) * applications/editors/josm/plugins/sumoconvert/data/sk.lang (modified) * applications/editors/josm/plugins/sumoconvert/data/sv.lang (modified) * applications/editors/josm/plugins/sumoconvert/data/uk.lang (modified) * applications/editors/josm/plugins/sumoconvert/data/vi.lang (modified) * applications/editors/josm/plugins/sumoconvert/data/zh_CN.lang (modified) * applications/editors/josm/plugins/sumoconvert/data/zh_TW.lang (modified) * applications/editors/josm/plugins/surveyor/data/et.lang (modified) * applications/editors/josm/plugins/surveyor/data/gl.lang (modified) * applications/editors/josm/plugins/surveyor/data/ru.lang (modified) * applications/editors/josm/plugins/tag2link/data/de.lang (modified) * applications/editors/josm/plugins/tag2link/data/fi.lang (added) * applications/editors/josm/plugins/tag2link/data/fr.lang (modified) * applications/editors/josm/plugins/tag2link/data/id.lang (modified) * applications/editors/josm/plugins/tag2link/data/pl.lang (added) * applications/editors/josm/plugins/tag2link/data/pt.lang (modified) * applications/editors/josm/plugins/tag2link/data/pt_BR.lang (modified) * applications/editors/josm/plugins/tag2link/data/sk.lang (modified) * applications/editors/josm/plugins/tag2link/data/sv.lang (modified) * applications/editors/josm/plugins/tageditor/data/et.lang (modified) * applications/editors/josm/plugins/tageditor/data/gl.lang (modified) * applications/editors/josm/plugins/tageditor/data/pl.lang (modified) * applications/editors/josm/plugins/tagging-preset-tester/data/et.lang (modified) * applications/editors/josm/plugins/tagging-preset-tester/data/ja.lang (modified) * applications/editors/josm/plugins/tagging-preset-tester/data/pt_BR.lang (modified) * applications/editors/josm/plugins/terracer/data/et.lang (modified) * applications/editors/josm/plugins/terracer/data/pl.lang (modified) * applications/editors/josm/plugins/terracer/data/pt_BR.lang (modified) * applications/editors/josm/plugins/touchscreenhelper/data/pl.lang (modified) * applications/editors/josm/plugins/tracer/data/id.lang (modified) * applications/editors/josm/plugins/tracer/data/pl.lang (modified) * applications/editors/josm/plugins/tracer2/data/et.lang (modified) * applications/editors/josm/plugins/tracer2/data/gl.lang (modified) * applications/editors/josm/plugins/tracer2/data/id.lang (modified) * applications/editors/josm/plugins/tracer2/data/pl.lang (modified) * applications/editors/josm/plugins/tracer2/data/pt.lang (modified) * applications/editors/josm/plugins/tracer2/data/pt_BR.lang (modified) * applications/editors/josm/plugins/trustosm/data/pl.lang (modified) * applications/editors/josm/plugins/trustosm/data/pt_BR.lang (modified) * applications/editors/josm/plugins/turnlanes/data/hu.lang (modified) * applications/editors/josm/plugins/turnlanes/data/pt.lang (modified) * applications/editors/josm/plugins/turnrestrictions/data/et.lang (modified) * applications/editors/josm/plugins/turnrestrictions/data/id.lang (modified) * applications/editors/josm/plugins/turnrestrictions/data/pl.lang (modified) * applications/editors/josm/plugins/turnrestrictions/data/pt.lang (modified) * applications/editors/josm/plugins/turnrestrictions/data/pt_BR.lang (modified) * applications/editors/josm/plugins/turnrestrictions/data/ru.lang (modified) * applications/editors/josm/plugins/undelete/data/ast.lang (modified) * applications/editors/josm/plugins/undelete/data/be.lang (modified) * applications/editors/josm/plugins/undelete/data/bg.lang (modified) * applications/editors/josm/plugins/undelete/data/ca-valencia.lang (modified) * applications/editors/josm/plugins/undelete/data/ca.lang (modified) * applications/editors/josm/plugins/undelete/data/cs.lang (modified) * applications/editors/josm/plugins/undelete/data/da.lang (modified) * applications/editors/josm/plugins/undelete/data/de.lang (modified) * applications/editors/josm/plugins/undelete/data/el.lang (modified) * applications/editors/josm/plugins/undelete/data/en.lang (modified) * applications/editors/josm/plugins/undelete/data/en_AU.lang (modified) * applications/editors/josm/plugins/undelete/data/es.lang (modified) * applications/editors/josm/plugins/undelete/data/et.lang (modified) * applications/editors/josm/plugins/undelete/data/fi.lang (modified) * applications/editors/josm/plugins/undelete/data/fr.lang (modified) * applications/editors/josm/plugins/undelete/data/gl.lang (modified) * applications/editors/josm/plugins/undelete/data/hu.lang (modified) * applications/editors/josm/plugins/undelete/data/id.lang (modified) * applications/editors/josm/plugins/undelete/data/it.lang (modified) * applications/editors/josm/plugins/undelete/data/ja.lang (modified) * applications/editors/josm/plugins/undelete/data/km.lang (modified) * applications/editors/josm/plugins/undelete/data/lt.lang (modified) * applications/editors/josm/plugins/undelete/data/nb.lang (modified) * applications/editors/josm/plugins/undelete/data/nl.lang (modified) * applications/editors/josm/plugins/undelete/data/pl.lang (modified) * applications/editors/josm/plugins/undelete/data/pt.lang (modified) * applications/editors/josm/plugins/undelete/data/pt_BR.lang (modified) * applications/editors/josm/plugins/undelete/data/ru.lang (modified) * applications/editors/josm/plugins/undelete/data/sk.lang (modified) * applications/editors/josm/plugins/undelete/data/sv.lang (modified) * applications/editors/josm/plugins/undelete/data/uk.lang (modified) * applications/editors/josm/plugins/undelete/data/vi.lang (modified) * applications/editors/josm/plugins/undelete/data/zh_CN.lang (modified) * applications/editors/josm/plugins/undelete/data/zh_TW.lang (modified) * applications/editors/josm/plugins/utilsplugin2/data/bg.lang (modified) * applications/editors/josm/plugins/utilsplugin2/data/et.lang (modified) * applications/editors/josm/plugins/utilsplugin2/data/fr.lang (modified) * applications/editors/josm/plugins/utilsplugin2/data/id.lang (modified) * applications/editors/josm/plugins/utilsplugin2/data/lt.lang (modified) * applications/editors/josm/plugins/utilsplugin2/data/pl.lang (modified) * applications/editors/josm/plugins/utilsplugin2/data/pt.lang (modified) * applications/editors/josm/plugins/utilsplugin2/data/pt_BR.lang (modified) * applications/editors/josm/plugins/videomapping/data/id.lang (modified) * applications/editors/josm/plugins/waydownloader/data/et.lang (modified) * applications/editors/josm/plugins/wikipedia/data/cs.lang (modified) * applications/editors/josm/plugins/wikipedia/data/da.lang (modified) * applications/editors/josm/plugins/wikipedia/data/de.lang (modified) * applications/editors/josm/plugins/wikipedia/data/en.lang (modified) * applications/editors/josm/plugins/wikipedia/data/en_GB.lang (modified) * applications/editors/josm/plugins/wikipedia/data/es.lang (modified) * applications/editors/josm/plugins/wikipedia/data/et.lang (modified) * applications/editors/josm/plugins/wikipedia/data/fr.lang (modified) * applications/editors/josm/plugins/wikipedia/data/id.lang (modified) * applications/editors/josm/plugins/wikipedia/data/it.lang (modified) * applications/editors/josm/plugins/wikipedia/data/lt.lang (modified) * applications/editors/josm/plugins/wikipedia/data/nl.lang (modified) * applications/editors/josm/plugins/wikipedia/data/pl.lang (modified) * applications/editors/josm/plugins/wikipedia/data/pt.lang (modified) * applications/editors/josm/plugins/wikipedia/data/pt_BR.lang (modified) * applications/editors/josm/plugins/wikipedia/data/ru.lang (modified) * applications/editors/josm/plugins/wikipedia/data/sk.lang (modified) * applications/editors/josm/plugins/wikipedia/data/uk.lang (modified) * applications/editors/josm/plugins/wikipedia/data/zh_TW.lang (modified) * applications/editors/josm/plugins/wms-turbo-challenge2/data/nb.lang (modified) i18n update! Sun, 25 Mar 2018 09:32:54 GMT stoecker [34108] * applications/editors/josm/plugins/DirectUpload/src/org/openstreetmap/josm/plugins/DirectUpload/UploadDataGui.java (modified) add translators note Sun, 25 Mar 2018 03:21:16 GMT donvip [34107] * applications/editors/josm/plugins/junctionchecking/build.xml (modified) * applications/editors/josm/plugins/junctionchecking/src/org/openstreetmap/josm/plugins/JunctionChecker/util/RelationProducer.java (modified) update to JOSM 13558 Sun, 25 Mar 2018 03:19:34 GMT donvip [34106] * applications/editors/josm/plugins/indoor_sweepline/build.xml (modified) * applications/editors/josm/plugins/indoor_sweepline/src/indoor_sweepline/IndoorSweeplineModel.java (modified) update to JOSM 13558 Sun, 25 Mar 2018 03:17:11 GMT donvip [34105] * applications/editors/josm/dist/eventbus.jar (modified) * applications/editors/josm/dist/imagery_offset_db.jar (modified) dist Sun, 25 Mar 2018 03:11:54 GMT donvip [34104] * applications/editors/josm/plugins/imagery_offset_db/src/iodb/StoreImageryOffsetAction.java (modified) code optim Sun, 25 Mar 2018 03:06:11 GMT donvip [34103] * applications/editors/josm/dist/eventbus.jar (modified) dist Sun, 25 Mar 2018 03:05:21 GMT donvip [34102] * applications/editors/josm/plugins/eventbus/build.xml (modified) * applications/editors/josm/plugins/eventbus/src/org/openstreetmap/josm/plugins/eventbus/EventBusPlugin.java (modified) update to JOSM 13558 Sun, 25 Mar 2018 01:55:52 GMT donvip [34101] * applications/editors/josm/dist/SeaChart.jar (modified) * applications/editors/josm/dist/cadastre-fr.jar (modified) * applications/editors/josm/dist/canvec_helper.jar (modified) * applications/editors/josm/dist/o5m.jar (modified) * applications/editors/josm/dist/pbf.jar (modified) * applications/editors/josm/dist/poly.jar (modified) dist Sun, 25 Mar 2018 01:49:09 GMT donvip [34100] * applications/editors/josm/plugins/o5m/src/org/openstreetmap/josm/plugins/o5m/io/O5mReader.java (modified) fix javadoc warnings Sun, 25 Mar 2018 01:43:18 GMT donvip [34099] * applications/editors/josm/plugins/cadastre-fr/src/org/openstreetmap/josm/plugins/fr/cadastre/download/CadastreDownloadSourcePanel.java (modified) fix deprecation warning Sun, 25 Mar 2018 01:40:41 GMT donvip [34098] * applications/editors/josm/plugins/cadastre-fr/build.xml (modified) * applications/editors/josm/plugins/cadastre-fr/src/org/openstreetmap/josm/plugins/fr/cadastre/edigeo/pci/EdigeoPciReader.java (modified) * applications/editors/josm/plugins/canvec_helper/build.xml (modified) * applications/editors/josm/plugins/canvec_helper/src/org/openstreetmap/josm/plugins/canvec_helper/CanVecTile.java (modified) * applications/editors/josm/plugins/o5m/build.xml (modified) * applications/editors/josm/plugins/o5m/src/org/openstreetmap/josm/plugins/o5m/io/O5mReader.java (modified) * applications/editors/josm/plugins/pbf/build.xml (modified) * applications/editors/josm/plugins/pbf/src/org/openstreetmap/josm/plugins/pbf/io/PbfReader.java (modified) * applications/editors/josm/plugins/pbf/src/org/openstreetmap/josm/plugins/pbf/io/PbfWriter.java (modified) * applications/editors/josm/plugins/poly/build.xml (modified) * applications/editors/josm/plugins/poly/src/poly/PolyExporter.java (modified) * applications/editors/josm/plugins/poly/src/poly/PolyImporter.java (modified) * applications/editors/josm/plugins/seachart/build.xml (modified) * applications/editors/josm/plugins/seachart/src/seachart/SeachartAction.java (modified) * applications/editors/josm/plugins/seachartedit/build.xml (modified) * applications/editors/josm/plugins/seachartedit/src/panels/PanelS57.java (modified) * applications/editors/josm/plugins/seachartedit/src/scedit/SCeditAction.java (modified) update to JOSM 13558/13559 Sat, 24 Mar 2018 17:41:43 GMT stoecker [34097] * applications/editors/josm/plugins/CustomizePublicTransportStop/build.xml (modified) * applications/editors/josm/plugins/geotools/build.xml (modified) * applications/editors/josm/plugins/geotools/src/org/openstreetmap/josm/plugins/geotools/GeoToolsPlugin.java (modified) * applications/editors/josm/plugins/imagery_cachexport/build.xml (modified) * applications/editors/josm/plugins/irsrectify/build.xml (modified) * applications/editors/josm/plugins/pdfimport/build.xml (modified) * applications/editors/josm/plugins/photoadjust/build.xml (modified) * applications/editors/josm/plugins/seachart/build.xml (modified) * applications/editors/josm/plugins/seachartedit/build.xml (modified) * applications/editors/josm/plugins/smed/build.xml (modified) http to https Sat, 24 Mar 2018 17:17:57 GMT stoecker [34095] * applications/editors/josm/plugins/00_README (modified) * applications/editors/josm/plugins/00_plugin_dir_template/README.template (modified) * applications/editors/josm/plugins/ColumbusCSV/README (modified) * applications/editors/josm/plugins/CustomizePublicTransportStop/build.xml (modified) * applications/editors/josm/plugins/DirectUpload/README (modified) * applications/editors/josm/plugins/DirectUpload/src/org/openstreetmap/josm/plugins/DirectUpload/UploadDataGui.java (modified) * applications/editors/josm/plugins/ElevationProfile/README (modified) * applications/editors/josm/plugins/ElevationProfile/src/org/openstreetmap/josm/plugins/elevation/grid/ElevationGridTile.java (modified) * applications/editors/josm/plugins/FixAddresses/src/org/openstreetmap/josm/plugins/fixAddresses/TagConstants.java (modified) * applications/editors/josm/plugins/OpeningHoursEditor/README.txt (modified) * applications/editors/josm/plugins/OsmInspectorPlugin/README (modified) * applications/editors/josm/plugins/addrinterpolation/README (modified) * applications/editors/josm/plugins/addrinterpolation/src/org/openstreetmap/josm/plugins/AddrInterpolation/AddrInterpolationDialog.java (modified) * applications/editors/josm/plugins/alignways/src/com/tilusnet/josm/plugins/alignways/AlignWaysWhatsNewPanel.java (modified) * applications/editors/josm/plugins/colorscheme/src/at/dallermassl/josm/plugin/colorscheme/ColorSchemePreference.java (modified) * applications/editors/josm/plugins/epci-fr/README (modified) * applications/editors/josm/plugins/gpsblam/README (modified) * applications/editors/josm/plugins/imagery-xml-bounds/README (modified) * applications/editors/josm/plugins/imagery_offset_db/src/iodb/OffsetDialog.java (modified) * applications/editors/josm/plugins/indoorhelper/build.xml (modified) * applications/editors/josm/plugins/mapdust/conf/mapdust.properties (modified) * applications/editors/josm/plugins/o5m/README (modified) * applications/editors/josm/plugins/o5m/README.template (modified) * applications/editors/josm/plugins/o5m/build.xml (modified) * applications/editors/josm/plugins/opendata/README (modified) * applications/editors/josm/plugins/opendata/modules/fr.datagouvfr/README (modified) * applications/editors/josm/plugins/opendata/modules/fr.datagouvfr/src/org/openstreetmap/josm/plugins/opendata/modules/fr/datagouvfr/DataGouvFrConstants.java (modified) * applications/editors/josm/plugins/opendata/modules/fr.paris/README (modified) * applications/editors/josm/plugins/opendata/modules/fr.toulouse/README (modified) * applications/editors/josm/plugins/opendata/modules/fr.toulouse/src/org/openstreetmap/josm/plugins/opendata/modules/fr/toulouse/ToulouseConstants.java (modified) * applications/editors/josm/plugins/opendata/modules/fr.toulouse/src/org/openstreetmap/josm/plugins/opendata/modules/fr/toulouse/datasets/transport/ReseauTisseoHandler.java (modified) * applications/editors/josm/plugins/pbf/README (modified) * applications/editors/josm/plugins/pdfimport/README (modified) * applications/editors/josm/plugins/pointInfo/README.md (modified) * applications/editors/josm/plugins/pt_assistant/test/data/route-with-platform-as-way.osm (modified) * applications/editors/josm/plugins/public_transport/README (modified) * applications/editors/josm/plugins/public_transport/resources/public_transport.html (modified) * applications/editors/josm/plugins/reltoolbox/src/relcontext/actions/PublicTransportHelper.java (modified) * applications/editors/josm/plugins/reltoolbox/src/relcontext/actions/RelationHelpAction.java (modified) * applications/editors/josm/plugins/reltoolbox/src/relcontext/relationfix/BoundaryFixer.java (modified) * applications/editors/josm/plugins/reltoolbox/src/relcontext/relationfix/MultipolygonFixer.java (modified) * applications/editors/josm/plugins/reltoolbox/src/relcontext/relationfix/PublicTransportFixer.java (modified) * applications/editors/josm/plugins/roadsigns/src/org/openstreetmap/josm/plugins/roadsigns/RoadSignInputDialog.java (modified) * applications/editors/josm/plugins/tag2link/README (modified) * applications/editors/josm/plugins/turnrestrictions/README (modified) * applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/editor/TurnRestrictionType.java (modified) * applications/editors/josm/plugins/utilsplugin2/README (modified) * applications/editors/josm/plugins/wikipedia/src/org/wikipedia/gui/WikidataItemSearchDialog.java (modified) http to https Wed, 21 Mar 2018 00:49:16 GMT floscher [34093] * applications/editors/josm/plugins/wikipedia/src/org/wikipedia/gui/WikipediaToggleDialog.java (modified) Fix #15623 – Check if editDataSet is present before adding wikipedia ... Tue, 20 Mar 2018 00:45:17 GMT donvip [34092] * applications/editors/josm/dist/colorscheme.jar (modified) dist Tue, 20 Mar 2018 00:44:41 GMT donvip [34091] * applications/editors/josm/plugins/colorscheme/GPL-v2.0.txt (deleted) * applications/editors/josm/plugins/colorscheme/build.xml (modified) * applications/editors/josm/plugins/colorscheme/src/at/dallermassl/josm/plugin/colorscheme/ColorSchemePlugin.java (modified) * applications/editors/josm/plugins/colorscheme/src/at/dallermassl/josm/plugin/colorscheme/ColorSchemePreference.java (modified) update to JOSM 12987. The plugin does not work and needs further ... Sun, 18 Mar 2018 14:26:18 GMT donvip [34090] * applications/editors/josm/dist/opendata.jar (modified) dist Sun, 18 Mar 2018 14:24:45 GMT donvip [34089] * applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/geographic/KmlReader.java (modified) fix #josm16102 - KML performance improvements (patch by GerdP) Tue, 13 Mar 2018 00:14:35 GMT donvip [34088] * applications/editors/josm/dist/reltoolbox.jar (modified) dist Tue, 13 Mar 2018 00:13:29 GMT donvip [34087] * applications/editors/josm/plugins/reltoolbox/src/relcontext/ChosenRelation.java (modified) fix deprecation warning Tue, 13 Mar 2018 00:12:27 GMT donvip [34086] * applications/editors/josm/plugins/reltoolbox/build.xml (modified) * applications/editors/josm/plugins/reltoolbox/src/relcontext/actions/RelationHelpAction.java (modified) update to JOSM 13522 Tue, 27 Feb 2018 19:21:10 GMT donvip [34082] * applications/editors/josm/dist/download_along.jar (modified) dist Tue, 27 Feb 2018 19:20:24 GMT donvip [34081] * applications/editors/josm/plugins/download_along/src/org/openstreetmap/josm/plugin/download_along/DownloadAlongWayAction.java (modified) see #josm11260 - optimization Tue, 20 Feb 2018 20:32:28 GMT donvip [34080] * applications/editors/josm/dist/wikipedia.jar (modified) dist Tue, 20 Feb 2018 20:31:41 GMT donvip [34079] * applications/editors/josm/plugins/wikipedia/.settings/org.eclipse.jdt.core.prefs (modified) * applications/editors/josm/plugins/wikipedia/src/org/wikipedia/WikipediaApp.java (modified) * applications/editors/josm/plugins/wikipedia/src/org/wikipedia/actions/FetchWikidataAction.java (modified) * applications/editors/josm/plugins/wikipedia/src/org/wikipedia/actions/WikipediaCopyTemplate.java (modified) * applications/editors/josm/plugins/wikipedia/src/org/wikipedia/gui/WikidataTagCellRenderer.java (modified) * applications/editors/josm/plugins/wikipedia/src/org/wikipedia/gui/WikipediaToggleDialog.java (modified) * applications/editors/josm/plugins/wikipedia/src/org/wikipedia/io/SophoxDownloadReader.java (modified) * applications/editors/josm/plugins/wikipedia/src/org/wikipedia/tools/Debouncer.java (modified) see #josm15985 - fix help topic and javadoc warnings Tue, 20 Feb 2018 20:03:52 GMT donvip [34078] * applications/editors/josm/dist/imagery-xml-bounds.jar (modified) dist Tue, 20 Feb 2018 20:03:05 GMT donvip [34077] * applications/editors/josm/plugins/imagery-xml-bounds/build.xml (modified) fix UTF-8 encoding Tue, 20 Feb 2018 20:01:27 GMT donvip [34076] * applications/editors/josm/plugins/imagery-xml-bounds/build.xml (modified) * applications/editors/josm/plugins/imagery-xml-bounds/src/net/boplicity/xmleditor/XmlEditorKit.java (modified) * applications/editors/josm/plugins/imagery-xml-bounds/src/net/boplicity/xmleditor/XmlTextPane.java (modified) * applications/editors/josm/plugins/imagery-xml-bounds/src/net/boplicity/xmleditor/XmlView.java (modified) * applications/editors/josm/plugins/imagery-xml-bounds/src/net/boplicity/xmleditor/XmlViewFactory.java (modified) * applications/editors/josm/plugins/imagery-xml-bounds/src/org/openstreetmap/josm/plugins/imageryxmlbounds/actions/downloadtask/DownloadXmlBoundsTask.java (modified) update to JOSM 13434 Tue, 20 Feb 2018 19:04:31 GMT donvip [34075] * applications/editors/josm/dist/HouseNumberTaggingTool.jar (modified) dist Tue, 20 Feb 2018 19:03:14 GMT donvip [34074] * applications/editors/josm/plugins/HouseNumberTaggingTool/src/org/openstreetmap/josm/plugins/housenumbertool/TagDialog.java (modified) * applications/editors/josm/plugins/HouseNumberTaggingTool/test/unit/org/openstreetmap/josm/plugins/housenumbertool/TagDialogTest.java (modified) fix #josm15991 - NPE Mon, 19 Feb 2018 22:18:11 GMT donvip [34073] * applications/editors/josm/dist/opendata.jar (modified) dist Mon, 19 Feb 2018 22:17:09 GMT donvip [34072] * applications/editors/josm/plugins/opendata/includes/org/apache/poi/hssf/usermodel/HSSFRow.java (modified) * applications/editors/josm/plugins/opendata/includes/org/apache/poi/ss/usermodel/Row.java (modified) * applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/tabular/XlsReader.java (modified) * applications/editors/josm/plugins/opendata/test/data/regress/15980 (added) * applications/editors/josm/plugins/opendata/test/data/regress/15980/qry_OSM_Import_Orte.xls (added) * applications/editors/josm/plugins/opendata/test/unit/org/openstreetmap/josm/plugins/opendata/core/io/tabular/XlsReaderTest.java (added) fix #josm15980 - bad support of empty cells in Excel files Sun, 18 Feb 2018 14:29:23 GMT donvip [34071] * applications/editors/josm/dist/HouseNumberTaggingTool.jar (modified) dist Sun, 18 Feb 2018 14:28:46 GMT donvip [34070] * applications/editors/josm/plugins/HouseNumberTaggingTool/README (modified) * applications/editors/josm/plugins/HouseNumberTaggingTool/src/org/openstreetmap/josm/plugins/housenumbertool/Dto.java (modified) * applications/editors/josm/plugins/HouseNumberTaggingTool/src/org/openstreetmap/josm/plugins/housenumbertool/TagDialog.java (modified) javadoc fixes Sun, 18 Feb 2018 14:26:07 GMT donvip [34069] * applications/editors/josm/plugins/HouseNumberTaggingTool/.classpath (modified) * applications/editors/josm/plugins/HouseNumberTaggingTool/.settings/org.eclipse.core.resources.prefs (modified) * applications/editors/josm/plugins/HouseNumberTaggingTool/src/org/openstreetmap/josm/plugins/housenumbertool/Dto.java (modified) * applications/editors/josm/plugins/HouseNumberTaggingTool/src/org/openstreetmap/josm/plugins/housenumbertool/HouseNumberTaggingToolPlugin.java (modified) * applications/editors/josm/plugins/HouseNumberTaggingTool/src/org/openstreetmap/josm/plugins/housenumbertool/LaunchAction.java (modified) * applications/editors/josm/plugins/HouseNumberTaggingTool/src/org/openstreetmap/josm/plugins/housenumbertool/TagDialog.java (modified) * applications/editors/josm/plugins/HouseNumberTaggingTool/test (added) * applications/editors/josm/plugins/HouseNumberTaggingTool/test/unit (added) * applications/editors/josm/plugins/HouseNumberTaggingTool/test/unit/org (added) * applications/editors/josm/plugins/HouseNumberTaggingTool/test/unit/org/openstreetmap (added) * applications/editors/josm/plugins/HouseNumberTaggingTool/test/unit/org/openstreetmap/josm (added) * applications/editors/josm/plugins/HouseNumberTaggingTool/test/unit/org/openstreetmap/josm/plugins (added) * applications/editors/josm/plugins/HouseNumberTaggingTool/test/unit/org/openstreetmap/josm/plugins/housenumbertool (added) * applications/editors/josm/plugins/HouseNumberTaggingTool/test/unit/org/openstreetmap/josm/plugins/housenumbertool/TagDialogTest.java (added) fix #josm15961 - support letter-prefixed numbers Sat, 17 Feb 2018 12:53:17 GMT stoecker [34068] * applications/editors/josm/i18n/build.xml (modified) see #josm15954 - reorder core translations Sat, 17 Feb 2018 12:51:57 GMT stoecker [34067] * applications/editors/josm/i18n/build.xml (modified) see #josm15954 - reorder core translations Sun, 11 Feb 2018 16:24:12 GMT donvip [34063] * applications/editors/josm/plugins/build-common.xml (modified) increase memory for spotbugs Sun, 11 Feb 2018 01:17:50 GMT donvip [34062] * applications/editors/josm/dist/AddrInterpolation.jar (modified) dist Sun, 11 Feb 2018 01:17:12 GMT donvip [34061] * applications/editors/josm/plugins/addrinterpolation/src/org/openstreetmap/josm/plugins/AddrInterpolation/AddrInterpolationDialog.java (modified) * applications/editors/josm/plugins/addrinterpolation/src/org/openstreetmap/josm/plugins/AddrInterpolation/AddrInterpolationPlugin.java (modified) fix javadoc warnings Sun, 11 Feb 2018 01:14:44 GMT donvip [34060] * applications/editors/josm/plugins/addrinterpolation/src/org/openstreetmap/josm/plugins/AddrInterpolation/AddrInterpolationDialog.java (modified) fix #josm15850 - IAE Sat, 10 Feb 2018 11:30:23 GMT donvip [34059] * applications/editors/josm/plugins/build-common.xml (modified) use plugin.src.dir in compile target Fri, 09 Feb 2018 22:53:38 GMT donvip [34058] * applications/editors/josm/plugins/FixAddresses/.settings/org.eclipse.jdt.core.prefs (modified) * applications/editors/josm/plugins/FixAddresses/src/org/openstreetmap/josm/plugins/fixAddresses/AddressEditContainer.java (modified) * applications/editors/josm/plugins/FixAddresses/src/org/openstreetmap/josm/plugins/fixAddresses/FixAddressesPlugin.java (modified) * applications/editors/josm/plugins/FixAddresses/src/org/openstreetmap/josm/plugins/fixAddresses/FixUnresolvedStreetsAction.java (modified) * applications/editors/josm/plugins/FixAddresses/src/org/openstreetmap/josm/plugins/fixAddresses/gui/AddressEditDialog.java (modified) * applications/editors/josm/plugins/FixAddresses/src/org/openstreetmap/josm/plugins/fixAddresses/gui/AddressEditTableModel.java (modified) * applications/editors/josm/plugins/FixAddresses/src/org/openstreetmap/josm/plugins/fixAddresses/gui/IncompleteAddressesTableModel.java (modified) * applications/editors/josm/plugins/FixAddresses/src/org/openstreetmap/josm/plugins/fixAddresses/gui/StreetTableModel.java (modified) * applications/editors/josm/plugins/FixAddresses/src/org/openstreetmap/josm/plugins/fixAddresses/gui/UnresolvedAddressesTableModel.java (modified) * applications/editors/josm/plugins/FixAddresses/src/org/openstreetmap/josm/plugins/fixAddresses/gui/actions/AbstractAddressEditAction.java (modified) * applications/editors/josm/plugins/FixAddresses/src/org/openstreetmap/josm/plugins/fixAddresses/gui/actions/ApplyAllGuessesAction.java (modified) * applications/editors/josm/plugins/FixAddresses/src/org/openstreetmap/josm/plugins/fixAddresses/gui/actions/SelectIncompleteAddressesAction.java (modified) code cleanup, move actions to more appropriate menus Fri, 09 Feb 2018 21:54:48 GMT donvip [34057] * applications/editors/josm/dist/merge-overlap.jar (modified) dist Fri, 09 Feb 2018 21:53:52 GMT donvip [34056] * applications/editors/josm/plugins/merge-overlap/src/mergeoverlap/MergeOverlapAction.java (modified) * applications/editors/josm/plugins/merge-overlap/src/mergeoverlap/hack/MyCombinePrimitiveResolverDialog.java (modified) fix #14971 - NPE Fri, 09 Feb 2018 21:01:38 GMT donvip [34055] * applications/editors/josm/dist/routing.jar (modified) dist