Merge lp:~lukas-kde/indicator-power/showTimeAndPercentageOptions into lp:indicator-power

Proposed by Lukáš Tinkl
Status: Needs review
Proposed branch: lp:~lukas-kde/indicator-power/showTimeAndPercentageOptions
Merge into: lp:indicator-power
Diff against target: 18 lines (+8/-0)
1 file modified
src/service.c (+8/-0)
To merge this branch: bzr merge lp:~lukas-kde/indicator-power/showTimeAndPercentageOptions
Reviewer Review Type Date Requested Status
unity-api-1-bot continuous-integration Approve
Indicator Applet Developers Pending
Review via email: mp+308718@code.launchpad.net

Commit message

Add show-time and show-percentage actions to the phone profile

Description of the change

Add show-time and show-percentage actions to the phone profile

Brings those options to the phone profile as part of the convergence effort. The phone profile is the default one for unity8, even in desktop scenarios.

To post a comment you must log in.
Revision history for this message
unity-api-1-bot (unity-api-1-bot) wrote :

PASSED: Continuous integration, rev:299
https://jenkins.canonical.com/unity-api-1/job/lp-indicator-power-ci/3/
Executed test runs:
    SUCCESS: https://jenkins.canonical.com/unity-api-1/job/build/1097
    SUCCESS: https://jenkins.canonical.com/unity-api-1/job/build-0-fetch/1104
    SUCCESS: https://jenkins.canonical.com/unity-api-1/job/build-2-binpkg/arch=amd64,release=xenial+overlay/895
        deb: https://jenkins.canonical.com/unity-api-1/job/build-2-binpkg/arch=amd64,release=xenial+overlay/895/artifact/output/*zip*/output.zip
    SUCCESS: https://jenkins.canonical.com/unity-api-1/job/build-2-binpkg/arch=amd64,release=zesty/895
        deb: https://jenkins.canonical.com/unity-api-1/job/build-2-binpkg/arch=amd64,release=zesty/895/artifact/output/*zip*/output.zip
    SUCCESS: https://jenkins.canonical.com/unity-api-1/job/build-2-binpkg/arch=armhf,release=xenial+overlay/895
        deb: https://jenkins.canonical.com/unity-api-1/job/build-2-binpkg/arch=armhf,release=xenial+overlay/895/artifact/output/*zip*/output.zip
    SUCCESS: https://jenkins.canonical.com/unity-api-1/job/build-2-binpkg/arch=armhf,release=zesty/895
        deb: https://jenkins.canonical.com/unity-api-1/job/build-2-binpkg/arch=armhf,release=zesty/895/artifact/output/*zip*/output.zip
    SUCCESS: https://jenkins.canonical.com/unity-api-1/job/build-2-binpkg/arch=i386,release=xenial+overlay/895
        deb: https://jenkins.canonical.com/unity-api-1/job/build-2-binpkg/arch=i386,release=xenial+overlay/895/artifact/output/*zip*/output.zip
    SUCCESS: https://jenkins.canonical.com/unity-api-1/job/build-2-binpkg/arch=i386,release=zesty/895
        deb: https://jenkins.canonical.com/unity-api-1/job/build-2-binpkg/arch=i386,release=zesty/895/artifact/output/*zip*/output.zip

Click here to trigger a rebuild:
https://jenkins.canonical.com/unity-api-1/job/lp-indicator-power-ci/3/rebuild

review: Approve (continuous-integration)

Unmerged revisions

299. By Lukáš Tinkl

merge trunk

298. By Lukáš Tinkl

add show-time, show-percentage config actions to phone profile

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'src/service.c'
--- src/service.c 2016-05-26 18:21:09 +0000
+++ src/service.c 2016-10-25 11:50:03 +0000
@@ -657,6 +657,14 @@
657 g_object_unref(item);657 g_object_unref(item);
658 }658 }
659659
660 g_menu_append (section,
661 _("Show Time in Menu Bar"),
662 "indicator.show-time");
663
664 g_menu_append (section,
665 _("Show Percentage in Menu Bar"),
666 "indicator.show-percentage");
667
660 g_menu_append(section, _("Battery settings…"), "indicator.activate-phone-settings");668 g_menu_append(section, _("Battery settings…"), "indicator.activate-phone-settings");
661669
662 return G_MENU_MODEL(section);670 return G_MENU_MODEL(section);

Subscribers

People subscribed via source and target branches