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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @247   18 years framm Display a yellow rectangle around the original download bounding …
(edit) @242   18 years imi - fixed many java warnings - changed eclipse settings to use JUnit …
(edit) @237   18 years framm Major download dialog reorg (now uses tabs, modified World Chooser …
(edit) @236   18 years framm Patch to allow reading of .gpx.gz files Submitted by Shaun McDonald …
(edit) @235   18 years framm Properly sort newly added ways; bug had been introduced with 222. …
(edit) @232   18 years framm Make uploadHooks a LinkedList, not a Collection, to allow adding …
(edit) @230   18 years framm Introduced generic UploadHook which allows plugins to veto an upload; …
(edit) @229   18 years framm Refactor ReorderWay into a static method that may be called from …
(edit) @224   18 years framm Fixed MergeVisitor so that it will never merge between objects that …
(edit) @222   18 years framm Complete overhaul of "Reorder Way" command. Will now also flip …
(edit) @218   18 years framm Changed message to "downloading ... way(s)" (not segments). fixes …
(edit) @214   18 years imi - fixed the confusing auto-zoom (moved to "View"-menu and made it …
(edit) @213   18 years imi - added a Combine way tool - fixed the confusing menu structure (new …
(edit) @210   18 years imi - added the possibility for <wpt> tags in GPX files to construct …
(edit) @208   18 years imi - fixed a NPE when hitting a mapmode shortcut after all layers have …
(edit) @207   18 years imi - added "case sensitive" option to search dialog - added a plugin …
(edit) @203   18 years imi - Fixed a bug in the Merger/Conflict to auto-resolve marked changes …
(edit) @200   18 years imi - new MarkerLayer code from Frederik. Supports Audio, Image and …
(edit) @198   19 years imi - added different cursors for mapmodes (actually just finished what …
(edit) @197   19 years imi - fixed a bug in merging code (hopefully the same that causes the …
(edit) @194   19 years imi - added some new modes to the SplitWayAction (thanks Frederik)
(edit) @191   19 years imi - added search to toolbar (configurable in preferences) - added …
(edit) @189   19 years imi - added MarkerLayer (thanks Frederik)
(edit) @186   19 years imi - added split way action (thanks Frederik) - fixed bug where modified …
(edit) @184   19 years imi - added reorder action to order the segments in a way
(edit) @181   19 years imi - added select all / unselect all actions - added option to display …
(edit) @178   19 years imi - fixed display of tooltip shortcuts - added icon=... to annotation …
(edit) @176   19 years imi - changed maximum preferrences height (450px -> 600px)
(edit) @175   19 years imi - fixed bug where cancelling download made other download attempts …
(edit) @172   19 years imi - added support for Applet mode again (the basics) - added …
(edit) @170   19 years imi - added new mapmode "Add node and connect"
(edit) @169   19 years imi - added "new empty map" action - added osm-server.version property …
(edit) @168   19 years imi - added plugin-support for preferences - added advanced tab to …
(edit) @167   19 years imi - removed external tools (superseeded by plugins) - added …
(edit) @163   19 years imi - fixed Help so that it starts top-scrolled
(edit) @162   19 years imi - fixed shortcuts (Alt-C was doubled, About was missing)
(edit) @160   19 years imi - added Incomplete Way Download - added search for incomplete ways to …
(edit) @158   19 years imi - added possibility to support a locale in .josm/lang/*.jar - fixed …
(edit) @155   19 years imi - added online help system
(edit) @153   19 years imi - added possibility to create new download tasks (download data …
(edit) @151   19 years imi - changed move action to move the object under cursor, not the …
(edit) @148   19 years imi - fixed About - links
(edit) @146   19 years imi - added "Align nodes in a circle" patch from Matthew Newton. - added a …
(edit) @143   19 years imi added "gpx" as flag to the external tool feature to also export raw …
(edit) @142   19 years imi - added External Tool support (no gui configuration yet) - applied …
(edit) @140   19 years imi - when creating a segment, add to selection instead of replace
(edit) @139   19 years imi - second checkin for previous (svn does not support rename&add for one …
(edit) @138   19 years imi - added feature "Save" (old save is now "Save as") - added feature to …
(edit) @137   19 years imi - updated Romanian translation (thanks Ovidiu) - added feature to …
(edit) @135   19 years imi - fixed test directory structure - shortkeys do not cycle through …
(edit) @128   19 years imi - added icons to annotation preset selection box - added history …
(edit) @118   19 years imi - fixed scale bar color reset after every JOSM restart - fixed NPE …
(edit) @117   19 years imi - added <combo> as annotation item - added CONTRIBUTION and java …
(edit) @116   19 years imi - added color for scale bar - fixed scale bar in EPSG:4236 projection …
(edit) @113   19 years imi fixed i18n messages (cleanup)
(edit) @111   19 years imi added i18n (thanks to Sven Anders)
(edit) @110   19 years imi - fixed some output strings that got messed up due i18n. - fixed …
(edit) @106   19 years imi - fixed import from GPX (time not read somtimes) - fixed delete mode …
(edit) @105   19 years imi - fixed the tooltip and shortkey for Selection mapmod - fixed …
(edit) @104   19 years imi - started i18n - started "download incomplete ways" action - added …
(edit) @103   19 years imi - fixed unicode compatibility - added Layer menu which mirrors the …
(edit) @102   19 years imi - added more timestamp formats to GeoImage - date import (all ISO …
(edit) @101   19 years imi - added zoom/move around with Ctrl+direction keys / Ctrl +, Ctrl - - …
(edit) @100   19 years imi - fixed JOSM crash when importing GeoImages on layers without …
(edit) @99   19 years imi - added GeoImage feature (showing images on a tracklog) - added zoom …
(edit) @98   19 years imi - added Applet version of JOSM (unfinished) - fixed display bug if …
(edit) @96   19 years imi - fixed exception when moving was the first action taken
(edit) @95   19 years imi - fixed exception in aborting download
(edit) @94   19 years imi - changed Add Way mode, so that ways can be modified - added Command …
(edit) @93   19 years imi - added "insert node into line segment" mapmode - added direction hint …
(edit) @92   19 years imi - added progress bar and cancel button to all down-/uploads - added …
(edit) @91   19 years imi - added autoscale after selection, layer and conflict - added URL …
(edit) @90   19 years imi - fixed that toggle dialog buttons are sync with the dialogs - added …
(edit) @87   19 years imi fixed bug to let user add a segment over a fresh deleted one
(edit) @86   19 years imi - added conflicts and resolve conflict dialog This is one of those …
(edit) @83   19 years imi fixed exception if user aborts download
(edit) @81   19 years imi - fixed Exception when downloading empty data and auto-open dialogs - …
(edit) @79   19 years imi - fixed bug in osm import (now reject id=0) - added WMS server layer …
(edit) @78   19 years imi - added more context menu items to layer list - added GPX export (raw …
(edit) @77   19 years imi added customizable colores for raw gps layers (popup menu in layer list)
(edit) @75   19 years imi - added editable colors - changed preferences format (again)
(edit) @74   19 years imi changed Preferences system to more flexible one.
(edit) @73   19 years imi fixed bug where lat/lon was exchanged in download dialog and quick fix …
(edit) @71   19 years imi - refactored GpsPoint to be immutable and added LatLon and NorthEast - …
(edit) @69   19 years imi - improved search (now like google) - link in About dialog work with …
(edit) @68   19 years imi - Remove Alt from hotkeys ('n' for new node, not Alt-n) - use command …
(edit) @67   19 years imi disabled GPX export for data with incomplete ways
(edit) @66   19 years imi fixed "segment completly out of map" - problem
(edit) @64   19 years imi - renamed track to way - refactored Key to be a simple String - fixed …
(edit) @62   19 years imi - improved search to support key:part_of_value stuff - disabled …
(edit) @61   19 years imi - added search dialog in selection menu - changed way mapmode to …
(edit) @58   19 years imi - implemented 0.3 API - enabled upload of ways - switched to MinML …
(edit) @55   19 years imi added osm url edit field in download dialog
(edit) @54   19 years imi - fixed: Saving of new objects with properties in OSM format did not …
(edit) @52   19 years imi - fixed data merge (sometime set modified unnecessary) - fixed …
(edit) @51   19 years imi - fixed server rounding problem - fixed bug, that save with filter …
(edit) @50   19 years imi - fixed exception when merging some keys (download) - fixed "please …
(edit) @49   19 years imi - added JUnit test cases src tree - fixed save/reload of GPX and OSM …
(edit) @44   19 years imi - Save of GPX files does not save deleted - state. - Please wait …
(edit) @43   20 years imi - removed UTM (too complex) - added please wait dialog for …
Note: See TracRevisionLog for help on using the revision log.