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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @9310   8 years simon04 fix #11773 - Saving osm files in JOSM will save the nodes in one of …
(edit) @9243   8 years Don-vip javadoc update
(edit) @9231   8 years Don-vip javadoc update
(edit) @9078   8 years Don-vip sonar - Immutable Field
(edit) @8846   9 years Don-vip sonar - fb-contrib - minor performance improvements: * Method passes …
(edit) @8565   9 years Don-vip fix #11650 - performance: avoid creation of Date objects when it is …
(edit) @8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
(edit) @8443   9 years Don-vip remove extra whitespaces
(edit) @8345   9 years Don-vip code style - Useless parentheses around expressions should be removed …
(edit) @7575   10 years Don-vip fix #7976 - Get downloaded gpx areas, on the same model as osm data
(edit) @7299   10 years Don-vip fix #10121 - Add a new look-and-feel preference to display ISO 8601 …
(edit) @7236   10 years bastiK fixed #10115 - increase number of digits saved to file
(edit) @7233   10 years akks fix #10115: use fixed point notation for all coordinates in generated .osm
(edit) @7005   10 years Don-vip see #8465 - use diamond operator where applicable
(edit) @6380   10 years Don-vip update license/copyright information
(edit) @6203   11 years Don-vip fix #9024 - bbox/bounds memory optimizations (modified patch by …
(edit) @6070   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
(edit) @5874   11 years Don-vip see #8570, #7406 - I/O refactorization: - Move different file copy …
(edit) @5737   11 years Don-vip see #8442 - Add write methods to OsmWriter to not rely only on DataSet
(edit) @5589   11 years bastiK drop unnecessary properties for upload to the OSM API in order to save …
(edit) @5497   12 years bastiK applied #7915 - Automatically discard some TIGER tags on upload (based …
(edit) @5326   12 years framm handle deleted nodes without lat/lon. apply patches from ticket; …
(edit) @5025   12 years Don-vip see #4043 - Have an 'upload prohibited' flag in .osm files
(edit) @4645   12 years framm Added three new hooks for plugins, allowing plugins to mess with …
(edit) @4105   13 years bastiK fixed #6398 - Relations update fail in french language because …
(edit) @4100   13 years bastiK use IPrimitive to make upload code work for both OsmPrimitive and …
(edit) @3336   14 years stoecker #close #5135 - allow undeleting without recreating object - patch by …
(edit) @3321   14 years jttt Validate tagging presets when they're added in Preferences dialog
(edit) @3012   14 years jttt Save primitives to .osm file sorted
(edit) @2604   14 years Gubaer New: JOSM reading, writing, merging changeset attribute fixed #4090: …
(edit) @2578   14 years jttt Encalupse OsmPrimitive.incomplete
(edit) @2381   14 years jttt Change most occurrences of Dataset.nodes/ways/relations with …
(edit) @2327   14 years Gubaer Cleanup in download logic (less global, more encapsulation)
(edit) @2291   15 years Gubaer Replaced OsmPrimtive.user by setters/getters
(edit) @2273   15 years jttt Replace testing for id <= 0 with isNew() method
(edit) @2115   15 years Gubaer new: reading open changesets from the server new: reading user info …
(edit) @2070   15 years Gubaer new: rewrite of CombineWay action new: conflict resolution dialog for …
(edit) @2025   15 years Gubaer new: improved dialog for uploading/saving modified layers on exit new: …
(edit) @1938   15 years jttt Replace some occurrences of RelationMember.member with getters
(edit) @1930   15 years jttt Replace RelationMember.role with RelationMember.getRole() and …
(edit) @1925   15 years jttt Replaced Relation.members with Relation.getMembers()
(edit) @1898   15 years jttt Way refactoring - rewritten another parts of code to the new nodes api
(edit) @1843   15 years jttt Use OsmPrimitive methods instead of direct access to keys field when …
(edit) @1735   15 years framm - do NOT drop created_by on changesets... duh!
(edit) @1720   15 years framm + silently drop created_by tag on upload of any object (we have them …
(edit) @1670   15 years Gubaer fixed: bug in OsmApi.getOsmApi() cleanup: exception handling in …
(edit) @1640   15 years stoecker little bit more refactoring of coordinate access - patch by jttt
(edit) @1604   15 years stoecker fixed #2545 - patch by Gubaer - JOSM has problems with files from XAPI
(edit) @1587   15 years stoecker fixed #2420 - patch by Gubaer - Saved OSM file can contain empty API …
(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) @1225   15 years stoecker fixed bug in XML file
(edit) @1205   15 years stoecker fix bug #1949 and some other minor issues
(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) @1037   16 years framm - use "version" instead of "old_version" in 0.6 uploads. fixes #1649. …
(edit) @769   16 years framm - add support for <bounds> tag in .osm files using four attributes …
(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) @624   16 years framm - preliminary support for API 0.6, patches by Martijn van Oosterhout …
(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) @364   17 years framm - write unformatted dates properly
(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/OsmWriter.java
(edit) @298   17 years imi - added license description to head of each source file
Note: See TracRevisionLog for help on using the revision log.