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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @11038   8 years simon04 Use Relation.getMemberPrimitivesList where possible to avoid …
(edit) @10621   8 years Don-vip fix #13197 - bad use of method references instead of lambdas, causing …
(edit) @10601   8 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
(edit) @10548   8 years simon04 Remove duplicated code Use updateEnabledStateOnCurrentSelection
(edit) @10453   8 years Don-vip fix #13023 - Replace uses of hasEditLayer() with new layer manager …
(edit) @10448   8 years Don-vip fix more deprecation warnings
(edit) @10446   8 years Don-vip see #13001 - replace calls to Main.main.getCurrentDataSet() by …
(edit) @10413   8 years Don-vip fix #12983 - replace calls to Main.main.get[Active|Edit]Layer() by …
(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) @10010   8 years Don-vip fix #12635 - sort members of new multipolygons (patch by michael2402)
(edit) @9668   8 years bastiK applied #12409 - arrow on edit relation button lists recent relations …
(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) @8795   9 years Don-vip fix javadoc errors/warnings seen with JDK9
(edit) @8540   9 years Don-vip fix remaining checkstyle issues
(edit) @8533   9 years Don-vip findbugs
(edit) @8513   9 years Don-vip checkstyle: blocks
(edit) @8443   9 years Don-vip remove extra whitespaces
(edit) @8419   9 years Don-vip Sonar: various code style cleanup: - fix copyright - classes that …
(edit) @8406   9 years Don-vip Style - Method returns modified parameter
(edit) @8385   9 years Don-vip fix regressions of r8384
(edit) @7946   9 years Don-vip fix #10953 - handle "incomplete but new" relations
(edit) @7945   9 years Don-vip see #10953 - fix crash and EDT violation
(edit) @7668   9 years stoecker cleanup icons, mark undetected icons, set proper mimetype, delete …
(edit) @7666   9 years stoecker fix for server shortcut parser
(edit) @7423   10 years Don-vip see #9680, see #4626 - multithreaded multipolygon creation
(edit) @7392   10 years Don-vip code cleanup, javadoc update
(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) @6913   10 years akks see #9832: move tags from ways to the multipolygons created by Shift-J
(edit) @6807   10 years simon04 see #9673 - Select newly created multipolygon in relation list (fixes …
(edit) @6792   10 years Don-vip Sonar - fix various issues
(edit) @6765   10 years simon04 fix #9623 - Create multipolygon: do not move fence_type tag to relation
(edit) @6721   10 years simon04 see #9492 - Remap shortcuts for "create/update multipolygon"
(edit) @6623   10 years Don-vip fix Sonar issues
(edit) @6622   10 years Don-vip fix #9526 - Undesirable messages during data validation (introduced in …
(edit) @6600   10 years simon04 see #9492 - Automatically download incomplete relations for "Update …
(edit) @6597   10 years simon04 see #9492 - split "Create Multipolyon" in % and "Update Multipolygon"; …
(edit) @6575   10 years simon04 fix #7196 - Validator: add multipolygon role check This is done by …
(edit) @6569   10 years simon04 see #9492 - Tools>"Update Multipolygon": check that relation is loaded …
(edit) @6564   10 years simon04 fix 9492 - Tools>"Create Multipolygon": updates multipolygon if a …
(edit) @6336   10 years Don-vip code cleanup / robustness in edit layer handling
(edit) @6258   11 years Don-vip Sonar/Findbugs - Performance - Inefficient use of keySet iterator …
(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) @5818   11 years stoecker javadoc fixes
(edit) @5225   12 years akks see #7458 : enable tags moving when creating multipolygon [improved …
(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) @4731   12 years bastiK applied #7153 - shortcut conflict within core (patch by akks)
(edit) @4133   13 years stoecker fix #6437 - patch by bilbo - do not auto-show relation dialog
(add) @3704   13 years bastiK added multipoly plugin to josm core. authors: bilbo and Viesturs …
Note: See TracRevisionLog for help on using the revision log.