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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1574   15 years stoecker close #2214 - patch by Henrik Niehaus - GPX export metadata handling
(edit) @1563   15 years framm * fixed content-type headers for API requests. always use text/xml if …
(edit) @1559   15 years framm * improved error message handling for messages that come from the server.
(edit) @1546   15 years framm * streamline uploading by requesting commit message as part of the …
(edit) @1541   15 years framm support translation of extra API error messages.
(edit) @1530   15 years framm upload more precise version number in changeset. drop some …
(edit) @1529   15 years framm fix API 0.6 upload bug, patch by Matt Amos <zerebubuth@…>
(edit) @1525   15 years framm * fix charset on write/upload (always use utf-8 even if platform …
(edit) @1524   15 years framm * make sure saved file is properly closed. fixed part of #2399
(edit) @1523   15 years framm * Major redesign of how JOSM talks to the OSM server. Connections now …
(edit) @1499   15 years stoecker close #2302 - patch by jttt - optimizations and encapsulation
(edit) @1494   15 years stoecker fix #2312 - performance optimization
(edit) @1465   15 years stoecker fix #1967. patch by xeen. This will break plugins using ProgressDialog …
(edit) @1453   15 years stoecker close #2087
(edit) @1450   15 years stoecker fix #1848 - version in start screen. patch by xeen
(edit) @1444   15 years stoecker close #2233 and some minor fixes. patch by xeen
(edit) @1425   15 years stoecker fixed #1642. patch by xeen
(edit) @1415   15 years stoecker applied patch #2185 by bruce89
(edit) @1397   15 years stoecker apply patches from xeen for #1977.
(edit) @1395   15 years stoecker fix #1598. Patch by xeen
(edit) @1388   15 years stoecker fix NMEA parsing: #1853
(edit) @1385   15 years mfloryan Fixed another bug in NMEA file import. Please test some NMEA data …
(edit) @1381   15 years stoecker close #2147
(edit) @1353   15 years stoecker apply patch by xeen - #2114
(edit) @1338   15 years stoecker close #761. modified patch by xeen
(edit) @1284   15 years stoecker close #2021
(edit) @1281   15 years ulfl add setIndeterminate() to the PleaseWaitDialog and use it at a few …
(edit) @1279   15 years ulfl if this isn't a file we're reading from (download from server), ignore …
(edit) @1278   15 years ulfl Cache the way ids in a HashMap for much better performance or relation …
(edit) @1254   15 years ulfl mappaint major performance improvements: - cache mappaint style and …
(edit) @1238   15 years ulfl explicit call connect, so we get a more detailed message if the …
(edit) @1225   15 years stoecker fixed bug in XML file
(edit) @1222   15 years stoecker some cleanup in preferences handling
(edit) @1205   15 years stoecker fix bug #1949 and some other minor issues
(edit) @1196   15 years stoecker partly fix #1720. Patch by Russ Nelson
(edit) @1195   15 years stoecker fixed relation handling, applied language patches
(edit) @1189   15 years stoecker added plugin information to bug report
(edit) @1169   15 years stoecker removed usage of tab stops
(edit) @1167   15 years stoecker added better NMEA reader. Closes bug #1448
(edit) @1164   15 years stoecker close bug #1624
(edit) @1146   15 years framm - Added new "open location" option in the file menu which can be used …
(edit) @1137   15 years framm - some API 0.6 error return fixes; closes #1810
(edit) @1122   15 years stoecker close bug #1702
(edit) @1114   15 years framm - fix character encoding issue when saving GPX files on windows …
(edit) @1071   15 years framm Support for changeset uploads in 0.6. Error handling is not fully done …
(edit) @1056   15 years mfloryan Fixes a bug introduced in revision 1049 and thus properly closes bug …
(edit) @1049   16 years cbrill Fix bug #1626 (incomplete NMEA files cause crashes)
(edit) @1037   16 years framm - use "version" instead of "old_version" in 0.6 uploads. fixes #1649. …
(edit) @999   16 years stoecker close bug #1588, code cleanup by bruce89
(edit) @977   16 years stoecker handle 412 as upload error. Closes #1316
(edit) @938   16 years stoecker added patches from bug #682 (proxy settings) and #1519 (NMEA)
(edit) @916   16 years stoecker removed duplicate preset icons, added better message for 500 server …
(edit) @906   16 years stoecker added generic mirroring Input stream, replace validator specific one soon
(edit) @872   16 years ramack GpxWriter does not close the stream it writes to after it has …
(edit) @814   16 years stoecker fix import error in NMEA. Closes #1433.
(edit) @813   16 years stoecker support of Garmin time stamps in GPX import. patch by Roland Ramthun
(edit) @806   16 years stoecker Remember last download settings. Patch by Rainer Rothkegel.
(edit) @784   16 years stoecker Fix exception in uploading. Closes #601. Patch by Florian Heer
(edit) @782   16 years stoecker translate server messages
(edit) @769   16 years framm - add support for <bounds> tag in .osm files using four attributes …
(edit) @763   16 years stoecker Fix upload aborts. Closes #263. Patch by Florian Heer.
(edit) @738   16 years framm see #675 - forgot to add nmeareader
(edit) @679   16 years stoecker finished XML based translations of presets fixes #960 correct bounding …
(edit) @662   16 years framm - patch for usernames with international characters. please revert …
(edit) @655   16 years ramack patch by bruce89, closes #812; thanks bruce
(edit) @653   16 years framm - add a "download members" button to relation editor, patch by …
(edit) @633   16 years framm - more api0.6 stuff from kleptog
(edit) @627   16 years framm - added svn:eol-style prop to all .java files. it is suggested that …
(edit) @626   16 years framm - ye grande eol style fixe
(edit) @625   16 years framm - forgot to add new classes from kleptog's 0.6 patch.
(edit) @624   16 years framm - preliminary support for API 0.6, patches by Martijn van Oosterhout …
(edit) @597   16 years ramack - implement ticket #671: add option to draw only interesting direction …
(edit) @592   16 years framm - patch for classpath compatibility by Andreas Putzo …
(edit) @582   16 years framm - got rid of a few compiler warnings
(edit) @572   16 years david Reorganise audio interface in light of recent usability comments
(edit) @554   16 years david new "Add Audio Marker At Play Head" facility; and tidy up Audio …
(edit) @553   16 years david (a) add preference dialog, (b) add audio tracing
(edit) @547   16 years david much improved audio handling: threaded audio, controls, sync with waypoints
(edit) @542   16 years david option marker.namedtrackpoints determines whether markers are created …
(edit) @541   16 years framm - use waypoint's "desc" attribute in lieu of "name" if "name" is not …
(edit) @529   16 years gebner Part one of patch by Dave Hansen <dave@…> - Remove unused …
(edit) @521   16 years gebner Fix NPE happening with malformed <bound> elements.
(edit) @512   16 years gebner Add support for two non-standard GPX variants: - <link>URL</link> …
(edit) @489   16 years gebner Reset the progress bar in the PleaseWaitDialog before downloading.
(edit) @457   16 years framm - comment cosmetics
(edit) @449   16 years gebner GpxReader: Handle <extensions> that are not children of <gpx>
(edit) @447   16 years gebner Reduce GPX data memory usage.
(edit) @444   16 years framm - patch for better GPX file support by Raphael Mack …
(edit) @421   16 years framm - added "relation" to the list of IDs that can be read by the …
(edit) @402   17 years framm - started adding support for uploading GPX files, not complete yet, …
(edit) @380   17 years gebner Oops. Don't commit copy-and-pasted code without verifying that it …
(edit) @379   17 years gebner Don't write incomplete primitives to OSM files.
(edit) @367   17 years framm - changed appearance of tagged nodes (now: dot with square around it) …
(edit) @364   17 years framm - write unformatted dates properly
(edit) @362   17 years framm - alleviated #388 by parsing the timestamps only when they are needed.
(edit) @343   17 years gebner Merge 0.5.
(copy) @321   17 years (none) - restructure of repository to support branches. Do 'svn switch …
copied from src/org/openstreetmap/josm/io
(edit) @319   17 years imi - removed MinML2 dependency (use javax.xml) - fixed reorder action …
Note: See TracRevisionLog for help on using the revision log.