source: osm/applications/editors/josm/plugins/utilsplugin2

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @35856   2 years GerdP see #21515: NoSuchMethodError: 'void …
(edit) @35842   2 years GerdP fix #21491: Split Object (Alt+X) action sometimes adds multiple …
(edit) @35841   2 years GerdP fix some checkstyle and sonarlint issues
(edit) @35833   2 years GerdP see #21154 Don't deny split with message "The selected nodes can not …
(edit) @35792   3 years Don-vip fix #18295 - add support for splitting multipolygons to the …
(edit) @35774   3 years Don-vip i18n update
(edit) @35729   3 years Don-vip i18n update
(edit) @35691   3 years GerdP fix #20428: NPE in AdjacentNodesAction.updateEnabledState() - add null …
(edit) @35690   3 years stoecker i18n update
(edit) @35684   3 years GerdP checkstyle: replace tabs, no dist needed
(edit) @35682   3 years GerdP see #17184: Memory Leaks - don't keep dialog in MultiTagAction, it is …
(edit) @35681   3 years GerdP improve javadoc
(edit) @35674   3 years GerdP - simplify updateEnabledState - minor performance improvements - …
(edit) @35673   3 years GerdP see #17184: Memory Leaks - clear references to command instances or …
(edit) @35671   3 years GerdP see #19885: memory leak with "temporary" objects in validator and …
(edit) @35640   3 years Don-vip i18n update
(edit) @35624   3 years GerdP see #19985: Circle arc: Nodes with multiple parents should still be …
(edit) @35617   3 years GerdP fix #8396: Replace geometry: save node ids - "Upgrade a node to a way …
(edit) @35615   3 years GerdP fix #18666 Extract node (alt+shift-J) Should not work outside …
(edit) @35613   3 years GerdP fix #19280 Select all inside: Child Nodes of inside ways not selected …
(edit) @35611   3 years GerdP fix #19971 Undo Selection: selection order not preserved - Use …
(edit) @35608   3 years GerdP fix #19979 Circle arc behaves like merge - fix collection of parent …
(edit) @35597   4 years GerdP fix #19950: Improve Replace Geometry error message - Use again "Please …
(edit) @35580   4 years Klumbumbus see #19851 - Fix line length
(edit) @35579   4 years Klumbumbus see #19851 - Fix shortcut names
(edit) @35567   4 years stoecker i18n update
(edit) @35562   4 years stoecker i18n update
(edit) @35543   4 years stoecker i18n update
(edit) @35498   4 years simon04 I18n update
(edit) @35487   4 years simon04 see #josm19354 - Update for JOSM core signature change
(edit) @35476   4 years gerdp fix #josm19313: use getActiveDataSet() instead of getEditDataSet() …
(edit) @35472   4 years gerdp see #josm19286: Actions should avoid to install listeners which are …
(edit) @35470   4 years gerdp see #josm18735: Middle nodes does not use selected way see #josm17258: …
(edit) @35468   4 years gerdp fix #josm17258 Orthogonalisation problem using middle nodes selection …
(edit) @35458   4 years stoecker i18n update
(edit) @35452   4 years gerdp see #josm17196: Undo changes inactive layer - change plugins which use …
(edit) @35440   4 years gerdp see #josm19188: circle arc: Issues with three selected nodes and a …
(edit) @35438   4 years gerdp revert changes from o35434, forgot to adapt main version :(
(edit) @35436   4 years gerdp fix checkstyle issues: tabs -> spaces, crlf -> lf
(edit) @35434   4 years gerdp see #josm19195: Circle arc: Special treatment of nodes with tag or …
(edit) @35432   4 years gerdp see #josm19195: Circle arc: Special treatment of nodes with tag or …
(edit) @35405   4 years simon04 I18n update
(edit) @35384   4 years gerdp fix #josm18847: Circle Arc tool creates unconnected nodes - simplified …
(edit) @35366   4 years gerdp see #josm18928: fix crash with empty way
(edit) @35334   4 years gerdp improve performance of Adjacent Ways action (regression from o35177) …
(edit) @35313   4 years simon04 I18n update
(edit) @35248   4 years stoecker i18n update
(edit) @35238   4 years donvip fix #josm18361 - Recognize typographical quotes (’, ”) in Lat Lon tool
(edit) @35230   4 years donvip fix #josm18320 - fix IAE
(edit) @35177   5 years donvip fix #josm13681 - make sure to consider only usable objects
(edit) @35174   5 years donvip fix #josm13771 - NPE
(edit) @35173   5 years donvip fix #josm13723 - NPE
(edit) @35098   5 years donvip
(edit) @35092   5 years stoecker update i18n
(edit) @35025   5 years donvip i18n update
(edit) @34977   5 years donvip i18n update
(edit) @34932   5 years gerdp fix #17483: respect active filters in select actions provided by …
(edit) @34915   5 years donvip fix #josm17432 - don't create empty command sequence
(edit) @34913   5 years gerdp see #16711josm: Use different text for tooltip
(edit) @34909   5 years gerdp fix #16711: Rename "Copy tags from previous selection" to "Paste tags …
(edit) @34908   5 years donvip i18n update
(edit) @34867   5 years simon04 I18n update
(edit) @34862   5 years gerdp restore method selectAllInside(Collection<OsmPrimitive> selected, …
(edit) @34852   5 years gerdp fix regression : make …
(edit) @34844   5 years gerdp see #10225: Improve case when two new ways are selected Also improves …
(edit) @34840   5 years gerdp fix #9346: Circle arc wrongly deleting way Add check to make sure …
(edit) @34824   5 years gerdp fix #12657 Split area (Alt+X) is too restrictive Probably a simple …
(edit) @34822   5 years gerdp - revert changes to equals methods made in r34812 (pmd complains about …
(edit) @34817   5 years gerdp fix some FindBugs issues
(edit) @34816   5 years gerdp fix checkstyle issues
(edit) @34814   5 years gerdp Alt+Shift+I (Select all inside) no longer worked with Multipolygons …
(edit) @34812   5 years gerdp see #17187: - Replace deprecated methods - Remove dead code - Make …
(edit) @34793   5 years gerdp see #17040: use ArrayList instead of HashSet and create a new instance …
(edit) @34792   5 years gerdp fix #16382 Add Source Tag doesn't work Similar solution as with #14862.
(edit) @34790   5 years gerdp fix #16006: Using 'split adjacent ways' on multipolygons is …
(edit) @34785   5 years gerdp don't use String constant in registerShortcut() because the call is …
(edit) @34782   5 years donvip fix warnings
(edit) @34780   5 years gerdp fix #16006 Using 'split adjacent ways' on multipolygons is …
(edit) @34778   5 years gerdp fix #8595 Split Object does not work when selection is clear Patch by mdk
(edit) @34770   5 years gerdp fix #17082 UndoSelection : repeated Ctrl+Shift+Z now circles through …
(edit) @34768   5 years gerdp fix #14862 Shift+R was broken
(edit) @34678   6 years donvip i18n update
(edit) @34506   6 years donvip i18n update
(edit) @34456   6 years donvip fix #josm16605 - initial focus of LatLonDialog
(edit) @34455   6 years donvip fix deprecation warnings
(edit) @34454   6 years donvip update to JOSM 14153
(edit) @34405   6 years donvip i18n update
(edit) @34389   6 years donvip i18n update
(edit) @34286   6 years donvip update to JOSM 13922
(edit) @34263   6 years donvip fix #josm16370 - NoSuchElementException
(edit) @34221   6 years donvip fix #josm16094 - abort "open custom url" action when dialog is canceled
(edit) @34206   6 years donvip i18n update
(edit) @34181   6 years donvip i18n update
(edit) @34109   6 years stoecker i18n update!
(edit) @34095   6 years stoecker http to https
(edit) @34038   6 years donvip add new javadoc ant target for plugins
(edit) @33991   6 years donvip fix #josm15756 - do not open empty page if nothing is selected
(edit) @33742   6 years donvip update to JOSM 13007
(edit) @33741   6 years donvip i18n update
(edit) @33704   7 years donvip fix #josm15399 - limit use of robust (slow) algorithm to ways of 300 …
Note: See TracRevisionLog for help on using the revision log.