Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-04-06 | [ci] update travis build environment | Wu Xiaotian | 1 | -14/+16 | |
2020-04-01 | gpm-phone: silent "not connected" message unless debug | raveit65 | 1 | -1/+1 | |
Debug message is modified to something identifiable | |||||
2020-04-01 | Remove unused entry from autostart | Victor A. Santos | 1 | -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-31 | gpm-brightness: silent "using cache for value" message unless debug | raveit65 | 1 | -1/+1 | |
2020-03-25 | Remove warning: ‘GTimeVal’ is deprecated | rbuj | 1 | -5/+3 | |
2020-03-21 | Travis CI: ubuntu build: add gcc | Pablo Barciela | 1 | -1/+1 | |
2020-03-21 | Travis CI: use Ubuntu devel instead 19.10 | Pablo Barciela | 1 | -2/+1 | |
2020-03-14 | gpm-backlight: silent "no dimming hardware" message unless debug | rbuj | 1 | -1/+1 | |
2020-03-11 | gpm-control: warning when a property cannot be set using dbus | rbuj | 1 | -6/+6 | |
2020-03-10 | glib-genmarshal: replace deprecated tokens NONE and BOOL | rbuj | 1 | -15/+15 | |
2020-03-09 | Remove warning function declaration isn’t a prototype | rbuj | 1 | -1/+1 | |
2020-03-09 | Port from EggDebug to the built-in GLib logging framework | rbuj | 45 | -1667/+420 | |
2020-03-08 | gpm-manager: Remove dereference of a null pointer warning | rbuj | 1 | -13/+17 | |
2020-03-07 | Remove warning use of memory after it is freed | rbuj | 1 | -1/+1 | |
2020-03-07 | Rewrite gpm-prefs.ui from scratch | rbuj | 2 | -573/+556 | |
2020-03-03 | Remove warnings: unused variable | rbuj | 6 | -9/+0 | |
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-20 | 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-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 |