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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @14542   5 years Don-vip see #17040 - fix unit tests
(edit) @14397   5 years Don-vip fix #16935 - simplify/cleanup help topics of …
(edit) @14194   6 years Don-vip spotbugs - IM_BAD_CHECK_FOR_ODD
(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) @13107   6 years Don-vip extract PolarCoor from AlignInCircleAction
(edit) @12879   7 years bastiK applied #15327 - small cleanup and "fix" for CreateCircleAction (patch …
(edit) @12837   7 years bastiK fixed #10777 - new algorithm to determine the node count in …
(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) @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) @10378   8 years Don-vip Checkstyle 6.19: enable SingleSpaceSeparator and fix violations
(edit) @10043   8 years Don-vip sonar - squid:S2325 - "private" methods that don't access instance …
(edit) @9968   8 years Don-vip sonar - Add parentheses to make the operator precedence explicit + add …
(edit) @9067   8 years Don-vip sonar - Immutable Field
(edit) @9062   8 years Don-vip Sonar - squid:S1941 - Variables should not be declared before they are …
(edit) @8870   9 years Don-vip sonar - squid:S2325 - "private" methods that don't access instance …
(edit) @8513   9 years Don-vip checkstyle: blocks
(edit) @8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
(edit) @8419   9 years Don-vip Sonar: various code style cleanup: - fix copyright - classes that …
(edit) @8308   9 years Don-vip fix potential NPEs and Sonar issues related to serialization
(edit) @8303   9 years Balaitous fix #7421 - Circle created from way heads always clockwise * If 3 …
(edit) @8285   9 years Don-vip fix sonar squid:S2039 - Member variable visibility should be specified
(edit) @7269   10 years Don-vip fix #10168 - double default value of createcircle.nodecount from 8 to 16
(edit) @7005   10 years Don-vip see #8465 - use diamond operator where applicable
(edit) @6977   10 years Don-vip fix some sonar issues recently introduced
(edit) @6942   10 years Don-vip fix #5922, see #8431 - value of createcircle.nodecount not always …
(edit) @6830   10 years Don-vip javadoc fixes for jdk8 compatibility
(edit) @6814   10 years Don-vip fix #8234 - remove duplicated/unused icons + javadoc
(edit) @6672   10 years Don-vip fix #9565 - "create circle" creates enormous circles of ways with …
(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) @6130   11 years bastiK see #6963 - converted popups to notifications for all actions in the …
(edit) @6124   11 years bastiK see #6963 - new unintrusive notification messages
(edit) @6106   11 years Don-vip see #8902 - Small performance enhancements / coding style (patch by …
(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) @4958   12 years stoecker fix remaining shortcut deprecations
(edit) @4126   13 years bastiK memory optimizations for Node & WayPoint (Patch by Gubaer, modified) …
(edit) @3083   14 years bastiK added svn:eol-style=native to source files
(edit) @2565   14 years Gubaer Removed BackReferenceDataSet and CollectBackReferenceVisitor because …
(edit) @2323   14 years Gubaer Added explicit help topics See also …
(edit) @2256   15 years Gubaer Removed inefficient DataSet:getSelected() when responding to …
(edit) @2166   15 years stoecker see #3475 - patch by Petr Dlouhý - improve speed
(edit) @2017   15 years Gubaer removed OptionPaneUtil cleanup of deprecated Layer API cleanup of …
(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) @1847   15 years Gubaer replaced calls to JOptionPane.* by calls to OptionPaneUtil.*
(edit) @1846   15 years jttt Fix inefficient use of Collection in create circle/align circle
(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) @1741   15 years stoecker fixed #2847 - patch by Landwirt - better circle creation using two …
(edit) @1640   15 years stoecker little bit more refactoring of coordinate access - patch by jttt
(edit) @1245   15 years stoecker added link to presets, fix #1675
(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) @1051   15 years stoecker cleanup shortcut modification a bit
(edit) @1050   15 years stoecker added modifier support to ShortCut definitions. Removed all internal …
(edit) @1023   16 years stoecker close bug #1622. Keyboard shortcuts and specific OS handling
(edit) @999   16 years stoecker close bug #1588, code cleanup by bruce89
(add) @996   16 years framm - patch by Henry Loenwind to introduce new "create circle" action.
Note: See TracRevisionLog for help on using the revision log.