source: josm/trunk/src/org/openstreetmap/josm/tools/Shortcut.java

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @9231   8 years Don-vip javadoc update
(edit) @9059   8 years Don-vip checkstyle
(edit) @8952   8 years Don-vip see #12012 - add log message for shortcut reassignments
(edit) @8928   8 years Don-vip javadoc fixes
(edit) @8846   9 years Don-vip sonar - fb-contrib - minor performance improvements: * Method passes …
(edit) @8840   9 years Don-vip sonar - squid:S3052 - Fields should not be initialized to default values
(edit) @8720   9 years simon04 fix #11583 - Add mnemonic key to "Search menu items": ALT+R R … …
(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) @8443   9 years Don-vip remove extra whitespaces
(edit) @8419   9 years Don-vip Sonar: various code style cleanup: - fix copyright - classes that …
(edit) @8395   9 years Don-vip convention - An open curly brace should be located at the end of a line
(edit) @8380   9 years Don-vip code style - A getX() method which returns a boolean should be named isX()
(edit) @8378   9 years Don-vip fix copyright/license headers globally
(edit) @8345   9 years Don-vip code style - Useless parentheses around expressions should be removed …
(edit) @8338   9 years Don-vip fix squid:S1319 - Declarations should use Java collection interfaces …
(edit) @7606   10 years Don-vip fix #10592 - fix other shortcuts
(edit) @7539   10 years Don-vip fix #5957, fix #10458, see #10455: fix various focus/shortcuts issues: …
(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) @6889   10 years Don-vip fix some Sonar issues (JLS order)
(edit) @6380   10 years Don-vip update license/copyright information
(edit) @6367   10 years Don-vip Sonar/Findbugs - unused code
(edit) @6362   10 years Don-vip Checkstyle: - private constructors for util classes - final classes - …
(edit) @6316   11 years Don-vip Sonar/FindBugs - Loose coupling
(edit) @6248   11 years Don-vip Rework console output: - new log level "error" - Replace nearly all …
(edit) @5979   11 years akks fix #8652 [based on patch by cmuelle8] enable dialog and panels hiding …
(edit) @5926   11 years bastiK clean up imports
(edit) @5266   12 years bastiK fixed majority of javadoc warnings by replacing "{@see" by "{@link"
(edit) @5002   12 years stoecker remove deprecations, all plugins are updated and release, external …
(edit) @4993   12 years stoecker see #7226 - fix shortcut reassignment
(edit) @4979   12 years stoecker fix #7410 - infinite loop
(edit) @4975   12 years stoecker some more cleanup in shortcut handling
(edit) @4971   12 years stoecker rework Shortcut handling a bit more, replace conflict handling with …
(edit) @4956   12 years stoecker shortcut fixes, a lot of code cleanup in DrawAction
(edit) @4928   12 years stoecker fix group numbers, so they stay unique also after adding new groups
(edit) @4927   12 years stoecker small cleanups
(edit) @4926   12 years stoecker some shortcut fixes
(edit) @4923   12 years stoecker add new group DIRECT2
(edit) @4916   12 years stoecker fix #7375 - resetting shortcuts not possible
(edit) @4900   12 years stoecker fix #7358 - custom shortcuts broken
(edit) @4897   12 years stoecker cleanup shortcut handling a lot, fix some more deprecations
(edit) @4595   12 years jttt Multikey keyboard shorcuts - shorcuts like Ctrl+Alt+S,n will toggle …
(edit) @4418   13 years simon04 fix #6815 - copy coordinates as keyboard shortcut. JavaDoc for …
(edit) @3490   14 years bastiK fixed #5349 - A LOT of gpx tracks fill entire screen with popup information
(edit) @3488   14 years stoecker fix #5212 - No shortcut displayed in shortcut list
(edit) @3247   14 years jttt Fix #4807 Preferences: shortcut edting broken
(edit) @3135   14 years Gubaer Added three getters for platform specific cut/copy/paste key strokes
(edit) @3083   14 years bastiK added svn:eol-style=native to source files
(edit) @2626   14 years jttt Fixed some of the warnings found by FindBugs
(edit) @2017   15 years Gubaer removed OptionPaneUtil cleanup of deprecated Layer API cleanup of …
(edit) @1865   15 years Gubaer replaced JOptionPane.show* by OptionPaneUtil.show* ExtendeDialog now …
(edit) @1415   15 years stoecker applied patch #2185 by bruce89
(edit) @1182   15 years stoecker fixed bug #1889
(edit) @1169   15 years stoecker removed usage of tab stops
(edit) @1157   15 years stoecker fixed shortcut loading. Close #1769
(edit) @1102   15 years stoecker fixed 3 shortcut conflicts
(add) @1084   15 years framm - cosmetics: rename ShortCut to Shortcut, and shortCut to shortcut
Note: See TracRevisionLog for help on using the revision log.