lp:~mzanetti/unity8/appdrawer
Created by
Michael Zanetti
on
2016-11-03
and last modified on
2016-12-10
- Get this branch:
- bzr branch lp:~mzanetti/unity8/appdrawer
Only
Michael Zanetti
can upload to this branch. If you are
Michael Zanetti
please log in for upload directions.
Branch merges
- Lukáš Tinkl (community): Approve on 2016-11-30
- Unity8 CI Bot: Approve (continuous-integration) on 2016-11-30
- Ubuntu Unity PS integration team: Pending requested 2016-11-30
-
Diff: 2932 lines (+1624/-416)49 files modifieddata/com.canonical.Unity8.gschema.xml (+2/-2)
debian/control (+3/-1)
plugins/Greeter/Unity/Launcher/CMakeLists.txt (+1/-1)
plugins/Greeter/Unity/Launcher/launcheritem.cpp (+13/-0)
plugins/Greeter/Unity/Launcher/launcheritem.h (+3/-0)
plugins/Unity/Launcher/CMakeLists.txt (+4/-1)
plugins/Unity/Launcher/appdrawermodel.cpp (+62/-0)
plugins/Unity/Launcher/appdrawermodel.h (+33/-0)
plugins/Unity/Launcher/launcheritem.cpp (+13/-0)
plugins/Unity/Launcher/launcheritem.h (+4/-0)
plugins/Unity/Launcher/launchermodel.cpp (+6/-37)
plugins/Unity/Launcher/launchermodel.h (+0/-14)
plugins/Unity/Launcher/plugin.cpp (+2/-1)
plugins/Unity/Launcher/ualwrapper.cpp (+73/-0)
plugins/Unity/Launcher/ualwrapper.h (+35/-0)
plugins/Utils/CMakeLists.txt (+4/-0)
plugins/Utils/appdrawerproxymodel.cpp (+189/-0)
plugins/Utils/appdrawerproxymodel.h (+87/-0)
plugins/Utils/plugin.cpp (+2/-0)
qml/Components/KeyboardShortcutsOverlay.qml (+13/-0)
qml/Launcher/BackgroundBlur.qml (+81/-0)
qml/Launcher/Drawer.qml (+306/-0)
qml/Launcher/DrawerGridView.qml (+47/-0)
qml/Launcher/DrawerListView.qml (+32/-0)
qml/Launcher/Launcher.qml (+150/-30)
qml/Launcher/MoreAppsHeader.qml (+46/-0)
qml/Shell.qml (+10/-34)
qml/Stage/Stage.qml (+3/-6)
qml/Stage/StageMaths.qml (+2/-7)
qml/Tutorial/TutorialLeftLong.qml (+1/-1)
tests/mocks/Unity/Launcher/CMakeLists.txt (+5/-1)
tests/mocks/Unity/Launcher/MockAppDrawerModel.cpp (+75/-0)
tests/mocks/Unity/Launcher/MockAppDrawerModel.h (+32/-0)
tests/mocks/Unity/Launcher/MockLauncherItem.cpp (+13/-0)
tests/mocks/Unity/Launcher/MockLauncherItem.h (+6/-0)
tests/mocks/Unity/Launcher/MockLauncherModel.cpp (+3/-0)
tests/mocks/Unity/Launcher/plugin.cpp (+4/-0)
tests/mocks/Utils/CMakeLists.txt (+4/-0)
tests/mocks/Utils/plugin.cpp (+2/-0)
tests/plugins/Greeter/Unity/Launcher/CMakeLists.txt (+1/-1)
tests/plugins/Unity/Launcher/CMakeLists.txt (+2/-1)
tests/qmltests/CMakeLists.txt (+1/-0)
tests/qmltests/Dash/tst_DashShell.qml (+0/-29)
tests/qmltests/Launcher/tst_Drawer.qml (+245/-0)
tests/qmltests/Launcher/tst_Launcher.qml (+1/-1)
tests/qmltests/Stage/tst_PhoneStage.qml (+0/-26)
tests/qmltests/tst_OrientedShell.qml (+1/-13)
tests/qmltests/tst_Shell.qml (+2/-143)
tests/qmltests/tst_ShellWithPin.qml (+0/-66)
Related bugs
| Bug #1440360: Incomplete long-left swipe resets dash | Medium | Fix Released |
|
| Bug #1648253: No drop shadow when sliding away application | Medium | In Progress |
|
Related blueprints
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
