Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-07-15 | Remove unused variable warning reported by cppcheck | rbuj | 2 | -6/+5 | |
2020-07-14 | command: Remove runtime warning about invalid icon size 24 | rbuj | 1 | -2/+2 | |
2020-07-14 | battstat: bump upower required version and drop legacy code | raveit65 | 2 | -17/+1 | |
2020-07-14 | batstatt: fix deprecated up_client_get_devices | raveit65 | 1 | -2/+2 | |
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. | |||||
2020-07-13 | Guard block is missing | rbuj | 3 | -3/+13 | |
2020-07-11 | geyes: Add themes.ui | rbuj | 5 | -101/+230 | |
2020-07-01 | Travis CI: enable irc notifications with tagged commits | Pablo Barciela | 1 | -1/+1 | |
2020-06-25 | release 1.25.0v1.25.0 | raveit65 | 2 | -1/+29 | |
2020-06-25 | sync with transifex | raveit65 | 1356 | -3120/+8951 | |
2020-06-25 | update resource for transifex | raveit65 | 1 | -396/+363 | |
2020-06-25 | [ci] fix release tarball on travis CI failed | Wu Xiaotian | 1 | -1/+3 | |
2020-06-25 | timerapplet: Add timerapplet-preferences.ui | rbuj | 5 | -75/+307 | |
2020-06-23 | mate-cpufreq-selector: Fix example in man page | rbuj | 1 | -2/+2 | |
2020-06-19 | command: Add command-preferences.ui | rbuj | 5 | -59/+239 | |
2020-06-17 | netspeed: Add netspeed-preferences.ui | rbuj | 5 | -131/+328 | |
2020-06-09 | charpic-about: fix DE name in about dialog | Abu Sakib | 1 | -2/+2 | |
2020-06-06 | stickynotes: Remove enum conversion warnings | rbuj | 1 | -16/+16 | |
2020-05-21 | build: set 'enable_polkit=yes' if not given | rbuj | 1 | -4/+4 | |
2020-05-21 | cpufreq: Port client of selector service to GDBus | rbuj | 3 | -72/+109 | |
https://gitlab.gnome.org/GNOME/gnome-applets/-/commit/ed5418eed57cb00976603923d2ccf2b1b8acddf4 | |||||
2020-05-21 | build: Remove MATEDESKTOP_CFLAGS and MATEDESKTOP_LIBS | rbuj | 13 | -29/+6 | |
2020-05-21 | build: Use dbus-glib only when required | rbuj | 3 | -13/+19 | |
2020-04-25 | Remove unused-function warnings | rbuj | 4 | -67/+1 | |
2020-04-19 | Travis CI: enable irc notifications with broken builds | Pablo Barciela | 1 | -0/+12 | |
2020-04-19 | ci: don't run configure with autogen.sh | raveit65 | 1 | -1/+1 | |
2020-04-19 | build: silent build warnings for distcheck | raveit65 | 1 | -0/+1 | |
2020-04-18 | Travis CI: debian build: add clang compiler | Pablo Barciela | 1 | -0/+8 | |
2020-04-16 | multiload: declaration of ‘screen’ shadows a previous local | rbuj | 1 | -4/+1 | |
2020-04-16 | Remove unused-variable warnings | rbuj | 9 | -39/+14 | |
2020-04-09 | Travis CI: debian build: add -Wsign-compare -Wunused-parameter to CFLAGS | Pablo Barciela | 1 | -3/+5 | |
2020-04-09 | stickynotes: Remove strict-prototypes warning | rbuj | 1 | -1/+1 | |
2020-04-08 | build: Remove --enable-more-warnings configure flag | rbuj | 1 | -40/+0 | |
2020-04-08 | build: Use WARN_CFLAGS variable | rbuj | 11 | -25/+42 | |
2020-04-07 | ci: scan-build, use maximum compile warnings | raveit65 | 1 | -2/+1 | |
2020-04-07 | ci: build with mate-common-1.24.1 tarball | raveit65 | 1 | -0/+14 | |
2020-04-07 | ci: update build environment | raveit65 | 1 | -14/+16 | |
2020-03-26 | cpufreq: generate missing 256x256 and 64x64 icons from svg file | rbuj | 4 | -526/+431 | |
rsvg-convert -w 64 -h 64 mate-cpu-frequency-applet.svg -o mate-cpu-frequency-applet.64.png rsvg-convert -w 256 -h 256 mate-cpu-frequency-applet.svg -o mate-cpu-frequency-applet.256.png | |||||
2020-03-26 | eyes: generate missing 256x256 and 64x64 icons from svg file | rbuj | 4 | -297/+266 | |
rsvg-convert -w 64 -h 64 mate-eyes-applet.svg -o mate-eyes-applet.64.png rsvg-convert -w 256 -h 256 mate-eyes-applet.svg -o mate-eyes-applet.256.png | |||||
2020-03-16 | Travis CI: ubuntu build: add gcc | Pablo Barciela | 1 | -0/+1 | |
2020-03-16 | Travis CI: use Ubuntu devel instead 19.10 | Pablo Barciela | 1 | -2/+1 | |
2020-03-14 | stickynotes: Use gresources for UI files | rbuj | 14 | -1250/+1269 | |
2020-03-04 | netspeed: don't define MATELOCALEDIR | monsta | 1 | -1/+0 | |
it's already defined in configure.ac for all applets | |||||
2020-03-04 | build: drop unused matelocaledir variable | monsta | 1 | -4/+0 | |
2020-03-02 | tx: pull with fixed translations of pt and pt_BR | raveit65 | 12 | -52/+177 | |
2020-02-29 | Travis CI: arch build: add autoconf-archive | Pablo Barciela | 1 | -0/+1 | |
2020-02-29 | drivemount: Remove global variable | rbuj | 3 | -11/+10 | |
2020-02-21 | travis: update config for new travis validation | raveit65 | 2 | -164/+165 | |
2020-02-10 | release 1.24.0v1.24.0 | raveit65 | 2 | -1/+9 | |
2020-02-10 | tx: sync with transifex | raveit65 | 19 | -131/+230 | |
2020-02-06 | build: show compiler flags on configuration summary | rbuj | 1 | -0/+2 | |
2020-02-01 | drivemount: i18n of 'nothing to mount' tooltip text | rbuj | 1 | -1/+1 | |