lp://staging/~nick-dedekind/unity8/desktop_menus.gmenumodel
Created by
Nick Dedekind
and last modified
- Get this branch:
- bzr branch lp://staging/~nick-dedekind/unity8/desktop_menus.gmenumodel
Only
Nick Dedekind
can upload to this branch. If you are
Nick Dedekind
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
On hold
for merging
into
lp://staging/unity8
- PS Jenkins bot (community): Needs Fixing (continuous-integration)
- Unity8 CI Bot: Needs Fixing (continuous-integration)
- Unity Team: Pending requested
-
Diff: 3885 lines (+3069/-96)44 files modifiedCMakeLists.txt (+1/-1)
debian/control (+2/-2)
plugins/Utils/CMakeLists.txt (+1/-0)
plugins/Utils/constants.cpp (+1/-0)
plugins/Utils/constants.h (+3/-0)
plugins/Utils/plugin.cpp (+2/-0)
plugins/Utils/shortcutaction.cpp (+122/-0)
plugins/Utils/shortcutaction.h (+44/-0)
plugins/Utils/windowkeysfilter.cpp (+11/-6)
plugins/Utils/windowkeysfilter.h (+1/-1)
qml/ApplicationMenus/AppMenuUtils.js (+107/-0)
qml/ApplicationMenus/MenuBar.qml (+245/-0)
qml/ApplicationMenus/MenuBarItem.qml (+56/-0)
qml/ApplicationMenus/MenuBase.qml (+116/-0)
qml/ApplicationMenus/MenuItemBase.qml (+32/-0)
qml/ApplicationMenus/MenuItemDelegate.qml (+49/-0)
qml/ApplicationMenus/MenuItemDelegateBase.qml (+82/-0)
qml/ApplicationMenus/MenuItemFactory.qml (+240/-0)
qml/ApplicationMenus/MenuPage.qml (+277/-0)
qml/CMakeLists.txt (+1/-0)
qml/Components/PanelState/PanelState.qml (+2/-1)
qml/Panel/Panel.qml (+91/-7)
qml/Stages/DecoratedWindow.qml (+50/-16)
qml/Stages/DesktopStage.qml (+10/-3)
qml/Stages/WindowDecoration.qml (+117/-45)
tests/imports/check_imports.py (+2/-1)
tests/mocks/QMenuModel/QMenuModel.qmltypes (+5/-1)
tests/mocks/QMenuModel/unitymenumodel.cpp (+25/-3)
tests/mocks/QMenuModel/unitymenumodel.h (+2/-0)
tests/mocks/Unity/Application/MirSurface.cpp (+10/-0)
tests/mocks/Unity/Application/MirSurface.h (+3/-0)
tests/mocks/Utils/CMakeLists.txt (+1/-0)
tests/mocks/Utils/constants.cpp (+7/-0)
tests/mocks/Utils/constants.h (+7/-0)
tests/mocks/Utils/plugin.cpp (+2/-0)
tests/qmltests/ApplicationMenus/tst_MenuBar.qml (+132/-0)
tests/qmltests/ApplicationMenus/tst_MenuPage.qml (+256/-0)
tests/qmltests/CMakeLists.txt (+3/-0)
tests/qmltests/Panel/tst_Panel.qml (+56/-4)
tests/qmltests/Stages/ApplicationCheckBox.qml (+4/-0)
tests/qmltests/Stages/DesktopMenuData.qml (+702/-0)
tests/qmltests/Stages/tst_DesktopStage.qml (+13/-1)
tests/qmltests/Stages/tst_WindowDecoration.qml (+163/-0)
tests/qmltests/tst_Shell.qml (+13/-4)
Branch information
Recent revisions
- 2104. By Nick Dedekind
-
Use volume-sync action to resync the volume control. Fixes: #1520548
Approved by: Albert Astals Cid
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/unity8