lp:~lukas-kde/unity8/globalshortcuts
Created by
Lukáš Tinkl
on
2015-07-22
and last modified on
2015-09-03
- Get this branch:
- bzr branch lp:~lukas-kde/unity8/globalshortcuts
Only
Lukáš Tinkl
can upload to this branch. If you are
Lukáš Tinkl
please log in for upload directions.
Branch merges
- PS Jenkins bot: Needs Fixing (continuous-integration) on 2015-08-25
- Daniel d'Andrada (community): Approve on 2015-08-25
-
Diff: 1740 lines (+832/-163)30 files modifiedplugins/CMakeLists.txt (+1/-0)
plugins/GlobalShortcut/CMakeLists.txt (+10/-0)
plugins/GlobalShortcut/globalshortcut.cpp (+80/-0)
plugins/GlobalShortcut/globalshortcut.h (+76/-0)
plugins/GlobalShortcut/globalshortcutregistry.cpp (+115/-0)
plugins/GlobalShortcut/globalshortcutregistry.h (+70/-0)
plugins/GlobalShortcut/plugin.cpp (+27/-0)
plugins/GlobalShortcut/plugin.h (+32/-0)
plugins/GlobalShortcut/qmldir (+2/-0)
plugins/Unity/Session/Session.qmltypes (+34/-0)
plugins/Unity/Session/dbusunitysessionservice.cpp (+38/-2)
plugins/Utils/Utils.qmltypes (+1/-1)
plugins/Utils/easingcurve.h (+2/-2)
po/unity8.pot (+83/-73)
qml/Components/Dialogs.qml (+60/-5)
qml/Components/PhysicalKeysMapper.qml (+7/-8)
qml/Components/ScreenGrabber.qml (+7/-0)
qml/Components/ShellDialog.qml (+7/-1)
qml/Components/VolumeControl.qml (+20/-6)
qml/OrientedShell.qml (+1/-5)
qml/Panel/Indicators/MessageMenuItemFactory.qml (+2/-2)
qml/Shell.qml (+11/-4)
tests/mocks/Utils/windowstatestorage.cpp (+0/-2)
tests/mocks/Utils/windowstatestorage.h (+1/-0)
tests/plugins/CMakeLists.txt (+1/-0)
tests/plugins/GlobalShortcut/CMakeLists.txt (+14/-0)
tests/plugins/GlobalShortcut/GlobalShortcutTest.cpp (+77/-0)
tests/plugins/GlobalShortcut/shortcut.qml (+39/-0)
tests/qmltests/Components/tst_Dialogs.qml (+13/-8)
tests/qmltests/Components/tst_PhysicalKeysMapper.qml (+1/-44)
Branch information
Recent revisions
- 1929. By Lukáš Tinkl on 2015-08-25
-
protect the GlobalShortcut pointer with QPointer
cleanup the list of shortcuts on destruction
- 1927. By Launchpad Translations on behalf of unity-team on 2015-08-20
-
Launchpad automatic translations update.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:unity8
