lp:~mterry/unity8/default-wallpaper
Created by
Michael Terry
on
2016-06-16
and last modified on
2016-09-06
- Get this branch:
- bzr branch lp:~mterry/unity8/default-wallpaper
Only
Michael Terry
can upload to this branch. If you are
Michael Terry
please log in for upload directions.
Branch merges
- Unity8 CI Bot: Needs Fixing (continuous-integration) on 2016-08-31
- Albert Astals Cid (community): Needs Fixing on 2016-08-31
-
Diff: 1473 lines (+811/-131)35 files modifieddebian/control (+1/-0)
debian/unity8-private.install (+1/-0)
plugins/CMakeLists.txt (+1/-0)
plugins/ImageCache/CMakeLists.txt (+8/-0)
plugins/ImageCache/ImageCache.cpp (+135/-0)
plugins/ImageCache/ImageCache.h (+53/-0)
plugins/ImageCache/plugin.cpp (+39/-0)
plugins/ImageCache/plugin.h (+31/-0)
plugins/ImageCache/qmldir (+2/-0)
qml/Components/Lockscreen.qml (+1/-5)
qml/Components/Wallpaper.qml (+44/-0)
qml/Components/WallpaperResolver.qml (+28/-42)
qml/Dash/DashBackground.qml (+2/-2)
qml/Greeter/CoverPage.qml (+5/-5)
qml/Greeter/Greeter.qml (+7/-0)
qml/Greeter/NarrowView.qml (+5/-6)
qml/Greeter/WideView.qml (+1/-0)
qml/Shell.qml (+27/-4)
qml/Stages/DesktopStage.qml (+1/-3)
tests/plugins/CMakeLists.txt (+1/-0)
tests/plugins/ImageCache/CMakeLists.txt (+20/-0)
tests/plugins/ImageCache/test.cpp (+214/-0)
tests/plugins/ImageCache/test.qml (+23/-0)
tests/qmltests/Components/tst_Lockscreen.qml (+1/-1)
tests/qmltests/Components/tst_WallpaperResolver.qml (+28/-42)
tests/qmltests/Components/tst_ZoomableImage.qml (+1/-1)
tests/qmltests/Dash/Previews/tst_PreviewExpandable.qml (+3/-3)
tests/qmltests/Dash/Previews/tst_PreviewImageGallery.qml (+6/-6)
tests/qmltests/Dash/Previews/tst_PreviewZoomableImage.qml (+7/-7)
tests/qmltests/Greeter/TestView.qml (+1/-0)
tests/qmltests/Greeter/tst_Greeter.qml (+7/-1)
tests/qmltests/Greeter/tst_NarrowView.qml (+13/-1)
tests/qmltests/Greeter/tst_WideView.qml (+12/-1)
tests/qmltests/Stages/tst_DesktopStage.qml (+1/-1)
tests/qmltests/tst_Shell.qml (+81/-0)
Branch information
Recent revisions
- 2563. By Michael Terry on 2016-08-30
-
Switch from lockscreen PIN pad to a passcode entry box that uses the OSK.
- 2562. By Michael Terry on 2016-08-30
-
Hide the greeter OSK if indicators are open and don't show the edge tutorial during an emergency call.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:unity8
