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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @2474   13 years jttt Do not call tagsChanged listeners that often, update …
(edit) @2472   13 years Gubaer Make sure getErrors() never returns null, see #3972
(edit) @2471   13 years Gubaer fixed #3963: Synchronize does not work
(edit) @2468   13 years stoecker remove ViewID, fix typo, i18n update
(edit) @2466   13 years jttt Removed leftover code for viewId, Boolean -> boolean
(edit) @2465   13 years jttt Use String[] instead of HashMap for OsmPrimitive.keys - saves memory …
(edit) @2460   13 years stoecker cleanup of mappaint error text handling
(edit) @2459   13 years stoecker fix #3881 - paintstyle caching broken for Undo
(edit) @2458   13 years stoecker fixed #3936 - regression - deleting last/first node of closed way …
(edit) @2457   13 years Gubaer Added hashCode() and equals() on LatLon
(edit) @2456   13 years Gubaer Additional constructor for Bounds. Going to need this in waydownloader …
(edit) @2455   13 years jttt Do not create new instance of User for every OsmPrimitive, share …
(edit) @2454   13 years jttt Set QuadBuckets.MAX_OBJECTS_PER_LEVEL back to 16 (was only two by mistake)
(edit) @2452   13 years jttt - removed mappaintVisibleCode from OsmPrimitive (should not be …
(edit) @2450   13 years jttt Added parameter Bounds to MapView, draw only currently visible …
(edit) @2449   13 years hansendc Simply QuadBuckets iterator. This should make things much clearer and …
(edit) @2448   13 years Gubaer fixed #3352: History doesn't get invalidated on upload? fixed #3912: …
(edit) @2444   13 years Gubaer fixed #3908: Exception when updating a way fixed a few I18n issues
(edit) @2443   13 years Gubaer Fixes problems with merging
(edit) @2442   13 years hansendc This should fix #3909 We created empty branches when we attempted to …
(edit) @2441   13 years jttt Make sure primitive is returned only once by QuadBuckets.search …
(edit) @2440   13 years hansendc Fixes races reported in trac #3909 This introduces locking to …
(edit) @2439   13 years jttt Added DatasetListener, Dataset now fire events everytime one of its …
(edit) @2438   13 years jttt Fixed #3898 Selection is broken
(edit) @2437   13 years jttt Cache bbox for Way
(edit) @2433   13 years Gubaer Improved test cases for MergeVisitor. Moved MergeVisitor and removed …
(edit) @2430   13 years hansendc Expose helper function in QuadBuckets. Need this for the moment since …
(edit) @2427   13 years jttt Added getBBox method to OsmPrimitive. Used it in QuadBuckets instead …
(edit) @2425   13 years hansendc Fix null pointer exception when removing some nodes
(edit) @2424   13 years hansendc Left consistency testing on. Oops.
(edit) @2423   13 years hansendc This fixes #3796. The issue was that we somehow ended up with a …
(edit) @2422   13 years jttt
(edit) @2420   13 years jttt Fix warnings in QuadBuckets
(edit) @2419   13 years jttt Reindex node or way in QuadBuckets after coordinates change
(edit) @2418   13 years Gubaer Another update of MergeVisitor. Improves merging of node lists and …
(edit) @2417   13 years Gubaer Had to update MergeVisitor as a consequence of the note in r2406 and …
(edit) @2415   13 years jttt Fixed #3870 Exception during upload
(edit) @2414   13 years Gubaer Removed methods made @deprecated in r2411.
(edit) @2412   13 years jttt Use refererrers in Draw, SplitWay and UnGlue actions
(edit) @2411   13 years jttt Reimplement BackreferencedDataset using OsmPrimitive.getReferrers
(edit) @2410   13 years jttt Add clearId parameter to primitives copy constructor, replace some …
(edit) @2407   13 years jttt Added support for referrers
(edit) @2406   13 years jttt Fix for #3863 InvocationTargetException downloading additional data
(edit) @2405   13 years jttt Save reference to dataset in OsmPrimitive
(edit) @2404   13 years jttt Use Dataset.getPrimitiveById() instead of custom looking for primitive …
(edit) @2402   13 years jttt Remove some unnecessary calls to fireSelectionChanged()
(edit) @2401   13 years jttt Changes in selection handling: - selection is passed as PrimitiveId …
(edit) @2399   13 years jttt Added map of primitives to dataset to make search by id faster check …
(edit) @2396   13 years Gubaer Made nodes, ways, and relations in DataSet private. Plugin updates to …
(edit) @2392   13 years bastiK Objects on inactive osm-layers should be painted in a shade of gray. …
(edit) @2388   13 years jttt Replace Dataset.nodes with getNodes(), etc
(edit) @2381   13 years jttt Change most occurrences of Dataset.nodes/ways/relations with …
(edit) @2380   13 years hansendc QuadBucket update * Use ArrayList for contents... iteration is faster …
(edit) @2372   13 years stoecker fix #3391 - update plugins after josm update
(edit) @2371   13 years stoecker moved system deps into platform hooks
(edit) @2370   13 years stoecker reworked user agent string to match established format
(edit) @2369   13 years Gubaer fixed #3305: Version is UNKNOWN see also [wiki:CreateBuild? howto …
(edit) @2363   13 years jttt Better toString() for OsmPrimitive
(edit) @2358   13 years Gubaer fixed #3305: Version is UNKNOWN fixed #3429: created_by=* includes the …
(edit) @2355   13 years Gubaer applied #3819: patch by hansendc: QuadBuckets upate
(edit) @2354   13 years Gubaer applied #3781: patch by hansendc: Selected ways of multipolygons drawn …
(edit) @2353   13 years Gubaer applied #3818: patch by hansendc: suppress QuadBuckets warnings
(edit) @2352   13 years Gubaer applied #3817: applied patch by hansendc: fix DataSet cast warning
(edit) @2350   13 years Gubaer applied #3781: patch by hansendc: Selecting a way that is part outer …
(edit) @2348   13 years Gubaer applied #3780: patch by hansendc: Shift selection is broken
(edit) @2341   13 years Gubaer applied #3798: patch by bastiK: Merge nodes tool - respect selection order
(edit) @2334   13 years Gubaer Improved bookmark tab in download dialog
(edit) @2332   13 years Gubaer Some updates in download dialog and related
(edit) @2327   13 years Gubaer Cleanup in download logic (less global, more encapsulation)
(edit) @2321   13 years stoecker make are text a little bit better readable
(edit) @2320   13 years Gubaer see #3775: JOSM tries to upload a new relation that references a …
(edit) @2317   13 years Gubaer applied #3663: patch by singularita: Function to automatically …
(edit) @2313   13 years stoecker applied #3272 - patch by roques - display names of areas as well …
(edit) @2309   13 years stoecker applied #3696 - patch by Dave - removed primitive based selection
(edit) @2308   13 years Gubaer fixed #3762: Deleted relation still referenced when deleting former …
(edit) @2305   13 years jttt Use PrimitiveData for Copy, Paste and Paste tags actions
(edit) @2304   13 years stoecker apply #3737 - patch by Pieren - new Lambert zones for France, still …
(edit) @2303   13 years Gubaer see #3761: Precondition failed: Node is still used by way Also added …
(edit) @2300   13 years jttt Fix id generator: getAndDecrement() -> decrementAndGet()
(edit) @2299   13 years jttt Fixed #3728 - "undo" does stupid things destroying data
(edit) @2293   13 years jttt Possible fix for #3728
(edit) @2291   13 years Gubaer Replaced OsmPrimtive.user by setters/getters
(edit) @2287   13 years stoecker removed obsolete code
(edit) @2286   13 years stoecker applied #367 - patch by Dave Hansen - NPE
(edit) @2285   13 years Gubaer Improved Download Location Dialog and created …
(edit) @2284   13 years jttt Added PrimitiveData classes. Uses PrimitiveData as storage for …
(edit) @2282   13 years Gubaer fixed #3697: selected multipolygon not always rendered in selected state
(edit) @2279   13 years Gubaer see #3697: way member of relation can't be selected in version 2276 SVN
(edit) @2273   13 years jttt Replace testing for id <= 0 with isNew() method
(edit) @2272   13 years stoecker first partial support for sub preferences, not yet functional
(edit) @2265   13 years Gubaer removed import of ReverseLookup
(edit) @2264   13 years stoecker applied #3676 - patch by Dave Hansen - cleanup selection handling interface
(edit) @2263   13 years stoecker applied #3671 - patch by Dave Hansen - performance fixes of data storage
(edit) @2252   13 years Gubaer Refactored JOSM help system, slightly extended Fixed problem with new …
(edit) @2250   13 years Gubaer fixed #3653: History for anonymous users should not be clickable fixed …
(edit) @2249   13 years jttt Cache values for hasDirection() and isTagged ()
(edit) @2247   13 years jttt Fixed #2480
(edit) @2243   13 years Gubaer fixed #3650: Double-click on items in history dialog should open …
(edit) @2242   13 years stoecker fixed #3649 - show node coordinates in history dialog
(edit) @2224   13 years stoecker see #3550 - patch by bastiK - allow resizing right handside dialogs, …
Note: See TracRevisionLog for help on using the revision log.