lp:~ci-train-bot/unity8/unity8-ubuntu-xenial-landing-022
Created by
CI Train Bot Account
on
2015-10-26
and last modified on
2016-04-18
- Get this branch:
- bzr branch lp:~ci-train-bot/unity8/unity8-ubuntu-xenial-landing-022
Only
CI Train Bot Account
can upload to this branch. If you are
CI Train Bot Account
please log in for upload directions.
Branch merges
- Unity Team: Pending requested 2015-10-26
-
Diff: 5795 lines (+3025/-1212)103 files modifiedCMakeLists.txt (+4/-1)
data/unity8.conf (+10/-0)
debian/changelog (+36/-0)
debian/control (+9/-7)
debian/copyright (+21/-0)
debian/unity8-private.install (+1/-0)
debian/unity8.install (+1/-0)
plugins/CMakeLists.txt (+1/-0)
plugins/Cursor/3rd_party/CMakeLists.txt (+1/-0)
plugins/Cursor/3rd_party/xcursor/CMakeLists.txt (+15/-0)
plugins/Cursor/3rd_party/xcursor/xcursor.c (+968/-0)
plugins/Cursor/3rd_party/xcursor/xcursor.h (+65/-0)
plugins/Cursor/CMakeLists.txt (+28/-0)
plugins/Cursor/Cursor.qml (+12/-0)
plugins/Cursor/CursorImageProvider.cpp (+191/-0)
plugins/Cursor/CursorImageProvider.h (+76/-0)
plugins/Cursor/MousePointer.cpp (+125/-0)
plugins/Cursor/MousePointer.h (+59/-0)
plugins/Cursor/plugin.cpp (+39/-0)
plugins/Cursor/plugin.h (+33/-0)
plugins/Cursor/qmldir (+3/-0)
plugins/IntegratedLightDM/UsersModel.cpp (+7/-6)
plugins/IntegratedLightDM/liblightdm/UsersModelPrivate.cpp (+2/-1)
plugins/ScreenGrabber/screengrabber.cpp (+2/-2)
plugins/ScreenGrabber/screengrabber.h (+1/-1)
plugins/Unity/CMakeLists.txt (+1/-0)
plugins/Unity/Launcher/desktopfilehandler.cpp (+3/-2)
plugins/Unity/Platform/CMakeLists.txt (+9/-0)
plugins/Unity/Platform/platform.cpp (+43/-0)
plugins/Unity/Platform/platform.h (+58/-0)
plugins/Unity/Platform/plugin.cpp (+27/-0)
plugins/Unity/Platform/plugin.h (+32/-0)
plugins/Unity/Platform/qmldir (+2/-0)
plugins/Unity/Session/dbusunitysessionservice.cpp (+2/-1)
plugins/Utils/CMakeLists.txt (+0/-2)
plugins/Utils/plugin.cpp (+0/-5)
plugins/Utils/relativetimeformatter.cpp (+0/-260)
plugins/Utils/relativetimeformatter.h (+0/-34)
plugins/Utils/timeformatter.cpp (+0/-206)
plugins/Utils/timeformatter.h (+0/-68)
plugins/Utils/timezoneFormatter.cpp (+1/-1)
qml/Components/Dialogs.qml (+3/-2)
qml/Components/ScreenGrabber.qml (+4/-1)
qml/Components/WallpaperResolver.qml (+63/-0)
qml/DeviceConfiguration.qml (+1/-0)
qml/DisabledScreenNotice.qml (+49/-0)
qml/Greeter/Greeter.qml (+1/-1)
qml/Launcher/Launcher.qml (+1/-0)
qml/Notifications/Notification.qml (+2/-0)
qml/Notifications/NotificationMenuItemFactory.qml (+2/-1)
qml/Notifications/Notifications.qml (+2/-0)
qml/OrientedShell.qml (+10/-1)
qml/Panel/Indicators/MenuItemFactory.qml (+19/-15)
qml/Panel/Indicators/MessageMenuItemFactory.qml (+35/-26)
qml/Panel/Panel.qml (+1/-0)
qml/Rotation/RotationStates.qml (+2/-2)
qml/Shell.qml (+24/-40)
qml/Stages/ApplicationWindow.qml (+2/-0)
qml/Stages/DecoratedWindow.qml (+7/-4)
qml/Stages/DesktopStage.qml (+5/-8)
qml/Stages/SurfaceContainer.qml (+1/-0)
qml/Stages/WindowDecoration.qml (+32/-4)
qml/Stages/WindowResizeArea.qml (+135/-62)
src/ApplicationArguments.h (+10/-2)
src/CMakeLists.txt (+3/-0)
src/SecondaryWindow.cpp (+31/-0)
src/SecondaryWindow.h (+30/-0)
src/ShellApplication.cpp (+197/-0)
src/ShellApplication.h (+55/-0)
src/ShellView.cpp (+59/-0)
src/ShellView.h (+34/-0)
src/main.cpp (+4/-101)
tests/autopilot/unity8/fixture_setup.py (+1/-1)
tests/autopilot/unity8/greeter/tests/__init__.py (+1/-1)
tests/autopilot/unity8/launcher.py (+1/-1)
tests/autopilot/unity8/settings_wizard/__init__.py (+7/-2)
tests/autopilot/unity8/settings_wizard/tests/test_settings_wizard.py (+10/-5)
tests/autopilot/unity8/shell/__init__.py (+1/-1)
tests/autopilot/unity8/shell/tests/__init__.py (+1/-1)
tests/mocks/CMakeLists.txt (+1/-0)
tests/mocks/Cursor/CMakeLists.txt (+1/-0)
tests/mocks/Cursor/Cursor.qml (+20/-0)
tests/mocks/Cursor/qmldir (+2/-0)
tests/mocks/Unity/Launcher/MockQuickListModel.cpp (+1/-1)
tests/mocks/Unity/fake_resultsmodel.cpp (+1/-1)
tests/mocks/Unity/fake_scopesoverview.cpp (+1/-1)
tests/mocks/Utils/CMakeLists.txt (+0/-2)
tests/mocks/Utils/Utils.qmltypes (+31/-28)
tests/mocks/Utils/plugin.cpp (+0/-13)
tests/plugins/ScreenGrabber/ScreenGrabberTest.cpp (+11/-0)
tests/plugins/ScreenGrabber/grabber.qml (+1/-1)
tests/plugins/Unity/Indicators/UnityMenuModelStackTest.cpp (+2/-9)
tests/plugins/Utils/CMakeLists.txt (+0/-1)
tests/plugins/Utils/TimeFormatterTest.cpp (+0/-155)
tests/plugins/Wizard/tst_pagelist.cpp (+5/-5)
tests/qmltests/CMakeLists.txt (+3/-1)
tests/qmltests/Components/tst_WallpaperResolver.qml (+89/-0)
tests/qmltests/Panel/Indicators/tst_MenuItemFactory.qml (+6/-16)
tests/qmltests/Panel/Indicators/tst_MessageMenuItemFactory.qml (+6/-13)
tests/qmltests/Stages/tst_WindowResizeArea.qml (+18/-61)
tests/qmltests/tst_DisabledScreenNotice.qml (+37/-0)
tests/qmltests/tst_OrientedShell.qml (+55/-1)
tests/qmltests/tst_Shell.qml (+0/-24)
Branch information
Recent revisions
- 2333. By Albert Astals Cid on 2016-04-18
-
Make the previewActions react to the actions model changing
i.e. use a binding instead of a direct assingment Fixes: #1485887
Approved by: Andrea Cimitan - 2332. By Launchpad Translations on behalf of unity-team on 2016-04-18
-
Launchpad automatic translations update.
- 2330. By Michael Zanetti on 2016-04-14
-
make the edge drag area width configurable Fixes: #1559512
Approved by: Albert Astals Cid - 2329. By Michael Terry on 2016-04-14
-
Make sure that usageMode is set on startup, fixing a problem with the tutorial not noticing that it is running on a desktop. Fixes: #1564351
Approved by: Michael Zanetti - 2328. By Launchpad Translations on behalf of unity-team on 2016-04-14
-
Launchpad automatic translations update.
- 2327. By Launchpad Translations on behalf of unity-team on 2016-04-09
-
Launchpad automatic translations update.
- 2326. By Launchpad Translations on behalf of unity-team on 2016-04-08
-
Launchpad automatic translations update.
- 2325. By Launchpad Translations on behalf of unity-team on 2016-04-04
-
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
