GNOME Bugzilla – Bug 649989
Split GcrSelector into GcrComboSelector and GcrTreeSelector
Last modified: 2019-02-22 11:59:17 UTC
GcrSelector (merged into 3.1.x) has a single and multiple mode, which caused essentially completely different widgets. This is confusing and hard to maintain. Change it around so we have different widgets: * GcrComboSelector allows selecting one object at a time and uses 'markup' property to display the object. * GcrTreeSelector uses various columns, and a checkbox so that multiple objects can be selected at once. * Add images for both of the above. * Derive directly from GtkComboBox and GtkTreeView respectively.
Created attachment 187659 [details] [review] Split GcrSelector into GcrComboSelector and GcrTreeSelector Branch here: http://cgit.collabora.co.uk/git/user/stefw/gnome-keyring.git/log/?h=split-selector
Merged with master.