source: josm/src/org/openstreetmap/josm/actions

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @302   17 years imi - added better plugin information in about dialog
(edit) @301   17 years imi - fixed undo/redo to be global - fixed adding of objects work with …
(edit) @299   17 years imi - added update of plugins
(edit) @298   17 years imi - added license description to head of each source file
(edit) @297   17 years imi - fixed bug that selection listener were informed twice on selection …
(edit) @295   17 years imi - added "download to new layer" option - added missing color …
(edit) @293   17 years imi - changed the order which directories are searched for images …
(edit) @292   17 years imi - fixed Bug Report module to work better with plugins - fixed …
(edit) @290   17 years imi - added support for multiple data layers
(edit) @288   17 years imi - added plugins - tab in the about dialog to show all loaded plugins
(edit) @286   17 years imi - added saving/loading of download areas (DataSource)
(edit) @284   17 years imi - added some functional GUI tests
(edit) @283   17 years imi - fixed lots of typos (thanks Bruce)
(edit) @280   17 years imi - removed unused po/ subdirectory (look in osm.org's subversion for …
(edit) @271   17 years imi - fixed bug in 'combine way' that did not collect all properties.
(edit) @266   17 years imi - added "Getting Started" welcome screen - added latest JOSM version …
(edit) @258   17 years framm - patch by Tom Hughes <tom@…> that will first delete ways, …
(edit) @247   17 years framm Display a yellow rectangle around the original download bounding …
(edit) @242   17 years imi - fixed many java warnings - changed eclipse settings to use JUnit …
(edit) @237   17 years framm Major download dialog reorg (now uses tabs, modified World Chooser …
(edit) @236   17 years framm Patch to allow reading of .gpx.gz files Submitted by Shaun McDonald …
(edit) @235   17 years framm Properly sort newly added ways; bug had been introduced with 222. …
(edit) @232   17 years framm Make uploadHooks a LinkedList, not a Collection, to allow adding …
(edit) @230   17 years framm Introduced generic UploadHook which allows plugins to veto an upload; …
(edit) @229   17 years framm Refactor ReorderWay into a static method that may be called from …
(edit) @224   17 years framm Fixed MergeVisitor so that it will never merge between objects that …
(edit) @222   17 years framm Complete overhaul of "Reorder Way" command. Will now also flip …
(edit) @218   17 years framm Changed message to "downloading ... way(s)" (not segments). fixes …
(edit) @214   17 years imi - fixed the confusing auto-zoom (moved to "View"-menu and made it …
(edit) @213   17 years imi - added a Combine way tool - fixed the confusing menu structure (new …
(edit) @210   17 years imi - added the possibility for <wpt> tags in GPX files to construct …
(edit) @208   17 years imi - fixed a NPE when hitting a mapmode shortcut after all layers have …
(edit) @207   17 years imi - added "case sensitive" option to search dialog - added a plugin …
(edit) @203   17 years imi - Fixed a bug in the Merger/Conflict to auto-resolve marked changes …
(edit) @200   17 years imi - new MarkerLayer code from Frederik. Supports Audio, Image and …
(edit) @198   17 years imi - added different cursors for mapmodes (actually just finished what …
(edit) @197   17 years imi - fixed a bug in merging code (hopefully the same that causes the …
(edit) @194   17 years imi - added some new modes to the SplitWayAction (thanks Frederik)
(edit) @191   17 years imi - added search to toolbar (configurable in preferences) - added …
(edit) @189   17 years imi - added MarkerLayer (thanks Frederik)
(edit) @186   17 years imi - added split way action (thanks Frederik) - fixed bug where modified …
(edit) @184   17 years imi - added reorder action to order the segments in a way
(edit) @181   17 years imi - added select all / unselect all actions - added option to display …
(edit) @178   17 years imi - fixed display of tooltip shortcuts - added icon=... to annotation …
(edit) @176   17 years imi - changed maximum preferrences height (450px -> 600px)
(edit) @175   17 years imi - fixed bug where cancelling download made other download attempts …
(edit) @172   17 years imi - added support for Applet mode again (the basics) - added …
(edit) @170   17 years imi - added new mapmode "Add node and connect"
(edit) @169   17 years imi - added "new empty map" action - added osm-server.version property …
(edit) @168   17 years imi - added plugin-support for preferences - added advanced tab to …
(edit) @167   17 years imi - removed external tools (superseeded by plugins) - added …
(edit) @163   18 years imi - fixed Help so that it starts top-scrolled
(edit) @162   18 years imi - fixed shortcuts (Alt-C was doubled, About was missing)
(edit) @160   18 years imi - added Incomplete Way Download - added search for incomplete ways to …
(edit) @158   18 years imi - added possibility to support a locale in .josm/lang/*.jar - fixed …
(edit) @155   18 years imi - added online help system
(edit) @153   18 years imi - added possibility to create new download tasks (download data …
(edit) @151   18 years imi - changed move action to move the object under cursor, not the …
(edit) @148   18 years imi - fixed About - links
(edit) @146   18 years imi - added "Align nodes in a circle" patch from Matthew Newton. - added a …
(edit) @143   18 years imi added "gpx" as flag to the external tool feature to also export raw …
(edit) @142   18 years imi - added External Tool support (no gui configuration yet) - applied …
(edit) @140   18 years imi - when creating a segment, add to selection instead of replace
(edit) @139   18 years imi - second checkin for previous (svn does not support rename&add for one …
(edit) @138   18 years imi - added feature "Save" (old save is now "Save as") - added feature to …
(edit) @137   18 years imi - updated Romanian translation (thanks Ovidiu) - added feature to …
(edit) @135   18 years imi - fixed test directory structure - shortkeys do not cycle through …
(edit) @128   18 years imi - added icons to annotation preset selection box - added history …
(edit) @118   18 years imi - fixed scale bar color reset after every JOSM restart - fixed NPE …
(edit) @117   18 years imi - added <combo> as annotation item - added CONTRIBUTION and java …
(edit) @116   18 years imi - added color for scale bar - fixed scale bar in EPSG:4236 projection …
(edit) @113   18 years imi fixed i18n messages (cleanup)
(edit) @111   18 years imi added i18n (thanks to Sven Anders)
(edit) @110   18 years imi - fixed some output strings that got messed up due i18n. - fixed …
(edit) @106   18 years imi - fixed import from GPX (time not read somtimes) - fixed delete mode …
(edit) @105   18 years imi - fixed the tooltip and shortkey for Selection mapmod - fixed …
(edit) @104   18 years imi - started i18n - started "download incomplete ways" action - added …
(edit) @103   18 years imi - fixed unicode compatibility - added Layer menu which mirrors the …
(edit) @102   18 years imi - added more timestamp formats to GeoImage - date import (all ISO …
(edit) @101   18 years imi - added zoom/move around with Ctrl+direction keys / Ctrl +, Ctrl - - …
(edit) @100   18 years imi - fixed JOSM crash when importing GeoImages on layers without …
(edit) @99   18 years imi - added GeoImage feature (showing images on a tracklog) - added zoom …
(edit) @98   18 years imi - added Applet version of JOSM (unfinished) - fixed display bug if …
(edit) @96   18 years imi - fixed exception when moving was the first action taken
(edit) @95   18 years imi - fixed exception in aborting download
(edit) @94   18 years imi - changed Add Way mode, so that ways can be modified - added Command …
(edit) @93   18 years imi - added "insert node into line segment" mapmode - added direction hint …
(edit) @92   18 years imi - added progress bar and cancel button to all down-/uploads - added …
(edit) @91   18 years imi - added autoscale after selection, layer and conflict - added URL …
(edit) @90   18 years imi - fixed that toggle dialog buttons are sync with the dialogs - added …
(edit) @87   18 years imi fixed bug to let user add a segment over a fresh deleted one
(edit) @86   18 years imi - added conflicts and resolve conflict dialog This is one of those …
(edit) @83   18 years imi fixed exception if user aborts download
(edit) @81   18 years imi - fixed Exception when downloading empty data and auto-open dialogs - …
(edit) @79   18 years imi - fixed bug in osm import (now reject id=0) - added WMS server layer …
(edit) @78   18 years imi - added more context menu items to layer list - added GPX export (raw …
(edit) @77   18 years imi added customizable colores for raw gps layers (popup menu in layer list)
(edit) @75   18 years imi - added editable colors - changed preferences format (again)
(edit) @74   18 years imi changed Preferences system to more flexible one.
(edit) @73   18 years imi fixed bug where lat/lon was exchanged in download dialog and quick fix …
Note: See TracRevisionLog for help on using the revision log.