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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @2414   14 years Gubaer Removed methods made @deprecated in r2411.
(edit) @2412   14 years jttt Use refererrers in Draw, SplitWay and UnGlue actions
(edit) @2411   14 years jttt Reimplement BackreferencedDataset using OsmPrimitive.getReferrers
(edit) @2410   14 years jttt Add clearId parameter to primitives copy constructor, replace some …
(edit) @2407   14 years jttt Added support for referrers
(edit) @2406   14 years jttt Fix for #3863 InvocationTargetException downloading additional data
(edit) @2405   14 years jttt Save reference to dataset in OsmPrimitive
(edit) @2404   14 years jttt Use Dataset.getPrimitiveById() instead of custom looking for primitive …
(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) @2392   14 years bastiK Objects on inactive osm-layers should be painted in a shade of gray. …
(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) @2380   14 years hansendc QuadBucket update * Use ArrayList for contents... iteration is faster …
(edit) @2363   14 years jttt Better toString() for OsmPrimitive
(edit) @2355   14 years Gubaer applied #3819: patch by hansendc: QuadBuckets upate
(edit) @2354   14 years Gubaer applied #3781: patch by hansendc: Selected ways of multipolygons drawn …
(edit) @2353   14 years Gubaer applied #3818: patch by hansendc: suppress QuadBuckets warnings
(edit) @2352   14 years Gubaer applied #3817: applied patch by hansendc: fix DataSet cast warning
(edit) @2350   14 years Gubaer applied #3781: patch by hansendc: Selecting a way that is part outer …
(edit) @2348   14 years Gubaer applied #3780: patch by hansendc: Shift selection is broken
(edit) @2341   14 years Gubaer applied #3798: patch by bastiK: Merge nodes tool - respect selection order
(edit) @2327   14 years Gubaer Cleanup in download logic (less global, more encapsulation)
(edit) @2321   14 years stoecker make are text a little bit better readable
(edit) @2317   14 years Gubaer applied #3663: patch by singularita: Function to automatically …
(edit) @2313   14 years stoecker applied #3272 - patch by roques - display names of areas as well …
(edit) @2309   14 years stoecker applied #3696 - patch by Dave - removed primitive based selection
(edit) @2308   14 years Gubaer fixed #3762: Deleted relation still referenced when deleting former …
(edit) @2305   14 years jttt Use PrimitiveData for Copy, Paste and Paste tags actions
(edit) @2303   14 years Gubaer see #3761: Precondition failed: Node is still used by way Also added …
(edit) @2300   15 years jttt Fix id generator: getAndDecrement() -> decrementAndGet()
(edit) @2299   15 years jttt Fixed #3728 - "undo" does stupid things destroying data
(edit) @2293   15 years jttt Possible fix for #3728
(edit) @2291   15 years Gubaer Replaced OsmPrimtive.user by setters/getters
(edit) @2286   15 years stoecker applied #367 - patch by Dave Hansen - NPE
(edit) @2285   15 years Gubaer Improved Download Location Dialog and created …
(edit) @2284   15 years jttt Added PrimitiveData classes. Uses PrimitiveData as storage for …
(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) @2273   15 years jttt Replace testing for id <= 0 with isNew() method
(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) @2252   15 years Gubaer Refactored JOSM help system, slightly extended Fixed problem with new …
(edit) @2249   15 years jttt Cache values for hasDirection() and isTagged ()
(edit) @2243   15 years Gubaer fixed #3650: Double-click on items in history dialog should open …
(edit) @2242   15 years stoecker fixed #3649 - show node coordinates in history dialog
(edit) @2216   15 years Gubaer see #3614: JOSM not displaying all loaded ways argh, this should do it ;-)
(edit) @2214   15 years Gubaer see #3614: JOSM not displaying all loaded ways hmm, *this* is the way …
(edit) @2213   15 years Gubaer see #3614: JOSM not displaying all loaded ways
(edit) @2206   15 years jttt Minor optimalizations
(edit) @2204   15 years jttt Save way nodes as array instead of ArrayList to save memory
(edit) @2197   15 years stoecker fix 3587 - patch by Dave Hansen - NPE
(edit) @2188   15 years Gubaer fixed #3570: uploated deletions create conflicts at next upload
(edit) @2186   15 years jttt Fix #3549
(edit) @2181   15 years stoecker lots of i18n fixes
(edit) @2180   15 years stoecker typo
(edit) @2179   15 years stoecker further i18n context improvements
(edit) @2177   15 years stoecker using KDE context instead of own format
(edit) @2174   15 years stoecker added context handling for translated strings
(edit) @2166   15 years stoecker see #3475 - patch by Petr Dlouhý - improve speed
(edit) @2165   15 years stoecker applied #3532 - path by Dave Hansen - infrastructure for faster data access
(edit) @2163   15 years stoecker fixed typos
(edit) @2145   15 years stoecker see #3475 - patch by Petr Dlouhý - cleanups
(edit) @2141   15 years Gubaer applied #3513: patch by Claudius Henrichs : Typos and unifying …
(edit) @2129   15 years stoecker see #3475 - minor cleanup
(edit) @2125   15 years stoecker added files
(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) @2095   15 years Gubaer rewrite of MergeNodesAction new: new conflict resolution dialog for …
(edit) @2087   15 years stoecker fixed #3306 - wrong handling of restriction via ways
(edit) @2083   15 years Gubaer Removed deprecated constructors in ExtendedDialog Turned most of the …
(edit) @2081   15 years Gubaer fixed #3393: loooong delay when using presets with a large osm file - …
(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) @2067   15 years stoecker added isUsable() to primitives to replace (!incomplete && !deleted) …
(edit) @2034   15 years Gubaer refactored UserListDialog fixed #3379: Add a link to …
(edit) @2025   15 years Gubaer new: improved dialog for uploading/saving modified layers on exit new: …
(edit) @2019   15 years Gubaer Improved history feature
(edit) @2017   15 years Gubaer removed OptionPaneUtil cleanup of deprecated Layer API cleanup of …
(edit) @2013   15 years stoecker fix #3341 - NPE
(edit) @2008   15 years Gubaer new: tag conflict resolution when pasting tags (only if necessary) …
(edit) @1997   15 years Gubaer fixed #3328: show note= again at relations
(edit) @1990   15 years Gubaer fixed #3261: Use the "name:$CURRENT_LOCALE" name in the JOSM UI …
(edit) @1989   15 years Gubaer fixed #3281: OsmPrimitiveType fails for fusional and/or agglutinative …
(edit) @1951   15 years jttt Replace some occurrences of RelationMember.member with getters
(edit) @1948   15 years Gubaer fixed #3234: Update selection is broke for relations
(edit) @1946   15 years Gubaer applied #3235: patch by Daeron: Visitor implementation doesn't belong …
(edit) @1938   15 years jttt Replace some occurrences of RelationMember.member with getters
(edit) @1937   15 years jttt Replace some occurrences of RelationMember.member with getters
(edit) @1934   15 years Gubaer added some javadoc
(edit) @1933   15 years Gubaer Made OsmPrimitive::getName() abstract, implemented getName() on Changeset
(edit) @1932   15 years Gubaer fixed #3217: Split way does not work
(edit) @1930   15 years jttt Replace RelationMember.role with RelationMember.getRole() and …
(edit) @1928   15 years jttt Make parameterless RelationMember constructor deprecated
(edit) @1926   15 years jttt Replaced Relation.members with Relation.getMember() or …
(edit) @1925   15 years jttt Replaced Relation.members with Relation.getMembers()
(edit) @1924   15 years jttt Made OsmPrimitive.keys deprecated, removed remaining references in JOSM
Note: See TracRevisionLog for help on using the revision log.