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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @3704   13 years bastiK added multipoly plugin to josm core. authors: bilbo and Viesturs …
(edit) @3703   13 years bastiK fixed #5703 - Redoing move after paste doesn't work correctly
(edit) @3700   13 years bastiK fixed #4742 - validator: do not warn about deleting a …
(edit) @3699   13 years bastiK fixed #4363 - validator: check for noexit=yes before warning about …
(edit) @3698   13 years bastiK fixed #5701 - validator: false error "unconnected coastline" reported …
(edit) @3696   13 years bastiK Slightly change the behaviour of getArray. This enables support for …
(edit) @3692   13 years bastiK applied #5681 (patch by Hanno Hecker) - fix to SWEREF99 / EPSG:3008 …
(edit) @3691   13 years framm - add preference to draw outlines for polygons only, overriding any …
(edit) @3690   13 years bastiK applied #5681 (patch by Hanno Hecker) add SWEREF99 / EPSG:3008 …
(edit) @3689   13 years bastiK fixed #5682 - npe in cellrenderer when shutting down JOSM
(edit) @3686   13 years bastiK remove debugging output for #5559; some comments
(edit) @3685   13 years bastiK fixed #5245 - strange lines in wireframe view (activate clipping …
(edit) @3679   13 years bastiK see #5559 - ExtendedDialog.showDialog() blocks when called in main …
(edit) @3676   13 years stoecker apply #5664 - patch by verbatium - Fix Lambert EST
(edit) @3675   13 years bastiK debug output for autosave (#5559 and others)
(edit) @3674   13 years bastiK Replace Bag by MultiMap. Both collections are quite similar, but there …
(edit) @3673   13 years bastiK (hopefully) fix some coding errors
(edit) @3671   13 years bastiK adapt coding style (to some degree); there shouldn't be any semantic …
(edit) @3670   13 years bastiK fix path
(edit) @3669   13 years bastiK add validator plugin to josm core. Original author: Francisco R. …
(edit) @3657   13 years bastiK fixed #5636 - Can't fully PURGE some boundary:administrative ways …
(edit) @3656   13 years bastiK applied #5604 (patch by m.zdila) - support different formats of GPS …
(edit) @3653   13 years bastiK applied #5627 (patch by bilbo) - Speedup of node drawing
(edit) @3650   13 years bastiK applied #5599 (patch by extropy) - Join areas speed improvement
(edit) @3636   13 years bastiK see #5577 (patch by extropy) - Move some methods and make them public …
(edit) @3635   13 years bastiK applied #5551 (patch by extropy) - Added LKS-92 projection for Latvia
(edit) @3630   13 years bastiK applied #5552 (patch by extropy) - Delete performance improvement
(edit) @3603   14 years jttt Fix iterator
(edit) @3594   14 years bastiK applied #5500 (patch by cmuelle8) - improve SelectAction and …
(edit) @3588   14 years jttt Dataset thread safety documentation (see #5525)
(edit) @3584   14 years jttt Fix #5525 Error when adding a node in the middle of a way
(edit) @3565   14 years bastiK Draw ways as a continuous line and not each segment separately. This …
(edit) @3559   14 years bastiK autosave: fix issues with deleting autosaved layers on start
(edit) @3557   14 years bastiK applied #5427 (patch by extropy) - Extrude leaves unnecessary nodes …
(edit) @3549   14 years stoecker document code for array prefs
(edit) @3548   14 years stoecker remove wrong warning
(edit) @3547   14 years bastiK fix preference: putCollection shifts the arguments left, when first …
(edit) @3541   14 years bastiK fixed #5397 - Modified state is not reset after save/commit
(edit) @3531   14 years stoecker fix array preferences a bit
(edit) @3530   14 years stoecker fix array preferences
(edit) @3528   14 years stoecker improve applet a bit
(edit) @3527   14 years stoecker add Array storage to prefs, move bookmarks into preferences file
(edit) @3515   14 years stoecker fixed #5431 - splitting way fails when outer-node is also inner node
(edit) @3507   14 years stoecker fix #6506 - applet destroys josm prefs
(edit) @3505   14 years stoecker fix #5402 - creates different users for same name when no OSM id given
(edit) @3504   14 years bastiK reworked reverseWay and combineWay such that it can be used by other …
(edit) @3503   14 years bastiK fixed #5067 - crash while uploading
(edit) @3480   14 years bastiK fixed some issues with world bounds; add basic projection tests
(edit) @3479   14 years jttt cosmetics
(edit) @3477   14 years stoecker apply patch by Gnonthgol - fix #5330 - UTM issues
(edit) @3476   14 years jttt QuadBuckets optimization - keep children as fields instead of 4-item array
(edit) @3473   14 years bastiK see #5327 (patch by sbrunner) - Swissgrild uses approximate formulas …
(edit) @3471   14 years jttt Fix #5379 Fixing duplicate nodes very slow when filter dock is open
(edit) @3468   14 years stoecker fix #5375 - build error
(edit) @3466   14 years stoecker see #5372 - fix missing style switch
(edit) @3461   14 years bastiK added gui preference for autosave; fixed #5359 - Button to delete …
(edit) @3458   14 years bastiK fixed #5365 - Deadlock when using tracer plugin
(edit) @3457   14 years bastiK fix IDE warnings (cosmetics)
(edit) @3453   14 years bastiK suppress some trivial warnings
(edit) @3451   14 years jttt Memory leaks, minor changes needed by wmsplugin
(edit) @3440   14 years jttt Fix #5333 "Merge selection" tool is broken
(edit) @3438   14 years stoecker fix some charset errors
(edit) @3435   14 years jttt Fix #5320 autosave restore: josm loads data before affirmation
(edit) @3432   14 years bastiK added a view consistency test - might be too strict, let's see. …
(edit) @3431   14 years bastiK added purge action (some testing would be welcome)
(edit) @3430   14 years jttt Check for null coordinate when adding node to dataset
(edit) @3426   14 years stoecker see #5303 - some cleanup patches from matthew Bell - partially applied only
(edit) @3425   14 years stoecker fix #5244 - port to signpost 1.2 - patch by dpaleino
(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) @3416   14 years jttt Add Dataset.add/removeSelectionListener methods, change eclipse …
(edit) @3414   14 years jttt Fix #5089 Error at upload
(edit) @3412   14 years bastiK fixed #3187 - Feature request: coordinates also in degrees minutes
(edit) @3411   14 years bastiK fixed #5275 - Displayed co-ordinate precision adjustment
(edit) @3408   14 years jttt Show only actions that can work on all selected layers in …
(edit) @3401   14 years jttt Fix #5255 filter: wrong info about the amount of filtered objects.
(edit) @3398   14 years bastiK reduce number of warnings
(edit) @3385   14 years jttt Fix warnings
(edit) @3384   14 years jttt Support Copy&Paste in relation editor
(edit) @3382   14 years jttt Fix #4928 Moving of objects adds offset to down and right
(edit) @3381   14 years jttt Fix #5264 error occurs when closing josm
(edit) @3380   14 years stoecker readded plugin checking
(edit) @3379   14 years jttt Fixed #5255 filter: strange info about a negative amount of filtered …
(edit) @3378   14 years jttt Fix #2662 Auto-save
(edit) @3377   14 years mjulius Don't set the modified flag when merging a semantically equal …
(edit) @3371   14 years jttt Fix #5018 DataIntegrityProblemException: Primitive must be part of the …
(edit) @3367   14 years jttt Fix filters
(edit) @3362   14 years stoecker fix #5182 - Conflict system simplification - patch by Upliner
(edit) @3359   14 years jttt Fix #5197 Combining relation members corrupts relation (SVN 3358)
(edit) @3356   14 years bastiK added filter tests
(edit) @3355   14 years jttt Simplify/optimize filters implementation
(edit) @3354   14 years jttt Fix #5193 josm got very slow recently (reverted fix for #5018)
(edit) @3352   14 years jttt Fix #5018 DataIntegrityProblemException: Primitive must be part of the …
(edit) @3348   14 years jttt Thread safe Dataset and OsmPrimitive, read/write lock for dataset
(edit) @3347   14 years jttt Use RelationMember[] array as storage in Relation
(edit) @3346   14 years bastiK fixed: header of filter dialog shows wrong numbers (always 0)
(edit) @3344   14 years bastiK fixed #4259 - Authentication dialog appears several times while …
(edit) @3343   14 years stoecker fix #5181 - changed french projections - patch by Pieren#
(edit) @3342   14 years jttt Cleanup/organize OsmPrimitive
(edit) @3341   14 years stoecker added some more uninteresting keys - fixes #5174
Note: See TracRevisionLog for help on using the revision log.