add UI to control launcher settings
Bug #1645802 reported by
Bill Filler
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical System Image |
Fix Released
|
Medium
|
Bill Filler | ||
ubuntu-system-settings (Ubuntu) |
Fix Released
|
Medium
|
Jonas G. Drange |
Bug Description
per design spec, add a panel for launcher settings
Related branches
lp://staging/~jonas-drange/ubuntu-system-settings/appearance-launcher
- Ken VanDine: Approve
- system-apps-ci-bot: Needs Fixing (continuous-integration)
-
Diff: 1631 lines (+1383/-24)35 files modifieddebian/control (+1/-0)
plugins/CMakeLists.txt (+1/-0)
plugins/launcher/CMakeLists.txt (+20/-0)
plugins/launcher/PageComponent.qml (+113/-0)
plugins/launcher/launcher.h (+42/-0)
plugins/launcher/launcher.settings (+14/-0)
plugins/launcher/launcher_impl.cpp (+52/-0)
plugins/launcher/launcher_impl.h (+40/-0)
plugins/launcher/plugin.cpp (+39/-0)
plugins/launcher/plugin.h (+33/-0)
plugins/launcher/plugin/CMakeLists.txt (+8/-0)
plugins/launcher/plugin/GuAccessor.qml (+6/-0)
plugins/launcher/plugin/launcher-plugin.cpp (+86/-0)
plugins/launcher/plugin/launcher-plugin.h (+37/-0)
plugins/launcher/qmldir.in (+2/-0)
plugins/launcher/settings-launcher.svg (+179/-0)
src/CMakeLists.txt (+1/-1)
src/main.cpp (+2/-23)
tests/mocks/CMakeLists.txt (+1/-0)
tests/mocks/GSettings.1.0/CMakeLists.txt (+19/-0)
tests/mocks/GSettings.1.0/fake_gsettings.cpp (+193/-0)
tests/mocks/GSettings.1.0/fake_gsettings.h (+118/-0)
tests/mocks/GSettings.1.0/plugin.cpp (+35/-0)
tests/mocks/GSettings.1.0/plugin.h (+33/-0)
tests/mocks/GSettings.1.0/qmldir (+2/-0)
tests/mocks/Ubuntu/SystemSettings/CMakeLists.txt (+1/-0)
tests/mocks/Ubuntu/SystemSettings/Launcher/CMakeLists.txt (+20/-0)
tests/mocks/Ubuntu/SystemSettings/Launcher/MockLauncherPanelPlugin.cpp (+57/-0)
tests/mocks/Ubuntu/SystemSettings/Launcher/MockLauncherPanelPlugin.h (+49/-0)
tests/mocks/Ubuntu/SystemSettings/Launcher/plugin.cpp (+37/-0)
tests/mocks/Ubuntu/SystemSettings/Launcher/plugin.h (+32/-0)
tests/mocks/Ubuntu/SystemSettings/Launcher/qmldir (+2/-0)
tests/plugins/CMakeLists.txt (+8/-0)
tests/plugins/launcher/Source/qmldir (+2/-0)
tests/plugins/launcher/tst_LauncherPageComponent.qml (+98/-0)
Changed in canonical-devices-system-image: | |
milestone: | none → p1 |
assignee: | nobody → Bill Filler (bfiller) |
importance: | Undecided → Medium |
status: | New → In Progress |
Changed in ubuntu-system-settings (Ubuntu): | |
status: | New → In Progress |
importance: | Undecided → Medium |
assignee: | nobody → Jonas G. Drange (jonas-drange) |
Changed in ubuntu-system-settings (Ubuntu): | |
status: | In Progress → Fix Released |
Changed in canonical-devices-system-image: | |
status: | In Progress → Fix Committed |
Changed in canonical-devices-system-image: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.