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) @6233   11 years Don-vip fix #9084 - Add KSJ tags to discardable keys
(edit) @6140   11 years Don-vip fix #8951 - fix clearing of primitive metadata
(edit) @6069   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
(edit) @6059   11 years Don-vip fix #8858 - Add SK53_bulk:load to discardable keys
(edit) @6009   11 years Don-vip fix #8799 - Follow conventional visitor design pattern by renaming …
(edit) @5754   11 years Don-vip fix #8486 - Render "work in progress" tags (note, fixme) as tagged …
(edit) @5687   11 years Don-vip fix #8238 - Consider highway=motorway_link as a directional tag …
(edit) @5676   11 years Don-vip fix #8346 - Multipolygon paint style not updated on tag change
(edit) @5608   11 years stoecker don't hardcode created_by for DuplicateRelation validator test, …
(edit) @5589   11 years bastiK drop unnecessary properties for upload to the OSM API in order to save …
(edit) @5531   12 years stoecker fix #8109 - drop some yh: tags automatically
(edit) @5497   12 years bastiK applied #7915 - Automatically discard some TIGER tags on upload (based …
(edit) @5442   12 years bastiK filter: improved multipolygon handling (fixes #5149, see #6160)
(edit) @5437   12 years bastiK fixed #7948 - inverted filter "child type:way" disables untagged nodes …
(edit) @5423   12 years bastiK doc + cosmetics (see #7948)
(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   12 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   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 …
Note: See TracRevisionLog for help on using the revision log.