Merge lp://staging/~kaihengfeng/gnome-settings-daemon/add-brightness-limit-mechanism into lp://staging/gnome-settings-daemon

Proposed by Kai-Heng Feng
Status: Needs review
Proposed branch: lp://staging/~kaihengfeng/gnome-settings-daemon/add-brightness-limit-mechanism
Merge into: lp://staging/gnome-settings-daemon
Diff against target: 25433 lines (+24929/-0)
100 files modified
.bzr-builddeb/default.conf (+2/-0)
debian/changelog (+2835/-0)
debian/compat (+1/-0)
debian/control (+98/-0)
debian/control.in (+94/-0)
debian/copyright (+72/-0)
debian/gnome-settings-daemon-dev.install (+2/-0)
debian/gnome-settings-daemon-schemas.gsettings-override (+3/-0)
debian/gnome-settings-daemon-schemas.install (+2/-0)
debian/gnome-settings-daemon.1 (+39/-0)
debian/gnome-settings-daemon.examples (+1/-0)
debian/gnome-settings-daemon.install (+8/-0)
debian/gnome-settings-daemon.links (+1/-0)
debian/gnome-settings-daemon.maintscript (+10/-0)
debian/gnome-settings-daemon.manpages (+1/-0)
debian/gnome-settings-daemon.postinst (+21/-0)
debian/gnome-settings-daemon.user-session.desktop (+5/-0)
debian/gnome-settings-daemon.user-session.upstart (+8/-0)
debian/patches/01_reinstate_updates_plugin.patch (+4521/-0)
debian/patches/04_superP.patch (+29/-0)
debian/patches/05_disable_corner_tapping.patch (+19/-0)
debian/patches/43_disable_locale_settings.patch (+26/-0)
debian/patches/45_suppress-printer-may-not-be-connected-notification.patch (+32/-0)
debian/patches/53_sync_input_sources_to_accountsservice.patch (+145/-0)
debian/patches/64_restore_terminal_keyboard_shortcut_schema.patch (+84/-0)
debian/patches/add-brightness-limit-mechanism.patch (+19/-0)
debian/patches/correct_logout_action.patch (+29/-0)
debian/patches/revert-gsettings-removals.patch (+140/-0)
debian/patches/revert_background_dropping.patch (+58/-0)
debian/patches/series (+12/-0)
debian/patches/ubuntu-lid-close-suspend.patch (+146/-0)
debian/po-up/POTFILES.in (+1/-0)
debian/po-up/ar.po (+272/-0)
debian/po-up/as.po (+244/-0)
debian/po-up/ast.po (+256/-0)
debian/po-up/be.po (+254/-0)
debian/po-up/bg.po (+256/-0)
debian/po-up/bn.po (+251/-0)
debian/po-up/bn_IN.po (+254/-0)
debian/po-up/ca.po (+259/-0)
debian/po-up/ca@valencia.po (+259/-0)
debian/po-up/crh.po (+253/-0)
debian/po-up/cs.po (+269/-0)
debian/po-up/da.po (+277/-0)
debian/po-up/de.po (+274/-0)
debian/po-up/el.po (+286/-0)
debian/po-up/en_GB.po (+252/-0)
debian/po-up/eo.po (+249/-0)
debian/po-up/es.po (+263/-0)
debian/po-up/et.po (+253/-0)
debian/po-up/eu.po (+254/-0)
debian/po-up/fa.po (+266/-0)
debian/po-up/fi.po (+265/-0)
debian/po-up/fr.po (+264/-0)
debian/po-up/gl.po (+263/-0)
debian/po-up/gu.po (+244/-0)
debian/po-up/he.po (+248/-0)
debian/po-up/hi.po (+242/-0)
debian/po-up/hu.po (+257/-0)
debian/po-up/id.po (+249/-0)
debian/po-up/it.po (+266/-0)
debian/po-up/ja.po (+255/-0)
debian/po-up/km.po (+243/-0)
debian/po-up/kn.po (+246/-0)
debian/po-up/ko.po (+243/-0)
debian/po-up/lt.po (+261/-0)
debian/po-up/lv.po (+260/-0)
debian/po-up/mk.po (+264/-0)
debian/po-up/ml.po (+257/-0)
debian/po-up/mr.po (+246/-0)
debian/po-up/nb.po (+248/-0)
debian/po-up/nl.po (+266/-0)
debian/po-up/or.po (+256/-0)
debian/po-up/pa.po (+253/-0)
debian/po-up/patches.pot (+244/-0)
debian/po-up/pl.po (+263/-0)
debian/po-up/pt.po (+251/-0)
debian/po-up/pt_BR.po (+272/-0)
debian/po-up/ro.po (+261/-0)
debian/po-up/ru.po (+265/-0)
debian/po-up/sk.po (+269/-0)
debian/po-up/sl.po (+263/-0)
debian/po-up/sr.po (+264/-0)
debian/po-up/sr@latin.po (+264/-0)
debian/po-up/sv.po (+262/-0)
debian/po-up/ta.po (+260/-0)
debian/po-up/te.po (+252/-0)
debian/po-up/tg.po (+244/-0)
debian/po-up/th.po (+243/-0)
debian/po-up/tr.po (+254/-0)
debian/po-up/ug.po (+241/-0)
debian/po-up/uk.po (+255/-0)
debian/po-up/vi.po (+239/-0)
debian/po-up/zh_CN.po (+254/-0)
debian/po-up/zh_HK.po (+245/-0)
debian/po-up/zh_TW.po (+245/-0)
debian/rules (+38/-0)
debian/source/format (+1/-0)
debian/source_gnome-settings-daemon.py (+16/-0)
debian/watch (+3/-0)
To merge this branch: bzr merge lp://staging/~kaihengfeng/gnome-settings-daemon/add-brightness-limit-mechanism
Reviewer Review Type Date Requested Status
VCS imports Pending
Review via email: mp+277417@code.staging.launchpad.net

Description of the change

Add a mechanism that can make user to choose the minimum/maximum adjustable brightness level.

To post a comment you must log in.

Unmerged revisions

493. By Kai-Heng Feng

Add new gsettings keys to expose min/max brightness limit mechanism.

492. By Tim Lunn

releasing package gnome-settings-daemon version 3.18.1-1ubuntu1

491. By Tim Lunn

* Merge with Debian, remaining changes (LP: #1468943):
  + Split out schemas into gnome-settings-daemon-schemas so
    unity-settings-daemon can use them
  + Provide upstart user-session
  + debian/patches:
     - 05_disable_corner_tapping.patch:
        Disable corner tapping when disabling tap to click
     - 43_disable_locale_settings.patch:
        Don't set locales after sourcing .profile
     - 45_suppress-printer-may-not-be-connected-notification.patch
     - 53_sync_input_sources_to_accountsservice.patch
     - 64_restore_terminal_keyboard_shortcut_schema.patch
     - correct_logout_action.patch
        display the logout action on ctrl-alt-del (lp: #961501)
     - ubuntu-lid-close-suspend.patch
        Reimplement support for setting lid close suspend actions
     - revert_background_dropping.patch
        Keep gsettings keys background u-s-d needs them
     - revert-gsettings-removals.patch
        Revert gsettings keys that were dropped since 3.8, for u-s-d
     - 01_reinstate_updates_plugin.patch, keep this for now until we have
       gnome-software now which is responsible for the update notifications.
  + debian/gnome-settings-daemon.install: Install apport hook
  + debian/rules:
    - install upstart scripts
    - Dont link with "-Wl,-Bsymbolic-functions",
      this was causing GType mismatches between plugins using
      gsd-device-manager (LP: #1427877)
* debian/patches:
  + revert-gsettings-removals.patch: updated for keys removed in 3.18
  + nexus-orientation.patch: Dropped this will be handled by iio-sensor-proxy
  + ubuntu-lid-close-suspend.patch: refreshed
* debian/gnome-settings-daemon-schemas.gsettings-override: Dropped, these are
  already the default settings
* New upstream release.
* New upstream release.
* Drop debian/patches/01_reinstate_updates_plugin.patch, we have
  gnome-software now which is responsible for the update notifications.
* Upload to unstable.
* New upstream release candidate.
* New upstream beta release.
* Add iio-sensor-proxy to recommends
  - now used as source for ambient light and orientation information.
* New upstream release.
* Refresh patches.
* Remove Suggests on x11-xserver-utils. The xrdb plugin has been removed
  upstream a long time ago.
* Remove Suggests on gnome-screensaver. Screen locking is nowadays done by
  gnome-shell/gdm and gnome-settings-daemon no longer starts
  gnome-screensaver directly.
* Remove Suggests on metacity | x-window-manager as gnome-settings-daemon no
  longer starts a window manager directly.
* Remove obsolete Breaks from pre-wheezy.

490. By Robert Ancell

New upstream stable release

489. By Robert Ancell

debclean

488. By Tim Lunn

* Merge with Debian, remaining changes (LP: #1468943):
  + Split out schemas into gnome-settings-daemon-schemas so
    unity-settings-daemon can use them
  + debian/patches:
     - 05_disable_corner_tapping.patch:
        Disable corner tapping when disabling tap to click
     - 43_disable_locale_settings.patch:
        Don't set locales after sourcing .profile
     - 45_suppress-printer-may-not-be-connected-notification.patch
     - 53_sync_input_sources_to_accountsservice.patch
     - 64_restore_terminal_keyboard_shortcut_schema.patch
     - correct_logout_action.patch
        display the logout action on ctrl-alt-del (lp: #961501)
     - nexus-orientation.patch
        Fix screen rotation on nexus7
     - ubuntu-lid-close-suspend.patch
        Reimplement support for setting lid close suspend actions
     - revert_background_dropping.patch
        Keep gsettings keys background u-s-d needs them
     - revert-gsettings-removals.patch
        Revert gsettings keys that were dropped since 3.8, for u-s-d
  + debian/gnome-settings-daemon.install: Install apport hook
  + debian/rules: install upstart scripts
* debian/rules: Dont link with "-Wl,-Bsymbolic-functions",
  this was causing GType mismatches between plugins using
  gsd-device-manager (LP: #1427877)
* debian/patches:
  + migrate_metacity_keys.patch
    - Dropped, these settings are long since obsolete
  + revert_media-keys_fix_battery_key.patch
    - not needed after upower 0.99
  + revert-gsettings-removals.patch: updated for keys removed in 3.16
* debian/gnome-settings-daemon-schemas.gsettings-override: Dropped, these are
  already the default settings
* Upload to unstable.
* Bump Breaks: gnome-control-center to << 1:3.15.4 for the
  peripherals related schema changes.
* New upstream release.
* debian/control.in:
  + Update (build-)dependencies.
* debian/patches/30_xrandr_dbus_init.patch,
  debian/patches/power-make-sure-to-set-an-error-when-GDBus-set_prope.patch:
  + Dropped, merged upstream.
* debian/patches/04_superP.patch:
  + Updated for the new version.
* Upload to experimental.

487. By Daniel Holbach

debian/control.in: removed "Typing break" (LP: #991577).

486. By Daniel Holbach

merged lp:~noskcaj/gnome-settings-daemon/3.14.2-3

485. By Robert Ancell

Turn new sharing plugin on now we have network-manager 0.9.10

484. By Iain Lane

Merge lp:~noskcaj/gnome-settings-daemon/3.14

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
The diff is not available at this time. You can reload the page or download it.

Subscribers

People subscribed via source and target branches

to all changes: