Ignore:
Timestamp:
10.03.2010 10:00:20 (2 years ago)
Author:
Gubaer
Message:

fixed #4651: Ability to download incomplete relation from selection
fixed #4098: Popup Menu entry "download relation members" in relation dialog should be "download incomplete relation members"
fixed two NPEs in RelationListDialog and SelectionListDialog
refactored SelectionListDialog to support better user feedback (enabled/disabled buttons and menu items)
Finally removed the sort() method on DataSet, marked as FIXME since a long time.

CAVEAT: DataSet.getSelected() now returns an unmodifiable list instead of a copy of the selection list. This may lead to UnsupportedOperationExceptions in the next few days. I tried to make sure the JOSM core uses getSelected() only for reading, but I didn't check the plugins.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/dialogs/relation/GenericRelationEditor.java

    r3095 r3102  
    12411241                    memberTableModel.getIncompleteMemberPrimitives(), 
    12421242                    getLayer(), 
    1243                     memberTableModel, 
    12441243                    GenericRelationEditor.this) 
    12451244            ); 
     
    12751274                    memberTableModel.getSelectedIncompleteMemberPrimitives(), 
    12761275                    getLayer(), 
    1277                     memberTableModel, 
    12781276                    GenericRelationEditor.this) 
    12791277            ); 
Note: See TracChangeset for help on using the changeset viewer.