source: josm/trunk/src/org

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @2717   13 years stoecker close #4128 - new name search server
(edit) @2716   13 years mjulius fixes #4247 - in relation editor sort only selected members if there …
(edit) @2715   13 years stoecker fixed #3772, #4139 - fixed help browser - the external start never …
(edit) @2714   13 years mjulius fixes #4272 - OsmPrimitive.setDisabled() not public
(edit) @2713   13 years stoecker removed obsolete code (re-add when necessary)
(edit) @2712   13 years mjulius fixes #4252 - Handling relations of way combining unintuitive For both …
(edit) @2711   13 years stoecker fix bad line endings
(edit) @2710   13 years stoecker close #4222 - unify design of right menus again
(edit) @2709   13 years stoecker minor cleanup
(edit) @2708   13 years stoecker close #4260 - NPE
(edit) @2707   13 years stoecker don't show nothing to do message on plugin auto update
(edit) @2706   13 years stoecker fix #4234 - fix anti-aliasing - patch by Upliner
(edit) @2703   13 years bastiK correct errors from last check in
(edit) @2702   13 years bastiK fixed #4100 - unable to simply load already referenced images Added …
(edit) @2701   13 years stoecker fixed typo
(edit) @2700   13 years mjulius fixes #4226 - add reverse members command to relation editor
(edit) @2699   13 years mjulius moved MAX_SERVER_PRECISION from Projection to LatLon …
(edit) @2697   13 years Gubaer fixed #4222: Layerlist right click menu does not handle multiselection
(edit) @2696   13 years Gubaer see #4208: temporary fix
(edit) @2695   13 years Gubaer fixed #4241: Add the ability to use JOSM Search to find an object version
(edit) @2694   13 years Gubaer fixed one off in getRoundedToOsmPrecision()
(edit) @2693   13 years Gubaer added getRoundedToOsmPrecision(), going to be used in the validator …
(edit) @2692   13 years Gubaer fixed #4242: patch by Pekka Lampila: Clicks are ignored in draw mode, …
(edit) @2691   13 years mjulius fixes #4238 - Incorrect enabled state of New Relation button - patch …
(edit) @2689   13 years Gubaer new: Changeset Cache Manager for querying, downloading, browsing, and …
(edit) @2688   13 years Gubaer Partial commit due to issue described in #4137 Breaks the build
(edit) @2687   13 years Gubaer Partial commit due to issue described in #4137 Breaks the build
(edit) @2686   13 years Gubaer Partial commit due to issue described in #4137 Breaks the build
(edit) @2685   13 years Gubaer Partial commit due to issue described in #4137 Breaks the build
(edit) @2684   13 years Gubaer fixed help topic
(edit) @2683   13 years mjulius fixes #4149 - exception when undoing reversal of way with tag …
(edit) @2682   13 years stoecker added update modified action
(edit) @2679   13 years jttt Fixed #4230 NPE when searching for name$:[a-z] in Iceland.osm
(edit) @2678   13 years jttt Minor cleanup in multipolygon code
(edit) @2677   13 years jttt Fixed #4225 Wrong layer selected when other layer is deleted
(edit) @2676   13 years jttt Fix some of the warnings found by FindBugs
(edit) @2675   13 years jttt MapPaintVisitor - delegate drawing to styles, MapPaintVisitor should …
(edit) @2673   13 years stoecker fixed proxy test
(edit) @2672   13 years Gubaer fixed #4214: error opening prefrences window
(edit) @2671   13 years jttt Make MapPaintVisitor independent of SimplePaintVisitor
(edit) @2670   13 years mjulius fixed more typos.
(edit) @2669   13 years stoecker fixed typo
(edit) @2668   13 years jttt Fixed #4207 getCurrentDataSet() returns null after adding new layers …
(edit) @2667   13 years jttt Split MapPaintVisitor into two classes - MapPainter do the actual …
(edit) @2666   13 years jttt Minor mappaint cleanup, use constants for colors
(edit) @2665   13 years bastiK fixed #4122 - Apply role button is missing
(edit) @2664   13 years jttt Fix color in inactive mode
(edit) @2663   13 years jttt Simplified MapPaintVisitor (removed current* global state)
(edit) @2662   13 years bastiK geoimage: reworked image correlation dialog. Might still have some …
(edit) @2661   13 years jttt Fixed #4204 NPE on empty search
(edit) @2660   13 years jttt Fixed #4205 NPE on reordering layers
(edit) @2659   13 years jttt Minor fixes in mappaint code
(edit) @2658   13 years jttt Do not update properties and selection dialogs when hidden
(edit) @2657   13 years jttt Cache list of used tags in properties dialog (faster adding of keys in …
(edit) @2656   13 years jttt Optimalization of two hotspots found by profiler. Makes drawing in …
(edit) @2655   13 years jttt Fixed #4161 Major slowdown in recent versions, used correct pattern …
(edit) @2654   13 years jttt Fixed #4201 Trouble adding/editing objects
(edit) @2653   13 years jttt Fixed #4198 NPE on last layer delete
(edit) @2652   13 years jttt Added listener for edit layer change (not just active layer)
(edit) @2651   13 years Gubaer getDirectionKeys() put in after removal in r2645. validator still …
(edit) @2650   13 years Gubaer fixed #4194: Prefeences
(edit) @2649   13 years stoecker silence warnings
(edit) @2648   13 years stoecker use context for tr()
(edit) @2647   13 years stoecker use context for tr()
(edit) @2646   13 years bastiK geoimage: select correct gpx track by default in the drop down menu …
(edit) @2645   13 years jttt SearchCompiler refactoring, use search pattern for …
(edit) @2644   13 years Gubaer fixed #4176: Display of object deletion dialog wrong
(edit) @2643   13 years stoecker fix tr() usage
(edit) @2642   13 years Gubaer fixed #4151: Please provide line number in presets parsing error
(edit) @2641   13 years Gubaer new: supports system defined proxies if JOSM is started with …
(edit) @2638   13 years mjulius fixes #4175 - Exception when user with existing ID but different name …
(edit) @2637   13 years stoecker applied #4167 - patch by avar - fix search docs
(edit) @2636   13 years stoecker fixed #4163 - patch by avar - fixed searching
(edit) @2635   13 years bastiK fixed gpx-rendering error: Tracksegments should not be connected by a …
(edit) @2634   13 years mjulius really fixes #4088 - Remove modified flag when merging downloaded data
(edit) @2633   13 years mjulius small optimization - use DataSet.getSelectedWays() instead of …
(edit) @2632   13 years Gubaer fixed: Action New Relation initially disabled update: now uses a …
(edit) @2629   13 years bastiK geoimage: usability - allow clicking on the image symbols only when in …
(edit) @2628   13 years stoecker close #2086 - handle restriction relation for way splitting
(edit) @2627   13 years bastiK geoimage: new button 'delelet image from disk' (shortcut: …
(edit) @2626   13 years jttt Fixed some of the warnings found by FindBugs
(edit) @2625   13 years Gubaer fixed #4159: NPE when deleting a data layer
(edit) @2624   13 years mjulius fixes #4088,#4155 - when after conflict resolving the primitive has …
(edit) @2623   13 years jttt Fire primitivesAdded event after also after primitive was downloaded …
(edit) @2622   13 years jttt Dataset changed events refactored - DatasetEventManager now allows to …
(edit) @2621   13 years Gubaer Moved layer listener management from Layer to MapView Made sure that …
(edit) @2620   13 years jttt Remove OsmPrimitive.setIncomplete()
(edit) @2619   13 years Gubaer Global public list of layer change listeners is @deprecated
(edit) @2618   13 years Gubaer fixed #4153: Upload dialog's "Upload to '$URL'" isn't updated when the …
(edit) @2617   13 years bastiK geoimage: improved thumbnails (closes #4101)
(edit) @2616   13 years Gubaer Completed Changeset List Dialog See also …
(edit) @2615   13 years mjulius store incomplete flag in PrimitiveData
(edit) @2614   13 years framm - small fix in upload dialog layout
(edit) @2613   13 years Gubaer new: global in-memory cache for downloaded changesets new: toggle …
(edit) @2612   13 years mjulius Fixes #4083 - exception when copying relation with incomplete node …
(edit) @2611   13 years mjulius fixes #4104 - reversing of way does not update direction dependent roles
(edit) @2610   13 years mjulius Fixes #4115 - bogus warning about nodes outside download area in …
(edit) @2609   13 years stoecker applied #4146 - patch by mjulius - fix downloading incomplete relation
(edit) @2606   13 years bastiK geoimage: add thumbnail caching (fixes #4116, see #4101)
(edit) @2604   13 years Gubaer New: JOSM reading, writing, merging changeset attribute fixed #4090: …
Note: See TracRevisionLog for help on using the revision log.