Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-07-28 | charpick: Fix memory leak reported by clang static analyzer | rbuj | 1 | -2/+3 | |
2020-07-24 | multiload: Fix memory leak | rbuj | 1 | -2/+8 | |
2020-07-01 | Travis CI: enable irc notifications with tagged commits | Pablo Barciela | 1 | -1/+1 | |
2020-06-25 | [ci] fix release tarball on travis CI failed | Wu Xiaotian | 1 | -1/+3 | |
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-07 | ci: use default MATE warn_cflags for stable branch | raveit65 | 1 | -1/+0 | |
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 | -8/+9 | |
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 20.04 instead 19.10 | Pablo Barciela | 1 | -1/+1 | |
2020-03-16 | Travis CI: don't update gh-pages | Pablo Barciela | 2 | -35/+1 | |
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 translation, pt and pt_BR | raveit65 | 22 | -368/+503 | |
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-15 | tx: update config | raveit65 | 1 | -12/+12 | |
2020-02-15 | tx: update config | raveit65 | 1 | -12/+12 | |
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 | |
2020-02-01 | autoconf: fix matelocaledir | rbuj | 1 | -1/+1 | |
2020-01-30 | Fix build using gcc 10 -fno-common flag | rbuj | 2 | -1/+5 | |
2020-01-21 | release 1.23.1v1.23.1 | raveit65 | 2 | -2/+28 | |
2020-01-21 | tx: sync with transifex | raveit65 | 1440 | -104310/+110339 | |
2020-01-21 | use ${datadir}/dbus-1/system.d as the default D-Bus config dir | monsta | 1 | -2/+2 | |
and bump the required D-Bus version | |||||
2020-01-10 | tx: update resources for transifex | raveit65 | 12 | -120/+120 | |
2020-01-10 | Update copyright to 2020 | raveit65 | 24 | -27/+28 | |
2020-01-10 | make the dbus directory configurable | Christian Hesse | 2 | -1/+12 | |
2020-01-09 | tx: update resource file | raveit65 | 1 | -714/+730 | |
2020-01-09 | tx: add fixes to makepot script | raveit65 | 1 | -0/+1 | |
2020-01-09 | fix redefined MATELOCALEDIR | Wu Xiaotian | 1 | -1/+0 | |
2020-01-09 | travis: remove patch for debian | Wu Xiaotian | 1 | -6/+0 | |
2020-01-09 | travis: add autopoint | Wu Xiaotian | 1 | -3/+2 | |
2020-01-09 | migrate from intltools to gettext | Wu Xiaotian | 38 | -199/+285 | |
2020-01-09 | Initialize "surface" before testing its value to avoid a crash. | dunc | 1 | -1/+1 | |
2019-12-04 | avoid redundant redeclarations | Pablo Barciela | 15 | -32/+4 | |
2019-12-01 | Travis CI: add '-Wredundant-decls' to 'CFLAGS' variable | Pablo Barciela | 1 | -1/+1 | |
2019-11-24 | travis ci: use fedora:latest | raveit65 | 1 | -1/+1 | |
2019-10-06 | Travis CI: use Debian "testing" instead "sid" | Pablo Barciela | 1 | -1/+1 | |
2019-10-05 | travis(ci): enable notify_servers | raveit65 | 1 | -0/+2 | |
2019-09-23 | build: Don't stop building when cpufreq.h isn't available | raveit65 | 1 | -3/+0 | |
2019-09-22 | ci: add cpupower build dependency to archlinux | Wu Xiaotian | 1 | -0/+1 | |
2019-09-15 | drivemount: remove -Wformat-nonliteral warning | rbuj | 1 | -1/+1 | |
drive-button.c:618:6: warning: format not a string literal, argument types not checked [-Wformat-nonliteral] 618 | gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (dialog), error->message, NULL); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |