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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @17303   3 years GerdP fix sonarlint issue
(edit) @17188   4 years Klumbumbus fix #19851 - Fix shortcut names
(edit) @16467   4 years simon04 Fix typo in Javadoc
(edit) @16438   4 years simon04 see #19251 - Java 8: use Stream
(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) @13434   6 years Don-vip see #8039, see #10456 - support read-only data layers
(edit) @12641   7 years Don-vip see #15182 - deprecate Main.main.undoRedo. Replacement: …
(edit) @12620   7 years Don-vip see #15182 - deprecate all Main logging methods and introduce …
(edit) @11187   7 years bastiK fixed #13864 - distribute nodes goes into infinite loop if 2 nodes …
(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) @9258   8 years simon04 Attempt to fix some shortcut parse issues See …
(edit) @9226   8 years Don-vip attempt to fix shortcut parse issue on DevelopersGuide/ShortcutsList
(edit) @9087   8 years Don-vip sonar - fix some errors, mainly NPEs
(edit) @8870   9 years Don-vip sonar - squid:S2325 - "private" methods that don't access instance …
(edit) @8795   9 years Don-vip fix javadoc errors/warnings seen with JDK9
(edit) @8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
(edit) @8467   9 years Don-vip fix #11528 - "Distribute Nodes" menu item not available for …
(edit) @8377   9 years Don-vip performance - remove useless boxing of boolean constants
(edit) @8247   9 years Balaitous fix #11302 - "distribute nodes" acts weirdly if the way is not …
(edit) @7828   9 years Don-vip fix #10855 - fix NPE - better handling of nodes without coordinates
(edit) @7005   10 years Don-vip see #8465 - use diamond operator where applicable
(edit) @6380   10 years Don-vip update license/copyright information
(edit) @6130   11 years bastiK see #6963 - converted popups to notifications for all actions in the …
(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) @6069   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
(edit) @6006   11 years Don-vip fix #8793 - NullPointerException in DistributeAction
(edit) @4982   12 years stoecker see #7226 - patch by akks (fixed a bit) - fix shortcut deprecations
(edit) @4942   12 years stoecker fix some shortcut deprecations, move layer list toggle from <ALT>+<L> …
(edit) @4855   12 years simon04 see #7184 - remap shortcuts of ImproveWayAccuracyAction ([W]), …
(edit) @3757   13 years stoecker fix help topics
(edit) @3083   14 years bastiK added svn:eol-style=native to source files
(edit) @2323   14 years Gubaer Added explicit help topics See also …
(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) @1862   15 years jttt Way refactoring - added method that will in future replace public …
(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) @1640   15 years stoecker little bit more refactoring of coordinate access - patch by jttt
(add) @1380   15 years stoecker fix #2145. Patch by Teemu Koskinen
Note: See TracRevisionLog for help on using the revision log.