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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @12846   7 years bastiK see #15229 - use Config.getPref() wherever possible
(edit) @12841   7 years bastiK see #15229 - fix deprecations caused by [12840]
(edit) @12718   7 years Don-vip see #13036 - see #15229 - see #15182 - make Commands depends only on …
(edit) @12688   7 years Don-vip see #15182 - refactor PurgeAction/PurgeCommand to avoid unneeded …
(edit) @12641   7 years Don-vip see #15182 - deprecate Main.main.undoRedo. Replacement: …
(edit) @12636   7 years Don-vip see #15182 - deprecate Main.getLayerManager(). Replacement: …
(edit) @12602   7 years Don-vip fix #15149 - do not register actions in toolbar when loading internal …
(edit) @11611   7 years Don-vip fix #14123 - On first startup: Registered toolbar action overwritten
(edit) @11553   7 years Don-vip refactor handling of null values - use Java 8 Optional where possible
(edit) @11343   7 years Don-vip findbugs - disable SE_TRANSIENT_FIELD_NOT_RESTORED, fix some …
(edit) @11277   7 years Don-vip sonar - fix recently added warnings
(edit) @11252   7 years Don-vip see #10387 - refactor actions to fix taginfo script
(edit) @11240   7 years Don-vip see #10387 - refactor various actions and commands so they can be used …
(edit) @10619   8 years Don-vip see #11390 - Java 8: use List.sort(Comparator) instead of …
(edit) @10601   8 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
(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) @9233   8 years simon04 fix #4602 - Add "Do not show again" to purge action
(edit) @8984   8 years Don-vip see #12038 - add non regression test
(edit) @8981   8 years simon04 fix #12038 - ConcurrentModificationException using purge command …
(edit) @8905   8 years Don-vip sonar minor fixes
(edit) @8870   9 years Don-vip sonar - squid:S2325 - "private" methods that don't access instance …
(edit) @8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
(edit) @8365   9 years Don-vip fix Findbugs performance issues
(edit) @8338   9 years Don-vip fix squid:S1319 - Declarations should use Java collection interfaces …
(edit) @8308   9 years Don-vip fix potential NPEs and Sonar issues related to serialization
(edit) @8285   9 years Don-vip fix sonar squid:S2039 - Member variable visibility should be specified
(edit) @7433   10 years Don-vip fix layout issue in Purge dialog
(edit) @7005   10 years Don-vip see #8465 - use diamond operator where applicable
(edit) @7001   10 years Don-vip see #8465 - switch core to Java 7
(edit) @6336   10 years Don-vip code cleanup / robustness in edit layer handling
(edit) @6084   11 years bastiK see #8902 - add missing @Override annotations (patch by shinigami)
(edit) @6083   11 years bastiK see #8902 - Small performance enhancements (patch by shinigami)
(edit) @5905   11 years bastiK applied #8643 - Very slow Purge command - O(N2) (patch by bilbo)
(edit) @5360   12 years Don-vip fix #7776 - Selection of deleted objects
(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) @4868   12 years jttt fix some warnings
(edit) @4064   13 years bastiK applied #6250 (patch by akks) - move selection history to dataset
(edit) @3823   13 years bastiK fixed #5878 - purge keeps relations in the relation view)
(edit) @3479   14 years jttt cosmetics
(edit) @3450   14 years bastiK Purge+Clear Undo/Redo should free memory - remove references by …
(add) @3431   14 years bastiK added purge action (some testing would be welcome)
Note: See TracRevisionLog for help on using the revision log.