summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-05-04dropped udisks support for several reasons.Monsta9-370/+0
1. udisks1 will soon be dropped from debian and ubuntu, and probably from other major distros as well. it's replaced by udisks2. 2. the only udisks1 feature that was used in m-p-m was the disk spindown. its usefullness is questionable, especially when you have an SSD. 3. udisks2 doesn't seem to have neither API nor command-line tools for the spindown feature. 4. spindown support has been dropped in gnome-power-manager in 2011, https://git.gnome.org/browse/gnome-power-manager/commit/?id=d97a988246d34f4cd38b7ee1335c9b500c7c522f 5. it also has been dropped in xfce-power-manager in 2014, http://git.xfce.org/xfce/xfce4-power-manager/log/?qt=grep&q=disk+spin+down Closes https://github.com/mate-desktop/mate-power-manager/pull/144
2015-05-04Sync translations with transifexmate-i18n2-71/+72
2015-04-11Fix memory leak problem when calling logind DBus methodRoy Zhang1-21/+27
We should catch and free the GVariant returned by proxy calls even if the DBus method returns no value.
2015-04-04Bump version to 1.9.90mate-power-manager-1.9.90Stefano Karapetsas2-4/+4
2015-04-04Gtk3: fix mate-power-statistics guiraveit651-50/+139
Closes https://github.com/mate-desktop/mate-power-manager/pull/138
2015-04-04Sync translations with transifexmate-i18n3-1189/+1338
2015-04-04Remove obsolete egg-string codeRoy Zhang4-504/+30
Closes https://github.com/mate-desktop/mate-power-manager/pull/141
2015-03-23removed obsolete and unused mateconf codemonsta1-52/+0
Closes https://github.com/mate-desktop/mate-power-manager/pull/137
2015-03-19removed unused code, corrected indentationmonsta1-13/+5
the code seems to be unused since https://github.com/mate-desktop/mate-power-manager/commit/8767ffb8172c1e9ae4410226ac4015309bc03f7f Closes https://github.com/mate-desktop/mate-power-manager/pull/136
2015-03-19statistics: adjustment for API breakage in upower 0.99Monsta1-28/+71
Closes https://github.com/mate-desktop/mate-power-manager/pull/132
2015-03-19upower: handle UP_DEVICE_STATE_UNKNOWN, avoid assertmonsta1-0/+4
Closes https://github.com/mate-desktop/mate-power-manager/pull/130
2015-03-15Sync translations with transifexmate-i18n2-0/+2256
2015-03-15removed the property that made UI load failMonsta1-2/+0
2015-03-15abort application when UI load failsMonsta2-8/+5
some genius who programmed this decided it would be fine to access GtkBuilder variables after gtk_builder_add_from_file fails. thanks for the segfault, man. I've wasted an hour trying to find out what happens. Closes https://github.com/mate-desktop/mate-power-manager/pull/128
2015-01-20Bump version to 1.9.1Stefano Karapetsas2-3/+3
2015-01-20Sync translations with transifexmate-i18n8-1475/+1064
2015-01-15remove ifdefs, bump upower version requirementMonsta6-19/+1
Closes https://github.com/mate-desktop/mate-power-manager/pull/126
2015-01-14we don't need g_type_init (in GLib >= 2.36)Monsta1-1/+0
Closes https://github.com/mate-desktop/mate-power-manager/pull/127
2015-01-07Fix GTKBuilder script for media keys popup windowNachanon Vetjasit1-26/+18
2015-01-02add missing manpagesMonsta3-0/+258
taken from Debian patch: http://anonscm.debian.org/cgit/pkg-mate/mate-power-manager.git/commit/?id=324a45a723c377765337900667ea385cbedddb8c fixes https://github.com/mate-desktop/mate-power-manager/issues/56 also fixes https://github.com/mate-desktop/mate-power-manager/issues/102
2015-01-01renamed service fileMonsta2-2/+2
fixes https://github.com/mate-desktop/mate-power-manager/issues/118
2014-12-17Revert "We agreed to target Glib 2.32"infirit3-7/+2
This reverts commit 18e079201d970b6402b56ef0c0b2a01496ff582e.
2014-12-16We agreed to target Glib 2.32infirit3-2/+7
2014-12-16bumped deps in READMEmonsta1-2/+2
2014-12-15fixed a typo in inhibit applet's Makefile.ammonsta1-1/+1
now the *.service file should be cleaned properly
2014-12-15simplify configure.ac a bit due to libunique being mandatoryMonsta1-25/+7
it's used in the code unconditionally anyway
2014-12-07removed obsolete configure optionMonsta1-1/+0
2014-11-16don't leak memoryMonsta2-2/+4
Closes https://github.com/mate-desktop/mate-power-manager/pull/115
2014-10-24Update NEWSmate-power-manager-1.9.0Stefano Karapetsas1-2/+2
2014-10-24Sync translations with transifexmate-i18n9-3262/+2809
2014-10-05correctly call cairo_destroyDenis Gorodnichev1-1/+1
fix memory leak with gtk2 runtime cairo assertion with gtk3
2014-07-12Sync translations with transifexmate-i18n6-2682/+2058
2014-07-02Remove old GTK2 code and supportStefano Karapetsas7-1828/+36
2014-07-02Remove deprecated codeStefano Karapetsas3-23/+0
2014-07-02Bump minimum GLIB and GTK2 versionsStefano Karapetsas1-4/+3
2014-07-02Bump version to 1.9.0Stefano Karapetsas2-1/+8
2014-05-11Fix typo in Makefile.aminfirit1-1/+1
2014-05-06Sync translations with transifexmate-i18n6-1878/+4171
2014-05-06Fix applets uidirStefano Karapetsas2-2/+2
Closes https://github.com/mate-desktop/mate-power-manager/pull/105
2014-05-03applets: Use MateAboutDialogStefano Karapetsas2-24/+26
2014-04-30Update vendor_url in policy fileinfirit1-1/+1
2014-04-24Add keywords key to .desktop fileMike Gabriel1-0/+1
Closes https://github.com/mate-desktop/mate-power-manager/issues/100
2014-04-24Add about dialog in tray iconStefano Karapetsas2-0/+40
This add dependency on libmate-desktop
2014-04-24Rename mate-power-bugreport.sh -> tools/mate-power-manager-bugreportStefano Karapetsas2-1/+1
Closes https://github.com/mate-desktop/mate-power-manager/issues/101
2014-04-24Remove autogenerated fileStefano Karapetsas1-123/+0
Closes https://github.com/mate-desktop/mate-power-manager/issues/103
2014-04-24Other round of fixes for UPower 0.99 API changesStefano Karapetsas2-21/+68
2014-04-24Improve UPower1 supportStefano Karapetsas1-9/+23
2014-04-22Remove has_separator property from ui filesStefano Karapetsas4-4/+0
2014-04-22Merge pull request #98 from seife/masterStefano Karapetsas11-176/+114
make m-p-m work with current upower-0.99
2014-04-09port mate-power-manager to upower-0.99 APIStefan Seyfried8-11/+111
fix mate-power-manager for current upower versions