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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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
(edit) @3158   14 years jttt Use simple casting instead of Math.floor(). Should do the same thing …
(edit) @3157   14 years jttt Keep size in QuadBuckets instead of calculating it on demand
(edit) @3155   14 years jttt Check for relations without physical members in Relation.getBBox()
(edit) @3154   14 years jttt Use positional search in QuadBuckets.contains() and remove()
(edit) @3153   14 years jttt Return copy of bbox in Way.getBBox (to make sure internal copy won't …
(edit) @3151   14 years jttt QuadBuckets.search - use only one list instead of creating and copying …
(edit) @3150   14 years jttt Split QBLevel only once in QuadBuckets, simplified add operation
(edit) @3149   14 years jttt Do not allow zero length arrays for OsmPrimitive.keys
(edit) @3148   14 years jttt Fix compilation error
(edit) @3147   14 years jttt Use virtual collections for Dataset.all... methods
(edit) @3145   14 years jttt Do not keep width at QBLevel, simplify QuadTilling.index
(edit) @3143   14 years bastiK limit the size of the undo stack
(edit) @3137   14 years Gubaer added a few utility methods
(edit) @3129   14 years jttt Memory optimizations
(edit) @3126   14 years jttt Use QuadBuckets in SimplePaintVisitor
(edit) @3119   14 years jttt Cache offscreen buffer for GpxLayer
(edit) @3117   14 years jttt Enable check for referenced deleted primitive by default
(edit) @3116   14 years jttt Reuse offscreenBuffer if layers didn't change
(edit) @3115   14 years Gubaer added Serializable on SimplePrimitiveId, going to need for DnD in a plugin
(edit) @3107   14 years jttt Fix #4624 Relations not rendered right away
(edit) @3102   14 years Gubaer fixed #4651: Ability to download incomplete relation from selection …
(edit) @3095   14 years jttt Changes in multipolygon handling (see #4661), cosmetics
(edit) @3083   14 years bastiK added svn:eol-style=native to source files
(edit) @3075   14 years jttt Remove unused class
(edit) @3067   14 years bastiK applied #4645 - option to show projected coordinates instead of …
(edit) @3056   14 years jttt Revert fix for #4612
(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
Note: See TracRevisionLog for help on using the revision log.