summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2020-04-01gpm-phone: silent "not connected" message unless debugraveit651-1/+1
Debug message is modified to something identifiable
2020-04-01Remove unused entry from autostartVictor A. Santos1-2/+0
Fix #327. Remove the unused Categories= entry from the autostart dekstop file. This empty entry and no semicolon causes the OnlyShowIn= entry to be appended to Categories= entry.
2020-03-31gpm-brightness: silent "using cache for value" message unless debugraveit651-1/+1
2020-03-25Remove warning: ‘GTimeVal’ is deprecatedrbuj1-5/+3
2020-03-21Travis CI: ubuntu build: add gccPablo Barciela1-1/+1
2020-03-21Travis CI: use Ubuntu devel instead 19.10Pablo Barciela1-2/+1
2020-03-14gpm-backlight: silent "no dimming hardware" message unless debugrbuj1-1/+1
2020-03-11gpm-control: warning when a property cannot be set using dbusrbuj1-6/+6
2020-03-10glib-genmarshal: replace deprecated tokens NONE and BOOLrbuj1-15/+15
2020-03-09Remove warning function declaration isn’t a prototyperbuj1-1/+1
2020-03-09Port from EggDebug to the built-in GLib logging frameworkrbuj45-1667/+420
2020-03-08gpm-manager: Remove dereference of a null pointer warningrbuj1-13/+17
2020-03-07Remove warning use of memory after it is freedrbuj1-1/+1
2020-03-07Rewrite gpm-prefs.ui from scratchrbuj2-573/+556
2020-03-03Remove warnings: unused variablerbuj6-9/+0
2020-02-27Read authors (updated) from mate-power-manager.aboutrbuj6-8/+144
2020-02-25Use gtk_show_about_dialog to show about dialogrbuj2-91/+65
2020-02-24Remove the CPU wakeups featurerbuj2-468/+21
2020-02-20Update copyright year on about dialogrbuj3-3/+3
2020-02-20travis: update config for new travis validationraveit652-180/+181
2020-02-20generate missing gpm-* PNGs from new SVGsraveit6536-0/+0
fixes https://github.com/mate-desktop/mate-power-manager/issues/321
2020-02-20add missing gpm-phone SVGsraveit653-0/+3806
2020-02-20add missing gpm-keboard SVGsraveit653-0/+1979
2020-02-20add missing gpm-mouse SVGsraveit653-0/+2447
2020-02-09release 1.24.0v1.24.0raveit652-1/+5
2020-02-09tx: sync with transifexraveit651-2/+2
2020-01-24release 1.23.2v1.23.2raveit652-1/+10
2020-01-24tx: sync with transifexraveit65231-87032/+60908
2020-01-12tx: update resources for transifexraveit651-3/+3
2020-01-12Update copyright to 2020raveit651-1/+1
2019-12-11Travis CI: add '-Wredundant-decls' to 'CFLAGS' variablePablo Barciela1-1/+1
2019-12-07fix desktop files after gettext portraveit651-1/+1
2019-11-24travis ci: use fedora:latestraveit651-1/+1
2019-11-12tx: add fixes to makepot scriptraveit651-0/+1
2019-11-12tx: update resource for transifexraveit651-689/+481
2019-11-12ci: add autopointWu Xiaotian1-3/+3
2019-11-12migrate from intltool to gettextWu Xiaotian14-56/+140
2019-11-09icons: Add higher resolution iconsVictor Kareh249-1/+1
2019-11-08avoid redundant redeclarationsPablo Barciela2-6/+0
2019-11-07tx: sync with transifexraveit65131-14828/+14531
- fixed norway tranlation is included
2019-10-11ci: set maximum compile warnings on step scan-build ./configurerbuj1-2/+2
The autogen.sh compiler warning flags are overridden in the configure step.
2019-10-10release 1.23.1v1.23.1raveit652-1/+37
2019-10-10tx: sync with transifexraveit65231-14419/+14601
2019-10-10tx: update resource for transifexraveit651-118/+114
2019-10-07Travis CI: use Debian "testing" instead "sid"Pablo Barciela1-1/+1
2019-10-06travis(ci): enable notify_serversraveit651-0/+2
2019-10-03brightness-applet: use GdkSeat operationsraveit651-14/+10
2019-10-01Set compiler debug flags using MATE_DEBUG_CHECKrbuj1-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-30travis (ci): use --enable-compile-warnings=maximumraveit651-2/+15
- build mate-common from tarball
2019-09-30Use WARN_CFLAGS which are only set with -enable-compiler-warningsrbuj5-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.