GNOME Bugzilla – Bug 698053
Use GdMainView
Last modified: 2016-03-31 13:22:07 UTC
We should use GdMainView rather than GdMainIconView directly, this lets us remove code and get the new range selection stuff from GdMainView.
This depends on the libgd patch in bug 698055.
Created attachment 241558 [details] [review] ContentView: Switch to GdMainView Instead of using GdMainIconView directly we use GdMain, which lets us remove some event handling code and get the new range selection behaviour.
Also, we don't get the new range selection mode unless we also bump libgd to latest version.
Review of attachment 241558 [details] [review]: Looks good but please also update libgd version (preferably in a separate patch) before merging this. One issue I saw was that 'Done' button in collection view now appears as 'D_one'. Its probably just my env messed-up but please do ensure that before merging. ::: src/collection-view.vala @@ +306,3 @@ model_filter.set_visible_func (model_visible); + // The normal construction has some issues Filing a bug on that and adding a ref here would give you bonus points. :)
Attachment 241558 [details] pushed as 6894bcf - ContentView: Switch to GdMainView
Constructor bug reference: https://bugzilla.gnome.org/show_bug.cgi?id=698056