source: josm/trunk/src/org/openstreetmap/josm/gui/dialogs

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @2803   14 years stoecker revert last checkin - it does not take sub translations into account
(edit) @2801   14 years stoecker fixed line endings of recent checkins
(edit) @2794   14 years stoecker fixes #4326 - author of new elements not shown in user info
(edit) @2789   14 years jttt Fixed some FindBugs warnings
(edit) @2773   14 years Gubaer typos
(edit) @2772   14 years Gubaer typos
(edit) @2770   14 years stoecker typos
(edit) @2751   14 years Gubaer Improved user feedback when downloading relations
(edit) @2749   14 years jttt Workaround division by zero exception when geoimage layer is added as …
(edit) @2748   14 years Gubaer new: JOSM now supports OAuth See also …
(edit) @2742   14 years jttt Fixed #4294 Tag selection after tag deletion behaviour
(edit) @2741   14 years jttt Fixed #4261 Selection information is not updated after undo/redo, …
(edit) @2728   14 years framm fix message
(edit) @2727   14 years framm change messages
(edit) @2723   14 years stoecker fixed #4229 - Right click menu for properties relation entry
(edit) @2716   14 years mjulius fixes #4247 - in relation editor sort only selected members if there …
(edit) @2715   14 years stoecker fixed #3772, #4139 - fixed help browser - the external start never …
(edit) @2713   14 years stoecker removed obsolete code (re-add when necessary)
(edit) @2711   14 years stoecker fix bad line endings
(edit) @2710   14 years stoecker close #4222 - unify design of right menus again
(edit) @2700   14 years mjulius fixes #4226 - add reverse members command to relation editor
(edit) @2697   14 years Gubaer fixed #4222: Layerlist right click menu does not handle multiselection
(edit) @2691   14 years mjulius fixes #4238 - Incorrect enabled state of New Relation button - patch …
(edit) @2689   14 years Gubaer new: Changeset Cache Manager for querying, downloading, browsing, and …
(edit) @2677   14 years jttt Fixed #4225 Wrong layer selected when other layer is deleted
(edit) @2665   14 years bastiK fixed #4122 - Apply role button is missing
(edit) @2660   14 years jttt Fixed #4205 NPE on reordering layers
(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) @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) @2632   14 years Gubaer fixed: Action New Relation initially disabled update: now uses a …
(edit) @2626   14 years jttt Fixed some of the warnings found by FindBugs
(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) @2616   14 years Gubaer Completed Changeset List Dialog See also …
(edit) @2613   14 years Gubaer new: global in-memory cache for downloaded changesets new: toggle …
(edit) @2602   14 years bastiK some minor things: * layerlist dialog: right click on an entry …
(edit) @2581   14 years Gubaer fixed #4109: Sorting button in relation editor is disabled fixed …
(edit) @2578   14 years jttt Encalupse OsmPrimitive.incomplete
(edit) @2577   14 years bastiK Adjusted toggle dialog behavior for geoimage: * When click on a …
(edit) @2566   14 years bastiK Moved the code from agpifoj plugin to JOSM core. Thanks to Christian …
(edit) @2563   14 years Gubaer fixed #3400: relation editor: improvement to highlight an element …
(edit) @2560   14 years jttt Fixed #4058 Relation history window does not show up
(edit) @2537   14 years Gubaer fixed #2983: Error involving presets key-element without value, or …
(edit) @2525   14 years bastiK fix #4030 - Hide/minimize icon in right menus not working properly
(edit) @2514   14 years jttt Fixed #4019 Newly downloaded relations missing if relation window not …
(edit) @2512   14 years stoecker i18n updated, fixed files to reduce problems when applying patches, …
(edit) @2506   14 years Gubaer fixed NPE
(edit) @2504   14 years Gubaer see #4009 : further update as proposed by jttt
(edit) @2503   14 years Gubaer fixed #4009: New relation does not show up in relation editor
(edit) @2497   14 years jttt Added Dataset.beginUpdate and Dataset.endUpdate that can be used to …
(edit) @2494   14 years Gubaer Code related to #3999. Uncommented for the time being.
(edit) @2493   14 years Gubaer fixed #3991: "Add Properties" shortcut broken.
(edit) @2492   14 years Gubaer fixed #3996: Exception when deleting layer
(edit) @2490   14 years Gubaer fixed #3994: unerwarteter Fehler (im Zusammenhang mit Relation) fixed …
(edit) @2489   14 years Gubaer fixed #3990: "Bearbeiten" button without function
(edit) @2488   14 years Gubaer fixed #3997: relation-list does not update RelationListDialog now …
(edit) @2487   14 years Gubaer Fixed event handling in RelationListDialog. Fixed …
(edit) @2486   14 years Gubaer fixed #3926: Relation dialog has debug output enabled
(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) @2475   14 years jttt Added methods showNotify and hideNotify to ToggleDialog. Useful to …
(edit) @2474   14 years jttt Do not call tagsChanged listeners that often, update …
(edit) @2473   14 years Gubaer fixed #3943: Keep keyboard focus on Add button
(edit) @2448   14 years Gubaer fixed #3352: History doesn't get invalidated on upload? fixed #3912: …
(edit) @2445   14 years Gubaer fixed #3902: Not correct message
(edit) @2439   14 years jttt Added DatasetListener, Dataset now fire events everytime one of its …
(edit) @2434   14 years Gubaer Improved detection of modified state in OsmDataLayer.
(edit) @2433   14 years Gubaer Improved test cases for MergeVisitor. Moved MergeVisitor and removed …
(edit) @2421   14 years bastiK relation editor: respect roundabouts when sorting the relation
(edit) @2410   14 years jttt Add clearId parameter to primitives copy constructor, replace some …
(edit) @2402   14 years jttt Remove some unnecessary calls to fireSelectionChanged()
(edit) @2401   14 years jttt Changes in selection handling: - selection is passed as PrimitiveId …
(edit) @2394   14 years bastiK Relationdialog: show roundabouts in the 'linked' column
(edit) @2383   14 years bastiK fix #3748: Selecting relation member in properties windows often keeps …
(edit) @2381   14 years jttt Change most occurrences of Dataset.nodes/ways/relations with …
(edit) @2378   14 years Gubaer Added context sensitive help
(edit) @2375   14 years bastiK fixed #3827: Setting a role to a relation member is broken (introduced …
(edit) @2365   14 years Gubaer applied #3771: patch by bastiK: add nicer symbols for relation member …
(edit) @2364   14 years Gubaer applied #3826: patch by bastik: Remember geometry of detached toggle …
(edit) @2348   14 years Gubaer applied #3780: patch by hansendc: Shift selection is broken
(edit) @2319   14 years Gubaer fixed #3725: JOSM doesn't provide indication during upload that the …
(edit) @2317   14 years Gubaer applied #3663: patch by singularita: Function to automatically …
(edit) @2311   14 years stoecker applied #3771 - patch by bastiK - improve link display in relation handling
(edit) @2308   14 years Gubaer fixed #3762: Deleted relation still referenced when deleting former …
(edit) @2301   14 years Gubaer fixed #3765: Unable to resolve conflict Improved warning message for …
(edit) @2298   15 years stoecker fix linked hints in relation editor, added tooltip
(edit) @2291   15 years Gubaer Replaced OsmPrimtive.user by setters/getters
(edit) @2274   15 years Gubaer Improved help browser layout (now uses custom CSS shipped with JOSM) …
(edit) @2273   15 years jttt Replace testing for id <= 0 with isNew() method
(edit) @2269   15 years stoecker fix #3674 - patch by bastiK - empty dialogs area did not vanish
(edit) @2255   15 years Gubaer New utility class for help context aware option dialogs Improved …
(edit) @2252   15 years Gubaer Refactored JOSM help system, slightly extended Fixed problem with new …
(edit) @2243   15 years Gubaer fixed #3650: Double-click on items in history dialog should open …
(edit) @2240   15 years Gubaer fixed #3625: "Upload" error (410) while fetching items for relation
(edit) @2239   15 years Gubaer see #3626: Show history for any object in history dialog (partially …
(edit) @2232   15 years stoecker fixed #3635 - title in side dialogs not refreshed
(edit) @2224   15 years stoecker see #3550 - patch by bastiK - allow resizing right handside dialogs, …
Note: See TracRevisionLog for help on using the revision log.