source: josm/trunk/src/org/openstreetmap/josm/actions/OrthogonalizeAction.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) @13123   6 years Don-vip javadoc
(edit) @13107   6 years Don-vip extract PolarCoor from AlignInCircleAction
(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) @12542   7 years Don-vip partial revert of r12537
(edit) @12537   7 years Don-vip PMD - VariableNamingConventions
(edit) @12527   7 years Don-vip fix #10838 - add robustness if incomplete ways are selected
(edit) @12131   7 years Don-vip see #11889, see #11924, see #13387 - use backported versions of …
(edit) @11978   7 years Don-vip improve coverage and javadoc of enum classes for package actions
(edit) @11921   7 years Don-vip improve unit test coverage of utilities classes thanks to …
(edit) @11389   7 years Don-vip findbugs - DLS_DEAD_LOCAL_STORE
(edit) @11374   7 years Don-vip sonar - squid:S00112 - Generic exceptions should never be thrown: …
(edit) @11116   8 years simon04 fix #13766 - Disable the JosmAction Orthogonalize.Undo when nothing is …
(edit) @10748   8 years Don-vip sonar - squid:S00100 - Method names should comply with a naming convention
(edit) @10467   8 years Don-vip fix #13037 - Small fixes for unit tests (patch by michael2402) - gsoc-core
(edit) @10463   8 years Don-vip sonar - squid:S1166 - Exception handlers should preserve the original …
(edit) @10383   8 years Don-vip replace .get*Selected().isEmpty() by .selectionEmpty()
(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) @10250   8 years Don-vip findbugs - UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR
(edit) @10001   8 years Don-vip sonar - Local variable and method parameter names should comply with a …
(edit) @9999   8 years Don-vip sonar - do not copy collection contents from one to another with a loop
(edit) @9948   8 years simon04 fix #12600 - Orthogonalize: fix ArrayIndexOutOfBoundsException …
(edit) @9925   8 years simon04 see #6401 - Orthogonalize objects based on selected nodes This is …
(edit) @9923   8 years simon04 Add unit tests for OrthogonalizeAction
(edit) @9446   8 years simon04 see #12335 - Make "Orthogonalize Shape" enabled state consistent w/ …
(edit) @9230   8 years Don-vip fix javadoc errors/warnings
(edit) @8931   8 years Don-vip javadoc fixes
(edit) @8926   8 years Don-vip javadoc fixes
(edit) @8855   9 years Don-vip sonar - Unused private method should be removed sonar - Unused …
(edit) @8850   9 years Don-vip sonar - squid:S3047 - Multiple loops over the same set should be combined
(edit) @8836   9 years Don-vip fix Checkstyle issues
(edit) @8823   9 years simon04 fix #11818 - Display usage message for Orthogonalize Shape for 5s
(edit) @8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
(edit) @8459   9 years Don-vip javadoc / Unit test fixes
(edit) @8443   9 years Don-vip remove extra whitespaces
(edit) @8378   9 years Don-vip fix copyright/license headers globally
(edit) @8342   9 years Don-vip code style - Close curly brace and the next "else", "catch" and …
(edit) @8338   9 years Don-vip fix squid:S1319 - Declarations should use Java collection interfaces …
(edit) @7859   9 years Don-vip fix various Sonar issues, improve Javadoc
(edit) @7012   10 years Don-vip see #8465 - use String switch/case where applicable
(edit) @7005   10 years Don-vip see #8465 - use diamond operator where applicable
(edit) @6987   10 years Don-vip sonar - fix some more issues
(edit) @6986   10 years Don-vip sonar - fix various minor issues
(edit) @6889   10 years Don-vip fix some Sonar issues (JLS order)
(edit) @6798   10 years Don-vip fix some Sonar issues
(edit) @6317   11 years Don-vip Sonar/FindBugs - Loose coupling
(edit) @6316   11 years Don-vip Sonar/FindBugs - Loose coupling
(edit) @6296   11 years Don-vip Sonar/Findbugs - Avoid commented-out lines of code, javadoc
(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) @5736   11 years Don-vip fix #4276 - Allow to disable warning messages of orthogonalize action
(edit) @5686   11 years bastiK fixed #7889 - Error making a way rectangular while two nodes should …
(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) @4385   13 years bastiK fixed #6190 - orthogonalize produces strange shapes
(edit) @4139   13 years stoecker fix #6474 - fix toolbar action entries for some actions and fix …
(edit) @4126   13 years bastiK memory optimizations for Node & WayPoint (Patch by Gubaer, modified) …
(edit) @3757   13 years stoecker fix help topics
(edit) @3083   14 years bastiK added svn:eol-style=native to source files
(edit) @3019   14 years bastiK fixed #4538 - Orthogonalization refuses to work on some …
(edit) @2957   14 years mjulius fixes #4430 - incorrect message
(edit) @2888   14 years bastiK applied #4425 - Text fixes (patch by andre68)
(edit) @2842   14 years mjulius fix messages for actions
(edit) @2626   14 years jttt Fixed some of the warnings found by FindBugs
(edit) @2596   14 years bastiK fixed #4120 (patch by mjulius) - orthogonalize tool: Do not assume all …
(edit) @2512   14 years stoecker i18n updated, fixed files to reduce problems when applying patches, …
(edit) @2323   14 years Gubaer Added explicit help topics See also …
(edit) @2268   15 years stoecker fix #3571 - patch by bastiK - improve orthogonalization action
(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) @2014   15 years stoecker fixed #3205 - patch by dmuecke - arrange orthogonal not working
(edit) @1898   15 years jttt Way refactoring - rewritten another parts of code to the new nodes api
(edit) @1862   15 years jttt Way refactoring - added method that will in future replace public …
(edit) @1857   15 years Gubaer replaced JOptionDialog.show... by OptionPaneUtil.show.... improved …
(edit) @1847   15 years Gubaer replaced calls to JOptionPane.* by calls to OptionPaneUtil.*
(edit) @1838   15 years Gubaer new: two utility classes in GUI subsystem: OptionPaneUtil and …
(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
(edit) @1415   15 years stoecker applied patch #2185 by bruce89
(edit) @1280   15 years stoecker fixed typo
(edit) @1218   15 years ulfl fix capitalization and other minor menu titles stuff
(edit) @1195   15 years stoecker fixed relation handling, applied language patches
(edit) @1169   15 years stoecker removed usage of tab stops
(edit) @1090   15 years framm - modified "align in circle" function based on a patch by Peter Dlouhy …
(edit) @1089   15 years framm - now really added the patch that *should* have been added in r1085.
(edit) @1085   15 years framm - unless two reference nodes are selected, orthogonalize each selected …
(edit) @1084   15 years framm - cosmetics: rename ShortCut to Shortcut, and shortCut to shortcut
(add) @1076   15 years framm - replaced he align-in-rectangle function with a more general method …
Note: See TracRevisionLog for help on using the revision log.