source: josm/trunk/src/org/openstreetmap/josm/gui/MainMenu.java

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @17021   4 years stoecker fix #19786, Add missing icons to View menu
(edit) @16967   4 years simon04 fix #19510 - Add "Zoom to layer" in context menu of layers in the …
(edit) @16823   4 years simon04 fix #19248 - Allow to toggle offline mode in the file menu ("Work …
(edit) @16701   4 years simon04 fix #18586 - Add invert selection action for experts
(edit) @16553   4 years Don-vip see #19334 - javadoc fixes + protected constructors for abstract classes
(edit) @16529   4 years simon04 PreferenceToggleAction: accept BooleanProperty in constructor
(edit) @16528   4 years simon04 Introduce BooleanProperty TOOLBAR_VISIBLE, SIDE_TOOLBAR_VISIBLE
(edit) @16285   4 years simon04 fix #19021 - MainMenu: disable menus without edit layer: mode, tools, …
(edit) @16105   4 years Don-vip see #18768 - checkstyle
(edit) @16103   4 years Klumbumbus fix #18768 - Fix Windows menu help topic (patch by Hb---)
(edit) @16102   4 years Don-vip fix #18768 - add own help topic to Windows menu (patch by Hb---)
(edit) @15958   4 years Don-vip fix #18806 - see #18381 - fix tagging presets menu initialization …
(edit) @15655   4 years Don-vip see #18514 - cleanup menu groups handling
(edit) @15649   4 years Don-vip see #18514 - disable Window menu when empty
(edit) @15633   4 years Don-vip fix #18514 - make all changeset actions and dialogs only accessible in …
(edit) @15445   5 years Don-vip fix #18210 - fix mode menu (add items properly to display shortcuts) …
(edit) @15438   5 years Don-vip fix #12662 - add new Mode menu, listing map modes. Also allows to find …
(edit) @15028   5 years GerdP fix #17551: Move "Download Along" into the File menu
(edit) @14962   5 years GerdP fix #17551: Download along track doesn't completely download areas …
(edit) @14648   5 years simon04 fix #17067 - Duplicate settings for display of hatching area
(edit) @14629   5 years simon04 fix #15918 - Confusing English texts (Imagery preferences)
(edit) @14388   5 years simon04 Add checkbox to main menu to toggle hatched background rendering of …
(edit) @14221   6 years Don-vip see #16706 - use documented enum for AutoScaleMode instead of …
(edit) @14138   6 years Don-vip see #15229 - deprecate Main.platform and related methods - new class …
(edit) @14134   6 years Don-vip see #15229 - deprecate Main*.undoRedo - make UndoRedoHandler a …
(edit) @13891   6 years Don-vip fix #11556 - switch imagery layer pressing tilde (~) or square (²) key
(edit) @13090   6 years bastiK see #14142 - move dialogs toggle action menu entry down to toolbar …
(edit) @12846   7 years bastiK see #15229 - use Config.getPref() wherever possible
(edit) @12834   7 years Don-vip see #15229 - see #15182 - move TaggingPresetSearchAction to …
(edit) @12652   7 years michael2402 Apply #15167: Merge OSM and overpass download dialog. Patch by bafonins
(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) @12361   7 years michael2402 Fix #14916: Remove the unused ToggleGPXLinesAction
(edit) @11769   7 years stoecker see #14142 - fix help link
(edit) @10816   8 years simon04 fix #12950 - Add "Download in current view" This action is located in …
(edit) @10766   8 years Don-vip fix #13290 - pasting from other layer changes objects position …
(edit) @10611   8 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
(edit) @10345   8 years Don-vip fix #12937 - Use the new LayerChangeListener (patch by michael2402) - …
(edit) @10340   8 years Don-vip fix #12927 - Move title management and main frame layout to new class …
(edit) @10228   8 years Don-vip findbugs: SC_START_IN_CTOR + UW_UNCOND_WAIT + UM_UNNECESSARY_MATH + …
(edit) @10173   8 years Don-vip sonar - squid:S1186 - Methods should not be empty
(edit) @9443   8 years simon04 fix #12352 - Add "Delete Layer" in file menu (patch by kolesar, …
(edit) @9347   8 years simon04 fix #12224 - Dialog for "Search menu items" This places the "Search …
(edit) @9320   8 years simon04 Refactoring (make Help a JosmAction)
(edit) @9261   8 years stoecker I18n cleanup
(edit) @9246   8 years Don-vip javadoc update
(edit) @9243   8 years Don-vip javadoc update
(edit) @9204   8 years simon04 fix #12244 - Fix menu shortcut preferences Regression from r8792.
(edit) @9078   8 years Don-vip sonar - Immutable Field
(edit) @9059   8 years Don-vip checkstyle
(edit) @9006   8 years Don-vip fix #12084 - allow to hide main toolbar
(edit) @8958   8 years Don-vip update javadoc + checkstyle fix + update presets links
(edit) @8906   9 years Don-vip remove deprecated stuff
(edit) @8870   9 years Don-vip sonar - squid:S2325 - "private" methods that don't access instance …
(edit) @8863   9 years Don-vip major code cleanup/refactoring of tagging presets: slay the monster …
(edit) @8840   9 years Don-vip sonar - squid:S3052 - Fields should not be initialized to default values
(edit) @8836   9 years Don-vip fix Checkstyle issues
(edit) @8801   9 years simon04 fix #10432 - Session: get rid of submenu
(edit) @8792   9 years simon04 fix #11895 see #11765 - Some menu entries are no longer translated …
(edit) @8748   9 years simon04 see ##11765 - Fix audio menu name (regression from r8721)
(edit) @8721   9 years simon04 fix #11765 - Seperate menu entry i18n strings, add mnemonics as …
(edit) @8720   9 years simon04 fix #11583 - Add mnemonic key to "Search menu items": ALT+R R … …
(edit) @8689   9 years simon04 see #11428 - Make Overpass download an expert action
(edit) @8684   9 years simon04 see #11428 - Add Overpass download dialog to core, provide Overpass …
(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) @8441   9 years Don-vip see #11209 - add debug messages
(edit) @8419   9 years Don-vip Sonar: various code style cleanup: - fix copyright - classes that …
(edit) @8404   9 years Don-vip When doing a String.toLowerCase()/toUpperCase() call, use a …
(edit) @8399   9 years Don-vip see #11397, see #11447 - partial revert of r8308 (SONARJAVA-1061: FP …
(edit) @8394   9 years Don-vip - global use of String.isEmpty() - Correctness - Method throws …
(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) @8365   9 years Don-vip fix Findbugs performance issues
(edit) @8318   9 years Don-vip fix various Sonar issues: - squid:S1068: Unused private fields should …
(edit) @8308   9 years Don-vip fix potential NPEs and Sonar issues related to serialization
(edit) @8212   9 years simon04 see #11147 see #11321 - Add "Download notes in current view" to file …
(edit) @8081   9 years Don-vip fix #10882 - fix focus issues properly
(edit) @8075   9 years Don-vip fix #10882 - dynamic resize of search box for low resolutions
(edit) @8072   9 years Don-vip fix #10882 - Implement search box for main menu (modified patch from …
(edit) @8071   9 years Don-vip fix #10960 - Add note API search dialog (modified patch by ToeBee). …
(edit) @7694   9 years stoecker image size fixes
(edit) @7624   10 years Don-vip see #10640 - add "Help/Report bug" menu entry to avoid annoying empty …
(edit) @7463   10 years Don-vip fix #10392 - rework of MenuScroller to replace static scrollCount …
(edit) @7291   10 years Don-vip fix #10207 - fix menu scroller for multi monitors systems
(edit) @7131   10 years simon04 fix #4550 - Add a "Move Node onto Way" action (opposite of "Join Node …
(edit) @7075   10 years Don-vip Robustness to allow to run more unit tests in headless mode
(edit) @7026   10 years stoecker fix #3142 - drop applet code finally
(edit) @7005   10 years Don-vip see #8465 - use diamond operator where applicable
(edit) @6990   10 years Don-vip sonar - place Strings literals on the left side when checking for …
(edit) @6889   10 years Don-vip fix some Sonar issues (JLS order)
(edit) @6830   10 years Don-vip javadoc fixes for jdk8 compatibility
(edit) @6738   10 years simon04 Add "Search for objects by preset" action This allows to use presets …
(edit) @6597   10 years simon04 see #9492 - split "Create Multipolyon" in % and "Update Multipolygon"; …
(edit) @6544   10 years simon04 fix #9473 - Added wayselector plugin to josm core. This plugin was …
(edit) @6501   10 years simon04 Revert accidentally committed r6499 (to be committed after the …
(edit) @6499   10 years simon04 Add checkbox to main menu to toggle hatched background rendering of …
(edit) @6426   10 years simon04 see #9309 - provide direct menu items to preset/imagery preferences
(edit) @6412   10 years Don-vip make "Tools" action types known from plugins
(edit) @6398   10 years Don-vip jump to location only in expert mode + javadoc
Note: See TracRevisionLog for help on using the revision log.