diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2014-10-14 14:06:58 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2014-10-14 14:06:58 -0500 |
commit | c07c186a14b2d72f4f48b77058c9597e91328707 (patch) | |
tree | c28022e80ea378afb5b912bf0565ada5dfb137f6 /data/com.canonical.indicator.power.gschema.xml.in | |
parent | f934717fd4eaa0e205182ad1414d79eb1fb700c1 (diff) | |
download | ayatana-indicator-power-c07c186a14b2d72f4f48b77058c9597e91328707.tar.gz ayatana-indicator-power-c07c186a14b2d72f4f48b77058c9597e91328707.tar.bz2 ayatana-indicator-power-c07c186a14b2d72f4f48b77058c9597e91328707.zip |
move the testing settings to a DBus interface
Diffstat (limited to 'data/com.canonical.indicator.power.gschema.xml.in')
-rw-r--r-- | data/com.canonical.indicator.power.gschema.xml.in | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/data/com.canonical.indicator.power.gschema.xml.in b/data/com.canonical.indicator.power.gschema.xml.in index e9bfcf5..4fd2620 100644 --- a/data/com.canonical.indicator.power.gschema.xml.in +++ b/data/com.canonical.indicator.power.gschema.xml.in @@ -20,29 +20,5 @@ <_summary>When to show the battery status in the menu bar.</_summary> <_description>Options for when to show battery status. Valid options are "present", "charge", and "never".</_description> </key> - - <key name="mock-battery-enabled" type="b"> - <default>false</default> - <_summary>Whether to use a mock battery for testing.</_summary> - <_description>When enabled, a single mock battery will be used instead of monitoring upower.</_description> - </key> - <key name="mock-battery-level" type="i"> - <range min="0" max="100"/> - <default>50</default> - <_summary>The charge level of the mock battery.</_summary> - <_description>The charge level of the mock battery.</_description> - </key> - <key name="mock-battery-charging" type="b"> - <default>false</default> - <_summary>Charge state of the mock battery</_summary> - <_description>Whether the mock battery is charging or discharging</_description> - </key> - <key name="mock-battery-minutes-left" type="i"> - <range min="0" max="420"/> - <default>30</default> - <_summary>Time remaining on the battery</_summary> - <_description>Minutes left until the battery finishes charging/discharging</_description> - </key> - </schema> </schemalist> |