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) @5266   12 years bastiK fixed majority of javadoc warnings by replacing "{@see" by "{@link"
(edit) @5188   12 years simon04 fix #5983 - do not render incline like oneway
(edit) @5132   12 years simon04 fix #7513 - Warn non-experts when combining ways with conflicting tags …
(edit) @4895   12 years stoecker remove deprecation
(edit) @4725   12 years jttt Fix #7074 Crash after purging some data
(edit) @4684   12 years Don-vip see #7159 - Layer merging performance
(edit) @4612   13 years bastiK see #7027 - internal structures for preferences (expect some problems …
(edit) @4431   13 years jttt Custom primitive name formatters via tagging presets
(edit) @4103   13 years bastiK fixed #6395 - "Paste Tags" (Ctrl+Shift+V) now completely broken
(edit) @4100   13 years bastiK use IPrimitive to make upload code work for both OsmPrimitive and …
(edit) @4099   13 years bastiK Move common code for OsmPrimitive & PrimitiveData to abstract …
(edit) @4098   13 years bastiK extract common functionality of OsmPrimitive & PrimitiveData to an …
(edit) @4074   13 years bastiK mapcss: performance improvement for parent selector (by Gubaer)
(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   14 years bastiK fixed #5636 - Can't fully PURGE some boundary:administrative ways …
(edit) @3653   14 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   15 years stoecker i18n updated, fixed files to reduce problems when applying patches, …
(edit) @2485   15 years jttt Update relation list dialog only when dialog is visible (not even …
(edit) @2482   15 years Gubaer Had to clean up key handling methods in OsmPrimtive. Semantics of …
(edit) @2481   15 years Gubaer fixed #3967: Relation editor generates conflicts
(edit) @2474   15 years jttt Do not call tagsChanged listeners that often, update …
(edit) @2465   15 years jttt Use String[] instead of HashMap for OsmPrimitive.keys - saves memory …
(edit) @2460   15 years stoecker cleanup of mappaint error text handling
(edit) @2459   15 years stoecker fix #3881 - paintstyle caching broken for Undo
(edit) @2452   15 years jttt - removed mappaintVisibleCode from OsmPrimitive (should not be …
(edit) @2450   15 years jttt Added parameter Bounds to MapView, draw only currently visible …
(edit) @2448   15 years Gubaer fixed #3352: History doesn't get invalidated on upload? fixed #3912: …
(edit) @2439   15 years jttt Added DatasetListener, Dataset now fire events everytime one of its …
(edit) @2437   15 years jttt Cache bbox for Way
(edit) @2427   15 years jttt Added getBBox method to OsmPrimitive. Used it in QuadBuckets instead …
(edit) @2417   15 years Gubaer Had to update MergeVisitor as a consequence of the note in r2406 and …
(edit) @2415   15 years jttt Fixed #3870 Exception during upload
(edit) @2410   15 years jttt Add clearId parameter to primitives copy constructor, replace some …
(edit) @2407   15 years jttt Added support for referrers
(edit) @2405   15 years jttt Save reference to dataset in OsmPrimitive
(edit) @2399   15 years jttt Added map of primitives to dataset to make search by id faster check …
(edit) @2363   15 years jttt Better toString() for OsmPrimitive
(edit) @2341   15 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
Note: See TracRevisionLog for help on using the revision log.