source: josm/trunk/src/org/openstreetmap/josm/data/osm/DataSet.java

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @9067   8 years Don-vip sonar - Immutable Field
(edit) @8870   9 years Don-vip sonar - squid:S2325 - "private" methods that don't access instance …
(edit) @8855   9 years Don-vip sonar - Unused private method should be removed sonar - Unused …
(edit) @8840   9 years Don-vip sonar - squid:S3052 - Fields should not be initialized to default values
(edit) @8512   9 years Don-vip checkstyle: redundant modifiers
(edit) @8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
(edit) @8470   9 years Don-vip javadoc fixes. Removed one duplicated method in exception handling
(edit) @8338   9 years Don-vip fix squid:S1319 - Declarations should use Java collection interfaces …
(edit) @8291   9 years Don-vip fix squid:RedundantThrowsDeclarationCheck + consistent Javadoc for …
(edit) @7816   9 years bastiK fixed #10860 - set initial viewport correctly when mapview is opened
(edit) @7714   9 years Don-vip fix #9564 - NPE
(edit) @7575   10 years Don-vip fix #7976 - Get downloaded gpx areas, on the same model as osm data
(edit) @7501   10 years Don-vip fix #10483 - drastic improvement of data consistency test performance
(edit) @7395   10 years Don-vip javadoc update/cleanup
(edit) @7073   10 years bastiK see #9691 - really fix broken MapCSSTagChecker unit test
(edit) @7013   10 years Don-vip drop support of OSM API 0.5
(edit) @7005   10 years Don-vip see #8465 - use diamond operator where applicable
(edit) @6920   10 years Don-vip fix #9778, fix #9806 - access OSM API and JOSM website in HTTPS by …
(edit) @6886   10 years Don-vip fix #6373 - proper conflict resolution after failed attempt to delete …
(edit) @6830   10 years Don-vip javadoc fixes for jdk8 compatibility
(edit) @6643   10 years Don-vip global replacement of e.printStackTrace() by Main.error(e)
(edit) @6380   10 years Don-vip update license/copyright information
(edit) @6317   11 years Don-vip Sonar/FindBugs - Loose coupling
(edit) @6285   11 years Don-vip Sonar/Findbugs - Make some classes final if they define a clone() …
(edit) @6248   11 years Don-vip Rework console output: - new log level "error" - Replace nearly all …
(edit) @5881   11 years stoecker javadoc fixes
(edit) @5798   11 years Don-vip Do not trigger selectionChanged events when selecting the same …
(edit) @5674   11 years jttt Move IdHash to Storage class and rename to PrimitiveIdHash to make it …
(edit) @5360   12 years Don-vip fix #7776 - Selection of deleted objects
(edit) @5266   12 years bastiK fixed majority of javadoc warnings by replacing "{@see" by "{@link"
(edit) @5122   12 years Don-vip Add ProgressMonitor to DataSet.mergeFrom()
(edit) @5062   12 years Don-vip Fix DataSet.mergeFrom() not working with nested relations
(edit) @5025   12 years Don-vip see #4043 - Have an 'upload prohibited' flag in .osm files
(edit) @4895   12 years stoecker remove deprecation
(edit) @4726   12 years jttt Fix exception handling (xml file not valid against xsd can't cause …
(edit) @4724   12 years jttt Fix some of errors found by FindBugs
(edit) @4580   12 years Don-vip see #2212 - Allow JOSM to download data crossing the 180th meridian
(edit) @4414   13 years bastiK applied #6742 - allow script generated files to set default changeset …
(edit) @4327   13 years xeen updates visual appearance of highlights and adds them to select and …
(edit) @4310   13 years stoecker fix #6680, fix #6677 - i18n issues
(edit) @4126   13 years bastiK memory optimizations for Node & WayPoint (Patch by Gubaer, modified) …
(edit) @4087   13 years bastiK PaintVisitor refactoring, includes hook for external MapRenderers …
(edit) @4064   13 years bastiK applied #6250 (patch by akks) - move selection history to dataset
(edit) @3801   13 years bastiK generalize DatasetCollection.java (make OsmPrimitive a generic type …
(edit) @3782   13 years jttt Fix #5814 middleclick on way getting drawn locks josm completely
(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) @3541   14 years bastiK fixed #5397 - Modified state is not reset after save/commit
(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) @3479   14 years jttt cosmetics
(edit) @3471   14 years jttt Fix #5379 Fixing duplicate nodes very slow when filter dock is open
(edit) @3458   14 years bastiK fixed #5365 - Deadlock when using tracer plugin
(edit) @3457   14 years bastiK fix IDE warnings (cosmetics)
(edit) @3440   14 years jttt Fix #5333 "Merge selection" tool is broken
(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) @3426   14 years stoecker see #5303 - some cleanup patches from matthew Bell - partially applied only
(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) @3408   14 years jttt Show only actions that can work on all selected layers in …
(edit) @3382   14 years jttt Fix #4928 Moving of objects adds offset to down and right
(edit) @3378   14 years jttt Fix #2662 Auto-save
(edit) @3362   14 years stoecker fix #5182 - Conflict system simplification - patch by Upliner
(edit) @3348   14 years jttt Thread safe Dataset and OsmPrimitive, read/write lock for dataset
(edit) @3316   14 years stoecker removed remaining paint error handling
(edit) @3300   14 years bastiK see #4998 - Impossible to select nodes with filter
(edit) @3210   14 years bastiK autocompletion rework; breaks tageditor plugin and possibly other …
(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) @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) @3177   14 years bastiK Filter: improved selection handling. (Don't allow to select filtered …
(edit) @3166   14 years jttt Different fix for #4815 - having bbox in each instance of Node would …
(edit) @3163   14 years bastiK fixed #4815 (after [3154] you cannot remove a node from quadbuckets if …
(edit) @3147   14 years jttt Use virtual collections for Dataset.all... methods
(edit) @3116   14 years jttt Reuse offscreenBuffer if layers didn't change
(edit) @3102   14 years Gubaer fixed #4651: Ability to download incomplete relation from selection …
(edit) @3008   14 years jttt Fix fix for #4539
(edit) @2998   14 years mjulius fixes #4539 - Exception copying layer in DataSet.clone() substitute …
(edit) @2982   14 years jttt Calculate bbox for relations, use it in mappaint.
(edit) @2944   14 years jttt Fix unlinking primitive from relation
(edit) @2871   14 years jttt Partially fix situation after last layer removal - most objects still …
(edit) @2845   14 years mjulius fix messages for data
(edit) @2711   14 years stoecker fix bad line endings
(edit) @2682   14 years stoecker added update modified action
(edit) @2657   14 years jttt Cache list of used tags in properties dialog (faster adding of keys in …
(edit) @2656   14 years jttt Optimalization of two hotspots found by profiler. Makes drawing in …
(edit) @2655   14 years jttt Fixed #4161 Major slowdown in recent versions, used correct pattern …
(edit) @2623   14 years jttt Fire primitivesAdded event after also after primitive was downloaded …
(edit) @2622   14 years jttt Dataset changed events refactored - DatasetEventManager now allows to …
(edit) @2613   14 years Gubaer new: global in-memory cache for downloaded changesets new: toggle …
(edit) @2610   14 years mjulius Fixes #4115 - bogus warning about nodes outside download area in …
(edit) @2578   14 years jttt Encalupse OsmPrimitive.incomplete
(edit) @2517   14 years jttt Fixed #3920 Selection history is broken
(edit) @2515   14 years hansendc Fix ConcurrentModificationException on selListeners …
(edit) @2512   14 years stoecker i18n updated, fixed files to reduce problems when applying patches, …
(edit) @2497   14 years jttt Added Dataset.beginUpdate and Dataset.endUpdate that can be used to …
(edit) @2472   14 years Gubaer Make sure getErrors() never returns null, see #3972
Note: See TracRevisionLog for help on using the revision log.