lp:~josharenson/unity8/slim_greeter_real_lightdm
Created by
Josh Arenson
on
2015-06-05
and last modified on
2016-07-08
- Get this branch:
- bzr branch lp:~josharenson/unity8/slim_greeter_real_lightdm
Only
Josh Arenson
can upload to this branch. If you are
Josh Arenson
please log in for upload directions.
Branch merges
- Daniel d'Andrada (community): Abstain on 2016-07-11
- Unity8 CI Bot: Needs Fixing (continuous-integration) on 2016-07-08
- Michael Terry: Approve on 2016-06-27
- Michał Sawicz: Needs Fixing on 2016-06-18
- Albert Astals Cid (community): Needs Fixing on 2016-06-02
- PS Jenkins bot: Needs Fixing (continuous-integration) on 2016-02-24
- Mirco Müller: Pending (code-review) requested 2015-09-18
- Lukáš Tinkl: Pending requested 2015-09-18
-
Diff: 1822 lines (+534/-209)67 files modifiedCMakeLists.txt (+1/-0)
data/51-unity8-greeter.conf (+2/-0)
data/CMakeLists.txt (+11/-0)
data/unity8-greeter-init.conf (+12/-0)
data/unity8-greeter-wrapper (+98/-0)
data/unity8-greeter.desktop.in (+7/-0)
data/unity8-greeter.pkla (+44/-0)
debian/control (+12/-0)
debian/rules (+1/-1)
debian/unity8-greeter.install (+5/-0)
debian/unity8-private.install (+1/-1)
plugins/CMakeLists.txt (+1/-1)
plugins/IntegratedLightDM/qmldir (+0/-3)
plugins/LightDM/CMakeLists.txt (+8/-21)
plugins/LightDM/DBusGreeter.cpp (+5/-4)
plugins/LightDM/FullLightDM/CMakeLists.txt (+27/-0)
plugins/LightDM/FullLightDM/qmldir (+3/-0)
plugins/LightDM/Greeter.cpp (+6/-0)
plugins/LightDM/Greeter.h (+2/-0)
plugins/LightDM/IntegratedLightDM/CMakeLists.txt (+32/-0)
plugins/LightDM/IntegratedLightDM/liblightdm/CMakeLists.txt (+2/-2)
plugins/LightDM/IntegratedLightDM/liblightdm/GreeterPrivate.cpp (+1/-2)
plugins/LightDM/IntegratedLightDM/qmldir (+3/-0)
plugins/LightDM/plugin.cpp (+15/-3)
plugins/LightDM/plugin.h (+5/-5)
plugins/Unity/Indicators/indicatorsmanager.cpp (+1/-1)
qml/Components/Dialogs.qml (+3/-5)
qml/Greeter/FullLightDMImpl.qml (+28/-0)
qml/Greeter/Greeter.qml (+43/-34)
qml/Greeter/IntegratedLightDMImpl.qml (+1/-1)
qml/Greeter/LightDMService.qml (+14/-3)
qml/Greeter/LoginList.qml (+2/-0)
qml/Greeter/WideView.qml (+2/-0)
qml/Greeter/qmldir (+1/-0)
qml/Shell.qml (+11/-6)
qml/Stages/ShimStage.qml (+0/-43)
qml/Wizard/Wizard.qml (+6/-2)
src/ShellApplication.cpp (+11/-1)
tests/CMakeLists.txt (+1/-1)
tests/autopilot/unity8/fixture_setup.py (+1/-1)
tests/autopilot/unity8/greeter/tests/test_args.py (+0/-5)
tests/autopilot/unity8/shell/tests/__init__.py (+1/-1)
tests/mocks/CMakeLists.txt (+1/-1)
tests/mocks/LightDM/CMakeLists.txt (+1/-0)
tests/mocks/LightDM/IntegratedLightDM/CMakeLists.txt (+7/-7)
tests/mocks/LightDM/IntegratedLightDM/MockGreeter.cpp (+16/-0)
tests/mocks/LightDM/IntegratedLightDM/MockGreeter.h (+5/-0)
tests/mocks/LightDM/IntegratedLightDM/liblightdm/CMakeLists.txt (+2/-2)
tests/mocks/LightDM/IntegratedLightDM/liblightdm/Greeter.cpp (+8/-1)
tests/mocks/LightDM/IntegratedLightDM/liblightdm/Greeter.h (+1/-0)
tests/mocks/LightDM/IntegratedLightDM/liblightdm/GreeterPrivate.h (+1/-0)
tests/mocks/LightDM/IntegratedLightDM/plugin.cpp (+4/-4)
tests/mocks/LightDM/IntegratedLightDM/plugin.h (+1/-1)
tests/mocks/LightDM/IntegratedLightDM/qmldir (+1/-2)
tests/plugins/CMakeLists.txt (+1/-1)
tests/plugins/LightDM/CMakeLists.txt (+1/-0)
tests/plugins/LightDM/IntegratedLightDM/CMakeLists.txt (+13/-13)
tests/plugins/LightDM/IntegratedLightDM/greeter.qml (+1/-1)
tests/qmltests/Greeter/TestView.qml (+1/-0)
tests/qmltests/Greeter/tst_Greeter.qml (+28/-10)
tests/qmltests/Greeter/tst_Infographics.qml (+1/-1)
tests/qmltests/Greeter/tst_NarrowView.qml (+1/-1)
tests/qmltests/Greeter/tst_WideView.qml (+1/-1)
tests/qmltests/Tutorial/tst_Tutorial.qml (+1/-1)
tests/qmltests/tst_OrientedShell.qml (+1/-1)
tests/qmltests/tst_Shell.qml (+5/-13)
tests/qmltests/tst_ShellWithPin.qml (+1/-1)
Related bugs
Related blueprints
Branch information
Recent revisions
- 1998. By Josh Arenson on 2016-07-08
- 1989. By Josh Arenson on 2016-06-13
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:unity8
