GNOME Bugzilla – Bug 775754
Find an alternative to PhotosPreviewModel
Last modified: 2016-12-08 06:50:56 UTC
We are trying to stop using a GtkTreeModel/GtkIconView to show the thumbnail grid because we want to use a GtkFlowBox (bug 690623). This means we should find an alternative to PhotosPreviewModel for navigating within the PREVIEW mode because we are going to stop using PhotosViewModel.
Created attachment 341544 [details] [review] base-manager, item-manager: Support sorting the GListModel
Created attachment 341546 [details] [review] item-manager: Sort the child BaseManagers in decreasing order of mtime
Created attachment 341547 [details] [review] base-manager: Add photos_base_manager_get_{next, previous}_object
Created attachment 341549 [details] [review] Don't use PhotosPreviewModel to navigate in the PREVIEW mode
Created attachment 341550 [details] [review] view-container: Remove unused methods
Pushed these to master. Let me know if something is wrong.