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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @3511   14 years stoecker fix #5410 - server error message hidden from user
(edit) @3501   14 years bastiK fixed #4632 - Button Help puts help window under main window
(edit) @3479   14 years jttt cosmetics
(edit) @3461   14 years bastiK added gui preference for autosave; fixed #5359 - Button to delete …
(edit) @3456   14 years bastiK use Java's native String intern feature
(edit) @3423   14 years stoecker fix #5221 - patch by Upliner - errors in conflict manager
(edit) @3422   14 years stoecker fix #4401 - upload error - patch by Upliner
(edit) @3408   14 years jttt Show only actions that can work on all selected layers in …
(edit) @3378   14 years jttt Fix #2662 Auto-save
(edit) @3372   14 years bastiK fixed #5226 - XML encodings and byte-order marker (BOM) support
(edit) @3366   14 years bastiK revert debugging code from last commit
(edit) @3365   14 years bastiK see #5220 - Timestamp and GPS tags fail to load from HTC Tattoo images
(edit) @3362   14 years stoecker fix #5182 - Conflict system simplification - patch by Upliner
(edit) @3344   14 years bastiK fixed #4259 - Authentication dialog appears several times while …
(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) @3255   14 years jttt Fix #4764 Fehler
(edit) @3226   14 years jttt Show line number in error message when loading of osm file fails. See #4487
(edit) @3225   14 years jttt Remove long deprecated data change listener
(edit) @3217   14 years bastiK fixed #4971 NullPointerException at OsmReader.java:586, caused by …
(edit) @3212   14 years bastiK fixed #4950 - Bad loop over attribute list (patch by jamesmikedupont)
(edit) @3129   14 years jttt Memory optimizations
(edit) @3122   14 years Gubaer fixed #4673: I18n: motd in russian not displayed
(edit) @3083   14 years bastiK added svn:eol-style=native to source files
(edit) @3041   14 years stoecker fixed #4613 - icon updates
(edit) @3021   14 years mjulius escape space characters in URLs to download
(edit) @3012   14 years jttt Save primitives to .osm file sorted
(edit) @3011   14 years jttt Fix #4551 r3007 causes an NPE on startup
(edit) @3007   14 years Gubaer cosmetics
(edit) @3005   14 years mjulius fixes #4523 - "???" downloading size
(edit) @2990   14 years jttt Fix some eclipse warnings
(edit) @2986   14 years jttt Fix some of FindBugs warnings
(edit) @2971   14 years jttt Create all relations first in OsmReader to prevent (bogus) consistency …
(edit) @2955   14 years mjulius
(edit) @2953   14 years mjulius fixes #4492 - josm doesn't read action=delete from osm file set the …
(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) @2936   14 years jttt Fixed #4408 confict manager: do not have to solve tag- and …
(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) @2915   14 years stoecker close #4458 - text fixes - patch by Andre
(edit) @2907   14 years jttt Gpx refactoring - GpxTrack and GpxTrackSegment is now interface, …
(edit) @2889   14 years stoecker close #4418 - support zip files for styles and presets
(edit) @2875   14 years mjulius fix some more unescaped '
(edit) @2867   14 years jttt Better gpx layer tooltip, don't add gpx layer if gpx file is empty
(edit) @2862   14 years Gubaer fixed #4322: No error message if trying to upload without OAuth token
(edit) @2852   14 years mjulius fix messages for io
(edit) @2851   14 years jttt Added progress monitor to JpgImporter, allow to cancel importing
(edit) @2832   14 years Gubaer fixed NPE with new location for elemstyles.xml, see r2827
(edit) @2828   14 years stoecker removed wrong translation calls
(edit) @2825   14 years Gubaer fixed #4328: No visible error message when trying to upload to a …
(edit) @2822   14 years Gubaer see #4339: applied patch by andre68: MessageFormat fixes
(edit) @2817   14 years Gubaer fixed #3063: Downloading a plugin yields 3 dialogs at the same time: …
(edit) @2801   14 years stoecker fixed line endings of recent checkins
(edit) @2799   14 years stoecker don't create empty image layer - closes #4274 - patch by bomm
(edit) @2795   14 years jttt Allow to load incomplete gpx files
(edit) @2789   14 years jttt Fixed some FindBugs warnings
(edit) @2781   14 years Gubaer fixed #4170: Downloaded open changesets are not listed
(edit) @2771   14 years stoecker typo
(edit) @2751   14 years Gubaer Improved user feedback when downloading relations
(edit) @2748   14 years Gubaer new: JOSM now supports OAuth See also …
(edit) @2734   14 years framm message fixes
(edit) @2733   14 years framm message fixes
(edit) @2719   14 years stoecker fixed last checkin
(edit) @2713   14 years stoecker removed obsolete code (re-add when necessary)
(edit) @2711   14 years stoecker fix bad line endings
(edit) @2703   14 years bastiK correct errors from last check in
(edit) @2702   14 years bastiK fixed #4100 - unable to simply load already referenced images Added …
(edit) @2688   14 years Gubaer Partial commit due to issue described in #4137 Breaks the build
(edit) @2676   14 years jttt Fix some of the warnings found by FindBugs
(edit) @2673   14 years stoecker fixed proxy test
(edit) @2672   14 years Gubaer fixed #4214: error opening prefrences window
(edit) @2655   14 years jttt Fixed #4161 Major slowdown in recent versions, used correct pattern …
(edit) @2641   14 years Gubaer new: supports system defined proxies if JOSM is started with …
(edit) @2626   14 years jttt Fixed some of the warnings found by FindBugs
(edit) @2620   14 years jttt Remove OsmPrimitive.setIncomplete()
(edit) @2613   14 years Gubaer new: global in-memory cache for downloaded changesets new: toggle …
(edit) @2609   14 years stoecker applied #4146 - patch by mjulius - fix downloading incomplete relation
(edit) @2606   14 years bastiK geoimage: add thumbnail caching (fixes #4116, see #4101)
(edit) @2604   14 years Gubaer New: JOSM reading, writing, merging changeset attribute fixed #4090: …
(edit) @2599   14 years Gubaer fixed #4130: Chunked upload mode counter is wrong fixed #4118: Upload …
(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) @2569   14 years Gubaer fixed #3684: Add "chunked" upload mode Removed support for API "0.5" …
(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) @2484   14 years Gubaer fixed #3925: Download relation members takes a long time to return
(edit) @2480   14 years Gubaer fixed #3937: Closed changeset (due to timeout) remains in the upload dialog
(edit) @2479   14 years Gubaer ChangesetProcessingType not used any more. Removing.
(edit) @2478   14 years Gubaer see #3887: java.lang.NullPointerException while uploading …
(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) @2443   14 years Gubaer Fixes problems with merging
(edit) @2433   14 years Gubaer Improved test cases for MergeVisitor. Moved MergeVisitor and removed …
(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
Note: See TracRevisionLog for help on using the revision log.