source: josm/trunk/src/org/openstreetmap/josm/actions/MergeNodesAction.java @ 5242

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @5216   3 weeks Don-vip fix #7673 - merging nodes with Ctrl key sometimes replaces known id with …
(edit) @5132   8 weeks simon04 fix #7513 - Warn non-experts when combining ways with conflicting tags or …
(edit) @5059   3 months simon04 fix #6561 - fix several overflowing dialog texts
(edit) @4982   3 months stoecker see #7226 - patch by akks (fixed a bit) - fix shortcut deprecations
(edit) @4315   10 months bastiK applied #6696 - Another way of computing merged node location (patch by …
(edit) @4310   10 months stoecker fix #6680, fix #6677 - i18n issues
(edit) @4045   13 months stoecker fix #6097 - i18n issues
(edit) @3757   17 months stoecker fix help topics
(edit) @3713   18 months jttt Fix #5724 Merge node to the nearest one
(edit) @3596   20 months bastiK applied #5531 (patch by Martin Ždila) - There should be way to merge nodes …
(edit) @3530   21 months stoecker fix array preferences
(edit) @3217   2 years bastiK fixed #4971 NullPointerException at OsmReader.java:586, caused by …
(edit) @3142   2 years bastiK see #4554 - Fixing duplicate nodes takes increasingly longer
(edit) @3134   2 years bastiK fixed #4606 - merging a new and an already existing node (better selection …
(edit) @2842   2 years mjulius fix messages for actions
(edit) @2711   2 years stoecker fix bad line endings
(edit) @2565   2 years Gubaer Removed BackReferenceDataSet and CollectBackReferenceVisitor because we …
(edit) @2512   3 years stoecker i18n updated, fixed files to reduce problems when applying patches, fix …
(edit) @2414   3 years Gubaer Removed methods made @deprecated in r2411.
(edit) @2341   3 years Gubaer applied #3798: patch by bastiK: Merge nodes tool - respect selection order
(edit) @2333   3 years Gubaer fixed #3753: Merging the ends of two node ways produces corrupt way
(edit) @2323   3 years Gubaer Added explicit help topics See also …
(edit) @2315   3 years Gubaer fixed #3753: Merging the ends of two node ways produces corrupt way Also …
(edit) @2273   3 years jttt Replace testing for id <= 0 with isNew() method
(edit) @2256   3 years Gubaer Removed inefficient DataSet:getSelected() when responding to …
(edit) @2220   3 years Gubaer fixed #3556: False positive conflicts when merging nodes fixed #3460: show …
(edit) @2202   3 years Gubaer fixed #3553: Error on join overlapped areas
(edit) @2181   3 years stoecker lots of i18n fixes
(edit) @2113   3 years Gubaer fixed #3469: Merge nodes produce bad results
(edit) @2102   3 years Gubaer see #3466: Merge nodes produce bad results
(edit) @2098   3 years Gubaer see #3347: patches by singularita@…: Merging nodes, fixing …
(edit) @2095   3 years Gubaer rewrite of MergeNodesAction new: new conflict resolution dialog for …
(edit) @2070   3 years Gubaer new: rewrite of CombineWay action new: conflict resolution dialog for …
(edit) @2064   3 years Gubaer applied #3384: patch by anonymous: Prevent modified status even if no real …
(edit) @2039   3 years Gubaer applied #3377: patch by xeen: Less warnings for JOSM
(edit) @2025   3 years Gubaer new: improved dialog for uploading/saving modified layers on exit new: …
(edit) @2017   3 years Gubaer removed OptionPaneUtil cleanup of deprecated Layer API cleanup of …
(edit) @1951   3 years jttt Replace some occurrences of RelationMember.member with getters
(edit) @1937   3 years jttt Replace some occurrences of RelationMember.member with getters
(edit) @1930   3 years jttt Replace RelationMember.role with RelationMember.getRole() and …
(edit) @1925   3 years jttt Replaced Relation.members with Relation.getMembers()
(edit) @1912   3 years Gubaer Updated w.getNodes().contains(..) to w.containsNode(...)
(edit) @1862   3 years jttt Way refactoring - added method that will in future replace public field …
(edit) @1857   3 years Gubaer replaced JOptionDialog.show... by OptionPaneUtil.show.... improved …
(edit) @1847   3 years Gubaer replaced calls to JOptionPane.* by calls to OptionPaneUtil.*
(edit) @1820   3 years Gubaer JosmAction is now a LayerChangeListener and a SelectionChangeListener …
(edit) @1814   3 years Gubaer removed dependencies to Main.ds, removed Main.ds removed AddVisitor, …
(edit) @1677   3 years stoecker remove all these ugly tab stops introduced in the last half year
(edit) @1530   3 years framm upload more precise version number in changeset. drop some "created_by" …
(edit) @1397   3 years stoecker apply patches from xeen for #1977.
(edit) @1169   3 years stoecker removed usage of tab stops
(edit) @1084   4 years framm - cosmetics: rename ShortCut to Shortcut, and shortCut to shortcut
(edit) @1054   4 years stoecker fixed a lot of the shortcut related translations
(edit) @1023   4 years stoecker close bug #1622. Keyboard shortcuts and specific OS handling
(edit) @734   4 years stoecker No longer make a created_by conflict for way or node joining. In case of …
(edit) @627   4 years framm - added svn:eol-style prop to all .java files. it is suggested that …
(edit) @582   4 years framm - got rid of a few compiler warnings
(edit) @529   4 years gebner Part one of patch by Dave Hansen <dave@…> - Remove unused imports …
(edit) @469   5 years gebner Remove ctrl+shift escapes from most actions.
(edit) @429   5 years gebner Add a generic pair class.
(edit) @428   5 years gebner Apply changes from CombineWayAction to MergeNodesAction.
(edit) @424   5 years gebner Add new icon for the merge-nodes action.
(add) @422   5 years framm - added patch by Matthew Newton <matthew-osm@…> to …
Note: See TracRevisionLog for help on using the revision log.