Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-05-04 | dropped udisks support for several reasons. | Monsta | 9 | -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-04 | Sync translations with transifex | mate-i18n | 2 | -71/+72 | |
2015-04-04 | Bump version to 1.9.90mate-power-manager-1.9.90 | Stefano Karapetsas | 2 | -4/+4 | |
2015-04-04 | Gtk3: fix mate-power-statistics gui | raveit65 | 1 | -50/+139 | |
Closes https://github.com/mate-desktop/mate-power-manager/pull/138 | |||||
2015-04-04 | Sync translations with transifex | mate-i18n | 3 | -1189/+1338 | |
2015-04-04 | Remove obsolete egg-string code | Roy Zhang | 4 | -504/+30 | |
Closes https://github.com/mate-desktop/mate-power-manager/pull/141 | |||||
2015-03-23 | removed obsolete and unused mateconf code | monsta | 1 | -52/+0 | |
Closes https://github.com/mate-desktop/mate-power-manager/pull/137 | |||||
2015-03-19 | removed unused code, corrected indentation | monsta | 1 | -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-19 | statistics: adjustment for API breakage in upower 0.99 | Monsta | 1 | -28/+71 | |
Closes https://github.com/mate-desktop/mate-power-manager/pull/132 | |||||
2015-03-19 | upower: handle UP_DEVICE_STATE_UNKNOWN, avoid assert | monsta | 1 | -0/+4 | |
Closes https://github.com/mate-desktop/mate-power-manager/pull/130 | |||||
2015-03-15 | Sync translations with transifex | mate-i18n | 2 | -0/+2256 | |
2015-03-15 | removed the property that made UI load fail | Monsta | 1 | -2/+0 | |
2015-03-15 | abort application when UI load fails | Monsta | 2 | -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-20 | Bump version to 1.9.1 | Stefano Karapetsas | 2 | -3/+3 | |
2015-01-20 | Sync translations with transifex | mate-i18n | 8 | -1475/+1064 | |
2015-01-15 | remove ifdefs, bump upower version requirement | Monsta | 6 | -19/+1 | |
Closes https://github.com/mate-desktop/mate-power-manager/pull/126 | |||||
2015-01-14 | we don't need g_type_init (in GLib >= 2.36) | Monsta | 1 | -1/+0 | |
Closes https://github.com/mate-desktop/mate-power-manager/pull/127 | |||||
2015-01-07 | Fix GTKBuilder script for media keys popup window | Nachanon Vetjasit | 1 | -26/+18 | |
2015-01-02 | add missing manpages | Monsta | 3 | -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-01 | renamed service file | Monsta | 2 | -2/+2 | |
fixes https://github.com/mate-desktop/mate-power-manager/issues/118 | |||||
2014-12-17 | Revert "We agreed to target Glib 2.32" | infirit | 3 | -7/+2 | |
This reverts commit 18e079201d970b6402b56ef0c0b2a01496ff582e. | |||||
2014-12-16 | We agreed to target Glib 2.32 | infirit | 3 | -2/+7 | |
2014-12-16 | bumped deps in README | monsta | 1 | -2/+2 | |
2014-12-15 | fixed a typo in inhibit applet's Makefile.am | monsta | 1 | -1/+1 | |
now the *.service file should be cleaned properly | |||||
2014-12-15 | simplify configure.ac a bit due to libunique being mandatory | Monsta | 1 | -25/+7 | |
it's used in the code unconditionally anyway | |||||
2014-12-07 | removed obsolete configure option | Monsta | 1 | -1/+0 | |
2014-11-16 | don't leak memory | Monsta | 2 | -2/+4 | |
Closes https://github.com/mate-desktop/mate-power-manager/pull/115 | |||||
2014-10-24 | Update NEWSmate-power-manager-1.9.0 | Stefano Karapetsas | 1 | -2/+2 | |
2014-10-24 | Sync translations with transifex | mate-i18n | 9 | -3262/+2809 | |
2014-10-05 | correctly call cairo_destroy | Denis Gorodnichev | 1 | -1/+1 | |
fix memory leak with gtk2 runtime cairo assertion with gtk3 | |||||
2014-07-12 | Sync translations with transifex | mate-i18n | 6 | -2682/+2058 | |
2014-07-02 | Remove old GTK2 code and support | Stefano Karapetsas | 7 | -1828/+36 | |
2014-07-02 | Remove deprecated code | Stefano Karapetsas | 3 | -23/+0 | |
2014-07-02 | Bump minimum GLIB and GTK2 versions | Stefano Karapetsas | 1 | -4/+3 | |
2014-07-02 | Bump version to 1.9.0 | Stefano Karapetsas | 2 | -1/+8 | |
2014-05-11 | Fix typo in Makefile.am | infirit | 1 | -1/+1 | |
2014-05-06 | Sync translations with transifex | mate-i18n | 6 | -1878/+4171 | |
2014-05-06 | Fix applets uidir | Stefano Karapetsas | 2 | -2/+2 | |
Closes https://github.com/mate-desktop/mate-power-manager/pull/105 | |||||
2014-05-03 | applets: Use MateAboutDialog | Stefano Karapetsas | 2 | -24/+26 | |
2014-04-30 | Update vendor_url in policy file | infirit | 1 | -1/+1 | |
2014-04-24 | Add keywords key to .desktop file | Mike Gabriel | 1 | -0/+1 | |
Closes https://github.com/mate-desktop/mate-power-manager/issues/100 | |||||
2014-04-24 | Add about dialog in tray icon | Stefano Karapetsas | 2 | -0/+40 | |
This add dependency on libmate-desktop | |||||
2014-04-24 | Rename mate-power-bugreport.sh -> tools/mate-power-manager-bugreport | Stefano Karapetsas | 2 | -1/+1 | |
Closes https://github.com/mate-desktop/mate-power-manager/issues/101 | |||||
2014-04-24 | Remove autogenerated file | Stefano Karapetsas | 1 | -123/+0 | |
Closes https://github.com/mate-desktop/mate-power-manager/issues/103 | |||||
2014-04-24 | Other round of fixes for UPower 0.99 API changes | Stefano Karapetsas | 2 | -21/+68 | |
2014-04-24 | Improve UPower1 support | Stefano Karapetsas | 1 | -9/+23 | |
2014-04-22 | Remove has_separator property from ui files | Stefano Karapetsas | 4 | -4/+0 | |
2014-04-22 | Merge pull request #98 from seife/master | Stefano Karapetsas | 11 | -176/+114 | |
make m-p-m work with current upower-0.99 | |||||
2014-04-09 | port mate-power-manager to upower-0.99 API | Stefan Seyfried | 8 | -11/+111 | |
fix mate-power-manager for current upower versions | |||||
2014-04-09 | remove "battery recall" logic | Stefan Seyfried | 5 | -165/+0 | |
the database is outdated several years now and the whole interface is removed from current UPower release anyway, so let's get rid of it in m-p-m, too |