lp:~nick-dedekind/unity8/application.menus
Created by
Nick Dedekind
on
2016-09-29
and last modified on
2017-01-09
- Get this branch:
- bzr branch lp:~nick-dedekind/unity8/application.menus
Only
Nick Dedekind
can upload to this branch. If you are
Nick Dedekind
please log in for upload directions.
Branch merges
- Unity8 CI Bot: Needs Fixing (continuous-integration) on 2017-01-10
- Michael Zanetti (community): Approve on 2017-01-05
-
Diff: 6365 lines (+3524/-865)60 files modifieddebian/control (+3/-3)
debian/unity8.install (+1/-0)
plugins/GlobalShortcut/globalshortcut.cpp (+12/-4)
plugins/GlobalShortcut/globalshortcut.h (+5/-0)
plugins/GlobalShortcut/globalshortcutregistry.cpp (+14/-4)
plugins/Unity/Indicators/sharedunitymenumodel.cpp (+4/-0)
qml/ApplicationMenus/ApplicationMenuItemFactory.qml (+135/-0)
qml/ApplicationMenus/MenuBar.qml (+304/-0)
qml/ApplicationMenus/MenuItem.qml (+150/-0)
qml/ApplicationMenus/MenuNavigator.qml (+78/-0)
qml/ApplicationMenus/MenuPopup.qml (+361/-0)
qml/ApplicationMenus/RegisteredApplicationMenuModel.qml (+56/-0)
qml/CMakeLists.txt (+1/-0)
qml/Components/DragHandle.qml (+1/-0)
qml/Components/PanelState/PanelState.qml (+6/-3)
qml/Components/ScrollCalculator.qml (+21/-2)
qml/Components/WindowControlButtons.qml (+21/-0)
qml/OrientedShell.qml (+6/-0)
qml/Panel/FakePanelMenu.qml (+26/-0)
qml/Panel/Indicators/IndicatorItem.qml (+2/-1)
qml/Panel/Indicators/IndicatorMenuItemFactory.qml (+7/-10)
qml/Panel/MenuContent.qml (+7/-10)
qml/Panel/Panel.qml (+314/-110)
qml/Panel/PanelBar.qml (+70/-37)
qml/Panel/PanelItemRow.qml (+54/-103)
qml/Panel/PanelMenu.qml (+31/-19)
qml/Panel/PanelMenuPage.qml (+194/-157)
qml/Rotation/RotationStates.qml (+2/-2)
qml/Shell.qml (+21/-11)
qml/Stage/DecoratedWindow.qml (+77/-35)
qml/Stage/Stage.qml (+17/-3)
qml/Stage/WindowDecoration.qml (+80/-19)
src/main.cpp (+2/-2)
tests/mocks/QMenuModel/unitymenumodel.cpp (+47/-6)
tests/mocks/QMenuModel/unitymenumodel.h (+3/-1)
tests/mocks/Unity/Application/SurfaceManager.cpp (+5/-2)
tests/mocks/Unity/Application/SurfaceManager.h (+3/-1)
tests/mocks/Unity/ApplicationMenu/mockapplicationmenuregistry.cpp (+5/-0)
tests/mocks/Unity/ApplicationMenu/mockapplicationmenuregistry.h (+3/-0)
tests/mocks/Unity/Indicators/fakeindicatorsmodeldata.js (+4/-4)
tests/qmltests/ApplicationMenuDataLoader.qml (+75/-0)
tests/qmltests/ApplicationMenus/tst_MenuBar.qml (+183/-0)
tests/qmltests/ApplicationMenus/tst_MenuPopup.qml (+207/-0)
tests/qmltests/CMakeLists.txt (+11/-7)
tests/qmltests/Panel/Indicators/tst_IndicatorItem.qml (+1/-1)
tests/qmltests/Panel/Indicators/tst_IndicatorMenuItemFactory.qml (+2/-2)
tests/qmltests/Panel/PanelTest.qml (+0/-5)
tests/qmltests/Panel/tst_MenuContent.qml (+14/-2)
tests/qmltests/Panel/tst_Panel.qml (+386/-109)
tests/qmltests/Panel/tst_PanelBar.qml (+25/-34)
tests/qmltests/Panel/tst_PanelItemRow.qml (+36/-32)
tests/qmltests/Panel/tst_PanelMenu.qml (+32/-14)
tests/qmltests/Panel/tst_PanelMenuPage.qml (+60/-54)
tests/qmltests/Stage/tst_DecoratedWindow.qml (+40/-5)
tests/qmltests/Stage/tst_DesktopStage.qml (+9/-45)
tests/qmltests/Stage/tst_PhoneStage.qml (+5/-0)
tests/qmltests/Stage/tst_TabletStage.qml (+6/-0)
tests/qmltests/Stage/tst_WindowDecoration.qml (+242/-0)
tests/qmltests/tst_Shell.qml (+34/-5)
tests/qmltests/tst_ShellWithPin.qml (+3/-1)
Branch information
Recent revisions
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:unity8
