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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @13434   6 years Don-vip see #8039, see #10456 - support read-only data layers
(edit) @13308   6 years Don-vip fix #15765 - NPE
(edit) @12759   7 years Don-vip fix #15252 - see #13036 - MoveCommand created without data set
(edit) @12641   7 years Don-vip see #15182 - deprecate Main.main.undoRedo. Replacement: …
(edit) @12637   7 years Don-vip see #15182 - deprecate Main.toolbar. Replacement: …
(edit) @12630   7 years Don-vip see #15182 - deprecate Main.map and Main.isDisplayingMapView(). …
(edit) @12316   7 years michael2402 Add a method to undo/redo to get the last command.
(edit) @12315   7 years michael2402 MoveAction: Ignore move if there is no edit data set
(edit) @12063   7 years michael2402 MoveAction: Fix ds.beginUpdate()/endUpdate() try/finally
(edit) @12053   7 years michael2402 Fix #6447: Ensure that only move commands in same layer are combined.
(edit) @12052   7 years michael2402 See #6447: Fix same issue for the move command (shift+arrow)
(edit) @11978   7 years Don-vip improve coverage and javadoc of enum classes for package actions
(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) @10378   8 years Don-vip Checkstyle 6.19: enable SingleSpaceSeparator and fix violations
(edit) @9067   8 years Don-vip sonar - Immutable Field
(edit) @8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
(edit) @8378   9 years Don-vip fix copyright/license headers globally
(edit) @7859   9 years Don-vip fix various Sonar issues, improve Javadoc
(edit) @6798   10 years Don-vip fix some Sonar issues
(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) @6084   11 years bastiK see #8902 - add missing @Override annotations (patch by shinigami)
(edit) @6069   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
(edit) @5377   12 years akks patch by JB: Moving 400 ways takes more than 20 seconds, see #7888
(edit) @4982   12 years stoecker see #7226 - patch by akks (fixed a bit) - fix shortcut deprecations
(edit) @4139   13 years stoecker fix #6474 - fix toolbar action entries for some actions and fix …
(edit) @3327   14 years jttt Fix some of "Keystroke %s is already assigned to %s, will be …
(edit) @3262   14 years bastiK extended command list dialog; added inspection panel
(edit) @2323   14 years Gubaer Added explicit help topics See also …
(edit) @2305   14 years jttt Use PrimitiveData for Copy, Paste and Paste tags actions
(edit) @2256   15 years Gubaer Removed inefficient DataSet:getSelected() when responding to …
(edit) @2017   15 years Gubaer removed OptionPaneUtil cleanup of deprecated Layer API cleanup of …
(edit) @1847   15 years Gubaer replaced calls to JOptionPane.* by calls to OptionPaneUtil.*
(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) @1750   15 years Gubaer new: replaced global conflict list by conflict list per layer, similar …
(edit) @1640   15 years stoecker little bit more refactoring of coordinate access - patch by jttt
(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) @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
(add) @526   16 years framm - changed move mode to use an initial move threshold of 15 pixels, …
Note: See TracRevisionLog for help on using the revision log.