source: josm/src/org/openstreetmap/josm/io

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @204   17 years imi - Fixed the markerlayer import throwing NPE when image not found - …
(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) @195   17 years imi - changed ServerSidePreferences to actually upload / download …
(edit) @189   17 years imi - added MarkerLayer (thanks Frederik)
(edit) @185   17 years imi - fixed missing osm-server.version check for download
(edit) @179   17 years imi - fixed error message when prblem with upload (thanks Dubravko)
(edit) @175   17 years imi - fixed bug where cancelling download made other download attempts …
(edit) @173   17 years imi - fixed export of GPX (double </metadata>)
(edit) @172   17 years imi - added support for Applet mode again (the basics) - added …
(edit) @169   17 years imi - added "new empty map" action - added osm-server.version property …
(edit) @167   17 years imi - removed external tools (superseeded by plugins) - added …
(edit) @160   18 years imi - added Incomplete Way Download - added search for incomplete ways to …
(edit) @153   18 years imi - added possibility to create new download tasks (download data …
(edit) @145   18 years imi - fixed bug that incomplete ways get selected when selecting nothing …
(edit) @143   18 years imi added "gpx" as flag to the external tool feature to also export raw …
(edit) @118   18 years imi - fixed scale bar color reset after every JOSM restart - fixed NPE …
(edit) @115   18 years imi - added "--language=..." command line - added French language (thanks …
(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) @109   18 years imi - fixed performance bug in progress counter (thanks SteveC) - added …
(edit) @106   18 years imi - fixed import from GPX (time not read somtimes) - fixed delete mode …
(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) @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) @97   18 years imi - fixed merge import of incomplete line segments
(edit) @95   18 years imi - fixed exception in aborting download
(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) @86   18 years imi - added conflicts and resolve conflict dialog This is one of those …
(edit) @84   18 years imi fixed: do not overwrite existing "created_by"
(edit) @82   18 years imi fixed bug when import timestamp after locale (now after fixed pattern)
(edit) @81   18 years imi - fixed Exception when downloading empty data and auto-open dialogs - …
(edit) @80   18 years imi - hardened gpx import (clean out empty ways or segments with from=to) …
(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) @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 …
(edit) @72   18 years imi fixed incomplete line segment saving
(edit) @71   18 years imi - refactored GpsPoint to be immutable and added LatLon and NorthEast - …
(edit) @66   18 years imi fixed "segment completly out of map" - problem
(edit) @65   18 years imi - Zoom via scroll wheel now to cursor, not to center of screen (thanks …
(edit) @64   18 years imi - renamed track to way - refactored Key to be a simple String - fixed …
(edit) @63   18 years imi - updated legal stuff (MinML2 License). - fixed that 410 on delete is …
(edit) @61   18 years imi - added search dialog in selection menu - changed way mapmode to …
(edit) @60   18 years imi - fixed load of action attribute (preserve changes) - fixed exception …
(edit) @59   18 years imi svn does not like removing and adding with the same name at the same time?
(edit) @58   18 years imi - implemented 0.3 API - enabled upload of ways - switched to MinML …
(edit) @54   18 years imi - fixed: Saving of new objects with properties in OSM format did not …
(edit) @53   18 years imi fixed bug in osm writer/reader: they did not saved the modified state …
(edit) @52   18 years imi - fixed data merge (sometime set modified unnecessary) - fixed …
(edit) @49   18 years imi - added JUnit test cases src tree - fixed save/reload of GPX and OSM …
(edit) @47   18 years imi - added some close's to prevent too many open connections - fixed GPX …
(edit) @45   18 years imi fixed download bug when importing property with empty key and value
(edit) @44   18 years imi - Save of GPX files does not save deleted - state. - Please wait …
(edit) @43   18 years imi - removed UTM (too complex) - added please wait dialog for …
(edit) @41   18 years imi - renamed EPSG projection - started WorldChooser in download menu (not …
(edit) @40   18 years imi - added world boundaries - added bug report exception handler - raw …
(edit) @39   18 years imi - Select objects via overview (middle mouse button) - bugfix in …
(edit) @38   18 years imi Added support for CSV import (well, CSV without "" specification)
(edit) @37   18 years imi Fixed lat/lon display in download dialog
(edit) @35   18 years imi - fixed bug in UTM - upload of nodes and segments - fixed bugs in …
(edit) @34   18 years imi - fixed bug in movement that lat/lon was not updated - upload of nodes …
(edit) @33   18 years imi - prepared for uploading. - fixed gpx export/import with uid and …
(edit) @32   18 years imi - Fixed bugs in reading/writing - Added correct extension filter to …
(edit) @31   18 years imi - fixed broken stuff from last checkin - complete undo and redo - …
(edit) @30   18 years imi - Removed edit layer, combine action, save gpx (integrated in normal …
(edit) @29   18 years imi - fixed GPX export / import. Now featuring pending line segments - …
(edit) @28   18 years imi - fixed bug: second layer does not get the pending line segments of …
(edit) @27   18 years imi Fixed osm reader to import the 0.2 api data.
(edit) @25   18 years imi fixed creator-tag in gpx output
(edit) @24   18 years imi - added new osm export to file - added key/value editing
(edit) @23   18 years imi - added commands to support undo later - added Edit-Layer concept - …
(edit) @22   18 years imi starting restructure of dataset. Checkpoint is broken!
(edit) @21   19 years imi - started command implementation - cleaned up Layer - gpsbabel style …
(edit) @20   19 years imi Added bookmarks for importing and fixed password dialog
(edit) @18   19 years imi added Server connection to osm server.
(edit) @17   19 years imi - added Layer support - added support for raw GPS data - fixed …
(edit) @16   19 years imi - reverted to 14, but kept the global Projection. - improved the …
(edit) @15   19 years imi renamed alot (Layer instead of MapView) and removed feature of having …
(edit) @13   19 years imi Hack for the bug, that the osm server does not deliver a namespace
(edit) @10   19 years imi GPX export added
(edit) @9   19 years imi - added support for DataReaders - added a nice status line and a …
(edit) @8   19 years imi - added Selection Dialog - added support for graphic engines with a …
(edit) @7   19 years imi added mapmodes for adding and combining stuff. Reorganized images
(edit) @6   19 years imi - pretty preferrences menu - drawing double circles on double position …
(edit) @2   19 years imi Added selection
(add) @1   19 years imi wiki 19:37, 27. Sep 2005
Note: See TracRevisionLog for help on using the revision log.