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) @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
(edit) @2460   14 years stoecker cleanup of mappaint error text handling
(edit) @2452   14 years jttt - removed mappaintVisibleCode from OsmPrimitive (should not be …
(edit) @2450   14 years jttt Added parameter Bounds to MapView, draw only currently visible …
(edit) @2439   14 years jttt Added DatasetListener, Dataset now fire events everytime one of its …
(edit) @2438   14 years jttt Fixed #3898 Selection is broken
(edit) @2437   14 years jttt Cache bbox for Way
(edit) @2419   14 years jttt Reindex node or way in QuadBuckets after coordinates change
(edit) @2412   14 years jttt Use refererrers in Draw, SplitWay and UnGlue actions
(edit) @2405   14 years jttt Save reference to dataset in OsmPrimitive
(edit) @2402   14 years jttt Remove some unnecessary calls to fireSelectionChanged()
(edit) @2401   14 years jttt Changes in selection handling: - selection is passed as PrimitiveId …
(edit) @2399   14 years jttt Added map of primitives to dataset to make search by id faster check …
(edit) @2396   14 years Gubaer Made nodes, ways, and relations in DataSet private. Plugin updates to …
(edit) @2388   14 years jttt Replace Dataset.nodes with getNodes(), etc
(edit) @2381   14 years jttt Change most occurrences of Dataset.nodes/ways/relations with …
(edit) @2352   14 years Gubaer applied #3817: applied patch by hansendc: fix DataSet cast warning
(edit) @2348   14 years Gubaer applied #3780: patch by hansendc: Shift selection is broken
(edit) @2317   15 years Gubaer applied #3663: patch by singularita: Function to automatically …
(edit) @2309   15 years stoecker applied #3696 - patch by Dave - removed primitive based selection
(edit) @2305   15 years jttt Use PrimitiveData for Copy, Paste and Paste tags actions
(edit) @2282   15 years Gubaer fixed #3697: selected multipolygon not always rendered in selected state
(edit) @2279   15 years Gubaer see #3697: way member of relation can't be selected in version 2276 SVN
(edit) @2265   15 years Gubaer removed import of ReverseLookup
(edit) @2264   15 years stoecker applied #3676 - patch by Dave Hansen - cleanup selection handling interface
(edit) @2263   15 years stoecker applied #3671 - patch by Dave Hansen - performance fixes of data storage
(edit) @2181   15 years stoecker lots of i18n fixes
(edit) @2165   15 years stoecker applied #3532 - path by Dave Hansen - infrastructure for faster data access
(edit) @2141   15 years Gubaer applied #3513: patch by Claudius Henrichs : Typos and unifying …
(edit) @2120   15 years stoecker see #3475 - patch by Petr Dlouhý - code rework for display filtering
(edit) @2115   15 years Gubaer new: reading open changesets from the server new: reading user info …
(edit) @2077   15 years Gubaer Had to replace DataSet:getPrimitiveById(id) with …
(edit) @2070   15 years Gubaer new: rewrite of CombineWay action new: conflict resolution dialog for …
(edit) @2025   15 years Gubaer new: improved dialog for uploading/saving modified layers on exit new: …
(edit) @1997   15 years Gubaer fixed #3328: show note= again at relations
(edit) @1937   15 years jttt Replace some occurrences of RelationMember.member with getters
(edit) @1925   15 years jttt Replaced Relation.members with Relation.getMembers()
(edit) @1910   15 years jttt Way refactoring - finish replacing Way.nodes with the new api
(edit) @1899   15 years jttt Add setter/getter for OsmPrimitive.selected
(edit) @1856   15 years Gubaer improved deleting relations
(edit) @1814   15 years Gubaer removed dependencies to Main.ds, removed Main.ds removed AddVisitor, …
(edit) @1756   15 years Gubaer fixed #2888: Check for deleted elements should ignore incomplete elements
(edit) @1690   15 years Gubaer new: MultiFetchServerObjectReader using APIs Multi Fetch method …
(edit) @1677   15 years stoecker remove all these ugly tab stops introduced in the last half year
(edit) @1670   15 years Gubaer fixed: bug in OsmApi.getOsmApi() cleanup: exception handling in …
(edit) @1647   15 years stoecker fixed plugin handling a bit
(edit) @1557   15 years framm rename "getSelectedPhysical" to "getSelectedNodesAndWays"
(edit) @1523   15 years framm * Major redesign of how JOSM talks to the OSM server. Connections now …
(edit) @1415   15 years stoecker applied patch #2185 by bruce89
(edit) @1398   15 years stoecker fixed #2140. modified patch by xeen.
(edit) @1180   15 years stoecker fixed bug #1871, removed all deprecations
(edit) @1169   15 years stoecker removed usage of tab stops
(edit) @1004   16 years framm - display a confirmation request if user tries to delete data outside …
(edit) @999   16 years stoecker close bug #1588, code cleanup by bruce89
(edit) @755   16 years stoecker better sorting of selected elements and relation list, reenabled …
(edit) @753   16 years stoecker no longer select relations and incomplete elements. Fixes #616.
(edit) @746   16 years framm - changed AutoScaleAction to leave some margin around selected objects …
(edit) @655   16 years ramack patch by bruce89, closes #812; thanks bruce
(edit) @627   16 years framm - added svn:eol-style prop to all .java files. it is suggested that …
(edit) @558   16 years david implement Paste Tags
(edit) @369   17 years gebner Fix bug #392.
(edit) @343   17 years gebner Merge 0.5.
(copy) @321   17 years (none) - restructure of repository to support branches. Do 'svn switch …
copied from src/org/openstreetmap/josm/data/osm/DataSet.java
(edit) @298   17 years imi - added license description to head of each source file
Note: See TracRevisionLog for help on using the revision log.