summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-01-13Update mate-power-manager NEWS to use consistent, project wide, ↵Martin Wimpress1-124/+86
markdown-like formatting. This will make generating release announcements easier.
2017-01-07statistics: don't call upower function on a NULL device pathmonsta1-0/+4
fixes https://github.com/mate-desktop/mate-power-manager/issues/139
2016-12-25Brightness: fix OSD rendering when not compositedlukefromdc1-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-28po: actually add new language from Transifexmonsta1-0/+1
2016-11-27release 1.17.0v1.17.0raveit651-0/+3
2016-11-27sync with transiflexraveit6512-160/+2438
2016-11-22move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta24-1034/+18
and require mate-panel >= 1.17
2016-11-21fix indent a bitmonsta7-9/+9
2016-11-21add missing #includemonsta1-0/+2
2016-09-19release 1.16.0v1.16.0raveit651-1/+1
2016-09-18po: actually add new language from Transifexmonsta1-0/+1
2016-09-18update NEWS for 1.16monsta1-35/+14
2016-09-18sync with Transifexmonsta84-22168/+23033
2016-08-01applets: remove unneeded #undefmonsta2-6/+0
that deprecation is gone in GTK+3 build also that makes sense only with --enable-strict build option
2016-08-01applets: don't include non-existent dir in Makefile.ammonsta2-3/+0
it does no harm but can be confusing when you read it :)
2016-08-01release 1.15.1v1.15.1raveit651-0/+19
2016-08-01keep old copyright informationsraveit652-2/+12
2016-08-01update CFLAGS and LIBS, MATE to CAIROraveit653-9/+9
2016-08-01applets: update Copyrightraveit652-2/+2
2016-08-01applets: use GtkAbout and drop dependency to libmate-desktopraveit653-30/+26
2016-08-01Port from libunique to GtkApplicationMatt Spaulding6-30/+142
2016-07-25remove dbus-monitor from tests in make fileraveit651-2/+0
2016-07-25applets: remove egg-dbus-proxy and use the provided functions in GDBusraveit658-696/+66
2016-07-25remove egg-dbus-proxy and use the provided functions in GDBusraveit654-365/+28
taken from: https://git.gnome.org/browse/gnome-power-manager/commit/?id=ae6370d
2016-07-25Assign names to our idle sources when using newer versions of glib2raveit655-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-25Show the primary device time remaining as the first entry in the context menuraveit653-0/+83
taken from: https://git.gnome.org/browse/gnome-power-manager/commit/?id=93da9b4
2016-07-25Do not issue a console warning when laptop batteries are emptyraveit651-0/+6
inspired from: https://git.gnome.org/browse/gnome-power-manager/commit/?id=65752cc
2016-07-25allow non-battery devices to be used for gpm_engine_update_composite_device()raveit651-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-25Reorganize the tray icon code to make it easier for AppIndicatorraveit651-20/+35
support to be patched in taken from: https://git.gnome.org/browse/gnome-power-manager/commit/?id=9786241
2016-07-25Add a ::devices-changed signal to GpmEngine that helper code may wantraveit652-0/+11
taken from: https://git.gnome.org/browse/gnome-power-manager/commit/?id=f706110
2016-07-25trivial: provide some text for devices that are not present in ↵raveit651-3/+6
gpm_upower_get_device_summary() taken from: https://git.gnome.org/browse/gnome-power-manager/commit/?id=215f683
2016-07-25fix code madnessraveit651-2/+0
2016-07-25rename a function to match upstreamraveit655-9/+9
taken from: https://git.gnome.org/browse/gnome-power-manager/commit/?id=f2c0409
2016-07-25GTK+-3 graph-widget: improve expose --> draw changesraveit651-20/+43
taken from: https://git.gnome.org/browse/gnome-power-manager/commit/?id=cd9255c
2016-07-15distcheck: explicitly use currently selected GTK+ versionraveit652-4/+7
2016-07-11pre-bump versionraveit652-1/+3
2016-07-01po: drop languages not present on Transifex + en_US filemonsta4-7102/+0
2016-06-21drop unused codemonsta3-371/+0
2016-06-16configure: move libmate-desktop dependency to appletsraveit651-2/+2
2016-06-16use gtk_show_about_dialog for gtk+-2.0raveit651-7/+0
2016-06-16GTK+-3 gpm-tray-icon: use About dialog from GTK+ instead of forked one from ↵raveit651-13/+19
libmate-desktop
2016-06-10don't include removed gnome files in distmonsta1-2/+0
2016-06-10remove ancient gnome filesmonsta3-2629/+0
2016-06-08release 1.15.0v1.15.0raveit652-1/+19
2016-06-08sync with Transiflexraveit6511-126/+2390
2016-06-07fix having an icon space with having no batterySorokin Alexei1-0/+1
2016-06-07rely less on GtkStockSorokin Alexei10-38/+38
2016-06-07GTK+3 media-keys: sync code with m-s-d and drop include mate-desktop-utils.hraveit653-91/+135
This makes gtk3 migration easier as m-p-m use only <libmate-desktop/mate-aboutdialog.h yet.
2016-06-07GTK+-3 gpm-kbd-backlight: replace deprecated gdk_display_get_pointerraveit651-0/+15
gdk_display_get_pointer --> gdk_device_get_position
2016-06-07GTK+3: replace gdk_error_trap_pop () with gdk_error_trap_pop_ignored ()raveit651-0/+4
fixes a wunused results warning