lp://staging/~fboucault/webbrowser-app/history_domain_no_extra_sorting
Created by
Florian Boucault
and last modified
- Get this branch:
- bzr branch lp://staging/~fboucault/webbrowser-app/history_domain_no_extra_sorting
Only
Florian Boucault
can upload to this branch. If you are
Florian Boucault
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
Approved
for merging
into
lp://staging/webbrowser-app/staging
- Andrew Hayzen (community): Approve
-
Diff: 165 lines (+38/-16)4 files modifiedsrc/app/webbrowser/HistoryView.qml (+2/-6)
src/app/webbrowser/history-domainlist-model.cpp (+27/-4)
src/app/webbrowser/history-domainlist-model.h (+3/-0)
tests/unittests/history-domainlist-model/tst_HistoryDomainListModelTests.cpp (+6/-6)
Related bugs
Related blueprints
Branch information
Recent revisions
- 1629. By Florian Boucault
-
Added HistoryDomainLi
stModel: :get: fixes unit tests HistoryView: :test_delete_ multiple_ domains and HistoryView: :test_select_ all - 1627. By Florian Boucault
-
HistoryDomainLi
stModel: preserve order of insertion which is de facto by 'lastVisit'. That makes it possible to not use an extra SortFilterModel in HistoryView which was slowing down loading dramatically when enough history is gathered. - 1624. By Florian Boucault
-
Fullscreen improvements:
* Simplify fullscreen: single entry point BrowserWindow.setFullscreen( )
* Do not go fullscreen if already fullscreen. Fixes case where fullscreen could not be exited anymore.
* Make chrome hide when webview is fullscreen. Remove unused property Browser.fullscreen.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/webbrowser-app