lp://staging/~artmello/ubuntu-system-settings/ubuntu-system-settings-new_notifications_panel
Created by
Arthur Mello
and last modified
- Get this branch:
- bzr branch lp://staging/~artmello/ubuntu-system-settings/ubuntu-system-settings-new_notifications_panel
Only
Arthur Mello
can upload to this branch. If you are
Arthur Mello
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
Ready for review
for merging
into
lp://staging/ubuntu-system-settings
- Jonas G. Drange (community): Needs Information
- system-apps-ci-bot: Needs Fixing (continuous-integration)
- PS Jenkins bot: Pending (continuous-integration) requested
-
Diff: 1928 lines (+1770/-0)28 files modifiedCMakeLists.txt (+1/-0)
debian/control (+1/-0)
plugins/new_notifications/CMakeLists.txt (+36/-0)
plugins/new_notifications/ClickAppNotifications.qml (+140/-0)
plugins/new_notifications/ClickAppsSoundsNotify.qml (+94/-0)
plugins/new_notifications/ClickAppsVibrationsNotify.qml (+123/-0)
plugins/new_notifications/PageComponent.qml (+224/-0)
plugins/new_notifications/click_applications_model.cpp (+382/-0)
plugins/new_notifications/click_applications_model.h (+98/-0)
plugins/new_notifications/click_applications_notify_model.cpp (+114/-0)
plugins/new_notifications/click_applications_notify_model.h (+72/-0)
plugins/new_notifications/notifications.settings (+23/-0)
plugins/new_notifications/plugin.cpp (+47/-0)
plugins/new_notifications/plugin.h (+33/-0)
plugins/new_notifications/qmldir (+2/-0)
tests/mocks/CMakeLists.txt (+34/-0)
tests/mocks/Ubuntu/CMakeLists.txt (+1/-0)
tests/mocks/Ubuntu/SystemSettings/CMakeLists.txt (+1/-0)
tests/mocks/Ubuntu/SystemSettings/Notifications/CMakeLists.txt (+22/-0)
tests/mocks/Ubuntu/SystemSettings/Notifications/MockClickApplicationsModel.cpp (+102/-0)
tests/mocks/Ubuntu/SystemSettings/Notifications/MockClickApplicationsModel.h (+35/-0)
tests/mocks/Ubuntu/SystemSettings/Notifications/MockClickApplicationsNotifyModel.cpp (+35/-0)
tests/mocks/Ubuntu/SystemSettings/Notifications/MockClickApplicationsNotifyModel.h (+35/-0)
tests/mocks/Ubuntu/SystemSettings/Notifications/plugin.cpp (+37/-0)
tests/mocks/Ubuntu/SystemSettings/Notifications/plugin.h (+31/-0)
tests/mocks/Ubuntu/SystemSettings/Notifications/qmldir (+2/-0)
tests/plugins/notifications/CMakeLists.txt (+40/-0)
tests/plugins/notifications/NotificationsSource/qmldir (+5/-0)
Branch information
Recent revisions
- 1661. By Michael Terry
-
Show user-friendly city name for the timezone. Fixes: #1566295
Approved by: Lukáš Tinkl, Jonas G. Drange - 1657. By Ken VanDine
-
Fixes to sleep/idle settings in the Battery and Security panels
Fixes: #1581423
Approved by: Jonas G. Drange
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/ubuntu-system-settings