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) @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   8 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
(edit) @6394   10 years Don-vip fix #9333 - Make 'jump to position" more visible (added in view menu) …
(edit) @6336   10 years Don-vip code cleanup / robustness in edit layer handling
(edit) @6253   11 years stoecker fix #5133 - add command to remove nodes from ways - patch by Giuseppe …
(edit) @6246   11 years Don-vip Sonar/FindBugs - various bugfixes / violation fixes
(edit) @6180   11 years Don-vip MainMenu: make changesetManager entry public + javadoc
(edit) @6130   11 years bastiK see #6963 - converted popups to notifications for all actions in the …
(edit) @6129   11 years bastiK see #4029 - session menu now visible in expert mode - Please report …
(edit) @6097   11 years akks see #6355: move Rectified Image and plugin imagery layers to …
(edit) @6088   11 years akks see #8900 [patch by AlfonZ] - prevent menu-related exceptions for …
(edit) @6082   11 years akks see #6355: add new menus (More Tools, Data, Selection, GPS) to be used …
(edit) @6070   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
(edit) @5965   11 years akks see #8652 (patch by cmuelle8, part 1, modified): add "toggle panels" …
(edit) @5958   11 years Don-vip * Improve PopupMenuLauncher to automatically select JTable/JList/JTree …
(edit) @5857   11 years Don-vip fix #8561 - Integrate restart plugin into core. Asks for restart when …
(edit) @5661   11 years Don-vip show/hide Audio menu without restart
(edit) @5460   12 years Don-vip global use of Main.isDisplayingMapView()
(edit) @5092   12 years simon04 Toggle edit toolbar (in View menu or in popup menu)
(edit) @5089   12 years simon04 give more control (esp. to plugins) where to add an entry in the main …
(edit) @5086   12 years simon04 fix #6895 - Add Map Paint Styles to View menu
(edit) @5048   12 years akks fix #7429 - Shortcut redefinition in Save As feature
(edit) @5014   12 years xeen fix #7429
(edit) @4982   12 years stoecker see #7226 - patch by akks (fixed a bit) - fix shortcut deprecations
(edit) @4975   12 years stoecker some more cleanup in shortcut handling
(edit) @4908   12 years simon04 fix #7327 - show hint in undo-menu which action will be undone (from …
(edit) @4843   12 years bastiK see #7299 - Move features to expert mode
(edit) @4840   12 years bastiK expert mode rework: * toggling of expert mode does not require …
(edit) @4733   12 years bastiK fixed #7174 - identifier for toolbar actions is icon name
Note: See TracRevisionLog for help on using the revision log.