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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @2579   16 years jttt Removed Relation.isIncomplete - it was overriding …
(edit) @2578   16 years jttt Encalupse OsmPrimitive.incomplete
(edit) @2574   16 years stoecker fix #4085, #4084 - patch by mjulius - fix exception
(edit) @2573   16 years stoecker applied #4068 - patch by mjulius - fix combine way and way reversing
(edit) @2572   16 years stoecker applied #3527 - hidden option for zoom extension
(edit) @2570   16 years bastiK Changed the greatCircleDistance formula to haver-sine. The old cosine …
(edit) @2565   16 years Gubaer Removed BackReferenceDataSet and CollectBackReferenceVisitor because …
(edit) @2563   16 years Gubaer fixed #3400: relation editor: improvement to highlight an element …
(edit) @2561   16 years jttt Applied #4059 by mjulius - Relation history window does not show up
(edit) @2555   16 years stoecker fixed #4055 - patch my mjulius - fix object compare
(edit) @2552   16 years bastiK cleanup for r2539 and r2541. See #3520
(edit) @2542   16 years stoecker cleanup plugin information a bit
(edit) @2541   16 years stoecker fixed #2539 - redone last fix a bit
(edit) @2539   16 years bastiK see #3520 - Do not remove selection when using undo (partial fix)
(edit) @2532   16 years Gubaer Fixing NPE sometimes occuring at startup in Lambert projection
(edit) @2527   16 years jttt Added new test to DatasetConsistencyTest - ways with less than two nodes.
(edit) @2526   16 years bastiK draw turn restrictions in gray if when the layer is inactive
(edit) @2521   16 years jttt Fixed #3704 Relation memberships are not handled at all when a way is …
(edit) @2518   16 years bastiK fix naive variable swap
(edit) @2517   16 years jttt Fixed #3920 Selection history is broken
(edit) @2516   16 years stoecker close #4015 - Zoomlevel changes whenever the preference dialog is closed
(edit) @2515   16 years hansendc Fix ConcurrentModificationException on selListeners …
(edit) @2513   16 years stoecker fixed #3989 - typo
(edit) @2512   16 years stoecker i18n updated, fixed files to reduce problems when applying patches, …
(edit) @2511   16 years stoecker close #3581 - polish coordinate systems - patch by stlman poczta fm
(edit) @2509   16 years stoecker fixed NPE - closes #3989
(edit) @2507   16 years stoecker apply #2989 - patch by pieren - improve lambert projection
(edit) @2501   16 years jttt Added another tests to dataset consistency tester
(edit) @2500   16 years jttt Added Dataset consistency test that can be invoked on osm layer or in …
(edit) @2499   16 years stoecker see #3989 - subprojection fixes
(edit) @2497   16 years jttt Added Dataset.beginUpdate and Dataset.endUpdate that can be used to …
(edit) @2496   16 years stoecker see #3989 - subprojection fixes
(edit) @2491   16 years stoecker fix for subprojections
(edit) @2485   16 years jttt Update relation list dialog only when dialog is visible (not even …
(edit) @2484   16 years Gubaer fixed #3925: Download relation members takes a long time to return
(edit) @2482   16 years Gubaer Had to clean up key handling methods in OsmPrimtive. Semantics of …
(edit) @2481   16 years Gubaer fixed #3967: Relation editor generates conflicts
(edit) @2474   16 years jttt Do not call tagsChanged listeners that often, update …
(edit) @2472   16 years Gubaer Make sure getErrors() never returns null, see #3972
(edit) @2471   16 years Gubaer fixed #3963: Synchronize does not work
(edit) @2468   16 years stoecker remove ViewID, fix typo, i18n update
(edit) @2466   16 years jttt Removed leftover code for viewId, Boolean -> boolean
(edit) @2465   16 years jttt Use String[] instead of HashMap for OsmPrimitive.keys - saves memory …
(edit) @2460   16 years stoecker cleanup of mappaint error text handling
(edit) @2459   16 years stoecker fix #3881 - paintstyle caching broken for Undo
(edit) @2458   16 years stoecker fixed #3936 - regression - deleting last/first node of closed way …
(edit) @2457   16 years Gubaer Added hashCode() and equals() on LatLon
(edit) @2456   16 years Gubaer Additional constructor for Bounds. Going to need this in waydownloader …
(edit) @2455   16 years jttt Do not create new instance of User for every OsmPrimitive, share …
(edit) @2454   16 years jttt Set QuadBuckets.MAX_OBJECTS_PER_LEVEL back to 16 (was only two by mistake)
(edit) @2452   16 years jttt - removed mappaintVisibleCode from OsmPrimitive (should not be …
(edit) @2450   16 years jttt Added parameter Bounds to MapView, draw only currently visible …
(edit) @2449   16 years hansendc Simply QuadBuckets iterator. This should make things much clearer and …
(edit) @2448   16 years Gubaer fixed #3352: History doesn't get invalidated on upload? fixed #3912: …
(edit) @2444   16 years Gubaer fixed #3908: Exception when updating a way fixed a few I18n issues
(edit) @2443   16 years Gubaer Fixes problems with merging
(edit) @2442   16 years hansendc This should fix #3909 We created empty branches when we attempted to …
(edit) @2441   16 years jttt Make sure primitive is returned only once by QuadBuckets.search …
(edit) @2440   16 years hansendc Fixes races reported in trac #3909 This introduces locking to …
(edit) @2439   16 years jttt Added DatasetListener, Dataset now fire events everytime one of its …
(edit) @2438   16 years jttt Fixed #3898 Selection is broken
(edit) @2437   16 years jttt Cache bbox for Way
(edit) @2433   16 years Gubaer Improved test cases for MergeVisitor. Moved MergeVisitor and removed …
(edit) @2430   16 years hansendc Expose helper function in QuadBuckets. Need this for the moment since …
(edit) @2427   16 years jttt Added getBBox method to OsmPrimitive. Used it in QuadBuckets instead …
(edit) @2425   16 years hansendc Fix null pointer exception when removing some nodes
(edit) @2424   16 years hansendc Left consistency testing on. Oops.
(edit) @2423   16 years hansendc This fixes #3796. The issue was that we somehow ended up with a …
(edit) @2422   16 years jttt
(edit) @2420   16 years jttt Fix warnings in QuadBuckets
(edit) @2419   16 years jttt Reindex node or way in QuadBuckets after coordinates change
(edit) @2418   16 years Gubaer Another update of MergeVisitor. Improves merging of node lists and …
(edit) @2417   16 years Gubaer Had to update MergeVisitor as a consequence of the note in r2406 and …
(edit) @2415   16 years jttt Fixed #3870 Exception during upload
(edit) @2414   16 years Gubaer Removed methods made @deprecated in r2411.
(edit) @2412   16 years jttt Use refererrers in Draw, SplitWay and UnGlue actions
(edit) @2411   16 years jttt Reimplement BackreferencedDataset using OsmPrimitive.getReferrers
(edit) @2410   16 years jttt Add clearId parameter to primitives copy constructor, replace some …
(edit) @2407   16 years jttt Added support for referrers
(edit) @2406   16 years jttt Fix for #3863 InvocationTargetException downloading additional data
(edit) @2405   16 years jttt Save reference to dataset in OsmPrimitive
(edit) @2404   16 years jttt Use Dataset.getPrimitiveById() instead of custom looking for primitive …
(edit) @2402   16 years jttt Remove some unnecessary calls to fireSelectionChanged()
(edit) @2401   16 years jttt Changes in selection handling: - selection is passed as PrimitiveId …
(edit) @2399   16 years jttt Added map of primitives to dataset to make search by id faster check …
(edit) @2396   16 years Gubaer Made nodes, ways, and relations in DataSet private. Plugin updates to …
(edit) @2392   16 years bastiK Objects on inactive osm-layers should be painted in a shade of gray. …
(edit) @2388   16 years jttt Replace Dataset.nodes with getNodes(), etc
(edit) @2381   16 years jttt Change most occurrences of Dataset.nodes/ways/relations with …
(edit) @2380   16 years hansendc QuadBucket update * Use ArrayList for contents... iteration is faster …
(edit) @2372   16 years stoecker fix #3391 - update plugins after josm update
(edit) @2371   16 years stoecker moved system deps into platform hooks
(edit) @2370   16 years stoecker reworked user agent string to match established format
(edit) @2369   16 years Gubaer fixed #3305: Version is UNKNOWN see also [wiki:CreateBuild howto …
(edit) @2363   16 years jttt Better toString() for OsmPrimitive
(edit) @2358   16 years Gubaer fixed #3305: Version is UNKNOWN fixed #3429: created_by=* includes the …
(edit) @2355   16 years Gubaer applied #3819: patch by hansendc: QuadBuckets upate
(edit) @2354   16 years Gubaer applied #3781: patch by hansendc: Selected ways of multipolygons drawn …
(edit) @2353   16 years Gubaer applied #3818: patch by hansendc: suppress QuadBuckets warnings
(edit) @2352   16 years Gubaer applied #3817: applied patch by hansendc: fix DataSet cast warning
Note: See TracRevisionLog for help on using the revision log.