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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @12749   7 years Don-vip see #15229 - see #15182 - see #13036 - remove GUI stuff from Command
(edit) @12675   7 years Don-vip see #15182 - move the Swing-based ProgressMonitor implementations …
(edit) @12639   7 years Don-vip see #15182 - deprecate shortcut handling and mapframe listener methods …
(edit) @12637   7 years Don-vip see #15182 - deprecate Main.toolbar. Replacement: …
(edit) @12636   7 years Don-vip see #15182 - deprecate Main.getLayerManager(). Replacement: …
(edit) @12634   7 years Don-vip see #15182 - deprecate Main.worker, replace it by …
(edit) @12620   7 years Don-vip see #15182 - deprecate all Main logging methods and introduce …
(edit) @12320   7 years Don-vip fix #11111 - don't register automatic shortcuts
(edit) @12051   7 years michael2402 Trigger JosmAction selection change on edit layer change.
(edit) @11538   7 years Don-vip sonar - fb-contrib:ISB_TOSTRING_APPENDING - Correctness - Method …
(edit) @10972   8 years Don-vip remove deprecated stuff - gsoc-core
(edit) @10601   8 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
(edit) @10428   8 years stoecker see #9995 - patch mainly by strump - improve HIDPI behaviour
(edit) @10409   8 years Don-vip * remove duplicated code * fix various sonar warnings * add some …
(edit) @10369   8 years stoecker see #9995 - patch by strump - improve HIDPI
(edit) @10354   8 years stoecker fix revision texts
(edit) @10353   8 years stoecker gsoc-core - patch by Michael Zangl - fix #12943 - cleanup josm action, …
(edit) @10345   8 years Don-vip fix #12937 - Use the new LayerChangeListener (patch by michael2402) - …
(edit) @10212   8 years Don-vip sonar - squid:S2221 - "Exception" should not be caught when not …
(edit) @10074   8 years Don-vip refactor duplicated code
(edit) @10000   8 years Don-vip sonar - fix various issues
(edit) @9675   8 years Don-vip add more unit tests
(edit) @9594   8 years Don-vip add unit test for SelectByInternalPointAction
(edit) @8957   8 years simon04 see #10350 - Allow subclasses of JosmAction access its inner classes
(edit) @8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
(edit) @8509   9 years Don-vip fix many checkstyle violations
(edit) @8324   9 years Don-vip squid:S1133 - remove deprecated code
(edit) @8308   9 years Don-vip fix potential NPEs and Sonar issues related to serialization
(edit) @7859   9 years Don-vip fix various Sonar issues, improve Javadoc
(edit) @7693   9 years stoecker see #10684 - no double loading of images, cleanup action icons - menu …
(edit) @7534   10 years Don-vip see #10511 - add unit test
(edit) @6890   10 years Don-vip fix some Sonar issues (Constructor Calls Overridable Method)
(edit) @6889   10 years Don-vip fix some Sonar issues (JLS order)
(edit) @6814   10 years Don-vip fix #8234 - remove duplicated/unused icons + javadoc
(edit) @6380   10 years Don-vip update license/copyright information
(edit) @6101   11 years akks revert 6099: seems it was not the described bug
(edit) @6099   11 years akks see #8921: avoid setTooltipText(null) (gives NPE when tooltip is shown …
(edit) @6084   11 years bastiK see #8902 - add missing @Override annotations (patch by shinigami)
(edit) @5984   11 years Don-vip fix #7700 - fix all EDT violations observed while merging layers, most …
(edit) @5526   12 years jttt Fix #8045 New "Registered toolbar action" bug with the Validator.
(edit) @5459   12 years Don-vip fix #2961 - Improve usability of WMS Layer Saving/Loading - Replaced …
(edit) @5275   12 years bastiK doc improvements
(edit) @5266   12 years bastiK fixed majority of javadoc warnings by replacing "{@see" by "{@link"
(edit) @5110   12 years simon04 fix #7522 - fix "Fatal: failed to locate image" in MapPaintMenu
(edit) @5026   12 years Don-vip Do not set "null" tooltips
(edit) @4982   12 years stoecker see #7226 - patch by akks (fixed a bit) - fix shortcut deprecations
(edit) @4908   12 years simon04 fix #7327 - show hint in undo-menu which action will be undone (from …
(edit) @4733   12 years bastiK fixed #7174 - identifier for toolbar actions is icon name
(edit) @4139   13 years stoecker fix #6474 - fix toolbar action entries for some actions and fix …
(edit) @3835   13 years stoecker fix #5885
(edit) @3504   14 years bastiK reworked reverseWay and combineWay such that it can be used by other …
(edit) @3444   14 years jttt Fix #5331 Memory leak when removing data layers
(edit) @3443   14 years jttt Fix some of the references/forgotten listeners that keeps MapView …
(edit) @3416   14 years jttt Add Dataset.add/removeSelectionListener methods, change eclipse …
(edit) @3385   14 years jttt Fix warnings
(edit) @3384   14 years jttt Support Copy&Paste in relation editor
(edit) @3327   14 years jttt Fix some of "Keystroke %s is already assigned to %s, will be …
(edit) @3252   14 years jttt Fix #2234: Translation can cause JosmActions to illegally handle shortcuts
(edit) @3244   14 years jttt Fix #5009: esc does not stop line drawing / deselect (by reverting r3227)
(edit) @3227   14 years jttt Fix #2234 Translation can cause JosmActions to illegally handle shortcuts
(edit) @2871   14 years jttt Partially fix situation after last layer removal - most objects still …
(edit) @2759   14 years mjulius Make the new zoom previous and next actions listen to zoom changes and …
(edit) @2621   14 years Gubaer Moved layer listener management from Layer to MapView Made sure that …
(edit) @2512   14 years stoecker i18n updated, fixed files to reduce problems when applying patches, …
(edit) @2305   14 years jttt Use PrimitiveData for Copy, Paste and Paste tags actions
(edit) @2260   15 years Gubaer added documentation, fixed initialization of enabled state of JosmAction
(edit) @2256   15 years Gubaer Removed inefficient DataSet:getSelected() when responding to …
(edit) @1935   15 years Gubaer fixed #3203: pressing DEL deletes Layer instead of objects Enabled DEL …
(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) @1415   15 years stoecker applied patch #2185 by bruce89
(edit) @1335   15 years stoecker fix #1988. Patch by Igor Shubovych
(edit) @1182   15 years stoecker fixed bug #1889
(edit) @1180   15 years stoecker fixed bug #1871, removed all deprecations
(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) @1023   16 years stoecker close bug #1622. Keyboard shortcuts and specific OS handling
(edit) @627   16 years framm - added svn:eol-style prop to all .java files. it is suggested that …
(edit) @558   16 years david implement Paste Tags
(edit) @526   16 years framm - changed move mode to use an initial move threshold of 15 pixels, …
(edit) @450   16 years (none) "usability cleanup" of main menu and default toolbar main menu: - add …
(copy) @321   17 years (none) - restructure of repository to support branches. Do 'svn switch …
copied from src/org/openstreetmap/josm/actions/JosmAction.java
(edit) @298   17 years imi - added license description to head of each source file
Note: See TracRevisionLog for help on using the revision log.