source: josm/trunk/src/org/openstreetmap/josm/actions/mapmode/DeleteAction.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) @12846   7 years bastiK see #15229 - use Config.getPref() wherever possible
(edit) @12718   7 years Don-vip see #13036 - see #15229 - see #15182 - make Commands depends only on …
(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) @12630   7 years Don-vip see #15182 - deprecate Main.map and Main.isDisplayingMapView(). …
(edit) @12537   7 years Don-vip PMD - VariableNamingConventions
(edit) @12526   7 years Don-vip see #11924 - fix last warnings about extended modifiers
(edit) @12517   7 years Don-vip see #11924 - use extended event modifiers, deprecate old methods - see …
(edit) @12504   7 years Don-vip see #11924 - fix one deprecation warning for InputEvent.ALT_GRAPH_MASK
(edit) @11978   7 years Don-vip improve coverage and javadoc of enum classes for package actions
(edit) @11713   7 years Don-vip add Ant target to run PMD (only few rules for now), fix violations
(edit) @10716   8 years simon04 see #11390, see #12890 - Deprecate predicates in OsmPrimitive class
(edit) @10467   8 years Don-vip fix #13037 - Small fixes for unit tests (patch by michael2402) - gsoc-core
(edit) @10448   8 years Don-vip fix more deprecation warnings
(edit) @10382   8 years Don-vip see #12943 - gsoc-core - fix most of deprecation warnings (static …
(edit) @9496   8 years Don-vip massive refactoring of GenericRelationEditor. As JDialog cannot be …
(edit) @9472   8 years simon04 Relation list: delete selected relations at once
(edit) @9230   8 years Don-vip fix javadoc errors/warnings
(edit) @8870   9 years Don-vip sonar - squid:S2325 - "private" methods that don't access instance …
(edit) @8840   9 years Don-vip sonar - squid:S3052 - Fields should not be initialized to default values
(edit) @8674   9 years Don-vip fix Checkstyle issues
(edit) @8540   9 years Don-vip fix remaining checkstyle issues
(edit) @8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
(edit) @8470   9 years Don-vip javadoc fixes. Removed one duplicated method in exception handling
(edit) @8308   9 years Don-vip fix potential NPEs and Sonar issues related to serialization
(edit) @8291   9 years Don-vip fix squid:RedundantThrowsDeclarationCheck + consistent Javadoc for …
(edit) @8285   9 years Don-vip fix sonar squid:S2039 - Member variable visibility should be specified
(edit) @7668   9 years stoecker cleanup icons, mark undetected icons, set proper mimetype, delete …
(edit) @7434   10 years Don-vip fix #8885 (see #4614) - add offline mode with new command line …
(edit) @7217   10 years akks see #10104: refactor key press/release detection introducing …
(edit) @7005   10 years Don-vip see #8465 - use diamond operator where applicable
(edit) @6889   10 years Don-vip fix some Sonar issues (JLS order)
(edit) @6380   10 years Don-vip update license/copyright information
(edit) @6248   11 years Don-vip Rework console output: - new log level "error" - Replace nearly all …
(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) @6026   11 years akks Change HighlightHelper methods, adopted DeteleAction to use the same code
(edit) @5909   11 years stoecker fix all remaining javadoc warnings
(edit) @5460   12 years Don-vip global use of Main.isDisplayingMapView()
(edit) @5275   12 years bastiK doc improvements
(edit) @5266   12 years bastiK fixed majority of javadoc warnings by replacing "{@see" by "{@link"
(edit) @5102   12 years xeen fix broken way segment highlighting introduced in @5101
(edit) @5101   12 years xeen reduce repaints for DeleteAction with target highlighting enabled (see …
(edit) @5076   12 years xeen fix #6780. Please report if this caused any repaint problems.
(edit) @4982   12 years stoecker see #7226 - patch by akks (fixed a bit) - fix shortcut deprecations
(edit) @4957   12 years stoecker some shortcut fixes
(edit) @4475   13 years Don-vip fix #6707 - Removing a empty polygon (removed shape first, then on …
(edit) @4348   13 years xeen fix #6737
(edit) @4327   13 years xeen updates visual appearance of highlights and adds them to select and …
(edit) @3919   13 years stoecker unify cursor handling, hopefully fix #5381
(edit) @3835   13 years stoecker fix #5885
(edit) @3177   14 years bastiK Filter: improved selection handling. (Don't allow to select filtered …
(edit) @2986   14 years jttt Fix some of FindBugs warnings
(edit) @2985   14 years jttt Make DataChangedListener deprecated (replaced by DatasetListener), …
(edit) @2842   14 years mjulius fix messages for actions
(edit) @2692   14 years Gubaer fixed #4242: patch by Pekka Lampila: Clicks are ignored in draw mode, …
(edit) @2521   14 years jttt Fixed #3704 Relation memberships are not handled at all when a way is …
(edit) @2512   14 years stoecker i18n updated, fixed files to reduce problems when applying patches, …
(edit) @2343   14 years Gubaer fixed #3792: NPE when deleting the data layer while the deletion tool …
(edit) @2308   14 years Gubaer fixed #3762: Deleted relation still referenced when deleting former …
(edit) @2181   15 years stoecker lots of i18n fixes
(edit) @2026   15 years Gubaer applied #2163: patch by xeen: for delete-command mouse-icons
(edit) @1935   15 years Gubaer fixed #3203: pressing DEL deletes Layer instead of objects Enabled DEL …
(edit) @1865   15 years Gubaer replaced JOptionPane.show* by OptionPaneUtil.show* ExtendeDialog now …
(edit) @1856   15 years Gubaer improved deleting relations
(edit) @1821   15 years Gubaer fixed #3024: NPE on start on press of "N" key
(edit) @1814   15 years Gubaer removed dependencies to Main.ds, removed Main.ds removed AddVisitor, …
(edit) @1750   15 years Gubaer new: replaced global conflict list by conflict list per layer, similar …
(edit) @1677   15 years stoecker remove all these ugly tab stops introduced in the last half year
(edit) @1457   15 years stoecker added alt-gr as second alt modifier
(edit) @1418   15 years stoecker fixed #2054
(edit) @1415   15 years stoecker applied patch #2185 by bruce89
(edit) @1379   15 years stoecker apply #2127. patch by xeen
(edit) @1169   15 years stoecker removed usage of tab stops
(edit) @1150   15 years stoecker clear selection after delete
(edit) @1084   15 years framm - cosmetics: rename ShortCut to Shortcut, and shortCut to shortcut
(edit) @1066   15 years mfloryan Small fixes of some translations.
(edit) @1054   15 years stoecker fixed a lot of the shortcut related translations
(edit) @1023   16 years stoecker close bug #1622. Keyboard shortcuts and specific OS handling
(edit) @988   16 years stoecker make advanced object deletion available for outside, so validator can …
(edit) @850   16 years stoecker no longer do delete events for undrawable layers
(edit) @771   16 years stoecker I18N
(edit) @768   16 years framm - mappaint modifications by Joerg Henne <j.henne@…>; now …
(edit) @674   16 years framm - various patches by Dirk Stoecker <openstreetmap@…> - Add …
(edit) @655   16 years ramack patch by bruce89, closes #812; thanks bruce
(edit) @627   16 years framm - added svn:eol-style prop to all .java files. it is suggested that …
(edit) @626   16 years framm - ye grande eol style fixe
(edit) @597   16 years ramack - implement ticket #671: add option to draw only interesting direction …
(edit) @582   16 years framm - got rid of a few compiler warnings
(edit) @529   16 years gebner Part one of patch by Dave Hansen <dave@…> - Remove unused …
(edit) @501   16 years gebner DeleteAction: Also delete nodes if they're currently referenced by …
(edit) @500   16 years gebner Fix ConcurrentModificationException in DeleteAction. Note: Don't …
(edit) @495   16 years gebner When deleting a way, delete untagged and unused nodes reference by it …
(edit) @484   16 years tabacha put some strings e.g. status bar messages in tr() to translate it
(edit) @453   16 years gebner DeleteAction: Copy tags when splitting ways.
(edit) @376   17 years framm - remove debug println
(edit) @373   17 years framm - introduced various modifier keys to existing modes (for add node …
(edit) @368   17 years framm - fix NPE when delete-clicking on empty map area
(edit) @358   17 years gebner Beginnings of the implementation of ticket #11.
Note: See TracRevisionLog for help on using the revision log.