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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @4000   13 years stoecker fix typo
(edit) @3953   13 years bastiK fixed #6040 - JOSM doesn't display mappaint colours and style for …
(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) @3843   13 years bastiK first version of mapstyle dialog; still hidden because its unfinished …
(edit) @3836   13 years bastiK mappaint restructuring aimed at mapcss support: * area- and line style …
(edit) @3824   13 years bastiK Separate styles from style generation. This may seem a little over the …
(edit) @3731   13 years Upliner fix exception when copy-pasting invisible object "visible" property …
(edit) @3657   13 years bastiK fixed #5636 - Can't fully PURGE some boundary:administrative ways …
(edit) @3653   13 years bastiK applied #5627 (patch by bilbo) - Speedup of node drawing
(edit) @3471   14 years jttt Fix #5379 Fixing duplicate nodes very slow when filter dock is open
(edit) @3466   14 years stoecker see #5372 - fix missing style switch
(edit) @3398   14 years bastiK reduce number of warnings
(edit) @3348   14 years jttt Thread safe Dataset and OsmPrimitive, read/write lock for dataset
(edit) @3342   14 years jttt Cleanup/organize OsmPrimitive
(edit) @3341   14 years stoecker added some more uninteresting keys - fixes #5174
(edit) @3336   14 years stoecker #close #5135 - allow undeleting without recreating object - patch by …
(edit) @3300   14 years bastiK see #4998 - Impossible to select nodes with filter
(edit) @3262   14 years bastiK extended command list dialog; added inspection panel
(edit) @3207   14 years jttt Fix #4861 Coding error reported on uploading changeset (GPS survey …
(edit) @3177   14 years bastiK Filter: improved selection handling. (Don't allow to select filtered …
(edit) @3149   14 years jttt Do not allow zero length arrays for OsmPrimitive.keys
(edit) @3129   14 years jttt Memory optimizations
(edit) @3116   14 years jttt Reuse offscreenBuffer if layers didn't change
(edit) @3056   14 years jttt Revert fix for #4612
(edit) @3042   14 years mjulius fixes #4612 - delete members while relation dialog is open leads to …
(edit) @3025   14 years jttt Fix tests
(edit) @3004   14 years mjulius fixes #4533 - JOSM tries to upload a versionless way after it's merged …
(edit) @3003   14 years mjulius fixes #4540 - watch:* and source:* tags should be considered as …
(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) @2906   14 years mjulius remove OsmPrimitive.entrySet() using keySet()/get() or getKeys() instead
(edit) @2903   14 years bastiK a few minor issues: * fixed #2316 - Improve Inactive Presets handling …
(edit) @2890   14 years bastiK Reverse Arrows for 'oneway=-1' and similar (see #2387). More …
(edit) @2883   14 years jttt Fixed #2809 Change what "interesting direction hints" means
(edit) @2845   14 years mjulius fix messages for data
(edit) @2822   14 years Gubaer see #4339: applied patch by andre68: MessageFormat fixes
(edit) @2714   14 years mjulius fixes #4272 - OsmPrimitive.setDisabled() not public
(edit) @2711   14 years stoecker fix bad line endings
(edit) @2696   14 years Gubaer see #4208: temporary fix
(edit) @2675   14 years jttt MapPaintVisitor - delegate drawing to styles, MapPaintVisitor should …
(edit) @2657   14 years jttt Cache list of used tags in properties dialog (faster adding of keys in …
(edit) @2656   14 years jttt Optimalization of two hotspots found by profiler. Makes drawing in …
(edit) @2655   14 years jttt Fixed #4161 Major slowdown in recent versions, used correct pattern …
(edit) @2651   14 years Gubaer getDirectionKeys() put in after removal in r2645. validator still …
(edit) @2645   14 years jttt SearchCompiler refactoring, use search pattern for …
(edit) @2623   14 years jttt Fire primitivesAdded event after also after primitive was downloaded …
(edit) @2620   14 years jttt Remove OsmPrimitive.setIncomplete()
(edit) @2615   14 years mjulius store incomplete flag in PrimitiveData
(edit) @2604   14 years Gubaer New: JOSM reading, writing, merging changeset attribute fixed #4090: …
(edit) @2603   14 years stoecker fixed #4126 - turn restrictions not drawn
(edit) @2591   14 years jttt Fix #4114 - NPE when zooming out after updating a partially downloaded …
(edit) @2587   14 years jttt Added Way.hasIncompletNodes(), Way.isIncomplete() now returns true …
(edit) @2583   14 years jttt Fix #4103 Exception on undo
(edit) @2578   14 years jttt Encalupse OsmPrimitive.incomplete
(edit) @2574   14 years stoecker fix #4085, #4084 - patch by mjulius - fix exception
(edit) @2565   14 years Gubaer Removed BackReferenceDataSet and CollectBackReferenceVisitor because …
(edit) @2512   14 years stoecker i18n updated, fixed files to reduce problems when applying patches, …
(edit) @2485   14 years jttt Update relation list dialog only when dialog is visible (not even …
(edit) @2482   14 years Gubaer Had to clean up key handling methods in OsmPrimtive. Semantics of …
(edit) @2481   14 years Gubaer fixed #3967: Relation editor generates conflicts
(edit) @2474   14 years jttt Do not call tagsChanged listeners that often, update …
(edit) @2465   14 years jttt Use String[] instead of HashMap for OsmPrimitive.keys - saves memory …
(edit) @2460   14 years stoecker cleanup of mappaint error text handling
(edit) @2459   14 years stoecker fix #3881 - paintstyle caching broken for Undo
(edit) @2452   14 years jttt - removed mappaintVisibleCode from OsmPrimitive (should not be …
(edit) @2450   14 years jttt Added parameter Bounds to MapView, draw only currently visible …
(edit) @2448   14 years Gubaer fixed #3352: History doesn't get invalidated on upload? fixed #3912: …
(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) @2417   14 years Gubaer Had to update MergeVisitor as a consequence of the note in r2406 and …
(edit) @2415   14 years jttt Fixed #3870 Exception during upload
(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) @2399   14 years jttt Added map of primitives to dataset to make search by id faster check …
(edit) @2363   14 years jttt Better toString() for OsmPrimitive
(edit) @2341   14 years Gubaer applied #3798: patch by bastiK: Merge nodes tool - respect selection order
(edit) @2309   15 years stoecker applied #3696 - patch by Dave - removed primitive based selection
(edit) @2305   15 years jttt Use PrimitiveData for Copy, Paste and Paste tags actions
(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) @2284   15 years jttt Added PrimitiveData classes. Uses PrimitiveData as storage for …
(edit) @2273   15 years jttt Replace testing for id <= 0 with isNew() method
(edit) @2264   15 years stoecker applied #3676 - patch by Dave Hansen - cleanup selection handling interface
(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) @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) @2188   15 years Gubaer fixed #3570: uploated deletions create conflicts at next upload
(edit) @2181   15 years stoecker lots of i18n fixes
(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) @2083   15 years Gubaer Removed deprecated constructors in ExtendedDialog Turned most of the …
(edit) @2070   15 years Gubaer new: rewrite of CombineWay action new: conflict resolution dialog for …
Note: See TracRevisionLog for help on using the revision log.