Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-03-15 | tx: sync with transifex | raveit65 | 235 | -2360/+5564 | |
2020-03-15 | glib-genmarshal: replace deprecated tokens NONE and BOOL | rbuj | 1 | -15/+15 | |
2020-02-27 | Read authors (updated) from mate-power-manager.about | rbuj | 6 | -8/+144 | |
2020-02-25 | Use gtk_show_about_dialog to show about dialog | rbuj | 2 | -91/+65 | |
2020-02-24 | Remove the CPU wakeups feature | rbuj | 2 | -468/+21 | |
2020-02-24 | Update copyright year on about dialog | rbuj | 3 | -3/+3 | |
2020-02-20 | travis: update config for new travis validation | raveit65 | 2 | -180/+181 | |
2020-02-20 | generate missing gpm-* PNGs from new SVGs | raveit65 | 36 | -0/+0 | |
fixes https://github.com/mate-desktop/mate-power-manager/issues/321 | |||||
2020-02-20 | add missing gpm-phone SVGs | raveit65 | 3 | -0/+3806 | |
2020-02-20 | add missing gpm-keboard SVGs | raveit65 | 3 | -0/+1979 | |
2020-02-20 | add missing gpm-mouse SVGs | raveit65 | 3 | -0/+2447 | |
2020-02-15 | tx: update config | raveit65 | 1 | -2/+2 | |
2020-02-09 | release 1.24.0v1.24.0 | raveit65 | 2 | -1/+5 | |
2020-02-09 | tx: sync with transifex | raveit65 | 1 | -2/+2 | |
2020-01-24 | release 1.23.2v1.23.2 | raveit65 | 2 | -1/+10 | |
2020-01-24 | tx: sync with transifex | raveit65 | 231 | -87032/+60908 | |
2020-01-12 | tx: update resources for transifex | raveit65 | 1 | -3/+3 | |
2020-01-12 | Update copyright to 2020 | raveit65 | 1 | -1/+1 | |
2019-12-11 | Travis CI: add '-Wredundant-decls' to 'CFLAGS' variable | Pablo Barciela | 1 | -1/+1 | |
2019-12-07 | fix desktop files after gettext port | raveit65 | 1 | -1/+1 | |
2019-11-24 | travis ci: use fedora:latest | raveit65 | 1 | -1/+1 | |
2019-11-12 | tx: add fixes to makepot script | raveit65 | 1 | -0/+1 | |
2019-11-12 | tx: update resource for transifex | raveit65 | 1 | -689/+481 | |
2019-11-12 | ci: add autopoint | Wu Xiaotian | 1 | -3/+3 | |
2019-11-12 | migrate from intltool to gettext | Wu Xiaotian | 14 | -56/+140 | |
2019-11-09 | icons: Add higher resolution icons | Victor Kareh | 249 | -1/+1 | |
2019-11-08 | avoid redundant redeclarations | Pablo Barciela | 2 | -6/+0 | |
2019-11-07 | tx: sync with transifex | raveit65 | 131 | -14828/+14531 | |
- fixed norway tranlation is included | |||||
2019-10-11 | ci: set maximum compile warnings on step scan-build ./configure | rbuj | 1 | -2/+2 | |
The autogen.sh compiler warning flags are overridden in the configure step. | |||||
2019-10-10 | release 1.23.1v1.23.1 | raveit65 | 2 | -1/+37 | |
2019-10-10 | tx: sync with transifex | raveit65 | 231 | -14419/+14601 | |
2019-10-10 | tx: update resource for transifex | raveit65 | 1 | -118/+114 | |
2019-10-07 | Travis CI: use Debian "testing" instead "sid" | Pablo Barciela | 1 | -1/+1 | |
2019-10-06 | travis(ci): enable notify_servers | raveit65 | 1 | -0/+2 | |
2019-10-03 | brightness-applet: use GdkSeat operations | raveit65 | 1 | -14/+10 | |
2019-10-01 | Set compiler debug flags using MATE_DEBUG_CHECK | rbuj | 1 | -4/+2 | |
-enable-debug=yes/info/profile/no By default, compiler debug flags are disabled. Test: $ ./autogen.sh --prefix=/usr -enable-debug ... MATE Power Manager 1.23.0 ============================= prefix: /usr datadir: ${datarootdir} compiler: gcc cflags: -g -O0 gnome-keyring support: yes Building extra applets: yes Self test support: no dbus-1 services dir: ${datarootdir}/dbus-1/services Now type `make' to compile mate-power-manager $ ./autogen.sh --prefix=/usr ... MATE Power Manager 1.23.0 ============================= prefix: /usr datadir: ${datarootdir} compiler: gcc cflags: gnome-keyring support: yes Building extra applets: yes Self test support: no dbus-1 services dir: ${datarootdir}/dbus-1/services Now type `make' to compile mate-power-manager | |||||
2019-09-30 | travis (ci): use --enable-compile-warnings=maximum | raveit65 | 1 | -2/+15 | |
- build mate-common from tarball | |||||
2019-09-30 | Use WARN_CFLAGS which are only set with -enable-compiler-warnings | rbuj | 5 | -55/+31 | |
MATE_COMPILE_WARNINGS is present in configure.ac but WARN_CFLAGS variable is not used. git grep WARN_CFLAGS It removes -enable-extra-warn=yes, since it is recommended to use -enable-compile-warnings=maximum. It sets -enable-compiler-warnings=yes, the default value for all MATE packager for now. It prints WARN_CFLAGS in summary table. | |||||
2019-09-26 | drop obsolete version checks for upower | raveit65 | 7 | -467/+2 | |
with required version bump to upower-0.99.8 we don't need them any more. | |||||
2019-09-26 | require upower-0.99.8 | raveit65 | 1 | -1/+1 | |
2019-09-26 | Use up_client_get_devices2() | raveit65 | 3 | -3/+3 | |
The previous code would have leaked all the UpDevice objects because no free function was set on the returned GPtrArray. With depending on upower-glib 0.99.8 get_devices() was deprecated and get_devices2() was introduced, we can simply switch to get_devices2() which does set a free function on the returned GPtrArray, stopping the leak. Inspired from: https://gitlab.gnome.org/GNOME/gnome-control-center/commit/c1210c5 see upower upstream: https://gitlab.freedesktop.org/upower/upower/commit/cb1071b | |||||
2019-09-01 | Travis CI: clang: -enable-checker alpha.deadcode.UnreachableCode | Pablo Barciela | 1 | -0/+1 | |
2019-08-20 | Use gresources for gpm-prefs.ui and gpm-statistics.ui | rbuj | 12 | -35/+117 | |
2019-08-20 | egg-console-kit: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -5/+4 | |
2019-08-20 | gpm-engine: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -5/+3 | |
2019-08-20 | gpm-phone: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -6/+3 | |
2019-08-20 | gpm-prefs-core: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -6/+3 | |
2019-08-20 | gpm-screensaver: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -7/+3 | |
2019-08-20 | gsd-media-keys-window: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -6/+2 | |
2019-08-20 | gpm-tray-icon: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -5/+2 | |