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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1894   15 years Gubaer fixed #3158: modify status is not removed for partial uploads
(edit) @1892   15 years Gubaer removed to unnecessary imports
(edit) @1881   15 years Gubaer fixed two issues in #3141: conflict resolution flags false conflicts …
(edit) @1879   15 years Gubaer towards a fix for #3142: JOSM applet class no longer functional
(edit) @1875   15 years jttt Fix #3134
(edit) @1874   15 years stoecker some i18n stuff
(edit) @1870   15 years Gubaer fixed #2766: Provide configuration checkbox in upload dialog for …
(edit) @1868   15 years Gubaer fixed #3041: Relation Editor: Provide action for zooming to a …
(edit) @1867   15 years Gubaer fixed #3124: NullPointerException after unsuccessful trials to upload data
(edit) @1859   15 years Gubaer fixed #3053: missing api handler for "Internal Server Error"
(edit) @1857   15 years Gubaer replaced JOptionDialog.show... by OptionPaneUtil.show.... improved …
(edit) @1843   15 years jttt Use OsmPrimitive methods instead of direct access to keys field when …
(edit) @1835   15 years Gubaer applied #2850: patch by dmuecke - unhandled Exception when trying to …
(edit) @1827   15 years Gubaer cleanup in exception handling
(edit) @1814   15 years Gubaer removed dependencies to Main.ds, removed Main.ds removed AddVisitor, …
(edit) @1811   15 years jttt PleaseWait refactoring. Progress is now reported using ProgressMonitor …
(edit) @1806   15 years Gubaer added OsmServerBackreferenceReader - reads primitives referring to a …
(edit) @1790   15 years Gubaer Relation Editor: complete rework Relation Editor: had to temporarily …
(edit) @1772   15 years Gubaer fixed #2911: Relation editor doesn't notice all members downloaded via …
(edit) @1760   15 years Gubaer fixed #2882: Handling error message
(edit) @1750   15 years Gubaer new: replaced global conflict list by conflict list per layer, similar …
(edit) @1749   15 years stoecker improved error messages
(edit) @1747   15 years stoecker close #2874 (NPE), improved external style handling
(edit) @1743   15 years stoecker added much improved preferences for external styles and presets
(edit) @1735   15 years framm - do NOT drop created_by on changesets... duh!
(edit) @1724   15 years stoecker some more changes and bug fixes related to new projection stuff - GPX …
(edit) @1722   15 years stoecker Large rework in projection handling - now allows only switching and …
(edit) @1720   15 years framm + silently drop created_by tag on upload of any object (we have them …
(edit) @1711   15 years stoecker support URL's for preset images
(edit) @1705   15 years stoecker fix #2706 - patch by bilbo - allow to set WMS cache path again
(edit) @1696   15 years stoecker fixed mappaint area style handling for closed ways a little bit again
(edit) @1691   15 years Gubaer #2703: patch (slightly extended) by dmuecke clean up: few issues in …
(edit) @1690   15 years Gubaer new: MultiFetchServerObjectReader using APIs Multi Fetch method …
(edit) @1688   15 years stoecker fixed #2744 - server url defaults
(edit) @1684   15 years Gubaer fixed #2753: Cannot parse valid node from xml string
(edit) @1682   15 years Gubaer removed old conflict resolution code fixed bug in OsmApi (missing …
(edit) @1677   15 years stoecker remove all these ugly tab stops introduced in the last half year
(edit) @1670   15 years Gubaer fixed: bug in OsmApi.getOsmApi() cleanup: exception handling in …
(edit) @1667   15 years stoecker fixed typo
(edit) @1665   15 years Gubaer fixed #2656 - JOSM makes excessive capabilities requests to the server
(edit) @1664   15 years Gubaer fixed #2656 - JOSM makes excessive capabilities requests to the server
(edit) @1663   15 years Gubaer #2437: cleaned up code for uploading and improved user feedback in …
(edit) @1653   15 years stoecker add support for compressed OSM files (bzip2, gzip)
(edit) @1640   15 years stoecker little bit more refactoring of coordinate access - patch by jttt
(edit) @1637   15 years stoecker applied new file io from #2064 - patch by dmuecke
(edit) @1630   15 years stoecker close #2677 - NPE on upload
(edit) @1628   15 years stoecker cleanup group settings in preferences
(edit) @1612   15 years stoecker fix classcast exception
(edit) @1610   15 years stoecker add generic caching class (e.g. for WMS plugin) - patch by xeen
(edit) @1608   15 years stoecker close #2633 - patch by Gubaer - better error message for server aborts
(edit) @1604   15 years stoecker fixed #2545 - patch by Gubaer - JOSM has problems with files from XAPI
(edit) @1601   15 years stoecker fix #2547 - patch by Henrik Niehaus - Audio/picture markers no longer …
(edit) @1597   15 years stoecker fixed #2547, updated translations
(edit) @1587   15 years stoecker fixed #2420 - patch by Gubaer - Saved OSM file can contain empty API …
(edit) @1581   15 years stoecker fix #2429 - patch by Gubaer - fix upload cancel
(edit) @1578   15 years framm send changeset in payload when not using diff upload. fixes #2511.
(edit) @1575   15 years stoecker close #2443 - patch by Henrik Niehaus - History for commit dialog
(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
Note: See TracRevisionLog for help on using the revision log.