Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
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); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |||||
2019-09-13 | netspeed: remove -Wunused-but-set-variable warning | rbuj | 1 | -7/+0 | |
netspeed.c:477:15: warning: variable ‘state’ set but not used [-Wunused-but-set-variable] 477 | GtkStateType state; | ^~~~~ netspeed.c:476:15: warning: variable ‘ra’ set but not used [-Wunused-but-set-variable] 476 | GdkRectangle ra; | ^~ | |||||
2019-09-10 | cpufreq: remove -Wabsolute-value warning | rbuj | 3 | -3/+3 | |
cpufreq-selector-sysfs.c:244:18: warning: taking the absolute value of unsigned type ‘guint’ {aka ‘unsigned int’} has no effect [-Wabsolute-value] 244 | current_dist = abs (frequency - f); | ^~~ -- cpufreq-selector-procfs.c:187:7: warning: taking the absolute value of unsigned type ‘guint’ {aka ‘unsigned int’} has no effect [-Wabsolute-value] 187 | if (abs (sc_max - frequency) < abs (frequency - sc_min)) | ^~~ cpufreq-selector-procfs.c:187:34: warning: taking the absolute value of unsigned type ‘guint’ {aka ‘unsigned int’} has no effect [-Wabsolute-value] 187 | if (abs (sc_max - frequency) < abs (frequency - sc_min)) | ^~~ -- cpufreq-selector-libcpufreq.c:109:18: warning: taking the absolute value of unsigned type ‘long unsigned int’ has no effect [-Wabsolute-value] 109 | current_dist = abs (freq->frequency - frequency); | ^~~ | |||||
2019-09-09 | travis [CI]: expand WARN_CFLAGS | raveit65 | 1 | -1/+1 | |
2019-09-09 | build: extend --enable-more-warnings configure flag | raveit65 | 1 | -2/+3 | |
Add -Wextra, -Wunused-but-set-variable, -Wformat-nonliteral -Wabsolute-value, -Werror=format-security CFLAGS_WARNINGS and drop -std=gnu89. -Wsign-compare is already in -Wextra. | |||||
2019-09-03 | Travis CI: clang: -enable-checker alpha.deadcode.UnreachableCode | Pablo Barciela | 1 | -0/+1 | |