source: josm/trunk/src/org/openstreetmap/josm/io/OsmReader.java

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @2939   14 years jttt Do not add deleted nodes/members to loaded way/relation
(edit) @2937   14 years jttt Fix loading of new relations
(edit) @2932   14 years mjulius bring PrimitiveData.getId() in line with OsmPrimitive.getId() remove …
(edit) @2919   14 years jttt Skip deleted nodes when loading way, deleted members when loading relation
(edit) @2852   14 years mjulius fix messages for io
(edit) @2751   14 years Gubaer Improved user feedback when downloading relations
(edit) @2626   14 years jttt Fixed some of the warnings found by FindBugs
(edit) @2609   14 years stoecker applied #4146 - patch by mjulius - fix downloading incomplete relation
(edit) @2604   14 years Gubaer New: JOSM reading, writing, merging changeset attribute fixed #4090: …
(edit) @2591   14 years jttt Fix #4114 - NPE when zooming out after updating a partially downloaded …
(edit) @2587   14 years jttt Added Way.hasIncompletNodes(), Way.isIncomplete() now returns true …
(edit) @2578   14 years jttt Encalupse OsmPrimitive.incomplete
(edit) @2563   14 years Gubaer fixed #3400: relation editor: improvement to highlight an element …
(edit) @2512   14 years stoecker i18n updated, fixed files to reduce problems when applying patches, …
(edit) @2498   14 years jttt Removed unnecessary setting of OsmPrimitive.incomplete
(edit) @2497   14 years jttt Added Dataset.beginUpdate and Dataset.endUpdate that can be used to …
(edit) @2470   14 years Gubaer fixed #3975: Loading of data breaking off at objects with visible=false
(edit) @2469   14 years Gubaer fixed #3976: Loading of 0.5 data floods with warnings
(edit) @2444   14 years Gubaer fixed #3908: Exception when updating a way fixed a few I18n issues
(edit) @2410   14 years jttt Add clearId parameter to primitives copy constructor, replace some …
(edit) @2398   14 years jttt Make sure incomplete relation member is not added twice into the dataset
(edit) @2396   14 years Gubaer Made nodes, ways, and relations in DataSet private. Plugin updates to …
(edit) @2382   14 years Gubaer fixed #3443: Illegal value for attribute 'version' when loading OSM file
(edit) @2377   14 years Gubaer fixed #3443: Illegal value for attribute 'version' when loading OSM file
(edit) @2291   15 years Gubaer Replaced OsmPrimtive.user by setters/getters
(edit) @2266   15 years Gubaer fixed #3670: delete actions are ignored for uplaod when reopening …
(edit) @2205   15 years Gubaer Typo in I18n message
(edit) @2203   15 years Gubaer fixed typo in I18n
(edit) @2181   15 years stoecker lots of i18n fixes
(edit) @2155   15 years Gubaer see #3449: action='modified' lost on file reopening
(edit) @2130   15 years framm fix <bound> exception (again)
(edit) @2115   15 years Gubaer new: reading open changesets from the server new: reading user info …
(edit) @2094   15 years Gubaer fixed #3449: action='modified' lost on file reopening
(edit) @2092   15 years Gubaer see #3446: JOSM throws an XML parsing error when opening an OSM file …
(edit) @2089   15 years Gubaer see #3443: Illegal value for attribute 'version' when loading OSM file
(edit) @2086   15 years Gubaer fixed #3443: Illegal value for attribute 'version' when loading OSM file
(edit) @2078   15 years Gubaer fixed #3413: ProgressException when uploading osmChange file
(edit) @2070   15 years Gubaer new: rewrite of CombineWay action new: conflict resolution dialog for …
(edit) @1951   15 years jttt Replace some occurrences of RelationMember.member with getters
(edit) @1928   15 years jttt Make parameterless RelationMember constructor deprecated
(edit) @1924   15 years jttt Made OsmPrimitive.keys deprecated, removed remaining references in JOSM
(edit) @1910   15 years jttt Way refactoring - finish replacing Way.nodes with the new api
(edit) @1899   15 years jttt Add setter/getter for OsmPrimitive.selected
(edit) @1881   15 years Gubaer fixed two issues in #3141: conflict resolution flags false conflicts …
(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) @1690   15 years Gubaer new: MultiFetchServerObjectReader using APIs Multi Fetch method …
(edit) @1677   15 years stoecker remove all these ugly tab stops introduced in the last half year
(edit) @1604   15 years stoecker fixed #2545 - patch by Gubaer - JOSM has problems with files from XAPI
(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) @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) @1353   15 years stoecker apply patch by xeen - #2114
(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) @1196   15 years stoecker partly fix #1720. Patch by Russ Nelson
(edit) @1195   15 years stoecker fixed relation handling, applied language patches
(edit) @1169   15 years stoecker removed usage of tab stops
(edit) @1071   15 years framm Support for changeset uploads in 0.6. Error handling is not fully done …
(edit) @769   16 years framm - add support for <bounds> tag in .osm files using four attributes …
(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) @597   16 years ramack - implement ticket #671: add option to draw only interesting direction …
(edit) @582   16 years framm - got rid of a few compiler warnings
(edit) @521   16 years gebner Fix NPE happening with malformed <bound> elements.
(edit) @367   17 years framm - changed appearance of tagged nodes (now: dot with square around it) …
(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/OsmReader.java
(edit) @319   17 years imi - removed MinML2 dependency (use javax.xml) - fixed reorder action …
Note: See TracRevisionLog for help on using the revision log.