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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @3053   14 years jttt Fix tests
(edit) @3042   14 years mjulius fixes #4612 - delete members while relation dialog is open leads to …
(edit) @3040   14 years mjulius in DataSetMerger use PrimitiveId instead of UniqueId for mergedMap - …
(edit) @3039   14 years mjulius fixes #4522 - Merging between layers throws unnecessary conflicts for …
(edit) @3034   14 years jttt Fix #4467 Don't silently drop locally deleted member primitives from …
(edit) @3033   14 years jttt Fix #4572 after update data - way contains deleted member
(edit) @3032   14 years jttt Throw DataIntegrityProblemException when deleted primitive is …
(edit) @3025   14 years jttt Fix tests
(edit) @3018   14 years bastiK fixed #4566 - seperator and decimal-point in download dialog
(edit) @3008   14 years jttt Fix fix for #4539
(edit) @3004   14 years mjulius fixes #4533 - JOSM tries to upload a versionless way after it's merged …
(edit) @3003   14 years mjulius fixes #4540 - watch:* and source:* tags should be considered as …
(edit) @3000   14 years jttt Fix #4536 Exception after upload
(edit) @2998   14 years mjulius fixes #4539 - Exception copying layer in DataSet.clone() substitute …
(edit) @2996   14 years jttt Fix #4406 tags disapear: merging node with ID:0 and tag to existing …
(edit) @2990   14 years jttt Fix some eclipse warnings
(edit) @2987   14 years bastiK fixed #4289 - rendering goes crazy at high zoom levels, fixed #4424 - …
(edit) @2986   14 years jttt Fix some of FindBugs warnings
(edit) @2985   14 years jttt Make DataChangedListener deprecated (replaced by DatasetListener), …
(edit) @2982   14 years jttt Calculate bbox for relations, use it in mappaint.
(edit) @2979   14 years Gubaer fixed #4386: "There are unsolved conflicts in layer X" holds up any …
(edit) @2978   14 years jttt Fix #4521
(edit) @2975   14 years Gubaer applied #4517: patch by Petr Dlouhý: JOSM is crashing, when Tracer …
(edit) @2970   14 years jttt Throw DataIntergrityException also when Way/Relation with broken …
(edit) @2963   14 years jttt Throw DatasetIntegrityException when somebody is trying to add …
(edit) @2961   14 years Gubaer fixed #4392: exception in version history dialog on re-downloading a …
(edit) @2958   14 years jttt Fix #4468 Status -> OutOfMemory after copying layer
(edit) @2954   14 years mjulius fixes #4491 - Exception after typo in oneway tag
(edit) @2949   14 years jttt Show only one message box in conflicts dialog when multiple members …
(edit) @2948   14 years jttt Multipolygon with multiple outer polygons optimization - test bbox …
(edit) @2944   14 years jttt Fix unlinking primitive from relation
(edit) @2943   14 years mjulius generally round Bounds to LatLon.MAX_SERVER_PRECISION
(edit) @2942   14 years mjulius fixes #4441 - error downloading/sync when updating data round bounding …
(edit) @2941   14 years bastiK fix gpx drawing ("intersects" is to strict on horizontal/vertical …
(edit) @2936   14 years jttt Fixed #4408 confict manager: do not have to solve tag- and …
(edit) @2935   14 years mjulius fixes #4476 - Deleted nodes cause an conflict if the data is …
(edit) @2933   14 years mjulius fixes #4467 - Don't silently drop locally deleted member primitives …
(edit) @2932   14 years mjulius bring PrimitiveData.getId() in line with OsmPrimitive.getId() remove …
(edit) @2926   14 years mjulius Fix NPE when CONTRIBUTION|LICENSE|README files are not found
(edit) @2925   14 years jttt Better log from DatasetConsistencyTest
(edit) @2923   14 years mjulius New action: DownloadPrimitiveAction This allows to download a specific …
(edit) @2920   14 years jttt Fixed NPE from log in #4409
(edit) @2915   14 years stoecker close #4458 - text fixes - patch by Andre
(edit) @2912   14 years jttt Fixed #4330 java.lang.ArrayIndexOutOfBoundsException: 6 >= 6, added …
(edit) @2911   14 years jttt Fixed #4456 Ways disappear in wireframe, still show up in mappaint but …
(edit) @2908   14 years jttt Improve gpx loading performance
(edit) @2907   14 years jttt Gpx refactoring - GpxTrack and GpxTrackSegment is now interface, …
(edit) @2906   14 years mjulius remove OsmPrimitive.entrySet() using keySet()/get() or getKeys() instead
(edit) @2903   14 years bastiK a few minor issues: * fixed #2316 - Improve Inactive Presets handling …
(edit) @2896   14 years jttt Fixed #4057 JOSM loses data on save: Approx 20% data loss of ways but …
(edit) @2891   14 years bastiK Made the bbox display in the 'Bookmarks' tab of the download dialog …
(edit) @2890   14 years bastiK Reverse Arrows for 'oneway=-1' and similar (see #2387). More …
(edit) @2883   14 years jttt Fixed #2809 Change what "interesting direction hints" means
(edit) @2881   14 years jttt Fixed #4412 after confict management: selecting a relation does not …
(edit) @2879   14 years jttt Remove bogus warning in data consistency test
(edit) @2874   14 years bastiK use PrimaryDateParser to parse time of GPS points (for geoimage)
(edit) @2871   14 years jttt Partially fix situation after last layer removal - most objects still …
(edit) @2868   14 years jttt Fixed #4324 New ways not displayed
(edit) @2867   14 years jttt Better gpx layer tooltip, don't add gpx layer if gpx file is empty
(edit) @2863   14 years jttt Fixed #4377 routes plugin search for user names defect, added boolean …
(edit) @2854   14 years mjulius fix some translation contexts
(edit) @2845   14 years mjulius fix messages for data
(edit) @2822   14 years Gubaer see #4339: applied patch by andre68: MessageFormat fixes
(edit) @2818   14 years mjulius don't paste incomplete members When relations with incomplete members …
(edit) @2817   14 years Gubaer fixed #3063: Downloading a plugin yields 3 dialogs at the same time: …
(edit) @2815   14 years mjulius fixed potential problem when different primitive types with same IDs …
(edit) @2805   14 years jttt Use double instead of latlon (slightly faster)
(edit) @2801   14 years stoecker fixed line endings of recent checkins
(edit) @2795   14 years jttt Allow to load incomplete gpx files
(edit) @2793   14 years jttt Fixed #4329: Multipolygon painting broken
(edit) @2789   14 years jttt Fixed some FindBugs warnings
(edit) @2788   14 years jttt Move most of multipolygon handling from MapPaintVisitor to the new …
(edit) @2762   14 years jttt Remove error checks form MapPaintVisitor that are already done in validator
(edit) @2753   14 years Gubaer fixed #4295: Relations don't update properly
(edit) @2748   14 years Gubaer new: JOSM now supports OAuth See also …
(edit) @2747   14 years Gubaer Partial commit due to #4137. Comment to follow in another commit.
(edit) @2741   14 years jttt Fixed #4261 Selection information is not updated after undo/redo, …
(edit) @2730   14 years stoecker fix #4287 - typo
(edit) @2725   14 years stoecker close #4279 - use previous node size defaults
(edit) @2722   14 years stoecker fixed #4278 - nagging warnings
(edit) @2717   14 years stoecker close #4128 - new name search server
(edit) @2714   14 years mjulius fixes #4272 - OsmPrimitive.setDisabled() not public
(edit) @2713   14 years stoecker removed obsolete code (re-add when necessary)
(edit) @2711   14 years stoecker fix bad line endings
(edit) @2706   14 years stoecker fix #4234 - fix anti-aliasing - patch by Upliner
(edit) @2699   14 years mjulius moved MAX_SERVER_PRECISION from Projection to LatLon …
(edit) @2696   14 years Gubaer see #4208: temporary fix
(edit) @2694   14 years Gubaer fixed one off in getRoundedToOsmPrecision()
(edit) @2693   14 years Gubaer added getRoundedToOsmPrecision(), going to be used in the validator …
(edit) @2686   14 years Gubaer Partial commit due to issue described in #4137 Breaks the build
(edit) @2683   14 years mjulius fixes #4149 - exception when undoing reversal of way with tag …
(edit) @2682   14 years stoecker added update modified action
(edit) @2679   14 years jttt Fixed #4230 NPE when searching for name$:[a-z] in Iceland.osm
(edit) @2678   14 years jttt Minor cleanup in multipolygon code
(edit) @2676   14 years jttt Fix some of the warnings found by FindBugs
(edit) @2675   14 years jttt MapPaintVisitor - delegate drawing to styles, MapPaintVisitor should …
(edit) @2671   14 years jttt Make MapPaintVisitor independent of SimplePaintVisitor
(edit) @2670   14 years mjulius fixed more typos.
(edit) @2669   14 years stoecker fixed typo
(edit) @2668   14 years jttt Fixed #4207 getCurrentDataSet() returns null after adding new layers …
Note: See TracRevisionLog for help on using the revision log.