summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-09-01bump version to 1.10.2mate-power-manager-1.10.21.10monsta2-1/+10
2015-09-01Save copying costRoy Zhang1-6/+3
2015-09-01Also free the builder when finalizingRoy Zhang1-0/+1
2015-09-01Fix memory leaksRoy Zhang1-0/+3
g_variant_get() uses g_strdup() internally, so we should free the string after use.
2015-09-01Unable to change keyboard back light #108Mikhail Shevtsov2-2/+13
Fixed issue for laptops with levels less then 10;
2015-07-14Bump version to 1.10.1mate-power-manager-1.10.1Monsta2-1/+10
2015-07-08Revert "remove non-existing mate-feedback links"raveit651-0/+10
This reverts commit 68327a03d28035352a8eaa9c8960b590eaf64c71.
2015-07-03Merge pull request #152 from pudh4418/remove-patch-fileMartin Wimpress1-14/+0
Remove obsolete patch file
2015-07-02Remove obsolete patch fileRoy Zhang1-14/+0
The patch file is not used during compilation, so remove it.
2015-07-02applets/prefs/stats: properly show corresponding help pagesMonsta5-5/+5
2015-06-25Merge pull request #148 from NiceandGently/masterMartin Wimpress12-40/+47
improve help
2015-06-25remove non-existing mate-feedback linksraveit651-10/+0
2015-06-25help: fix broken imagesraveit6511-0/+0
2015-06-25Help: fix links and update mateconf to gsettings usageraveit651-31/+48
2015-06-12Sync translations with transifexmate-i18n4-33/+56
2015-06-09Merge pull request #143 from pudh4418/fix-dbus-memleakMartin Wimpress1-21/+27
Fix memory leak problem when calling logind DBus method
2015-05-04Bump version to 1.10.0mate-power-manager-1.10.0Stefano Karapetsas2-3/+3
2015-05-04dropped HAL-based bugreport script, corrected READMEMonsta5-107/+7
HAL is from stone age, so that script doesn't work now anyway Cloeses https://github.com/mate-desktop/mate-power-manager/pull/145
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