source: josm/trunk/src/org/openstreetmap/josm/data

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @2717   14 years stoecker close #4128 - new name search server
(edit) @2714   14 years mjulius fixes #4272 - OsmPrimitive.setDisabled() not public
(edit) @2713   14 years stoecker removed obsolete code (re-add when necessary)
(edit) @2711   14 years stoecker fix bad line endings
(edit) @2706   14 years stoecker fix #4234 - fix anti-aliasing - patch by Upliner
(edit) @2699   14 years mjulius moved MAX_SERVER_PRECISION from Projection to LatLon …
(edit) @2696   14 years Gubaer see #4208: temporary fix
(edit) @2694   14 years Gubaer fixed one off in getRoundedToOsmPrecision()
(edit) @2693   14 years Gubaer added getRoundedToOsmPrecision(), going to be used in the validator …
(edit) @2686   14 years Gubaer Partial commit due to issue described in #4137 Breaks the build
(edit) @2683   14 years mjulius fixes #4149 - exception when undoing reversal of way with tag …
(edit) @2682   14 years stoecker added update modified action
(edit) @2679   14 years jttt Fixed #4230 NPE when searching for name$:[a-z] in Iceland.osm
(edit) @2678   14 years jttt Minor cleanup in multipolygon code
(edit) @2676   14 years jttt Fix some of the warnings found by FindBugs
(edit) @2675   14 years jttt MapPaintVisitor - delegate drawing to styles, MapPaintVisitor should …
(edit) @2671   14 years jttt Make MapPaintVisitor independent of SimplePaintVisitor
(edit) @2670   14 years mjulius fixed more typos.
(edit) @2669   14 years stoecker fixed typo
(edit) @2668   14 years jttt Fixed #4207 getCurrentDataSet() returns null after adding new layers …
(edit) @2667   14 years jttt Split MapPaintVisitor into two classes - MapPainter do the actual …
(edit) @2666   14 years jttt Minor mappaint cleanup, use constants for colors
(edit) @2664   14 years jttt Fix color in inactive mode
(edit) @2663   14 years jttt Simplified MapPaintVisitor (removed current* global state)
(edit) @2659   14 years jttt Minor fixes in mappaint code
(edit) @2658   14 years jttt Do not update properties and selection dialogs when hidden
(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) @2652   14 years jttt Added listener for edit layer change (not just active layer)
(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) @2641   14 years Gubaer new: supports system defined proxies if JOSM is started with …
(edit) @2638   14 years mjulius fixes #4175 - Exception when user with existing ID but different name …
(edit) @2634   14 years mjulius really fixes #4088 - Remove modified flag when merging downloaded data
(edit) @2626   14 years jttt Fixed some of the warnings found by FindBugs
(edit) @2625   14 years Gubaer fixed #4159: NPE when deleting a data layer
(edit) @2623   14 years jttt Fire primitivesAdded event after also after primitive was downloaded …
(edit) @2622   14 years jttt Dataset changed events refactored - DatasetEventManager now allows to …
(edit) @2621   14 years Gubaer Moved layer listener management from Layer to MapView Made sure that …
(edit) @2620   14 years jttt Remove OsmPrimitive.setIncomplete()
(edit) @2618   14 years Gubaer fixed #4153: Upload dialog's "Upload to '$URL'" isn't updated when the …
(edit) @2615   14 years mjulius store incomplete flag in PrimitiveData
(edit) @2613   14 years Gubaer new: global in-memory cache for downloaded changesets new: toggle …
(edit) @2612   14 years mjulius Fixes #4083 - exception when copying relation with incomplete node …
(edit) @2610   14 years mjulius Fixes #4115 - bogus warning about nodes outside download area in …
(edit) @2609   14 years stoecker applied #4146 - patch by mjulius - fix downloading incomplete relation
(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) @2598   14 years Gubaer comment to follow in a later commit Have to break up a commit because …
(edit) @2594   14 years jttt Fix #4124 relation - download incomplete results in error
(edit) @2591   14 years jttt Fix #4114 - NPE when zooming out after updating a partially downloaded …
(edit) @2590   14 years jttt Fix #4114 NPE when zooming out while relation editor is open
(edit) @2589   14 years stoecker small code cleanup
(edit) @2587   14 years jttt Added Way.hasIncompletNodes(), Way.isIncomplete() now returns true …
(edit) @2583   14 years jttt Fix #4103 Exception on undo
(edit) @2580   14 years stoecker fixed regression - ways have been drawn below areas
(edit) @2579   14 years jttt Removed Relation.isIncomplete - it was overriding …
(edit) @2578   14 years jttt Encalupse OsmPrimitive.incomplete
(edit) @2574   14 years stoecker fix #4085, #4084 - patch by mjulius - fix exception
(edit) @2573   14 years stoecker applied #4068 - patch by mjulius - fix combine way and way reversing
(edit) @2572   14 years stoecker applied #3527 - hidden option for zoom extension
(edit) @2570   14 years bastiK Changed the greatCircleDistance formula to haver-sine. The old cosine …
(edit) @2565   14 years Gubaer Removed BackReferenceDataSet and CollectBackReferenceVisitor because …
(edit) @2563   14 years Gubaer fixed #3400: relation editor: improvement to highlight an element …
(edit) @2561   14 years jttt Applied #4059 by mjulius - Relation history window does not show up
(edit) @2555   14 years stoecker fixed #4055 - patch my mjulius - fix object compare
(edit) @2552   14 years bastiK cleanup for r2539 and r2541. See #3520
(edit) @2542   14 years stoecker cleanup plugin information a bit
(edit) @2541   14 years stoecker fixed #2539 - redone last fix a bit
(edit) @2539   14 years bastiK see #3520 - Do not remove selection when using undo (partial fix)
(edit) @2532   14 years Gubaer Fixing NPE sometimes occuring at startup in Lambert projection
(edit) @2527   14 years jttt Added new test to DatasetConsistencyTest - ways with less than two nodes.
(edit) @2526   14 years bastiK draw turn restrictions in gray if when the layer is inactive
(edit) @2521   14 years jttt Fixed #3704 Relation memberships are not handled at all when a way is …
(edit) @2518   14 years bastiK fix naive variable swap
(edit) @2517   14 years jttt Fixed #3920 Selection history is broken
(edit) @2516   14 years stoecker close #4015 - Zoomlevel changes whenever the preference dialog is closed
(edit) @2515   14 years hansendc Fix ConcurrentModificationException on selListeners …
(edit) @2513   14 years stoecker fixed #3989 - typo
(edit) @2512   14 years stoecker i18n updated, fixed files to reduce problems when applying patches, …
(edit) @2511   14 years stoecker close #3581 - polish coordinate systems - patch by stlman poczta fm
(edit) @2509   14 years stoecker fixed NPE - closes #3989
(edit) @2507   14 years stoecker apply #2989 - patch by pieren - improve lambert projection
(edit) @2501   14 years jttt Added another tests to dataset consistency tester
(edit) @2500   14 years jttt Added Dataset consistency test that can be invoked on osm layer or in …
(edit) @2499   14 years stoecker see #3989 - subprojection fixes
(edit) @2497   14 years jttt Added Dataset.beginUpdate and Dataset.endUpdate that can be used to …
(edit) @2496   14 years stoecker see #3989 - subprojection fixes
(edit) @2491   14 years stoecker fix for subprojections
(edit) @2485   14 years jttt Update relation list dialog only when dialog is visible (not even …
(edit) @2484   14 years Gubaer fixed #3925: Download relation members takes a long time to return
(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) @2472   14 years Gubaer Make sure getErrors() never returns null, see #3972
(edit) @2471   14 years Gubaer fixed #3963: Synchronize does not work
(edit) @2468   14 years stoecker remove ViewID, fix typo, i18n update
(edit) @2466   14 years jttt Removed leftover code for viewId, Boolean -> boolean
(edit) @2465   14 years jttt Use String[] instead of HashMap for OsmPrimitive.keys - saves memory …
Note: See TracRevisionLog for help on using the revision log.