source: josm/trunk/src/org/openstreetmap/josm/actions/JoinNodeWayAction.java

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @17188   4 years Klumbumbus fix #19851 - Fix shortcut names
(edit) @17141   4 years GerdP see #19885: memory leak with "temporary" objects in validator and …
(edit) @16202   4 years GerdP fix #18990: Unable to Join Node To Way when way is the same one that …
(edit) @15610   4 years GerdP fix #18420: Move node onto ways not working anymore - sort result …
(edit) @15428   5 years GerdP fix #18189 (18189-v3.patch)
(edit) @14397   5 years Don-vip fix #16935 - simplify/cleanup help topics of …
(edit) @14134   6 years Don-vip see #15229 - deprecate Main*.undoRedo - make UndoRedoHandler a …
(edit) @14120   6 years Don-vip see #15229 - deprecate all Main methods related to projections. New …
(edit) @13434   6 years Don-vip see #8039, see #10456 - support read-only data layers
(edit) @12778   7 years bastiK see #15229 - deprecate Projections#project and …
(edit) @12726   7 years Don-vip see #13036 - deprecate Command() default constructor, fix unit tests …
(edit) @12641   7 years Don-vip see #15182 - deprecate Main.main.undoRedo. Replacement: …
(edit) @12630   7 years Don-vip see #15182 - deprecate Main.map and Main.isDisplayingMapView(). …
(edit) @10716   8 years simon04 see #11390, see #12890 - Deprecate predicates in OsmPrimitive class
(edit) @10619   8 years Don-vip see #11390 - Java 8: use List.sort(Comparator) instead of …
(edit) @10467   8 years Don-vip fix #13037 - Small fixes for unit tests (patch by michael2402) - gsoc-core
(edit) @10409   8 years Don-vip * remove duplicated code * fix various sonar warnings * add some …
(edit) @10382   8 years Don-vip see #12943 - gsoc-core - fix most of deprecation warnings (static …
(edit) @9880   8 years Don-vip findbugs
(edit) @9067   8 years Don-vip sonar - Immutable Field
(edit) @8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
(edit) @8447   9 years Don-vip fix #11508 - fix bad behaviour of Move Node onto way with overlapping ways
(edit) @8378   9 years Don-vip fix copyright/license headers globally
(edit) @8308   9 years Don-vip fix potential NPEs and Sonar issues related to serialization
(edit) @7859   9 years Don-vip fix various Sonar issues, improve Javadoc
(edit) @7668   9 years stoecker cleanup icons, mark undetected icons, set proper mimetype, delete …
(edit) @7400   10 years Don-vip fix #10316 - use N as a new shortcut for "Move Node onto Way" action
(edit) @7302   10 years bastiK applied #7239 - Join node to way should operate on all selected nodes …
(edit) @7194   10 years akks Allow setting shortcut for Move Node on Way renamed …
(edit) @7131   10 years simon04 fix #4550 - Add a "Move Node onto Way" action (opposite of "Join Node …
(edit) @7005   10 years Don-vip see #8465 - use diamond operator where applicable
(edit) @6814   10 years Don-vip fix #8234 - remove duplicated/unused icons + javadoc
(edit) @6380   10 years Don-vip update license/copyright information
(edit) @6296   11 years Don-vip Sonar/Findbugs - Avoid commented-out lines of code, javadoc
(edit) @6093   11 years akks see #8902 - collection size ==/!= 0 -> isEmpty()/!isEmpty() (patch by …
(edit) @6084   11 years bastiK see #8902 - add missing @Override annotations (patch by shinigami)
(edit) @4982   12 years stoecker see #7226 - patch by akks (fixed a bit) - fix shortcut deprecations
(edit) @4788   12 years simon04 see #4549 - alter tooltip text of "Join Node to Way" to clarify
(edit) @4557   12 years stoecker fix #6951 - patch by olejorgenb - Join way to node only joins the node …
(edit) @3713   13 years jttt Fix #5724 Merge node to the nearest one
(edit) @3643   13 years bastiK applied #5590 (patch by bilbo) - Allow Join node to way with multiple nodes
(edit) @3177   14 years bastiK Filter: improved selection handling. (Don't allow to select filtered …
(edit) @2431   14 years stoecker applied #3804 - patch by Daeron - reduce unnecessary changes
(edit) @2323   14 years Gubaer Added explicit help topics See also …
(edit) @2256   15 years Gubaer Removed inefficient DataSet:getSelected() when responding to …
(edit) @1924   15 years jttt Made OsmPrimitive.keys deprecated, removed remaining references in JOSM
(edit) @1915   15 years Gubaer temporary fix for #3194: Join node to way does not work since r1910 !! …
(edit) @1910   15 years jttt Way refactoring - finish replacing Way.nodes with the new api
(edit) @1862   15 years jttt Way refactoring - added method that will in future replace public …
(edit) @1820   15 years Gubaer JosmAction is now a LayerChangeListener and a SelectionChangeListener …
(edit) @1814   15 years Gubaer removed dependencies to Main.ds, removed Main.ds removed AddVisitor, …
(edit) @1725   15 years stoecker some cleanups
(edit) @1640   15 years stoecker little bit more refactoring of coordinate access - patch by jttt
(edit) @1218   15 years ulfl fix capitalization and other minor menu titles stuff
(edit) @1169   15 years stoecker removed usage of tab stops
(edit) @1084   15 years framm - cosmetics: rename ShortCut to Shortcut, and shortCut to shortcut
(edit) @1054   15 years stoecker fixed a lot of the shortcut related translations
(edit) @1023   16 years stoecker close bug #1622. Keyboard shortcuts and specific OS handling
(edit) @627   16 years framm - added svn:eol-style prop to all .java files. it is suggested that …
(edit) @582   16 years framm - got rid of a few compiler warnings
(edit) @469   16 years gebner Remove ctrl+shift escapes from most actions.
(add) @466   16 years (none) move "Join node to way" function from UtilsPlugin to core
Note: See TracRevisionLog for help on using the revision log.