lp:~osomon/webbrowser-app/uriboni-tab-context-menu
Created by
Olivier Tilloy
on
2015-09-23
and last modified on
2015-10-26
- Get this branch:
- bzr branch lp:~osomon/webbrowser-app/uriboni-tab-context-menu
Only
Olivier Tilloy
can upload to this branch. If you are
Olivier Tilloy
please log in for upload directions.
Branch merges
Propose for merging
- Ugo Riboni (community): Approve on 2015-09-28
- Riccardo Padovani (community): Approve on 2015-09-28
- PS Jenkins bot: Needs Fixing (continuous-integration) on 2015-09-24
-
Diff: 1057 lines (+527/-130)12 files modifiedsrc/app/webbrowser/Browser.qml (+6/-5)
src/app/webbrowser/BrowserTab.qml (+8/-0)
src/app/webbrowser/Chrome.qml (+2/-2)
src/app/webbrowser/TabItem.qml (+28/-14)
src/app/webbrowser/TabsBar.qml (+62/-28)
src/app/webbrowser/tabs-model.cpp (+42/-12)
src/app/webbrowser/tabs-model.h (+2/-0)
tests/autopilot/webbrowser_app/emulators/browser.py (+3/-3)
tests/unittests/qml/qml_tree_helpers.js (+42/-0)
tests/unittests/qml/tst_BrowserTab.qml (+17/-0)
tests/unittests/qml/tst_TabsBar.qml (+146/-8)
tests/unittests/tabs-model/tst_TabsModelTests.cpp (+169/-58)
Related bugs
Related blueprints
Branch information
Recent revisions
- 1154. By Olivier Tilloy on 2015-09-28
-
Do not allow closing a tab with a middle click while the right button is pressed.
- 1153. By Olivier Tilloy on 2015-09-28
-
Move the hover area below the mouse area that handles clicked and pressed events.
- 1147. By Olivier Tilloy on 2015-09-23
-
Rename findChildrenByType to findDescendants
ByType to better reflect the recursive nature of the function. - 1145. By Olivier Tilloy on 2015-09-23
-
Do not emit currentTabChanged when the current tab hasn’t actually changed, even though the current index has.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:webbrowser-app