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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @3102   14 years Gubaer fixed #4651: Ability to download incomplete relation from selection …
(edit) @3095   14 years jttt Changes in multipolygon handling (see #4661), cosmetics
(edit) @3083   14 years bastiK added svn:eol-style=native to source files
(edit) @3072   14 years mjulius fixes #4634 - Unable to download incomplete members of a new relation
(edit) @3045   14 years mjulius fixes #4611 - relation dialog - unreported conflict remove deleted …
(edit) @3036   14 years mjulius fixes #4562 - 'Parent Relations' tab in 'Edit relation' dialog has no …
(edit) @3035   14 years bastiK Make relation dialog remember window geometry. (See #4586)
(edit) @2992   14 years Gubaer fixed #4505: NullPointerException in …
(edit) @2990   14 years jttt Fix some eclipse warnings
(edit) @2986   14 years jttt Fix some of FindBugs warnings
(edit) @2985   14 years jttt Make DataChangedListener deprecated (replaced by DatasetListener), …
(edit) @2974   14 years Gubaer fixed #4506: relation-editor: tag-delete-button does not work removed …
(edit) @2915   14 years stoecker close #4458 - text fixes - patch by Andre
(edit) @2886   14 years bastiK relation dialog: * reverse order for selected members only; * if …
(edit) @2847   14 years mjulius fix messages for gui/dialogs
(edit) @2801   14 years stoecker fixed line endings of recent checkins
(edit) @2789   14 years jttt Fixed some FindBugs warnings
(edit) @2751   14 years Gubaer Improved user feedback when downloading relations
(edit) @2716   14 years mjulius fixes #4247 - in relation editor sort only selected members if there …
(edit) @2711   14 years stoecker fix bad line endings
(edit) @2700   14 years mjulius fixes #4226 - add reverse members command to relation editor
(edit) @2665   14 years bastiK fixed #4122 - Apply role button is missing
(edit) @2655   14 years jttt Fixed #4161 Major slowdown in recent versions, used correct pattern …
(edit) @2626   14 years jttt Fixed some of the warnings found by FindBugs
(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) @2581   14 years Gubaer fixed #4109: Sorting button in relation editor is disabled fixed …
(edit) @2578   14 years jttt Encalupse OsmPrimitive.incomplete
(edit) @2563   14 years Gubaer fixed #3400: relation editor: improvement to highlight an element …
(edit) @2512   14 years stoecker i18n updated, fixed files to reduce problems when applying patches, …
(edit) @2494   14 years Gubaer Code related to #3999. Uncommented for the time being.
(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) @2484   14 years Gubaer fixed #3925: Download relation members takes a long time to return
(edit) @2448   14 years Gubaer fixed #3352: History doesn't get invalidated on upload? fixed #3912: …
(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) @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) @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) @2348   14 years Gubaer applied #3780: patch by hansendc: Shift selection is broken
(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) @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) @2273   15 years jttt Replace testing for id <= 0 with isNew() method
(edit) @2181   15 years stoecker lots of i18n fixes
(edit) @2163   15 years stoecker fixed typos
(edit) @2156   15 years Gubaer fixed #3533: auto-completion in relation editor broken
(edit) @2083   15 years Gubaer Removed deprecated constructors in ExtendedDialog Turned most of the …
(edit) @2077   15 years Gubaer Had to replace DataSet:getPrimitiveById(id) with …
(edit) @2070   15 years Gubaer new: rewrite of CombineWay action new: conflict resolution dialog for …
(edit) @2048   15 years Gubaer Improved auto completion fixed #2729: Auto completion with numbers …
(edit) @2044   15 years Gubaer fixed #3383: changeset tags in history dialog
(edit) @2043   15 years Gubaer fixed #3076: Member columns don't auto-resize when the relation editor …
(edit) @2040   15 years Gubaer improved upload dialog new: tags for changesets new: multiple uploads …
(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) @1987   15 years Gubaer removed all occurences of setAlwaysOnTop(). See …
(edit) @1951   15 years jttt Replace some occurrences of RelationMember.member with getters
(edit) @1938   15 years jttt Replace some occurrences of RelationMember.member with getters
(edit) @1937   15 years jttt Replace some occurrences of RelationMember.member with getters
(edit) @1930   15 years jttt Replace RelationMember.role with RelationMember.getRole() and …
(edit) @1927   15 years Gubaer fixed #3213: Adding objects to a relation breaks selecting multiple objects
(edit) @1926   15 years jttt Replaced Relation.members with Relation.getMember() or …
(edit) @1925   15 years jttt Replaced Relation.members with Relation.getMembers()
(edit) @1922   15 years Gubaer fixed #3207 again: Highlighting members in relation editor is broken
(edit) @1921   15 years Gubaer applied patch #3149 by cjw: Exception when using sort button in edit …
(edit) @1920   15 years Gubaer fixed #3207: Highlighting members in relation editor is broken
(edit) @1916   15 years Gubaer new: Ctrl-DblClick in the relation list dialog opens the relation …
(edit) @1890   15 years Gubaer update: rewrite of layer dialog new: allows multiple selection of …
(edit) @1889   15 years Gubaer fixed #3156 : Download members should always download the members …
(edit) @1888   15 years Gubaer fixed #3157: Duplicated relation doesn't show up in Command stack
(edit) @1886   15 years Gubaer fixed #3154 : readd relation member selection feature
(edit) @1884   15 years jttt Fix ArrayIndexOutOfBoundsException 0:-2 in relation editor when …
(edit) @1878   15 years Gubaer fixed #3143: Apply role should be enabled for empty role
(edit) @1871   15 years Gubaer applied #3127: patch by plaicy - Translation argument is not used
(edit) @1868   15 years Gubaer fixed #3041: Relation Editor: Provide action for zooming to a …
(edit) @1866   15 years Gubaer fixed #3116: NullPointerException when creating a relation without the …
(edit) @1857   15 years Gubaer replaced JOptionDialog.show... by OptionPaneUtil.show.... improved …
(edit) @1856   15 years Gubaer improved deleting relations
(edit) @1855   15 years Gubaer fixed NPE
(edit) @1853   15 years Gubaer fixed #3078: New relation editor overemphasizes relation ordering
(edit) @1852   15 years Gubaer fixed #3094: Relation editor tries to download objects with id:0 from …
(edit) @1851   15 years Gubaer fixed #3095: Unable to add selection to a relation
(edit) @1850   15 years Gubaer fixed #3093: "Download All Children" in relation editor gives an error …
(edit) @1848   15 years Gubaer fixed #3090: New relation cause exception
(edit) @1847   15 years Gubaer replaced calls to JOptionPane.* by calls to OptionPaneUtil.*
(edit) @1845   15 years Gubaer fixed #2996: error, but no Message, if a relation is containing itself
(edit) @1843   15 years jttt Use OsmPrimitive methods instead of direct access to keys field when …
(edit) @1840   15 years Gubaer prevent circular references in relations (contributes to a fix for #2996)
(edit) @1839   15 years Gubaer fixed #3022: Add confirmation dialog if adding way twice in a relation
(edit) @1836   15 years Gubaer fixed in #3074: "Parent relations" doesn't work without communicating …
(edit) @1832   15 years Gubaer fixed #3078: New relation editor overemphasizes relation ordering
(edit) @1831   15 years Gubaer fixed #3079: "Remove selected members from relation" button should be …
Note: See TracRevisionLog for help on using the revision log.