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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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
(edit) @3336   14 years stoecker #close #5135 - allow undeleting without recreating object - patch by …
(edit) @3329   14 years stoecker improve painting of disabled multipolygons
(edit) @3322   14 years stoecker fix #5078 - regressions in drawing code - please test if everything …
(edit) @3321   14 years jttt Validate tagging presets when they're added in Preferences dialog
(edit) @3317   14 years stoecker allow to search incomplete elements again
(edit) @3316   14 years stoecker removed remaining paint error handling
(edit) @3307   14 years stoecker see #5078 - untagged ways are drawn with multipolygon style again, …
(edit) @3300   14 years bastiK see #4998 - Impossible to select nodes with filter
(edit) @3291   14 years stoecker fix #4414 - draw selected relation and selected elements a bit different
(edit) @3275   14 years bastiK remove unnecessary java 6 usage
(edit) @3274   14 years jttt Fix consistency test (exception was throw in case of referrenced …
(edit) @3269   14 years stoecker also render names when they are in the multipolygon relation itself
(edit) @3265   14 years jttt Fix #5049
(edit) @3262   14 years bastiK extended command list dialog; added inspection panel
(edit) @3254   14 years jttt Check complete nodes with null coordinates are not added to the way
(edit) @3253   14 years jttt See #3892: NPE when dragging virtual node (further debugging info)
(edit) @3246   14 years jttt Add simple wrapper for preferences, add projection changed event (will …
(edit) @3243   14 years bastiK fixed #4935 - Wireframe painting broken for high zoom
(edit) @3232   14 years jttt Fix #2297 JOSM Webstart fails at loading plugins, cleanup puwg projection
(edit) @3225   14 years jttt Remove long deprecated data change listener
(edit) @3222   14 years jttt Fix #4396 Priorities for style elements working only partially
(edit) @3210   14 years bastiK autocompletion rework; breaks tageditor plugin and possibly other …
(edit) @3209   14 years bastiK minor cleanup
(edit) @3207   14 years jttt Fix #4861 Coding error reported on uploading changeset (GPS survey …
(edit) @3206   14 years jttt Remove obsoleted methods from Dataset, replace some calls of …
(edit) @3205   14 years framm revert Mercator EPSG back to 3857
(edit) @3204   14 years Gubaer fixed EPSG code for Mercator projection
(edit) @3202   14 years bastiK preliminary fix for (see #4861) (Don't raise exception, just give …
(edit) @3201   14 years stoecker fix #4766 (exception), don't display virtual nodes for disabled …
(edit) @3199   14 years bastiK see #4929 - filtered objects can be selected: fixed the first and the …
(edit) @3194   14 years jttt Fix #4875 Display settings->Colors->Set all to default segfaults
(edit) @3187   14 years bastiK clean up debugging code from last commit
(edit) @3186   14 years bastiK fixed #4601 - Conflict list dialog won't update unless I prod it
(edit) @3185   14 years bastiK fixed typo (see #4876 - Size of tagged nodes no longer configureable)
(edit) @3180   14 years bastiK applied #4876 - make size of tagged nodes configurable (patch by petschge)
(edit) @3178   14 years bastiK * disable all filters if the filter dialog is not visible * show the …
(edit) @3177   14 years bastiK Filter: improved selection handling. (Don't allow to select filtered …
(edit) @3168   14 years bastiK applied #4641 - projection change for the French Cadastre (patch by pieren)
(edit) @3167   14 years jttt Added mappaint performance test
(edit) @3166   14 years jttt Different fix for #4815 - having bbox in each instance of Node would …
(edit) @3165   14 years bastiK change tagged node color in wire frame view
(edit) @3164   14 years bastiK fixed #4820 (change node paint style like in [3159], but for wireframeview)
(edit) @3163   14 years bastiK fixed #4815 (after [3154] you cannot remove a node from quadbuckets if …
(edit) @3159   14 years bastiK fixed #2801 - Display junction nodes with a different style à la Potlatch
Note: See TracRevisionLog for help on using the revision log.