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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @2424   17 years hansendc Left consistency testing on. Oops.
(edit) @2423   17 years hansendc This fixes #3796. The issue was that we somehow ended up with a …
(edit) @2422   17 years jttt
(edit) @2420   17 years jttt Fix warnings in QuadBuckets
(edit) @2419   17 years jttt Reindex node or way in QuadBuckets after coordinates change
(edit) @2418   17 years Gubaer Another update of MergeVisitor. Improves merging of node lists and …
(edit) @2417   17 years Gubaer Had to update MergeVisitor as a consequence of the note in r2406 and …
(edit) @2415   17 years jttt Fixed #3870 Exception during upload
(edit) @2414   17 years Gubaer Removed methods made @deprecated in r2411.
(edit) @2412   17 years jttt Use refererrers in Draw, SplitWay and UnGlue actions
(edit) @2411   17 years jttt Reimplement BackreferencedDataset using OsmPrimitive.getReferrers
(edit) @2410   17 years jttt Add clearId parameter to primitives copy constructor, replace some …
(edit) @2407   17 years jttt Added support for referrers
(edit) @2406   17 years jttt Fix for #3863 InvocationTargetException downloading additional data
(edit) @2405   17 years jttt Save reference to dataset in OsmPrimitive
(edit) @2404   17 years jttt Use Dataset.getPrimitiveById() instead of custom looking for primitive …
(edit) @2402   17 years jttt Remove some unnecessary calls to fireSelectionChanged()
(edit) @2401   17 years jttt Changes in selection handling: - selection is passed as PrimitiveId …
(edit) @2399   17 years jttt Added map of primitives to dataset to make search by id faster check …
(edit) @2396   17 years Gubaer Made nodes, ways, and relations in DataSet private. Plugin updates to …
(edit) @2392   17 years bastiK Objects on inactive osm-layers should be painted in a shade of gray. …
(edit) @2388   17 years jttt Replace Dataset.nodes with getNodes(), etc
(edit) @2381   17 years jttt Change most occurrences of Dataset.nodes/ways/relations with …
(edit) @2380   17 years hansendc QuadBucket update * Use ArrayList for contents... iteration is faster …
(edit) @2372   17 years stoecker fix #3391 - update plugins after josm update
(edit) @2371   17 years stoecker moved system deps into platform hooks
(edit) @2370   17 years stoecker reworked user agent string to match established format
(edit) @2369   17 years Gubaer fixed #3305: Version is UNKNOWN see also [wiki:CreateBuild howto …
(edit) @2363   17 years jttt Better toString() for OsmPrimitive
(edit) @2358   17 years Gubaer fixed #3305: Version is UNKNOWN fixed #3429: created_by=* includes the …
(edit) @2355   17 years Gubaer applied #3819: patch by hansendc: QuadBuckets upate
(edit) @2354   17 years Gubaer applied #3781: patch by hansendc: Selected ways of multipolygons drawn …
(edit) @2353   17 years Gubaer applied #3818: patch by hansendc: suppress QuadBuckets warnings
(edit) @2352   17 years Gubaer applied #3817: applied patch by hansendc: fix DataSet cast warning
(edit) @2350   17 years Gubaer applied #3781: patch by hansendc: Selecting a way that is part outer …
(edit) @2348   17 years Gubaer applied #3780: patch by hansendc: Shift selection is broken
(edit) @2341   17 years Gubaer applied #3798: patch by bastiK: Merge nodes tool - respect selection order
(edit) @2334   17 years Gubaer Improved bookmark tab in download dialog
(edit) @2332   17 years Gubaer Some updates in download dialog and related
(edit) @2327   17 years Gubaer Cleanup in download logic (less global, more encapsulation)
(edit) @2321   17 years stoecker make are text a little bit better readable
(edit) @2320   17 years Gubaer see #3775: JOSM tries to upload a new relation that references a …
(edit) @2317   17 years Gubaer applied #3663: patch by singularita: Function to automatically …
(edit) @2313   17 years stoecker applied #3272 - patch by roques - display names of areas as well …
(edit) @2309   17 years stoecker applied #3696 - patch by Dave - removed primitive based selection
(edit) @2308   17 years Gubaer fixed #3762: Deleted relation still referenced when deleting former …
(edit) @2305   17 years jttt Use PrimitiveData for Copy, Paste and Paste tags actions
(edit) @2304   17 years stoecker apply #3737 - patch by Pieren - new Lambert zones for France, still …
(edit) @2303   17 years Gubaer see #3761: Precondition failed: Node is still used by way Also added …
(edit) @2300   17 years jttt Fix id generator: getAndDecrement() -> decrementAndGet()
(edit) @2299   17 years jttt Fixed #3728 - "undo" does stupid things destroying data
(edit) @2293   17 years jttt Possible fix for #3728
(edit) @2291   17 years Gubaer Replaced OsmPrimtive.user by setters/getters
(edit) @2287   17 years stoecker removed obsolete code
(edit) @2286   17 years stoecker applied #367 - patch by Dave Hansen - NPE
(edit) @2285   17 years Gubaer Improved Download Location Dialog and created …
(edit) @2284   17 years jttt Added PrimitiveData classes. Uses PrimitiveData as storage for …
(edit) @2282   17 years Gubaer fixed #3697: selected multipolygon not always rendered in selected state
(edit) @2279   17 years Gubaer see #3697: way member of relation can't be selected in version 2276 SVN
(edit) @2273   17 years jttt Replace testing for id <= 0 with isNew() method
(edit) @2272   17 years stoecker first partial support for sub preferences, not yet functional
(edit) @2265   17 years Gubaer removed import of ReverseLookup
(edit) @2264   17 years stoecker applied #3676 - patch by Dave Hansen - cleanup selection handling interface
(edit) @2263   17 years stoecker applied #3671 - patch by Dave Hansen - performance fixes of data storage
(edit) @2252   17 years Gubaer Refactored JOSM help system, slightly extended Fixed problem with new …
(edit) @2250   17 years Gubaer fixed #3653: History for anonymous users should not be clickable fixed …
(edit) @2249   17 years jttt Cache values for hasDirection() and isTagged ()
(edit) @2247   17 years jttt Fixed #2480
(edit) @2243   17 years Gubaer fixed #3650: Double-click on items in history dialog should open …
(edit) @2242   17 years stoecker fixed #3649 - show node coordinates in history dialog
(edit) @2224   17 years stoecker see #3550 - patch by bastiK - allow resizing right handside dialogs, …
(edit) @2216   17 years Gubaer see #3614: JOSM not displaying all loaded ways argh, this should do it ;-)
(edit) @2214   17 years Gubaer see #3614: JOSM not displaying all loaded ways hmm, *this* is the way …
(edit) @2213   17 years Gubaer see #3614: JOSM not displaying all loaded ways
(edit) @2206   17 years jttt Minor optimalizations
(edit) @2204   17 years jttt Save way nodes as array instead of ArrayList to save memory
(edit) @2198   17 years Gubaer fixed #3249: Resolve conflicts between invisible and deleted …
(edit) @2197   17 years stoecker fix 3587 - patch by Dave Hansen - NPE
(edit) @2188   17 years Gubaer fixed #3570: uploated deletions create conflicts at next upload
(edit) @2186   17 years jttt Fix #3549
(edit) @2181   17 years stoecker lots of i18n fixes
(edit) @2180   17 years stoecker typo
(edit) @2179   17 years stoecker further i18n context improvements
(edit) @2177   17 years stoecker using KDE context instead of own format
(edit) @2174   17 years stoecker added context handling for translated strings
(edit) @2168   17 years Gubaer fixed #3304: Upload failed - Placeholder Relation not found fixed …
(edit) @2166   17 years stoecker see #3475 - patch by Petr Dlouhý - improve speed
(edit) @2165   17 years stoecker applied #3532 - path by Dave Hansen - infrastructure for faster data access
(edit) @2163   17 years stoecker fixed typos
(edit) @2151   17 years Gubaer applied #3526: patch by glebius@...: be more verbose about available …
(edit) @2145   17 years stoecker see #3475 - patch by Petr Dlouhý - cleanups
(edit) @2141   17 years Gubaer applied #3513: patch by Claudius Henrichs : Typos and unifying …
(edit) @2129   17 years stoecker see #3475 - minor cleanup
(edit) @2125   17 years stoecker added files
(edit) @2120   17 years stoecker see #3475 - patch by Petr Dlouhý - code rework for display filtering
(edit) @2115   17 years Gubaer new: reading open changesets from the server new: reading user info …
(edit) @2114   17 years stoecker see #3016 - patch by xeen - fixes some zooming issues
(edit) @2098   17 years Gubaer see #3347: patches by singularita@…: Merging nodes, fixing …
(edit) @2095   17 years Gubaer rewrite of MergeNodesAction new: new conflict resolution dialog for …
(edit) @2087   17 years stoecker fixed #3306 - wrong handling of restriction via ways
Note: See TracRevisionLog for help on using the revision log.