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) @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
(edit) @4685   12 years bastiK session support (second part: "save as", see #4029) still osm-data …
(edit) @4668   12 years bastiK session support (first part, see #4029) Idea: Save and load the …
(edit) @4593   12 years simon04 see #5638 - scroll long menus (thanks to tips4java.wordpress.com)
(edit) @4590   12 years stoecker see #59 - patch by xeen - apply parts of the new Windows menu stuff
(edit) @4500   13 years simon04 fix #5781 - change mnemonics of {add,edit,delete} property to …
(edit) @4411   13 years simon04 add separator in Presets menu
(edit) @4408   13 years simon04 fix #6773 - shortcuts for History and Advanced info dialog
(edit) @4380   13 years simon04 fix #4609 - copy node coordinate to clipboard
(edit) @4266   13 years stoecker fix #6613 - fullscreen action on MacOS still not fully disabled
(edit) @4203   13 years stoecker fix #6544 - fix NPE
(edit) @4175   13 years bastiK fixed #6506 - shortcut to switch rendering mode doesn't work (partial …
(edit) @4139   13 years stoecker fix #6474 - fix toolbar action entries for some actions and fix …
(edit) @4087   13 years bastiK PaintVisitor refactoring, includes hook for external MapRenderers …
(edit) @4086   13 years bastiK new follow line action (author: Germán Márquez Mejía) fixes #4190
(edit) @3969   13 years bastiK MapCSS: fixe related to layers
(edit) @3954   13 years stoecker disable fullscreen action for applet
(edit) @3894   13 years bastiK integrate wireframe into mappaint dialog; rename 'shortdescription' to …
(edit) @3837   13 years framm new viewport following function; moves the viewport so that the last …
(edit) @3737   13 years Upliner make possible to place imagery offset action to the top toolbar and …
(edit) @3733   13 years Upliner Offset bookmarks: don't create submenus when only 1 choice is …
(edit) @3715   13 years Upliner Added imagery plugin to josm core. Imagery plugin is union of …
(edit) @3710   13 years bastiK new list of recently opened files; little preference rework
(edit) @3704   13 years bastiK added multipoly plugin to josm core. authors: bilbo and Viesturs …
(edit) @3678   13 years stoecker move info and history from tools to view menu - see #5638
(edit) @3671   13 years bastiK adapt coding style (to some degree); there shouldn't be any semantic …
(edit) @3669   13 years bastiK add validator plugin to josm core. Original author: Francisco R. …
(edit) @3431   14 years bastiK added purge action (some testing would be welcome)
(edit) @3388   14 years jttt Add tagging preset search dialog
(edit) @3385   14 years jttt Fix warnings
(edit) @3327   14 years jttt Fix some of "Keystroke %s is already assigned to %s, will be …
(edit) @3266   14 years mjulius New action: MoveNodeAction allows to move a node by entering lat and lon
(edit) @2923   14 years mjulius New action: DownloadPrimitiveAction This allows to download a specific …
(edit) @2902   14 years mjulius get rid of DownloadUrlAction again. This was redundant.
(edit) @2899   14 years mjulius new action: DownloadUrlAction This opens a dialog to allow the user to …
(edit) @2689   14 years Gubaer new: Changeset Cache Manager for querying, downloading, browsing, and …
(edit) @2682   14 years stoecker added update modified action
(edit) @2626   14 years jttt Fixed some of the warnings found by FindBugs
(edit) @2621   14 years Gubaer Moved layer listener management from Layer to MapView Made sure that …
(edit) @2575   14 years stoecker include utilsplugin, fix #4086
(edit) @2533   14 years Gubaer applied #4033: patch by avar: "Fullscreen View" should be turned into …
(edit) @2530   14 years Gubaer fixed #2261: "Wireframe View" should be turned into a JosmAction
(edit) @2373   14 years stoecker fixed i18n error introduced in my last checkin
(edit) @2372   14 years stoecker fix #3391 - update plugins after josm update
(edit) @2323   14 years Gubaer Added explicit help topics See also …
(edit) @2268   15 years stoecker fix #3571 - patch by bastiK - improve orthogonalization action
(edit) @2253   15 years Gubaer Improved dialogs in the context of conflict resolution. Improved …
(edit) @2250   15 years Gubaer fixed #3653: History for anonymous users should not be clickable fixed …
(edit) @2115   15 years Gubaer new: reading open changesets from the server new: reading user info …
(edit) @2061   15 years Gubaer fixed #3398: Changeset tags should be editable in subsequent uploads
Note: See TracRevisionLog for help on using the revision log.