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) @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   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
(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 …
(edit) @2067   15 years stoecker added isUsable() to primitives to replace (!incomplete && !deleted) …
(edit) @2025   15 years Gubaer new: improved dialog for uploading/saving modified layers on exit new: …
(edit) @2017   15 years Gubaer removed OptionPaneUtil cleanup of deprecated Layer API cleanup of …
(edit) @1990   15 years Gubaer fixed #3261: Use the "name:$CURRENT_LOCALE" name in the JOSM UI …
(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) @1924   15 years jttt Made OsmPrimitive.keys deprecated, removed remaining references in JOSM
(edit) @1899   15 years jttt Add setter/getter for OsmPrimitive.selected
(edit) @1843   15 years jttt Use OsmPrimitive methods instead of direct access to keys field when …
(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) @1530   15 years framm upload more precise version number in changeset. drop some …
(edit) @1523   15 years framm * Major redesign of how JOSM talks to the OSM server. Connections now …
(edit) @1499   15 years stoecker close #2302 - patch by jttt - optimizations and encapsulation
(edit) @1489   15 years ulfl add "junction" to the list of direction keys
(edit) @1471   15 years stoecker added comment to uninteresting
(edit) @1470   15 years stoecker use getCollection() once more
(edit) @1409   15 years stoecker close #1902. Patch by xeen
(edit) @1314   15 years stoecker typo
(edit) @1313   15 years stoecker fix #2047
(edit) @1270   15 years ulfl move two properties from OsmPrimitive to Way to save some memory (we …
(edit) @1263   15 years ulfl from Dirk Stoecker: fix multipolygon display after (my) performance …
(edit) @1254   15 years ulfl mappaint major performance improvements: - cache mappaint style and …
(edit) @1214   15 years ulfl fix a typo: incline_step -> incline_steep
(edit) @1201   15 years stoecker two minor fixes
(edit) @1200   15 years stoecker add error handling for multipolygon drawing
(edit) @1169   15 years stoecker removed usage of tab stops
(edit) @795   16 years stoecker einstein mode preferences now shows all options and their default values
(edit) @791   16 years stoecker don't try loading all the mappaint icons from disk
(edit) @755   16 years stoecker better sorting of selected elements and relation list, reenabled …
(edit) @655   16 years ramack patch by bruce89, closes #812; thanks bruce
(edit) @629   16 years framm - clean up OsmPrimitive.equals / patch originally by DH but used …
(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) @597   16 years ramack - implement ticket #671: add option to draw only interesting direction …
(edit) @529   16 years gebner Part one of patch by Dave Hansen <dave@…> - Remove unused …
(edit) @498   16 years gebner Remove unused member OsmPrimitive.shown.
(edit) @440   17 years framm - (re-)added "note" to the list of uninteresting tags for teh benefit …
(edit) @438   17 years gebner Remove 'note' from the list of uninteresting tags.
(edit) @369   17 years gebner Fix bug #392.
(edit) @367   17 years framm - changed appearance of tagged nodes (now: dot with square around it) …
(edit) @362   17 years framm - alleviated #388 by parsing the timestamps only when they are needed.
Note: See TracRevisionLog for help on using the revision log.