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) @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
(edit) @1890   15 years Gubaer update: rewrite of layer dialog new: allows multiple selection of …
(edit) @1811   15 years jttt PleaseWait refactoring. Progress is now reported using ProgressMonitor …
(edit) @1810   15 years Gubaer new: DownloadReferrersAction - downloads the set of primitives …
(edit) @1808   15 years Gubaer improved enabling/disabling of menu entries and action buttons …
(edit) @1700   15 years Gubaer enable new InfoAction
(edit) @1670   15 years Gubaer fixed: bug in OsmApi.getOsmApi() cleanup: exception handling in …
(edit) @1639   15 years stoecker fix #2024 - patch by Daeron - added Mirror action
(edit) @1498   15 years stoecker fix translation issues for help, add fullscreen mode (patch by avar) - …
(edit) @1434   15 years stoecker close #999. patch by xeen
(edit) @1416   15 years stoecker close #2160. patch by xeen
(edit) @1415   15 years stoecker applied patch #2185 by bruce89
(edit) @1380   15 years stoecker fix #2145. Patch by Teemu Koskinen
(edit) @1222   15 years stoecker some cleanup in preferences handling
(edit) @1219   15 years ulfl redesign of main menu, to better conform with common standards …
(edit) @1180   15 years stoecker fixed bug #1871, removed all deprecations
(edit) @1169   15 years stoecker removed usage of tab stops
(edit) @1161   15 years stoecker added missing translation
(edit) @1146   15 years framm - Added new "open location" option in the file menu which can be used …
(edit) @1130   15 years framm - new "Add Node" action from the Edit menu presents you with a dialog …
(edit) @1084   15 years framm - cosmetics: rename ShortCut to Shortcut, and shortCut to shortcut
(edit) @1076   15 years framm - replaced he align-in-rectangle function with a more general method …
(edit) @1054   15 years stoecker fixed a lot of the shortcut related translations
(edit) @1030   16 years framm - added new "Toggle GPX Lines" action that can be configured to be in …
(edit) @1023   16 years stoecker close bug #1622. Keyboard shortcuts and specific OS handling
(edit) @996   16 years framm - patch by Henry Loenwind to introduce new "create circle" action.
(edit) @968   16 years stoecker added history information - closes #1546 - patch by mail _ ulfm.de
(edit) @858   16 years stoecker added unglue action to main JOSM. Thanks to Henry Loenwind and Robin …
(edit) @795   16 years stoecker einstein mode preferences now shows all options and their default values
(edit) @768   16 years framm - mappaint modifications by Joerg Henne <j.henne@…>; now …
(edit) @627   16 years framm - added svn:eol-style prop to all .java files. it is suggested that …
(edit) @608   16 years framm - new extrude mode allows creation of rectangular shapes - new …
(edit) @563   16 years david implement fast/slow forward
(edit) @558   16 years david implement Paste Tags
(edit) @547   16 years david much improved audio handling: threaded audio, controls, sync with waypoints
(edit) @529   16 years gebner Part one of patch by Dave Hansen <dave@…> - Remove unused …
(edit) @497   16 years gebner When toggling wireframe mode, don't fail if there is no MapFrame yet.
(edit) @488   16 years gebner Change the shortcut for wireframe mode to ctrl-w so that it doesn't …
(edit) @486   16 years framm - built-in mappaint. mappaint plugin no longer required and will be …
(edit) @466   16 years (none) move "Join node to way" function from UtilsPlugin to core
Note: See TracRevisionLog for help on using the revision log.