Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-02-09 | build: remove strict options, they just get in the way | monsta | 1 | -23/+0 | |
2017-02-02 | brightness applet: properly hide popup on Esc/Enter/Space keys | monsta | 1 | -13/+6 | |
the new code was looked up in upstream brightness applet... fixes https://github.com/mate-desktop/mate-power-manager/issues/203 | |||||
2017-02-02 | brightness applet: fix indent in some places | monsta | 1 | -22/+21 | |
2017-02-01 | build: require xproto >= 7.0.15 and simplify some code | monsta | 2 | -19/+3 | |
2017-02-01 | build: don't require xrender, it's not used | monsta | 1 | -3/+1 | |
2017-02-01 | build: drop useless docdir option | monsta | 1 | -11/+0 | |
2017-01-18 | Bump version to 1.17.1v1.17.1 | Martin Wimpress | 2 | -2/+16 | |
2017-01-18 | Merge pull request #153 from mpottage/master | Martin Wimpress | 1 | -4/+8 | |
Check both the "Backlight" and "BACKLIGHT" xrandr properties. | |||||
2017-01-18 | Check both the "Backlight" and "BACKLIGHT" xrandr properties for a backlight. | Matthew Pottage | 1 | -4/+8 | |
Added checking the "Backlight" property. "BACKLIGHT" appears to be the legacy property. This resolves an issue where xbacklight can change the backlight, but mate-power-manager can't. | |||||
2017-01-16 | po: don't mention non-existent files in POTFILES.skip | monsta | 1 | -2/+0 | |
2017-01-16 | remove man page for non-existent bugreport tool | monsta | 4 | -110/+0 | |
tool was removed in https://github.com/mate-desktop/mate-power-manager/commit/c005217966cbe610fe25639dd9faa5a6e0a2cea2 | |||||
2017-01-16 | remove docs dir which doesn't have any actual docs | monsta | 5 | -61/+0 | |
there are only leftovers, the actual docs were dropped long ago: https://git.gnome.org/browse/gnome-power-manager/commit/?id=38d68a6f5904e406caab87b5c6184ebc50e8be04 | |||||
2017-01-15 | Replace no longer valid "expose-event" with "draw" | lukefromdc | 1 | -1/+1 | |
expose-event is not available in GTK3, draw is its replacement. Stops warnings from inhibit applet when mate-panel is started/restarted | |||||
2017-01-13 | Update mate-power-manager NEWS to use consistent, project wide, ↵ | Martin Wimpress | 1 | -124/+86 | |
markdown-like formatting. This will make generating release announcements easier. | |||||
2017-01-07 | statistics: don't call upower function on a NULL device path | monsta | 1 | -0/+4 | |
fixes https://github.com/mate-desktop/mate-power-manager/issues/139 | |||||
2016-12-25 | Brightness: fix OSD rendering when not composited | lukefromdc | 1 | -2/+2 | |
Also add style class msd-osd-window-solid, same as mate-settings-daemon volume control. Based on https://github.com/mate-desktop/mate-settings-daemon/commit/5d580b9985b61a486c8d23eaa34091a14d01b9e0 and https://github.com/mate-desktop/mate-settings-daemon/commit/9aa4c4e379e71ebe8436898a3af61c4c96c9cc8a | |||||
2016-11-28 | po: actually add new language from Transifex | monsta | 1 | -0/+1 | |
2016-11-27 | release 1.17.0v1.17.0 | raveit65 | 1 | -0/+3 | |
2016-11-27 | sync with transiflex | raveit65 | 12 | -160/+2438 | |
2016-11-22 | move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option | monsta | 24 | -1034/+18 | |
and require mate-panel >= 1.17 | |||||
2016-11-21 | fix indent a bit | monsta | 7 | -9/+9 | |
2016-11-21 | add missing #include | monsta | 1 | -0/+2 | |
2016-09-19 | release 1.16.0v1.16.0 | raveit65 | 1 | -1/+1 | |
2016-09-18 | po: actually add new language from Transifex | monsta | 1 | -0/+1 | |
2016-09-18 | update NEWS for 1.16 | monsta | 1 | -35/+14 | |
2016-09-18 | sync with Transifex | monsta | 84 | -22168/+23033 | |
2016-08-01 | applets: remove unneeded #undef | monsta | 2 | -6/+0 | |
that deprecation is gone in GTK+3 build also that makes sense only with --enable-strict build option | |||||
2016-08-01 | applets: don't include non-existent dir in Makefile.am | monsta | 2 | -3/+0 | |
it does no harm but can be confusing when you read it :) | |||||
2016-08-01 | release 1.15.1v1.15.1 | raveit65 | 1 | -0/+19 | |
2016-08-01 | keep old copyright informations | raveit65 | 2 | -2/+12 | |
2016-08-01 | update CFLAGS and LIBS, MATE to CAIRO | raveit65 | 3 | -9/+9 | |
2016-08-01 | applets: update Copyright | raveit65 | 2 | -2/+2 | |
2016-08-01 | applets: use GtkAbout and drop dependency to libmate-desktop | raveit65 | 3 | -30/+26 | |
2016-08-01 | Port from libunique to GtkApplication | Matt Spaulding | 6 | -30/+142 | |
2016-07-25 | remove dbus-monitor from tests in make file | raveit65 | 1 | -2/+0 | |
2016-07-25 | applets: remove egg-dbus-proxy and use the provided functions in GDBus | raveit65 | 8 | -696/+66 | |
2016-07-25 | remove egg-dbus-proxy and use the provided functions in GDBus | raveit65 | 4 | -365/+28 | |
taken from: https://git.gnome.org/browse/gnome-power-manager/commit/?id=ae6370d | |||||
2016-07-25 | Assign names to our idle sources when using newer versions of glib2 | raveit65 | 5 | -7/+23 | |
This makes it possible to profile more accurately using systemtap taken from: https://git.gnome.org/browse/gnome-power-manager/commit/?id=fbb075b5 | |||||
2016-07-25 | Show the primary device time remaining as the first entry in the context menu | raveit65 | 3 | -0/+83 | |
taken from: https://git.gnome.org/browse/gnome-power-manager/commit/?id=93da9b4 | |||||
2016-07-25 | Do not issue a console warning when laptop batteries are empty | raveit65 | 1 | -0/+6 | |
inspired from: https://git.gnome.org/browse/gnome-power-manager/commit/?id=65752cc | |||||
2016-07-25 | allow non-battery devices to be used for gpm_engine_update_composite_device() | raveit65 | 1 | -2/+14 | |
https://git.gnome.org/browse/gnome-power-manager/commit/?id=2828891 https://git.gnome.org/browse/gnome-power-manager/commit/?id=9b4825b | |||||
2016-07-25 | Reorganize the tray icon code to make it easier for AppIndicator | raveit65 | 1 | -20/+35 | |
support to be patched in taken from: https://git.gnome.org/browse/gnome-power-manager/commit/?id=9786241 | |||||
2016-07-25 | Add a ::devices-changed signal to GpmEngine that helper code may want | raveit65 | 2 | -0/+11 | |
taken from: https://git.gnome.org/browse/gnome-power-manager/commit/?id=f706110 | |||||
2016-07-25 | trivial: provide some text for devices that are not present in ↵ | raveit65 | 1 | -3/+6 | |
gpm_upower_get_device_summary() taken from: https://git.gnome.org/browse/gnome-power-manager/commit/?id=215f683 | |||||
2016-07-25 | fix code madness | raveit65 | 1 | -2/+0 | |
2016-07-25 | rename a function to match upstream | raveit65 | 5 | -9/+9 | |
taken from: https://git.gnome.org/browse/gnome-power-manager/commit/?id=f2c0409 | |||||
2016-07-25 | GTK+-3 graph-widget: improve expose --> draw changes | raveit65 | 1 | -20/+43 | |
taken from: https://git.gnome.org/browse/gnome-power-manager/commit/?id=cd9255c | |||||
2016-07-15 | distcheck: explicitly use currently selected GTK+ version | raveit65 | 2 | -4/+7 | |
2016-07-11 | pre-bump version | raveit65 | 2 | -1/+3 | |
2016-07-01 | po: drop languages not present on Transifex + en_US file | monsta | 4 | -7102/+0 | |