source: josm/trunk/src/org/openstreetmap/josm/data/osm/Relation.java

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @4100   13 years bastiK use IPrimitive to make upload code work for both OsmPrimitive and …
(edit) @4098   13 years bastiK extract common functionality of OsmPrimitive & PrimitiveData to an …
(edit) @3943   13 years bastiK fixed #6040 - JOSM doesn't display mappaint colours and style for …
(edit) @3844   13 years stoecker see #5899 - support different display of closed ways and areas
(edit) @3719   13 years bastiK added missing license information
(edit) @3359   14 years jttt Fix #5197 Combining relation members corrupts relation (SVN 3358)
(edit) @3348   14 years jttt Thread safe Dataset and OsmPrimitive, read/write lock for dataset
(edit) @3347   14 years jttt Use RelationMember[] array as storage in Relation
(edit) @3262   14 years bastiK extended command list dialog; added inspection panel
(edit) @3155   14 years jttt Check for relations without physical members in Relation.getBBox()
(edit) @3153   14 years jttt Return copy of bbox in Way.getBBox (to make sure internal copy won't …
(edit) @3117   14 years jttt Enable check for referenced deleted primitive by default
(edit) @3107   14 years jttt Fix #4624 Relations not rendered right away
(edit) @3102   14 years Gubaer fixed #4651: Ability to download incomplete relation from selection …
(edit) @3032   14 years jttt Throw DataIntegrityProblemException when deleted primitive is …
(edit) @3025   14 years jttt Fix tests
(edit) @2982   14 years jttt Calculate bbox for relations, use it in mappaint.
(edit) @2970   14 years jttt Throw DataIntergrityException also when Way/Relation with broken …
(edit) @2963   14 years jttt Throw DatasetIntegrityException when somebody is trying to add …
(edit) @2932   14 years mjulius bring PrimitiveData.getId() in line with OsmPrimitive.getId() remove …
(edit) @2623   14 years jttt Fire primitivesAdded event after also after primitive was downloaded …
(edit) @2620   14 years jttt Remove OsmPrimitive.setIncomplete()
(edit) @2579   14 years jttt Removed Relation.isIncomplete - it was overriding …
(edit) @2578   14 years jttt Encalupse OsmPrimitive.incomplete
(edit) @2555   14 years stoecker fixed #4055 - patch my mjulius - fix object compare
(edit) @2512   14 years stoecker i18n updated, fixed files to reduce problems when applying patches, …
(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) @2437   14 years jttt Cache bbox for Way
(edit) @2427   14 years jttt Added getBBox method to OsmPrimitive. Used it in QuadBuckets instead …
(edit) @2410   14 years jttt Add clearId parameter to primitives copy constructor, replace some …
(edit) @2407   14 years jttt Added support for referrers
(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) @2399   14 years jttt Added map of primitives to dataset to make search by id faster check …
(edit) @2381   14 years jttt Change most occurrences of Dataset.nodes/ways/relations with …
(edit) @2363   14 years jttt Better toString() for OsmPrimitive
(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) @2284   15 years jttt Added PrimitiveData classes. Uses PrimitiveData as storage for …
(edit) @2083   15 years Gubaer Removed deprecated constructors in ExtendedDialog Turned most of the …
(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) @2017   15 years Gubaer removed OptionPaneUtil cleanup of deprecated Layer API cleanup of …
(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) @1951   15 years jttt Replace some occurrences of RelationMember.member with getters
(edit) @1926   15 years jttt Replaced Relation.members with Relation.getMember() or …
(edit) @1925   15 years jttt Replaced Relation.members with Relation.getMembers()
(edit) @1762   15 years Gubaer added: improved tag editor grid in relation editor (borrowed code from …
(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) @1598   15 years framm * secured all methods in Way class against breakage when used with …
(edit) @1596   15 years framm * added primitive code to relation editor that shows whether or not …
(edit) @1439   15 years stoecker fixed #2232
(edit) @1200   15 years stoecker add error handling for multipolygon drawing
(edit) @1169   15 years stoecker removed usage of tab stops
(edit) @1162   15 years stoecker close #1747
(edit) @999   16 years stoecker close bug #1588, code cleanup by bruce89
(edit) @766   16 years stoecker typo
(edit) @765   16 years stoecker Fixed memory overflow, prevent looped relations. Closes #1356.
(edit) @755   16 years stoecker better sorting of selected elements and relation list, reenabled …
(edit) @627   16 years framm - added svn:eol-style prop to all .java files. it is suggested that …
(edit) @624   16 years framm - preliminary support for API 0.6, patches by Martijn van Oosterhout …
(edit) @582   16 years framm - got rid of a few compiler warnings
(add) @343   17 years gebner Merge 0.5.
Note: See TracRevisionLog for help on using the revision log.