commit 147f55213c2592b118d16bb813041768769cf61b
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   2013-07-24

    Remove systemd from configure summary

M	configure.ac

commit 85a1841869682d1950e41f1a4da2cd91ebb23435
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:	2013-07-24

    Bump version to 1.6.2

M	configure.ac

commit 169ea702c47b751a3bb15c4a0908a31ad02419e8
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:	2013-07-24

    Update NEWS

M	NEWS

commit 2ec6a059c222cc4efb1aa9341b7fad4f5d7631a9
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:	2013-07-24

    Dont rely only on consolekit for button pressed event

    Add also a check if systemd is running

M	src/gpm-manager.c

commit 4c5c81c6bc16812cb62a53b7257167cddef28a7c
Merge: 6ebb90a 247f3ae
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:	2013-07-23

    Merge pull request #61 from lxnay/fix-github-master

    Move logind / consolekit detection to runtime

commit 247f3aeeffd20e0971641d8bb9ab1337f81991cd
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2013-07-10

    Fix gpm_prefs_init return values

M	src/gpm-prefs-core.c

commit c415be077de603ac1a5f4fafc6df649e12bc6118
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2013-07-10

    Add systemd Shutdown() API support to gpm-control.c

M	src/gpm-control.c

commit c53504907c06e8f20272ad32ff8e516f36d92ddb
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2013-07-10

    gpm-prefs-core: fix can_shutdown when logind is in use

M	src/gpm-prefs-core.c

commit 6ebb90a3029238c6d57fc67fd3ba2d2fbc4065a8
Merge: 4d84213 5c2003f
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:	2013-07-09

    Merge pull request #63 from NiceandGently/master

    update README for libnotify switch

commit 5c2003f80fba6d76d74f722e199c31e9c103a397
Author: Wolfgang Ulbrich <chat-to-me@raveit.de>
Date:	2013-07-09

    update README for libnotify switch

M	README

commit 352ad899ab041bce07f56a3bc4af0469844b4105
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2013-07-04

    drop --with-systemdinhibit and move logind detection to runtime

    There is no need to bind the user to either systemd-logind or upower
    at build time. People can switch between init systems or run logind
    without systemd.

M	configure.ac
M	src/Makefile.am
M	src/gpm-manager.c

commit b36c93575f88bd5a045c36f3d8084608ae20879f
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:	2013-07-04

    drop --with-systemdsleep and move logind detection to runtime

    There is no need to bind the user to either systemd-logind or upower
    at build time. People can switch between init systems or run logind
    without systemd.

M	configure.ac
M	src/gpm-button.c
M	src/gpm-button.h
M	src/gpm-common.h
M	src/gpm-control.c
M	src/gpm-prefs-core.c

commit 4d842135ce677957aee8bd5bb47f875b0ece570a
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:	2013-05-06

    Remove debug prints

M	src/gpm-control.c

commit 666eeaf54eb8d399f990cbf15f1d111e232a8791
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:	2013-05-02

    Add NEWS file for MATE

A	NEWS

commit 405a66dde231c4cf8a7d54e6b79c623f614192bb
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:	2013-05-02

    Rename NEWS as NEWS.GNOME

R089	NEWS	NEWS.GNOME

commit 154d6784a0927d9e0e8f81fe0d1179a16690689e
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:	2013-05-02

    Fixes for make dist and make distcheck

M	Makefile.am
M	configure.ac
M	src/Makefile.am
M	src/gpm-self-test.c

commit acbec2f8c4c0bf0227bd9e43c3c74cea0974ebc3
Merge: e4710f0 4963dd5
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:	2013-05-02

    Merge pull request #55 from boyarsh/master

    Add ability to suspend/hibernate via logind

commit e4710f05da0f07667f1392385864d32e79681549
Author: Steve Zesch <stevezesch2@gmail.com>
Date:	2013-04-28

    Preparing for 1.6.1 release.

M	configure.ac

commit d5cc21e9a940039caa7d3a32665dbc64a19dbce0
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:	2013-04-13

    Dont print an error if optional hardware is missing
    Closes #54
    (https://github.com/mate-desktop/mate-power-manager/issues/54)

M	src/gpm-kbd-backlight.c

commit 4963dd54412f8bdab61fd4537c753c064c2d3712
Author: Anton V. Boyarshinov <boyarsh@altlinux.org>
Date:	2013-04-09

    crash when suspending via logind fixed

    On some machins it seems to be a race condition in dbus
    when suspend via systemd. Here is a workaround.

M	src/gpm-control.c

commit b19ce03f92d310d8fef5781ee3384572e6ae10f8
Author: Anton V. Boyarshinov <boyarsh@altlinux.org>
Date:	2013-04-08

    add logind sleep ability

    With upower 0.9.20, sleep and hybernate functions of upower
    declared deprecated. All applications should use logind for
    sleep/hybernate. So, there is an implementation of
    logind-powered sleep for mpm.

M	configure.ac
M	src/gpm-button.c
M	src/gpm-button.h
M	src/gpm-control.c
M	src/gpm-prefs-core.c

commit fd2ea04942aa4459eefecac1807e4b3107266e76
Merge: 598ccae ea5f85a
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:	2013-04-03

    Merge pull request #53 from dmashal/master

    Fix AM_INIT_AUTOMAKE flags for automake 1.13

commit ea5f85a7d15777f273bc4fdc0897ea080e2ac966
Author: Dan Mashal <dan.mashal@fedoraproject.org>
Date:	2013-04-03

    Fix AM_INIT_AUTOMAKE flags for automake 1.13

M	configure.ac

commit 598ccaef0bdd1fdee0dccca27069ffcbccd91bc7
Merge: 01fb301 20a71db
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:	2013-04-03

    Merge pull request #52 from dmashal/master

    Update makefiles for autoconf-1.13

commit 20a71dbccfc1f857bb75a73e361209834c25d09f
Author: Dan Mashal <dan.mashal@fedoraproject.org>
Date:	2013-04-03

    Update makefiles for autoconf-1.13

M	applets/brightness/Makefile.am
M	applets/inhibit/Makefile.am
M	src/Makefile.am

commit 01fb301105811997b4a98add213a6ba8ac14ce15
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:	2013-04-01

    Bump version to 1.6.0

M	configure.ac

commit ccc74fa0426905925c59a1ae1dc0b8646aff228e
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:	2013-04-01

    Sync transations with transifex

M	po/LINGUAS
M	po/de.po
A	po/ky.po
M	po/pl.po
M	po/pt.po
M	po/ru.po
M	po/zh_TW.po

commit 0c3886fe10be53011b695de3b2422296b64dc080
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:	2013-04-01

    Add empty ChangeLog to allow build from git

A	ChangeLog

commit 814505d3c6c61186ccb72aff9cc0b598858fb2a5
Author: Steve Zesch <stevezesch2@gmail.com>
Date:	2013-03-24

    "Removed ChangeLog"

D	ChangeLog

commit 734df08e0e899b46454520af05286ea1db6c7f39
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:	2013-03-16

    Bump version to 1.5.2

M	configure.ac

commit 42d40947ca5fda12c01ec89d50eab1faaaf389e0
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:	2013-03-15

    Sync translations with transifex

M	po/LINGUAS
A	po/am.po
A	po/en_AU.po
A	po/ms.po
A	po/sq.po

commit 0225d585666e1bb68a276bc49404fa3788e6cb00
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:	2013-03-08

    Remove autogenerated file

D	missing

commit fbec671ab648ff3d0f14909a434ba3fe7447b476
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:	2013-03-08

    Apply dont-eat-the-logs.patch

M	man/Makefile.am
D	patches/dont-eat-the-logs.patch

commit 6473c03e61c3d9f7da865f83b4bd142f237c817b
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:	2013-03-08

    Rename 'parches' to 'patches'
    Closes https://github.com/mate-desktop/mate-power-manager/issues/48

R100	parches/dont-eat-the-logs.patch patches/dont-eat-the-logs.patch
R100	parches/gpm-manager.patch	patches/gpm-manager.patch

commit bc3f344e197af0334e5dcce6f7d61dab0ccf9ec0
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:	2013-02-28

    Add transifex configuration file

A	.tx/config

commit 6c72a7128f53f8999013db7ae3729d428597b224
Merge: 982c86b 49336aa
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:	2013-02-19

    Merge pull request #50 from glensc/systemd-fallback

    allow compiling with systemd, but have systemd booted optional

commit 49336aa33623fb20a495ecd329a2504511a0c112
Author: Elan Ruusamäe <glen@delfi.ee>
Date:	2013-02-19

    allow compiling with systemd, but have systemd booted optional

M	src/Makefile.am
M	src/gpm-manager.c

commit 982c86b51d022fb4fa9310daaeb5c77e070328de
Merge: 790fa5e 7ab4026
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:	2013-02-18

    Merge pull request #49 from glensc/libnotify

    use libnotify, not libmatenotify

commit 7ab40269be0cfe23e4d404d9e304d589ee81873f
Author: Elan Ruusamäe <glen@delfi.ee>
Date:	2013-02-18

    assume 0.7.0 works as well

M	configure.ac

commit d39dce39122b4f2e02c5e169581daa9016d26bfc
Author: Elan Ruusamäe <glen@delfi.ee>
Date:	2013-02-18

    use libnotify, not libmatenotify

M	applets/brightness/Makefile.am
M	applets/inhibit/Makefile.am
M	configure.ac
M	src/Makefile.am
M	src/gpm-manager.c

commit 790fa5e0ea340ce4c826237e1c4626096c5d42bc
Merge: f69bf6e e4be4f6
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:	2012-12-25

    Merge pull request #47 from cygwinports/master

    Add mateconf-gsettings-data-convert file

commit e4be4f68d041ba7d92b70e742be8fee045c3b0b3
Author: Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
Date:	2012-12-25

    Add mateconf-gsettings-data-convert file

M	data/Makefile.am
A	data/mate-power-manager.convert

commit f69bf6e7ffce7feb7a595996f7f0c746a47c8308
Merge: e8ce2f2 5f86620
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:	2012-12-15

    Merge pull request #46 from bhull2010/master

    Make mate-keyring support optional

commit 5f86620759f2e522bda0e73f6c56fcb7c50d5295
Author: Brent Hull <bhull2010@live.com>
Date:	2012-12-15

    Make mate-keyring support optional

M	configure.ac
M	src/Makefile.am
M	src/gpm-control.c

commit e8ce2f281bd7cb4597c9444983b7a0b6bbef0216
Merge: 2a18505 fa0afc5
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:	2012-12-01

    Merge pull request #41 from smkent/master

    Don't use the default backlight reduced-brightness value if exiting
    idle state. This means the pre-idle backlight brightness will be
    set instead of the default reduced-brightness value.

commit 2a185053f374fdfe43bb0231d4885a476eb0c5a9
Merge: a9c127a a324df9
Author: Nelson Marques <nmo.marques@gmail.com>
Date:	2012-11-28

    Merge pull request #43 from Firstyear/systemd-inhibit-version

    Added systemd version check

commit a324df9170a50ca91f9b931f4e9fc5fe916a8c86
Author: William Brown <william@firstyear.id.au>
Date:	2012-11-29

    Added systemd version check, so that we dont catch people who dont
    need inhibit

M	configure.ac

commit a9c127a8a3420ac5613a41de212906e4ab90156c
Merge: d27bab1 de4c2dc
Author: Nelson Marques <nmo.marques@gmail.com>
Date:	2012-11-25

    Merge pull request #39 from ketheriel/master

    enable power statistics icon in menu

commit fa0afc54fc8b29ef3251b33cb55e590edb5e441e
Author: Stephen Kent <smkent@smkent.net>
Date:	2012-11-24

    Don't use the default backlight reduced-brightness value if exiting
    idle state.
    This means the pre-idle backlight brightness will be set instead of
    the default
    reduced-brightness value.

M	src/gpm-backlight.c

commit de4c2dcf3650b8641e9ea7ef20735e16fb793f55
Author: Nelson Marques <nmo.marques@gmail.com>
Date:	2012-11-25

    give some visibility to this wonderful tool

M	data/mate-power-statistics.desktop.in.in

commit d27bab18d96e276f651ff8ff7f86eaa309556a18
Author: Steve Zesch <stevezesch2@gmail.com>
Date:	2012-11-22

    Preparing for 1.5.1 release.

A	ChangeLog
M	configure.ac

commit 4e4fac818bda769a9cdbafe2d88a78c764044b53
Merge: de6402c 0415b57
Author: Steve Zesch <stevezesch2@gmail.com>
Date:	2012-11-22

    Merge branch 'master' of github.com:mate-desktop/mate-power-manager

commit 0415b57493898c5defa2719d67115f8ff2392904
Merge: 433b548 af64cc9
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:	2012-11-22

    Merge pull request #38 from bhull2010/master

    Auto-detect whether to build systemd support

commit af64cc9fe7244eeec543c7c22adecef3a402d02a
Author: Brent Hull <bhull2010@live.com>
Date:	2012-11-22

    Auto-detect whether to build systemd support

M	configure.ac
M	src/gpm-manager.c

commit de6402cb66f3eecfbb4aa92155f2cec7bc45225a
Merge: f915c84 433b548
Author: Steve Zesch <stevezesch2@gmail.com>
Date:	2012-11-22

    Merge branch 'master' of github.com:mate-desktop/mate-power-manager

commit 433b548ea199a66afbb5fc874bfdaa31695c1e3c
Merge: 237f70f 30eed18
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:	2012-11-22

    Merge pull request #37 from Firstyear/systemd-inhibit

    Systemd inhibit support for MPM

commit 237f70ff586bffba55aaefb2af1128d7f321cb30
Merge: 5fdd6e5 8767ffb
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:	2012-11-22

    Merge pull request #35 from Firstyear/kbd-backlight

    Adds on screen display support to keyboard backlight controls

commit f915c8482adab2076b25427517ec6166bb9209a2
Merge: fa7700a 5fdd6e5
Author: Steve Zesch <stevezesch2@gmail.com>
Date:	2012-11-21

    Merge branch 'master' of github.com:mate-desktop/mate-power-manager

commit 8767ffb8172c1e9ae4410226ac4015309bc03f7f
Author: William Brown <william@firstyear.id.au>
Date:	2012-11-21

    This fixes the g_settings issue preventing auto dim of keyboard
    backlight

M	src/gpm-kbd-backlight.c

commit 1e231ca589272dc0a84199b03c28a1b598fc3748
Author: William Brown <william@firstyear.id.au>
Date:	2012-11-20

    Added some debuging options

M	src/gpm-kbd-backlight.c

commit cc5f970075a80bd31ab0dcafe7fa6544082ace96
Author: William Brown <william@firstyear.id.au>
Date:	2012-11-20

    Adds on screen display support to keyboard backlight controls

M	src/gpm-kbd-backlight.c

commit 30eed18125a03a0bede7f5e560f8f031db70dcbe
Author: William Brown <william@firstyear.id.au>
Date:	2012-11-21

    Adds a systemdinhibit configure flag

M	configure.ac
M	src/gpm-manager.c

commit c5c3b2a3d755e32a851bf7b3c7ef92a056b5bdef
Author: William Brown <william@firstyear.id.au>
Date:	2012-11-21

    Initial working support for systemd inhibition

M	src/gpm-manager.c

commit bb165fa927540f40b2b2afce1b4703f6e2cffbb1
Author: William Brown <william@firstyear.id.au>
Date:	2012-11-20

    This now uses the gvariant, and fixes some code logic issues

M	src/gpm-manager.c

commit d0eea338cc627b3083e16669a7f3e7a738410818
Author: William Brown <william@firstyear.id.au>
Date:	2012-11-18

    Current work on systemd-inhibit support in mpm. DOES NOT WORK
    YET. See https://bugzilla.redhat.com/show_bug.cgi?id=876396 and
    https://bugzilla.redhat.com/show_bug.cgi?id=876782

M	src/gpm-manager.c

commit f55a6f37d0805fd9f8270903929cdf08fda55e39
Author: William Brown <william@firstyear.id.au>
Date:	2012-11-18

    Current work on systemd-inhibit support in mpm. DOES NOT WORK
    YET. See https://bugzilla.redhat.com/show_bug.cgi?id=876396 and
    https://bugzilla.redhat.com/show_bug.cgi?id=876782

M	src/gpm-manager.c

commit 5fdd6e52207bbf236e3888884cdd6a85c45ab4fd
Merge: ae8cacd e8b4d0f
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:	2012-11-20

    Merge pull request #36 from Firstyear/idle

    Screen on dim, will not "undim"

commit fa7700abefd3599c109891a454555298561da45e
Author: Steve Zesch <stevezesch2@gmail.com>
Date:	2012-11-18

    fixed incorrect fsf addresses.

M	src/gsd-media-keys-window.h

commit ae8cacd5443dd6f93a5a23a5cad6e60de1b5691e
Merge: e673e8d c4c747f
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:	2012-11-18

    Merge pull request #34 from Firstyear/master

    Corrects an issue with deprecated glib apis

commit c4c747f87ce3fb6f41f25ed5ad7be0d75d30a5c1
Author: William Brown <william@firstyear.id.au>
Date:	2012-11-18

    This adds checks for glib version, in regards to deprecated apis. see
    http://developer.gnome.org/glib/2.31/glib-Deprecated-Thread-APIs.html#g-thread-init

M	src/gpm-main.c
M	src/gpm-statistics.c

commit e8b4d0fc370cca038be614e3c7a72da30e0039b8
Author: William Brown <william@firstyear.id.au>
Date:	2012-11-18

    This fixes an issue that I introduced, where when the screen would
    dim on idle, it would not undim.

M	src/gpm-idle.c

commit e673e8d93e0abef7759547a9131e097106920a6e
Merge: abf46d2 dbc6094
Author: Steve Zesch <stevezesch2@gmail.com>
Date:	2012-11-15

    Merge pull request #10 from fhucho/master

    Added "nvidia_backlight" to the list of backlight interfaces.

commit abf46d226f006c5b6843ccac2010469ae838d68b
Merge: fbf40ff 1ea3233
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:	2012-11-14

    Merge pull request #25 from Firstyear/master

    keyboard backlight, with basic controls.

commit 1ea3233503f84366afd4e0a76e47afa258d17d04
Author: William Brown <william@firstyear.id.au>
Date:	2012-11-14

    Rename some components to mate friendly values

M	src/gpm-common.h
M	src/gpm-kbd-backlight.c

commit 0453548baedf4e060bc3785555589b551cf5b98c
Author: William Brown <william@firstyear.id.au>
Date:	2012-11-14

    This fixes the mismatched dbus library issue

M	src/gpm-manager.c

commit fbe4f6cc621eab7520e72463434d192cf64c878d
Author: William Brown <william@firstyear.id.au>
Date:	2012-11-14

    Fixes an issue where displays would not turn off despite the system
    being idle

M	src/gpm-idle.c

commit 9361bbfbb5f7fda96f147310125fc709f4da2200
Author: William Brown <william@firstyear.id.au>
Date:	2012-11-11

    Keyboard backlight patches, tested as working against 1.5.0 on F18

M	data/org.mate.power-manager.gschema.xml.in
M	src/Makefile.am
M	src/gpm-common.c
M	src/gpm-common.h
A	src/gpm-kbd-backlight.c
A	src/gpm-kbd-backlight.h
M	src/gpm-manager.c

commit fbf40ff748a675bdba451168c30aab7abeb5afa2
Author: Nelson Marques <nmo.marques@gmail.com>
Date:	2012-11-08

    update gpl-2.0 to latest legal text

M	COPYING

commit fab1d53b0a47cc4af26575284324962f7ebad769
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:	2012-11-08

    fix urls

M	applets/brightness/gpm-common.h
M	applets/inhibit/gpm-common.h
M	policy/Makefile.am

commit 4dcaeb1ce70903034ae8541a773277243dccaa8b
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:	2012-11-08

    show always "do nothing" option

M	src/gpm-prefs-core.c

commit ae9f45b112c22538465e060c61b2ed2fb1b0544c
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:	2012-11-07

    bump version to 1.5.0

M	configure.ac

commit 6176205aa44f2492ccfe09b35511046651350d53
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:	2012-11-07

    update AUTHORS

M	AUTHORS

commit 1291601153a67b059106a578afd28eaed9f5ea7d
Merge: 773472d 107e353
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:	2012-11-05

    Merge pull request #22 from bhull2010/master

    Removed unused functions and enum

commit 107e3530c49bc8e19e5697e82a98c9c346dee20f
Author: Brent Hull <bhull2010@live.com>
Date:	2012-11-04

    Remove unused enum

M	src/gpm-screensaver.c

commit 9fed848678414a926d19f62e9feba4f49edc1bd7
Author: Brent Hull <bhull2010@live.com>
Date:	2012-11-04

    Remove commented-out screensaver-auth-request functions

M	src/gpm-manager.c
M	src/gpm-screensaver.c
M	src/gpm-screensaver.h

commit 773472d4a41e60cf7ad8db55737b0fcd21b934ba
Merge: 7fa7c26 6e3ef00
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:	2012-11-04

    Merge pull request #21 from bhull2010/master

    Remove dependency on mate-screensaver's schema

commit 6e3ef00b551ed8ac5b877f0c7c8ebbc4f7fcb3ff
Author: Brent Hull <bhull2010@live.com>
Date:	2012-11-04

    Don't depend on mate-screensaver's gschema being installed

M	src/gpm-control.c
M	src/gpm-screensaver.c
M	src/gpm-screensaver.h

commit 7fa7c26dce5c987539f70b323ae1ff9d40752b0b
Merge: 7c7b090 70aeb9c
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:	2012-11-03

    Merge pull request #20 from bhull2010/master

    Migrate screensaver setting to Gsettings and update panel requirements

commit 70aeb9c75a5eff23c16d6ce189e770dc22e8ff89
Author: Brent Hull <bhull2010@live.com>
Date:	2012-11-03

    Update libmatepanel requirements for MATE 1.5

M	configure.ac

commit b8964a21a6822f9f09215160503377746ea36995
Author: Brent Hull <bhull2010@live.com>
Date:	2012-11-03

    Migrate screensaver lock setting to Gsettings

M	configure.ac
M	src/gpm-common.h
M	src/gpm-control.c
M	src/gpm-screensaver.c
M	src/gpm-statistics.c

commit 7c7b09026bde3ffd1ce886fd545e7bfa1e59aec7
Merge: 83dc101 972be36
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:	2012-11-01

    Merge pull request #19 from bhull2010/gsettings

    Port to Gsettings

commit 972be3627b8b6368a0e8c971ade7963ea7d459de
Author: Brent Hull <bhull2010@live.com>
Date:	2012-11-01

    Remove unnecessary schema version check and some unused constants

M	data/org.mate.power-manager.gschema.xml.in
M	src/gpm-common.h
M	src/gpm-manager.c

commit 83dc101045267b2e793af3af4716f1cf02089ac6
Merge: 543b06f aa88be1
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:	2012-10-31

    Merge pull request #18 from bhull2010/master

    Fix for two batteries appearing

commit 1e0bea49d7d1959d063c6ab74c99500067236110
Author: Brent Hull <bhull2010@live.com>
Date:	2012-10-30

    Remove unused key from gsettings schema

M	data/org.mate.power-manager.gschema.xml.in
M	src/gpm-common.h

commit 6161e23866e73161dc0943c8ff24039edf8c531e
Author: Brent Hull <bhull2010@live.com>
Date:	2012-10-30

    Enable translations for gsettings schema

M	data/Makefile.am
D	data/org.mate.power-manager.gschema.xml
A	data/org.mate.power-manager.gschema.xml.in
M	po/POTFILES.in

commit 060a4507145425c02c6aa0ef810138c04d38f5a9
Author: Brent Hull <bhull2010@live.com>
Date:	2012-10-30

    Use gsettings enums (partially from GNOME)

M	data/org.mate.power-manager.gschema.xml
M	src/gpm-backlight.c
M	src/gpm-common.c
M	src/gpm-common.h
M	src/gpm-dpms.c
M	src/gpm-dpms.h
M	src/gpm-engine.c
M	src/gpm-manager.c
M	src/gpm-prefs-core.c

commit e58350ab1a00d55e82f7ae97589562e10a77c485
Author: Brent Hull <bhull2010@live.com>
Date:	2012-10-27

    Port to Gsettings based on GNOME patch by Richard Hughes

M	configure.ac
M	data/Makefile.am
D	data/mate-power-manager.schemas.in
A	data/org.mate.power-manager.gschema.xml
M	po/POTFILES.in
M	src/gpm-backlight.c
M	src/gpm-common.h
M	src/gpm-control.c
M	src/gpm-engine.c
M	src/gpm-manager.c
M	src/gpm-phone.c
M	src/gpm-prefs-core.c
M	src/gpm-screensaver.c
M	src/gpm-statistics.c
M	src/gpm-tray-icon.c

commit aa88be1d4a4e545b4141b0065b094d49d3d3a81b
Author: Brent Hull <bhull2010@live.com>
Date:	2012-10-27

    Get device capabilities in the preferences capplet, not the daemon
    (GNOME fix for bug #617529 originally by Richard Hughes)

M	src/Makefile.am
M	src/gpm-backlight.c
M	src/gpm-engine.c
M	src/gpm-manager.c
M	src/gpm-manager.h
M	src/gpm-prefs-core.c
D	src/gpm-prefs-server.c
D	src/gpm-prefs-server.h
M	src/org.mate.PowerManager.xml

commit 543b06f44cafd70fe708fd54a82cba198a6da73b
Merge: 40f8224 0645ff5
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:	2012-10-22

    Merge pull request #16 from bhull2010/master

    Port power manager applets to dbus

commit 0645ff5a2d3f5115d411860fa32bef376f8e8d2b
Author: Brent Hull <bhull2010@live.com>
Date:	2012-10-21

    Update configure and POTFILES for the applets port

M	configure.ac
M	po/POTFILES.in
M	po/POTFILES.skip

commit d5d706b9945e2b625de64136328eb0fced479c27
Author: Brent Hull <bhull2010@live.com>
Date:	2012-10-21

    Port inhibit applet to dbus based on gnome patch by carlosgc

D	applets/inhibit/MATE_InhibitApplet.server.in.in
D	applets/inhibit/MATE_InhibitApplet.xml
M	applets/inhibit/Makefile.am
A	applets/inhibit/inhibit-applet-menu.xml
M	applets/inhibit/inhibit-applet.c
A	applets/inhibit/org.mate.InhibitApplet.mate-panel-applet.in.in
A
applets/inhibit/org.mate.panel.applet.InhibitAppletFactory.service.in

commit 907ea326ca56c3cb89bb5dbb96bcba780538c953
Author: Brent Hull <bhull2010@live.com>
Date:	2012-10-21

    Port brightness applet to dbus based on gnome patch by carlosgc

D	applets/brightness/MATE_BrightnessApplet.server.in.in
D	applets/brightness/MATE_BrightnessApplet.xml
M	applets/brightness/Makefile.am
A	applets/brightness/brightness-applet-menu.xml
M	applets/brightness/brightness-applet.c
A
applets/brightness/org.mate.BrightnessApplet.mate-panel-applet.in.in
A
applets/brightness/org.mate.panel.applet.BrightnessAppletFactory.service.in

commit 40f8224e3871eb98bce2df2c3909a810f5e0b959
Merge: 4fe93e9 35b79d7
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:	2012-10-02

    Merge pull request #13 from NiceandGently/master

    fix desktop files

commit 35b79d7b25d77b888a0df798be3e7488979a16a0
Author: Wolfgang Ulbrich <chat-to-me@raveit.de>
Date:	2012-10-02

    Update data/mate-power-statistics.desktop.in.in

    remove OnlyShowIn=XFCE and Catgories=MATE

M	data/mate-power-statistics.desktop.in.in

commit 179d1b6a4f8938051c6189fbcb9694992f0d1103
Author: Wolfgang Ulbrich <chat-to-me@raveit.de>
Date:	2012-10-02

    Update data/mate-power-preferences.desktop.in.in

    remove OnlyShowIn=XFCE

M	data/mate-power-preferences.desktop.in.in

commit 04160274ab250ce971a077c26f031a009fed77b1
Author: Wolfgang Ulbrich <chat-to-me@raveit.de>
Date:	2012-10-02

    Update data/mate-power-manager.desktop.in.in

    remove OnlyShowIn=XFCE

M	data/mate-power-manager.desktop.in.in

commit 4fe93e91235ea1ff4bf7e80c019575df58d1eeeb
Author: Steve Zesch <stevezesch2@gmail.com>
Date:	2012-07-12

    Preparing for 1.4 release.

M	configure.ac

commit e192b7663d591fd9a0a8fb846adbf0489020916a
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:	2012-07-12

    sync translations with transifex

M	po/ar.po
A	po/gnome-copyrights.txt

commit dbc609478699bc792611a1ab982c078c64adb561
Author: fhucho <fhucho@gmail.com>
Date:	2012-07-07

    Added "nvidia_backlight" to the list of backlight interfaces. Setting
    brightness with hotkeys should now work on notebooks with the Nvidia
    binary driver (tested on MacBook Pro 7,1).

M	src/gpm-backlight-helper.c

commit aa14fa93ea3ec648987b92e6c5cd804c4a2889c9
Merge: ad0d27b 0acdf5c
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:	2012-06-24

    Merge pull request #9 from MDykstra/master

    idea from:
    http://cgit.freedesktop.org/gstreamer/gst-plugins-base/commit/?id=0c2f2a64c5a3cde94326950c6b64e04120fe24d7

commit 0acdf5c1cf7b490d81f3d2dfe7850c763408fda1
Author: Marcel Dijkstra <marcel.dykstra@gmail.com>
Date:	2012-06-24

    deprecated pango_cairo_font_map_create to pango_font_map_create

M	src/gpm-graph-widget.c

commit ad0d27b6e59f008f0411d9c036fd45fc347c80fd
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:	2012-06-14

    remove unused wnck refs

M	README
M	configure.ac

commit 1e437dffa450d1a62098374a67d1148b8e673d13
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:	2012-06-14

    remove distro/fedora folder

D	distro/fedora/mate-power-manager.spec

commit 6dd713def558f0e4ca86a4ddd9cf1d300634e3d0
Author: Steve Zesch <stevezesch2@gmail.com>
Date:	2012-04-06

    removed ubuntu folder from distro.

D	distro/ubuntu/build
D	distro/ubuntu/postinst
D	distro/ubuntu/postrm
D	distro/ubuntu/preinst
D	distro/ubuntu/prerm

commit 8a9759af11763809500ad1ec4a2346de5736b0cd
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:	2012-03-21

    fix combobox deprecation

M	src/gpm-statistics.c

commit 971cbd2be698bdd536efa04a8dfaa409ca4eb242
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:	2012-03-21

    add deprecated .ui to data folder

M	data/Makefile.am

commit d86ae86e6cd5a87547434b416b79fc677d9b3ae9
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:	2012-03-20

    fix gpm-prefs, need to fix gpm-statistics

M	configure.ac
M	data/gpm-prefs.ui
C100	data/gpm-statistics.ui	data/gpm-statistics-deprecated.ui
D	data/gpm-statistics-fix.ui
M	data/gpm-statistics.ui
M	po/POTFILES.in
M	src/gpm-prefs-core.c
M	src/gpm-statistics.c

commit 352827e8a19139a4bb9ff5cfde3fa86841260d65
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:	2012-03-20

    update Turkish translation

M	po/tr.po

commit e23ae76053f8c1f7cedd4c2879e23c2da91b83cc
Author: Steve Zesch <stevezesch2@gmail.com>
Date:	2012-03-17

    Temporary hack to fix GtkComboBoxText issue.

A	data/gpm-statistics-fix.ui
M	src/gpm-statistics.c

commit ccfcf2483ffb52d0af9caaf52db4be44ec6ac160
Merge: 285e040 3178d77
Author: Steve Zesch <stevezesch2@gmail.com>
Date:	2012-03-17

    Merge pull request #6 from benpicco/master

    sync with upstream

commit 3178d77b55f106694ad9aa1e27f437ac1cca862b
Author: Antoine Jacoutot <ajacoutot@openbsd.org>
Date:	2011-05-24

    Don't try to close a non-opened fd

    On OpenBSD we do not use /proc. As a result, gnome-power-manager
    segfaults on
    startup due to a reverse logic in the code.

    Signed-off-by: Richard Hughes <richard@hughsie.com>

M	src/gpm-load.c

commit 3b3bddfeea90ce4d33aa137d6b64b066e81324f3
Author: Pedro Martinez-Julia <pedromj@um.es>
Date:	2011-03-07

    Fixed #644143, how to convert from percentage to discrete and
    vice-versa.

    Signed-off-by: Richard Hughes <richard@hughsie.com>

M	src/egg-discrete.c

commit 285e040fd7ba4bedc25054790b4de9eb0fcb6410
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:	2012-03-14

    update for 1.2

M	AUTHORS
D	MAINTAINERS
M	README
M	autogen.sh
M	configure.ac

commit 252ecc3b07c71bebb2d442ef1fd518a25998227c
Author: Steve Zesch <stevezesch2@gmail.com>
Date:	2012-01-10

    Changed mate.gr.jp to gnome.gr.jp as requested in issue #86

M	po/ja.po

commit 9ac1e51c8da7647f6f88dbaed9712efcdf1e07a3
Author: Perberos <perberos@gmail.com>
Date:	2011-12-31

    agregando hotfix para libunique 1.0 y flags para construir usando GTK3

M	configure.ac

commit b9bcb2bf11168fcc11481999db16b40d67aa41db
Author: Perberos <perberos@gmail.com>
Date:	2011-12-31

    removiendo archivos autogenerados

D	compile
D	ltmain.sh
D	m4/intltool.m4
D	m4/libtool.m4
D	m4/ltoptions.m4
D	m4/ltversion.m4
D	m4/lt~obsolete.m4
D	m4/mate-doc-utils.m4

commit 95e95e4bf5c45ba83899eb3f04dc766120baff26
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:	2011-12-30

    reverted ssam patch. we need to found a solution to build in fedora

M	configure.ac

commit 6f2018c7a34c7d87ef6c055bcf07ec6e3b9c0b25
Merge: cfa7ef2 558e32c
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:	2011-12-30

    Merge pull request #4 from samtygier/master

    if glib > 2.30, then need to use unique-3.0, to avoid deprecated
    G_CONST_RETURN
    need testing on debian/ubuntu and arch

commit 558e32cb739aa14ab0eaee2b94fb3d455fc376ab
Author: Sam Tygier <samtygier@yahoo.co.uk>
Date:	2011-12-29

    if glib > 2.30, then need to use unique-3.0, to avoid deprecated
    G_CONST_RETURN

M	configure.ac

commit cfa7ef22687d8b4c45f3d7f4921e7eee14d7d0c1
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:	2011-12-29

    Fix double / in url

M	README

commit cd7f29736b7e48754b5854afa1ca11cfe2978fe0
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:	2011-12-29

    Fix README for MATE

M	README

commit 30cc6ca0c463d9e2233947f3231399f2d9f64667
Merge: 67bb8c1 7e7ad48
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:	2011-12-29

    Merge pull request #3 from samtygier/master

    this finishes off the gtk 2.24 work started by szesch

commit 7e7ad48eeccbee3e899f662ac8bb2fa097638efa
Author: Sam Tygier <samtygier@yahoo.co.uk>
Date:	2011-12-29

    more gtk_combo_box to gtk_combo_box_text migration for gtk 2.24

M	src/gpm-statistics.c

commit 89973129ca9fae822573242a9815f1f65ac0ded9
Author: Sam Tygier <samtygier@yahoo.co.uk>
Date:	2011-12-29

    fix missing switch of GTK_COMBO_BOX to GTK_COMBO_BOX_TEXT

M	src/gpm-prefs-core.c

commit fcb6eb4aed20575c12818e796dfd3506045373ce
Author: Sam Tygier <samtygier@yahoo.co.uk>
Date:	2011-12-29

    fix missing semicolons, introduced in
    3893856a1e22cb62a9d36eca5ab96284859d0d19

M	src/gpm-prefs-core.c

commit f895ab2ee8f0e838d01a51544d7ec06693349a06
Author: Sam Tygier <samtygier@yahoo.co.uk>
Date:	2011-12-29

    gtk_check_version should be GTK_CHECK_VERSION, lowercase version is
    C function, not a preprocessor macro

M	src/gpm-prefs-core.c

commit 67bb8c1d1446c4056fed6832ecfde5f74660ce4f
Author: Steve Zesch <stevezesch2@gmail.com>
Date:	2011-12-26

    Fixed gtk_combo_box_append_text deprecation

C100	data/gpm-prefs.ui	data/gpm-prefs-deprecated.ui
M	data/gpm-prefs.ui
M	src/gpm-prefs-core.c

commit d9b15ee1bfcb82cd62a1a23be6d159f9cae662a0
Author: Steve Zesch <stevezesch2@gmail.com>
Date:	2011-12-24

    Spacing adventures

M	src/gpm-prefs-core.c

commit afa89dd320a5ebd12185a57c6a5504732110ec41
Merge: 7e05ad6 a5458eb
Author: Steve Zesch <stevezesch2@gmail.com>
Date:	2011-12-24

    Merge branch 'master' of
    https://github.com/mate-desktop/mate-power-manager

commit 7e05ad6ca7077aed029092a4599795fee80bddab
Author: Steve Zesch <stevezesch2@gmail.com>
Date:	2011-12-24

    lol spacing

M	src/gpm-prefs-core.c

commit a5458eb1570cb8745cd32ec123e2015c6b583254
Author: Steve Zesch <stevezesch2@gmail.com>
Date:	2011-12-24

    Spacing issues

M	src/gpm-prefs-core.c

commit 3893856a1e22cb62a9d36eca5ab96284859d0d19
Author: Steve Zesch <stevezesch2@gmail.com>
Date:	2011-12-24

    Fixed gtk_widget_hide_all deprecation

M	src/gpm-prefs-core.c

commit c3d4f773a0ecc3b824bfcd2d2d21470ca8a7b391
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:	2011-12-13

    updated version to 1.1.0

M	AUTHORS
M	configure.ac
M	distro/archlinux/PKGBUILD
M	distro/fedora/mate-power-manager.spec
M	distro/ubuntu/build

commit 419056bf41f38891c3bb5384293868b479478828
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:	2011-12-13

    added autogen.sh

A	autogen.sh

commit cfb5bafb134572090aba2b5064a9b27c5c784fc7
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:	2011-12-13

    remove autogenerated files

D	INSTALL
D	Makefile.in
D	aclocal.m4
D	applets/Makefile.in
D	applets/brightness/Makefile.in
D	applets/inhibit/Makefile.in
D	config.guess
D	config.h.in
D	config.sub
D	configure
D	data/Makefile.in
D	data/icons/16x16/Makefile.in
D	data/icons/16x16/actions/Makefile.in
D	data/icons/16x16/apps/Makefile.in
D	data/icons/16x16/status/Makefile.in
D	data/icons/22x22/Makefile.in
D	data/icons/22x22/actions/Makefile.in
D	data/icons/22x22/apps/Makefile.in
D	data/icons/22x22/status/Makefile.in
D	data/icons/24x24/Makefile.in
D	data/icons/24x24/actions/Makefile.in
D	data/icons/24x24/apps/Makefile.in
D	data/icons/24x24/status/Makefile.in
D	data/icons/32x32/Makefile.in
D	data/icons/32x32/actions/Makefile.in
D	data/icons/32x32/apps/Makefile.in
D	data/icons/32x32/status/Makefile.in
D	data/icons/48x48/Makefile.in
D	data/icons/48x48/actions/Makefile.in
D	data/icons/48x48/apps/Makefile.in
D	data/icons/48x48/status/Makefile.in
D	data/icons/Makefile.in
D	data/icons/scalable/Makefile.in
D	data/icons/scalable/actions/Makefile.in
D	data/icons/scalable/apps/Makefile.in
D	data/icons/scalable/status/Makefile.in
D	depcomp
D	docs/Makefile.in
D	help/Makefile.in
D	install-sh
D	intltool-extract.in
D	intltool-merge.in
D	intltool-update.in
D	man/Makefile.in
D	mate-doc-utils.make
D	mkinstalldirs
D	omf.make
D	po/Makefile.in.in
D	policy/Makefile.in
D	src/Makefile.in
D	tools/Makefile.in
D	xmldocs.make

commit 51175189c6d7313a3b84019e39496f957c4e6164
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:	2011-12-11

    moved from Mate-Extra

A	AUTHORS
A	COPYING
A	HACKING
A	INSTALL
A	MAINTAINERS
A	Makefile.am
A	Makefile.in
A	NEWS
A	README
A	TODO
A	aclocal.m4
A	applets/Makefile.am
A	applets/Makefile.in
A	applets/brightness/MATE_BrightnessApplet.server.in.in
A	applets/brightness/MATE_BrightnessApplet.xml
A	applets/brightness/Makefile.am
A	applets/brightness/Makefile.in
A	applets/brightness/brightness-applet.c
A	applets/brightness/egg-dbus-monitor.c
A	applets/brightness/egg-dbus-monitor.h
A	applets/brightness/egg-debug.c
A	applets/brightness/egg-debug.h
A	applets/brightness/gpm-common.c
A	applets/brightness/gpm-common.h
A	applets/inhibit/MATE_InhibitApplet.server.in.in
A	applets/inhibit/MATE_InhibitApplet.xml
A	applets/inhibit/Makefile.am
A	applets/inhibit/Makefile.in
A	applets/inhibit/egg-dbus-monitor.c
A	applets/inhibit/egg-dbus-monitor.h
A	applets/inhibit/egg-debug.c
A	applets/inhibit/egg-debug.h
A	applets/inhibit/gpm-common.c
A	applets/inhibit/gpm-common.h
A	applets/inhibit/inhibit-applet.c
A	compile
A	config.guess
A	config.h.in
A	config.sub
A	configure
A	configure.ac
A	data/Makefile.am
A	data/Makefile.in
A	data/acme.ui
A	data/gpm-feedback-widget.ui
A	data/gpm-prefs.ui
A	data/gpm-statistics.ui
A	data/icons/16x16/Makefile.am
A	data/icons/16x16/Makefile.in
A	data/icons/16x16/actions/Makefile.am
A	data/icons/16x16/actions/Makefile.in
A	data/icons/16x16/actions/gpm-hibernate.png
A	data/icons/16x16/actions/gpm-suspend.png
A	data/icons/16x16/apps/Makefile.am
A	data/icons/16x16/apps/Makefile.in
A	data/icons/16x16/apps/mate-brightness-applet.png
A	data/icons/16x16/apps/mate-inhibit-applet.png
A	data/icons/16x16/apps/mate-power-manager.png
A	data/icons/16x16/apps/mate-power-statistics.png
A	data/icons/16x16/status/Makefile.am
A	data/icons/16x16/status/Makefile.in
A	data/icons/16x16/status/gpm-ac-adapter.png
A	data/icons/16x16/status/gpm-battery-000-charging.png
A	data/icons/16x16/status/gpm-battery-000.png
A	data/icons/16x16/status/gpm-battery-020-charging.png
A	data/icons/16x16/status/gpm-battery-020.png
A	data/icons/16x16/status/gpm-battery-040-charging.png
A	data/icons/16x16/status/gpm-battery-040.png
A	data/icons/16x16/status/gpm-battery-060-charging.png
A	data/icons/16x16/status/gpm-battery-060.png
A	data/icons/16x16/status/gpm-battery-080-charging.png
A	data/icons/16x16/status/gpm-battery-080.png
A	data/icons/16x16/status/gpm-battery-100-charging.png
A	data/icons/16x16/status/gpm-battery-100.png
A	data/icons/16x16/status/gpm-battery-charged.png
A	data/icons/16x16/status/gpm-battery-empty.png
A	data/icons/16x16/status/gpm-battery-missing.png
A	data/icons/16x16/status/gpm-brightness-kbd-disabled.png
A	data/icons/16x16/status/gpm-brightness-kbd-invalid.png
A	data/icons/16x16/status/gpm-brightness-kbd.png
A	data/icons/16x16/status/gpm-brightness-lcd-disabled.png
A	data/icons/16x16/status/gpm-brightness-lcd-invalid.png
A	data/icons/16x16/status/gpm-brightness-lcd.png
A	data/icons/16x16/status/gpm-inhibit-invalid.png
A	data/icons/16x16/status/gpm-inhibit.png
A	data/icons/16x16/status/gpm-keyboard-000.png
A	data/icons/16x16/status/gpm-keyboard-020.png
A	data/icons/16x16/status/gpm-keyboard-040.png
A	data/icons/16x16/status/gpm-keyboard-060.png
A	data/icons/16x16/status/gpm-keyboard-080.png
A	data/icons/16x16/status/gpm-keyboard-100.png
A	data/icons/16x16/status/gpm-mouse-000.png
A	data/icons/16x16/status/gpm-mouse-020.png
A	data/icons/16x16/status/gpm-mouse-040.png
A	data/icons/16x16/status/gpm-mouse-060.png
A	data/icons/16x16/status/gpm-mouse-080.png
A	data/icons/16x16/status/gpm-mouse-100.png
A	data/icons/16x16/status/gpm-phone-000.png
A	data/icons/16x16/status/gpm-phone-020.png
A	data/icons/16x16/status/gpm-phone-040.png
A	data/icons/16x16/status/gpm-phone-060.png
A	data/icons/16x16/status/gpm-phone-080.png
A	data/icons/16x16/status/gpm-phone-100.png
A	data/icons/16x16/status/gpm-ups-000-charging.png
A	data/icons/16x16/status/gpm-ups-000.png
A	data/icons/16x16/status/gpm-ups-020-charging.png
A	data/icons/16x16/status/gpm-ups-020.png
A	data/icons/16x16/status/gpm-ups-040-charging.png
A	data/icons/16x16/status/gpm-ups-040.png
A	data/icons/16x16/status/gpm-ups-060-charging.png
A	data/icons/16x16/status/gpm-ups-060.png
A	data/icons/16x16/status/gpm-ups-080-charging.png
A	data/icons/16x16/status/gpm-ups-080.png
A	data/icons/16x16/status/gpm-ups-100-charging.png
A	data/icons/16x16/status/gpm-ups-100.png
A	data/icons/16x16/status/gpm-ups-missing.png
A	data/icons/22x22/Makefile.am
A	data/icons/22x22/Makefile.in
A	data/icons/22x22/actions/Makefile.am
A	data/icons/22x22/actions/Makefile.in
A	data/icons/22x22/actions/gpm-hibernate.png
A	data/icons/22x22/actions/gpm-suspend.png
A	data/icons/22x22/apps/Makefile.am
A	data/icons/22x22/apps/Makefile.in
A	data/icons/22x22/apps/mate-brightness-applet.png
A	data/icons/22x22/apps/mate-inhibit-applet.png
A	data/icons/22x22/apps/mate-power-manager.png
A	data/icons/22x22/apps/mate-power-statistics.png
A	data/icons/22x22/status/Makefile.am
A	data/icons/22x22/status/Makefile.in
A	data/icons/22x22/status/gpm-ac-adapter.png
A	data/icons/22x22/status/gpm-battery-000-charging.png
A	data/icons/22x22/status/gpm-battery-000.png
A	data/icons/22x22/status/gpm-battery-020-charging.png
A	data/icons/22x22/status/gpm-battery-020.png
A	data/icons/22x22/status/gpm-battery-040-charging.png
A	data/icons/22x22/status/gpm-battery-040.png
A	data/icons/22x22/status/gpm-battery-060-charging.png
A	data/icons/22x22/status/gpm-battery-060.png
A	data/icons/22x22/status/gpm-battery-080-charging.png
A	data/icons/22x22/status/gpm-battery-080.png
A	data/icons/22x22/status/gpm-battery-100-charging.png
A	data/icons/22x22/status/gpm-battery-100.png
A	data/icons/22x22/status/gpm-battery-charged.png
A	data/icons/22x22/status/gpm-battery-empty.png
A	data/icons/22x22/status/gpm-battery-missing.png
A	data/icons/22x22/status/gpm-brightness-kbd-disabled.png
A	data/icons/22x22/status/gpm-brightness-kbd-invalid.png
A	data/icons/22x22/status/gpm-brightness-kbd.png
A	data/icons/22x22/status/gpm-brightness-lcd-disabled.png
A	data/icons/22x22/status/gpm-brightness-lcd-invalid.png
A	data/icons/22x22/status/gpm-brightness-lcd.png
A	data/icons/22x22/status/gpm-inhibit-invalid.png
A	data/icons/22x22/status/gpm-inhibit.png
A	data/icons/22x22/status/gpm-keyboard-000.png
A	data/icons/22x22/status/gpm-keyboard-020.png
A	data/icons/22x22/status/gpm-keyboard-040.png
A	data/icons/22x22/status/gpm-keyboard-060.png
A	data/icons/22x22/status/gpm-keyboard-080.png
A	data/icons/22x22/status/gpm-keyboard-100.png
A	data/icons/22x22/status/gpm-mouse-000.png
A	data/icons/22x22/status/gpm-mouse-020.png
A	data/icons/22x22/status/gpm-mouse-040.png
A	data/icons/22x22/status/gpm-mouse-060.png
A	data/icons/22x22/status/gpm-mouse-080.png
A	data/icons/22x22/status/gpm-mouse-100.png
A	data/icons/22x22/status/gpm-phone-000.png
A	data/icons/22x22/status/gpm-phone-020.png
A	data/icons/22x22/status/gpm-phone-040.png
A	data/icons/22x22/status/gpm-phone-060.png
A	data/icons/22x22/status/gpm-phone-080.png
A	data/icons/22x22/status/gpm-phone-100.png
A	data/icons/22x22/status/gpm-ups-000-charging.png
A	data/icons/22x22/status/gpm-ups-000.png
A	data/icons/22x22/status/gpm-ups-020-charging.png
A	data/icons/22x22/status/gpm-ups-020.png
A	data/icons/22x22/status/gpm-ups-040-charging.png
A	data/icons/22x22/status/gpm-ups-040.png
A	data/icons/22x22/status/gpm-ups-060-charging.png
A	data/icons/22x22/status/gpm-ups-060.png
A	data/icons/22x22/status/gpm-ups-080-charging.png
A	data/icons/22x22/status/gpm-ups-080.png
A	data/icons/22x22/status/gpm-ups-100-charging.png
A	data/icons/22x22/status/gpm-ups-100.png
A	data/icons/22x22/status/gpm-ups-missing.png
A	data/icons/24x24/Makefile.am
A	data/icons/24x24/Makefile.in
A	data/icons/24x24/actions/Makefile.am
A	data/icons/24x24/actions/Makefile.in
A	data/icons/24x24/actions/gpm-hibernate.png
A	data/icons/24x24/actions/gpm-suspend.png
A	data/icons/24x24/apps/Makefile.am
A	data/icons/24x24/apps/Makefile.in
A	data/icons/24x24/apps/mate-brightness-applet.png
A	data/icons/24x24/apps/mate-inhibit-applet.png
A	data/icons/24x24/apps/mate-power-manager.png
A	data/icons/24x24/apps/mate-power-statistics.png
A	data/icons/24x24/status/Makefile.am
A	data/icons/24x24/status/Makefile.in
A	data/icons/24x24/status/gpm-ac-adapter.png
A	data/icons/24x24/status/gpm-battery-000-charging.png
A	data/icons/24x24/status/gpm-battery-000.png
A	data/icons/24x24/status/gpm-battery-020-charging.png
A	data/icons/24x24/status/gpm-battery-020.png
A	data/icons/24x24/status/gpm-battery-040-charging.png
A	data/icons/24x24/status/gpm-battery-040.png
A	data/icons/24x24/status/gpm-battery-060-charging.png
A	data/icons/24x24/status/gpm-battery-060.png
A	data/icons/24x24/status/gpm-battery-080-charging.png
A	data/icons/24x24/status/gpm-battery-080.png
A	data/icons/24x24/status/gpm-battery-100-charging.png
A	data/icons/24x24/status/gpm-battery-100.png
A	data/icons/24x24/status/gpm-battery-charged.png
A	data/icons/24x24/status/gpm-battery-empty.png
A	data/icons/24x24/status/gpm-battery-missing.png
A	data/icons/24x24/status/gpm-brightness-kbd-disabled.png
A	data/icons/24x24/status/gpm-brightness-kbd-invalid.png
A	data/icons/24x24/status/gpm-brightness-kbd.png
A	data/icons/24x24/status/gpm-brightness-lcd-disabled.png
A	data/icons/24x24/status/gpm-brightness-lcd-invalid.png
A	data/icons/24x24/status/gpm-brightness-lcd.png
A	data/icons/24x24/status/gpm-inhibit-invalid.png
A	data/icons/24x24/status/gpm-inhibit.png
A	data/icons/24x24/status/gpm-keyboard-000.png
A	data/icons/24x24/status/gpm-keyboard-020.png
A	data/icons/24x24/status/gpm-keyboard-040.png
A	data/icons/24x24/status/gpm-keyboard-060.png
A	data/icons/24x24/status/gpm-keyboard-080.png
A	data/icons/24x24/status/gpm-keyboard-100.png
A	data/icons/24x24/status/gpm-mouse-000.png
A	data/icons/24x24/status/gpm-mouse-020.png
A	data/icons/24x24/status/gpm-mouse-040.png
A	data/icons/24x24/status/gpm-mouse-060.png
A	data/icons/24x24/status/gpm-mouse-080.png
A	data/icons/24x24/status/gpm-mouse-100.png
A	data/icons/24x24/status/gpm-phone-000.png
A	data/icons/24x24/status/gpm-phone-020.png
A	data/icons/24x24/status/gpm-phone-040.png
A	data/icons/24x24/status/gpm-phone-060.png
A	data/icons/24x24/status/gpm-phone-080.png
A	data/icons/24x24/status/gpm-phone-100.png
A	data/icons/24x24/status/gpm-ups-000-charging.png
A	data/icons/24x24/status/gpm-ups-000.png
A	data/icons/24x24/status/gpm-ups-020-charging.png
A	data/icons/24x24/status/gpm-ups-020.png
A	data/icons/24x24/status/gpm-ups-040-charging.png
A	data/icons/24x24/status/gpm-ups-040.png
A	data/icons/24x24/status/gpm-ups-060-charging.png
A	data/icons/24x24/status/gpm-ups-060.png
A	data/icons/24x24/status/gpm-ups-080-charging.png
A	data/icons/24x24/status/gpm-ups-080.png
A	data/icons/24x24/status/gpm-ups-100-charging.png
A	data/icons/24x24/status/gpm-ups-100.png
A	data/icons/24x24/status/gpm-ups-missing.png
A	data/icons/32x32/Makefile.am
A	data/icons/32x32/Makefile.in
A	data/icons/32x32/actions/Makefile.am
A	data/icons/32x32/actions/Makefile.in
A	data/icons/32x32/actions/gpm-hibernate.png
A	data/icons/32x32/actions/gpm-suspend.png
A	data/icons/32x32/apps/Makefile.am
A	data/icons/32x32/apps/Makefile.in
A	data/icons/32x32/apps/mate-brightness-applet.png
A	data/icons/32x32/apps/mate-inhibit-applet.png
A	data/icons/32x32/apps/mate-power-manager.png
A	data/icons/32x32/apps/mate-power-statistics.png
A	data/icons/32x32/status/Makefile.am
A	data/icons/32x32/status/Makefile.in
A	data/icons/32x32/status/gpm-ac-adapter.png
A	data/icons/32x32/status/gpm-battery-000-charging.png
A	data/icons/32x32/status/gpm-battery-000.png
A	data/icons/32x32/status/gpm-battery-020-charging.png
A	data/icons/32x32/status/gpm-battery-020.png
A	data/icons/32x32/status/gpm-battery-040-charging.png
A	data/icons/32x32/status/gpm-battery-040.png
A	data/icons/32x32/status/gpm-battery-060-charging.png
A	data/icons/32x32/status/gpm-battery-060.png
A	data/icons/32x32/status/gpm-battery-080-charging.png
A	data/icons/32x32/status/gpm-battery-080.png
A	data/icons/32x32/status/gpm-battery-100-charging.png
A	data/icons/32x32/status/gpm-battery-100.png
A	data/icons/32x32/status/gpm-battery-charged.png
A	data/icons/32x32/status/gpm-battery-empty.png
A	data/icons/32x32/status/gpm-battery-missing.png
A	data/icons/32x32/status/gpm-brightness-kbd-disabled.png
A	data/icons/32x32/status/gpm-brightness-kbd-invalid.png
A	data/icons/32x32/status/gpm-brightness-kbd.png
A	data/icons/32x32/status/gpm-brightness-lcd-disabled.png
A	data/icons/32x32/status/gpm-brightness-lcd-invalid.png
A	data/icons/32x32/status/gpm-brightness-lcd.png
A	data/icons/32x32/status/gpm-inhibit-invalid.png
A	data/icons/32x32/status/gpm-inhibit.png
A	data/icons/32x32/status/gpm-keyboard-000.png
A	data/icons/32x32/status/gpm-keyboard-020.png
A	data/icons/32x32/status/gpm-keyboard-040.png
A	data/icons/32x32/status/gpm-keyboard-060.png
A	data/icons/32x32/status/gpm-keyboard-080.png
A	data/icons/32x32/status/gpm-keyboard-100.png
A	data/icons/32x32/status/gpm-mouse-000.png
A	data/icons/32x32/status/gpm-mouse-020.png
A	data/icons/32x32/status/gpm-mouse-040.png
A	data/icons/32x32/status/gpm-mouse-060.png
A	data/icons/32x32/status/gpm-mouse-080.png
A	data/icons/32x32/status/gpm-mouse-100.png
A	data/icons/32x32/status/gpm-phone-000.png
A	data/icons/32x32/status/gpm-phone-020.png
A	data/icons/32x32/status/gpm-phone-040.png
A	data/icons/32x32/status/gpm-phone-060.png
A	data/icons/32x32/status/gpm-phone-080.png
A	data/icons/32x32/status/gpm-phone-100.png
A	data/icons/32x32/status/gpm-ups-000-charging.png
A	data/icons/32x32/status/gpm-ups-000.png
A	data/icons/32x32/status/gpm-ups-020-charging.png
A	data/icons/32x32/status/gpm-ups-020.png
A	data/icons/32x32/status/gpm-ups-040-charging.png
A	data/icons/32x32/status/gpm-ups-040.png
A	data/icons/32x32/status/gpm-ups-060-charging.png
A	data/icons/32x32/status/gpm-ups-060.png
A	data/icons/32x32/status/gpm-ups-080-charging.png
A	data/icons/32x32/status/gpm-ups-080.png
A	data/icons/32x32/status/gpm-ups-100-charging.png
A	data/icons/32x32/status/gpm-ups-100.png
A	data/icons/32x32/status/gpm-ups-missing.png
A	data/icons/48x48/Makefile.am
A	data/icons/48x48/Makefile.in
A	data/icons/48x48/actions/Makefile.am
A	data/icons/48x48/actions/Makefile.in
A	data/icons/48x48/actions/gpm-hibernate.png
A	data/icons/48x48/actions/gpm-suspend.png
A	data/icons/48x48/apps/Makefile.am
A	data/icons/48x48/apps/Makefile.in
A	data/icons/48x48/apps/mate-brightness-applet.png
A	data/icons/48x48/apps/mate-inhibit-applet.png
A	data/icons/48x48/apps/mate-power-manager.png
A	data/icons/48x48/apps/mate-power-statistics.png
A	data/icons/48x48/status/Makefile.am
A	data/icons/48x48/status/Makefile.in
A	data/icons/48x48/status/gpm-ac-adapter.png
A	data/icons/48x48/status/gpm-battery-000-charging.png
A	data/icons/48x48/status/gpm-battery-000.png
A	data/icons/48x48/status/gpm-battery-020-charging.png
A	data/icons/48x48/status/gpm-battery-020.png
A	data/icons/48x48/status/gpm-battery-040-charging.png
A	data/icons/48x48/status/gpm-battery-040.png
A	data/icons/48x48/status/gpm-battery-060-charging.png
A	data/icons/48x48/status/gpm-battery-060.png
A	data/icons/48x48/status/gpm-battery-080-charging.png
A	data/icons/48x48/status/gpm-battery-080.png
A	data/icons/48x48/status/gpm-battery-100-charging.png
A	data/icons/48x48/status/gpm-battery-100.png
A	data/icons/48x48/status/gpm-battery-charged.png
A	data/icons/48x48/status/gpm-battery-empty.png
A	data/icons/48x48/status/gpm-battery-missing.png
A	data/icons/48x48/status/gpm-brightness-kbd-disabled.png
A	data/icons/48x48/status/gpm-brightness-kbd-invalid.png
A	data/icons/48x48/status/gpm-brightness-kbd.png
A	data/icons/48x48/status/gpm-brightness-lcd-disabled.png
A	data/icons/48x48/status/gpm-brightness-lcd-invalid.png
A	data/icons/48x48/status/gpm-brightness-lcd.png
A	data/icons/48x48/status/gpm-inhibit-invalid.png
A	data/icons/48x48/status/gpm-inhibit.png
A	data/icons/48x48/status/gpm-keyboard-000.png
A	data/icons/48x48/status/gpm-keyboard-020.png
A	data/icons/48x48/status/gpm-keyboard-040.png
A	data/icons/48x48/status/gpm-keyboard-060.png
A	data/icons/48x48/status/gpm-keyboard-080.png
A	data/icons/48x48/status/gpm-keyboard-100.png
A	data/icons/48x48/status/gpm-monitor.png
A	data/icons/48x48/status/gpm-mouse-000.png
A	data/icons/48x48/status/gpm-mouse-020.png
A	data/icons/48x48/status/gpm-mouse-040.png
A	data/icons/48x48/status/gpm-mouse-060.png
A	data/icons/48x48/status/gpm-mouse-080.png
A	data/icons/48x48/status/gpm-mouse-100.png
A	data/icons/48x48/status/gpm-phone-000.png
A	data/icons/48x48/status/gpm-phone-020.png
A	data/icons/48x48/status/gpm-phone-040.png
A	data/icons/48x48/status/gpm-phone-060.png
A	data/icons/48x48/status/gpm-phone-080.png
A	data/icons/48x48/status/gpm-phone-100.png
A	data/icons/48x48/status/gpm-ups-000-charging.png
A	data/icons/48x48/status/gpm-ups-000.png
A	data/icons/48x48/status/gpm-ups-020-charging.png
A	data/icons/48x48/status/gpm-ups-020.png
A	data/icons/48x48/status/gpm-ups-040-charging.png
A	data/icons/48x48/status/gpm-ups-040.png
A	data/icons/48x48/status/gpm-ups-060-charging.png
A	data/icons/48x48/status/gpm-ups-060.png
A	data/icons/48x48/status/gpm-ups-080-charging.png
A	data/icons/48x48/status/gpm-ups-080.png
A	data/icons/48x48/status/gpm-ups-100-charging.png
A	data/icons/48x48/status/gpm-ups-100.png
A	data/icons/48x48/status/gpm-ups-missing.png
A	data/icons/Makefile.am
A	data/icons/Makefile.in
A	data/icons/scalable/Makefile.am
A	data/icons/scalable/Makefile.in
A	data/icons/scalable/actions/Makefile.am
A	data/icons/scalable/actions/Makefile.in
A	data/icons/scalable/actions/gpm-hibernate.svg
A	data/icons/scalable/actions/gpm-suspend.svg
A	data/icons/scalable/apps/Makefile.am
A	data/icons/scalable/apps/Makefile.in
A	data/icons/scalable/apps/mate-brightness-applet.svg
A	data/icons/scalable/apps/mate-inhibit-applet.svg
A	data/icons/scalable/apps/mate-power-manager.svg
A	data/icons/scalable/apps/mate-power-statistics.svg
A	data/icons/scalable/status/Makefile.am
A	data/icons/scalable/status/Makefile.in
A	data/icons/scalable/status/gpm-ac-adapter.svg
A	data/icons/scalable/status/gpm-battery-000-charging.svg
A	data/icons/scalable/status/gpm-battery-000.svg
A	data/icons/scalable/status/gpm-battery-020-charging.svg
A	data/icons/scalable/status/gpm-battery-020.svg
A	data/icons/scalable/status/gpm-battery-040-charging.svg
A	data/icons/scalable/status/gpm-battery-040.svg
A	data/icons/scalable/status/gpm-battery-060-charging.svg
A	data/icons/scalable/status/gpm-battery-060.svg
A	data/icons/scalable/status/gpm-battery-080-charging.svg
A	data/icons/scalable/status/gpm-battery-080.svg
A	data/icons/scalable/status/gpm-battery-100-charging.svg
A	data/icons/scalable/status/gpm-battery-100.svg
A	data/icons/scalable/status/gpm-battery-charged.svg
A	data/icons/scalable/status/gpm-battery-empty.svg
A	data/icons/scalable/status/gpm-battery-missing.svg
A	data/icons/scalable/status/gpm-brightness-kbd-disabled.svg
A	data/icons/scalable/status/gpm-brightness-kbd-invalid.svg
A	data/icons/scalable/status/gpm-brightness-kbd.svg
A	data/icons/scalable/status/gpm-brightness-lcd-disabled.svg
A	data/icons/scalable/status/gpm-brightness-lcd-invalid.svg
A	data/icons/scalable/status/gpm-brightness-lcd.svg
A	data/icons/scalable/status/gpm-inhibit-invalid.svg
A	data/icons/scalable/status/gpm-inhibit.svg
A	data/icons/scalable/status/gpm-keyboard-000.svg
A	data/icons/scalable/status/gpm-keyboard-060.svg
A	data/icons/scalable/status/gpm-keyboard-100.svg
A	data/icons/scalable/status/gpm-monitor.svg
A	data/icons/scalable/status/gpm-mouse-000.svg
A	data/icons/scalable/status/gpm-mouse-060.svg
A	data/icons/scalable/status/gpm-mouse-100.svg
A	data/icons/scalable/status/gpm-phone-000.svg
A	data/icons/scalable/status/gpm-phone-060.svg
A	data/icons/scalable/status/gpm-phone-100.svg
A	data/icons/scalable/status/gpm-ups-000-charging.svg
A	data/icons/scalable/status/gpm-ups-000.svg
A	data/icons/scalable/status/gpm-ups-020-charging.svg
A	data/icons/scalable/status/gpm-ups-020.svg
A	data/icons/scalable/status/gpm-ups-040-charging.svg
A	data/icons/scalable/status/gpm-ups-040.svg
A	data/icons/scalable/status/gpm-ups-060-charging.svg
A	data/icons/scalable/status/gpm-ups-060.svg
A	data/icons/scalable/status/gpm-ups-080-charging.svg
A	data/icons/scalable/status/gpm-ups-080.svg
A	data/icons/scalable/status/gpm-ups-100-charging.svg
A	data/icons/scalable/status/gpm-ups-100.svg
A	data/icons/scalable/status/gpm-ups-missing.svg
A	data/mate-power-manager.desktop.in.in
A	data/mate-power-manager.schemas.in
A	data/mate-power-manager.service.in
A	data/mate-power-preferences.desktop.in.in
A	data/mate-power-statistics.desktop.in.in
A	depcomp
A	distro/archlinux/PKGBUILD
A	distro/archlinux/mate-power-manager.install
A	distro/fedora/mate-power-manager.spec
A	distro/ubuntu/build
A	distro/ubuntu/postinst
A	distro/ubuntu/postrm
A	distro/ubuntu/preinst
A	distro/ubuntu/prerm
A	docs/Makefile.am
A	docs/Makefile.in
A	docs/config.xsl
A	docs/docbook.css
A	help/C/figures/applet-brightness.png
A	help/C/figures/applet-inhibit.png
A	help/C/figures/gpm-cell-capacity.png
A	help/C/figures/gpm-charged.png
A	help/C/figures/gpm-critical.png
A	help/C/figures/gpm-low.png
A	help/C/figures/gpm-prefs-ac.png
A	help/C/figures/gpm-prefs-battery.png
A	help/C/figures/gpm-prefs-general.png
A	help/C/figures/gpm-stats-graph.png
A	help/C/figures/gpm-suspend-problem.png
A	help/C/figures/gpm-unplugged.png
A	help/C/figures/gs-prefs.png
A	help/C/legal.xml
A	help/C/mate-power-manager.xml
A	help/Makefile.am
A	help/Makefile.in
A	help/ca/ca.po
A	help/ca/figures/gpm-cell-capacity.png
A	help/ca/figures/gpm-charged.png
A	help/ca/figures/gpm-critical.png
A	help/ca/figures/gpm-low.png
A	help/ca/figures/gpm-prefs-ac.png
A	help/ca/figures/gpm-prefs-battery.png
A	help/ca/figures/gpm-prefs-general.png
A	help/ca/figures/gpm-unplugged.png
A	help/ca/figures/gs-prefs.png
A	help/de/de.po
A	help/de/figures/applet-inhibit.png
A	help/de/figures/gpm-charged.png
A	help/de/figures/gpm-critical.png
A	help/de/figures/gpm-low.png
A	help/de/figures/gpm-prefs-ac.png
A	help/de/figures/gpm-prefs-battery.png
A	help/de/figures/gpm-prefs-general.png
A	help/de/figures/gpm-unplugged.png
A	help/de/figures/gs-prefs.png
A	help/el/el.po
A	help/en_GB/en_GB.po
A	help/es/es.po
A	help/es/figures/applet-inhibit.png
A	help/es/figures/gpm-cell-capacity.png
A	help/es/figures/gpm-charged.png
A	help/es/figures/gpm-critical.png
A	help/es/figures/gpm-low.png
A	help/es/figures/gpm-prefs-ac.png
A	help/es/figures/gpm-prefs-battery.png
A	help/es/figures/gpm-prefs-general.png
A	help/es/figures/gpm-stats-graph.png
A	help/es/figures/gpm-unplugged.png
A	help/es/figures/gs-prefs.png
A	help/eu/eu.po
A	help/eu/figures/applet-brightness.png
A	help/eu/figures/applet-inhibit.png
A	help/eu/figures/gpm-cell-capacity.png
A	help/eu/figures/gpm-charged.png
A	help/eu/figures/gpm-critical.png
A	help/eu/figures/gpm-low.png
A	help/eu/figures/gpm-prefs-ac.png
A	help/eu/figures/gpm-prefs-battery.png
A	help/eu/figures/gpm-prefs-general.png
A	help/eu/figures/gpm-stats-graph.png
A	help/eu/figures/gpm-suspend-problem.png
A	help/eu/figures/gpm-unplugged.png
A	help/eu/figures/gs-prefs.png
A	help/fi/fi.po
A	help/fr/figures/applet-inhibit.png
A	help/fr/figures/gpm-cell-capacity.png
A	help/fr/figures/gpm-charged.png
A	help/fr/figures/gpm-critical.png
A	help/fr/figures/gpm-low.png
A	help/fr/figures/gpm-prefs-ac.png
A	help/fr/figures/gpm-prefs-battery.png
A	help/fr/figures/gpm-prefs-general.png
A	help/fr/figures/gpm-suspend-problem.png
A	help/fr/figures/gpm-unplugged.png
A	help/fr/figures/gs-prefs.png
A	help/fr/fr.po
A	help/hu/hu.po
A	help/it/it.po
A	help/mate-power-manager.omf.in
A	help/oc/oc.po
A	help/pa/figures/gpm-unplugged.png
A	help/pa/pa.po
A	help/ru/ru.po
A	help/sv/figures/applet-inhibit.png
A	help/sv/figures/gpm-charged.png
A	help/sv/figures/gpm-critical.png
A	help/sv/figures/gpm-low.png
A	help/sv/figures/gpm-prefs-ac.png
A	help/sv/figures/gpm-prefs-battery.png
A	help/sv/figures/gpm-prefs-general.png
A	help/sv/figures/gpm-stats-graph.png
A	help/sv/figures/gpm-unplugged.png
A	help/sv/figures/gs-prefs.png
A	help/sv/sv.po
A	help/zh_CN/zh_CN.po
A	install-sh
A	intltool-extract.in
A	intltool-merge.in
A	intltool-update.in
A	ltmain.sh
A	m4/intltool.m4
A	m4/libtool.m4
A	m4/ltoptions.m4
A	m4/ltsugar.m4
A	m4/ltversion.m4
A	m4/lt~obsolete.m4
A	m4/mate-doc-utils.m4
A	man/Makefile.am
A	man/Makefile.in
A	man/mate-power-manager.sgml
A	man/mate-power-preferences.sgml
A	man/mate-power-statistics.sgml
A	mate-doc-utils.make
A	missing
A	mkinstalldirs
A	omf.make
A	parches/dont-eat-the-logs.patch
A	parches/gpm-manager.patch
A	po/LINGUAS
A	po/Makefile.in.in
A	po/POTFILES.in
A	po/POTFILES.skip
A	po/ar.po
A	po/as.po
A	po/ast.po
A	po/be.po
A	po/be@latin.po
A	po/bg.po
A	po/bn.po
A	po/bn_IN.po
A	po/ca.po
A	po/ca@valencia.po
A	po/cs.po
A	po/cy.po
A	po/da.po
A	po/de.po
A	po/dz.po
A	po/el.po
A	po/en@shaw.po
A	po/en_CA.po
A	po/en_GB.po
A	po/es.po
A	po/et.po
A	po/eu.po
A	po/fa.po
A	po/fi.po
A	po/fr.po
A	po/ga.po
A	po/gl.po
A	po/gu.po
A	po/he.po
A	po/hi.po
A	po/hr.po
A	po/hu.po
A	po/id.po
A	po/is.po
A	po/it.po
A	po/ja.po
A	po/ka.po
A	po/kn.po
A	po/ko.po
A	po/ku.po
A	po/lt.po
A	po/lv.po
A	po/mai.po
A	po/mg.po
A	po/mk.po
A	po/ml.po
A	po/mr.po
A	po/nb.po
A	po/nl.po
A	po/nn.po
A	po/oc.po
A	po/or.po
A	po/pa.po
A	po/pl.po
A	po/pt.po
A	po/pt_BR.po
A	po/ro.po
A	po/ru.po
A	po/si.po
A	po/sk.po
A	po/sl.po
A	po/sr.po
A	po/sr@latin.po
A	po/sv.po
A	po/ta.po
A	po/te.po
A	po/th.po
A	po/tr.po
A	po/uk.po
A	po/vi.po
A	po/zh_CN.po
A	po/zh_HK.po
A	po/zh_TW.po
A	policy/Makefile.am
A	policy/Makefile.in
A	policy/org.mate.power.policy.in2
A	src/Makefile.am
A	src/Makefile.in
A	src/egg-array-float.c
A	src/egg-array-float.h
A	src/egg-color.c
A	src/egg-color.h
A	src/egg-console-kit.c
A	src/egg-console-kit.h
A	src/egg-dbus-monitor.c
A	src/egg-dbus-monitor.h
A	src/egg-dbus-proxy.c
A	src/egg-dbus-proxy.h
A	src/egg-debug.c
A	src/egg-debug.h
A	src/egg-discrete.c
A	src/egg-discrete.h
A	src/egg-idletime.c
A	src/egg-idletime.h
A	src/egg-precision.c
A	src/egg-precision.h
A	src/egg-string.c
A	src/egg-string.h
A	src/egg-test.c
A	src/egg-test.h
A	src/egg-unique.c
A	src/egg-unique.h
A	src/gpm-backlight-helper.c
A	src/gpm-backlight.c
A	src/gpm-backlight.h
A	src/gpm-brightness.c
A	src/gpm-brightness.h
A	src/gpm-button.c
A	src/gpm-button.h
A	src/gpm-common.c
A	src/gpm-common.h
A	src/gpm-control.c
A	src/gpm-control.h
A	src/gpm-disks.c
A	src/gpm-disks.h
A	src/gpm-dpms.c
A	src/gpm-dpms.h
A	src/gpm-engine.c
A	src/gpm-engine.h
A	src/gpm-graph-widget.c
A	src/gpm-graph-widget.h
A	src/gpm-idle.c
A	src/gpm-idle.h
A	src/gpm-load.c
A	src/gpm-load.h
A	src/gpm-main.c
A	src/gpm-manager.c
A	src/gpm-manager.h
A	src/gpm-marshal.list
A	src/gpm-networkmanager.c
A	src/gpm-networkmanager.h
A	src/gpm-phone.c
A	src/gpm-phone.h
A	src/gpm-point-obj.c
A	src/gpm-point-obj.h
A	src/gpm-prefs-core.c
A	src/gpm-prefs-core.h
A	src/gpm-prefs-server.c
A	src/gpm-prefs-server.h
A	src/gpm-prefs.c
A	src/gpm-screensaver.c
A	src/gpm-screensaver.h
A	src/gpm-self-test.c
A	src/gpm-session.c
A	src/gpm-session.h
A	src/gpm-statistics.c
A	src/gpm-stock-icons.h
A	src/gpm-tray-icon.c
A	src/gpm-tray-icon.h
A	src/gpm-upower.c
A	src/gpm-upower.h
A	src/gsd-media-keys-window.c
A	src/gsd-media-keys-window.h
A	src/org.mate.PowerManager.Backlight.xml
A	src/org.mate.PowerManager.xml
A	tools/Makefile.am
A	tools/Makefile.in
A	tools/mate-power-bugreport.sh
A	xmldocs.make
