** Branch linked: lp:~osomon/webbrowser-app/use-qml-SortFilterModel -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu. https://bugs.launchpad.net/bugs/1480947
Title: Use SortFilterModel for custom models Status in webbrowser-app package in Ubuntu: In Progress Bug description: While browsing the UITK documentation, I stumbled upon https://developer.ubuntu.com/api/apps/qml/sdk-15.04/Ubuntu.Components.SortFilterModel/, which is essentially QSortFilterProxyModel exposed to QML. webbrowser-app has a number of custom models written in C++ that inherit QSortFilterProxyModel. Some of them could most likely be replaced by a pure QML component with this model from the UITK. From a very quick glance, the following models are candidates: - HistoryDomainModel - BookmarksFolderModel - HistoryDomainListChronologicalModel This would have the advantage of removing a significant amount of custom C++ code, speeding up build time and unit tests run time. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1480947/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp