Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-02-09 | tx: sync with transifex | raveit65 | 8 | -25/+26 | |
2019-12-05 | Travis CI: add '-Wredundant-decls' to 'CFLAGS' variable | Pablo Barciela | 1 | -1/+1 | |
2019-12-04 | release 1.23.1v1.23.1 | raveit65 | 2 | -11/+40 | |
2019-12-04 | tx: sync with transifex | raveit65 | 135 | -21464/+20752 | |
2019-12-02 | Show application icons whenever possible | Wu Xiaotian | 1 | -6/+34 | |
Even if some application icons do not exist in the current theme, try looking for them in the fallback themes. | |||||
2019-11-29 | Travis CI: clang: -enable-checker alpha.deadcode.UnreachableCode | Pablo Barciela | 1 | -0/+1 | |
2019-11-24 | travis ci: use fedora:latest | raveit65 | 1 | -1/+1 | |
2019-11-17 | fix volume-panel-applet can not find mo file | raveit65 | 1 | -1/+1 | |
2019-11-09 | tx: add fixes to makepot script | raveit65 | 1 | -0/+1 | |
2019-11-09 | tx: update resource for transifex, drop fuzzy | raveit65 | 1 | -1/+0 | |
2019-11-09 | tx: update resource for transifex | raveit65 | 1 | -154/+143 | |
2019-11-09 | travis: add autopoint | Wu Xiaotian | 1 | -8/+7 | |
2019-11-09 | migrate from intltools to gettext | Wu Xiaotian | 13 | -28/+127 | |
2019-10-29 | gvc-channel-bar: remove unused struct member | Pablo Barciela | 1 | -1/+0 | |
2019-10-29 | gvc-channel-bar: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -8/+2 | |
2019-10-29 | gvc-mixer-dialog: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -8/+2 | |
2019-10-29 | gvc-applet: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -9/+2 | |
2019-10-29 | gvc-level-bar: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -8/+2 | |
2019-10-29 | gvc-speaker-test: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -8/+2 | |
2019-10-29 | gvc-combo-box: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -8/+2 | |
2019-10-29 | gvc-balance-bar: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -7/+2 | |
2019-10-29 | gvc-sound-theme-chooser: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -8/+2 | |
2019-10-29 | gvc-stream-status-icon: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -8/+2 | |
2019-10-29 | gvc-status-icon: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -9/+2 | |
2019-10-29 | gvc-stream-applet-icon: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -9/+3 | |
2019-10-12 | ci: set maximum compile warnings on step scan-build ./configure | rbuj | 1 | -1/+1 | |
The autogen.sh compiler warning flags are overridden in the configure step. | |||||
2019-10-09 | Travis CI: use Debian "testing" instead "sid" | Pablo Barciela | 1 | -1/+1 | |
2019-10-08 | travis: build mate-common from tarball | rbuj | 1 | -7/+24 | |
2019-10-08 | Use WARN_CFLAGS which are only set with --enable-compiler-warnings | rbuj | 1 | -47/+5 | |
It removes --enable-more-warnings, since it is recommended to use --enable-compile-warnings=maximum. It updates configure summary. | |||||
2019-10-06 | travis(ci): enable notify_servers | raveit65 | 1 | -0/+2 | |
2019-08-20 | applet: Update default output | Victor Kareh | 1 | -0/+72 | |
When a new output device is connected and configured as the default, the mate-volume-control applet (and the status icon) should update the attached control stream. This allows hot-keys and mouse-scroll events to affect the new output device. | |||||
2019-07-28 | tx: update transifex resource | raveit65 | 1 | -33/+38 | |
2019-07-28 | gvc applet: add missing translations (i18n) | rbuj | 2 | -2/+3 | |
2019-07-27 | Scroll volume in configurable steps same as media-keys | gm10 | 1 | -9/+17 | |
and don't hardcode default value | |||||
2019-06-21 | Add scroll interface tabs with mouse wheel | Laurent Napias | 1 | -0/+75 | |
2019-06-10 | Change url project's website | Laurent Napias | 1 | -1/+1 | |
2019-06-07 | [ci] Add cppcheck html report | Pablo Barciela | 1 | -1/+4 | |
2019-05-31 | Create FUNDING.yml | Martin Wimpress | 1 | -0/+9 | |
2019-05-30 | configure.ac: fix typos in var names, portability fixes, etc. | David H. Gutteridge | 1 | -7/+7 | |
2019-05-28 | travis: use fedora-30 and ubuntu-19.10 for building | raveit65 | 1 | -2/+2 | |
2019-04-22 | gvc-mixer-dialog: avoid declaration of same variable in different scope | Pablo Barciela | 1 | -3/+1 | |
Fixes cppcheck warnings: [mate-volume-control/gvc-mixer-dialog.c:379] -> [mate-volume-control/gvc-mixer-dialog.c:405]: (style) Local variable control shadows outer variable [mate-volume-control/gvc-mixer-dialog.c:535] -> [mate-volume-control/gvc-mixer-dialog.c:586]: (style) Local variable control shadows outer variable | |||||
2019-04-20 | mate-volume-control: reduce the scope of some variables | Pablo Barciela | 3 | -6/+11 | |
Fixes 'cppcheck' warnings: [mate-volume-control/gvc-level-bar.c:572]: (style) The scope of the variable 'by' can be reduced. [mate-volume-control/gvc-level-bar.c:611]: (style) The scope of the variable 'bx' can be reduced. [mate-volume-control/gvc-mixer-dialog.c:379]: (style) The scope of the variable 'swtch' can be reduced. [mate-volume-control/gvc-mixer-dialog.c:534]: (style) The scope of the variable 'swtch' can be reduced. [mate-volume-control/gvc-mixer-dialog.c:1891]: (style) The scope of the variable 'closure' can be reduced. [mate-volume-control/sound-theme-file-utils.c:47]: (style) The scope of the variable 'data_dir' can be reduced. | |||||
2019-04-18 | mate-volume-control: Fix 'syntax error' detected with 'cppcheck' | Pablo Barciela | 4 | -15/+15 | |
Fixes cppcheck warnings: [mate-volume-control/gvc-applet.c:118]: (error) syntax error [mate-volume-control/gvc-applet.c:133]: (error) syntax error [mate-volume-control/gvc-applet.c:184]: (error) syntax error [mate-volume-control/gvc-applet.c:287]: (error) syntax error [mate-volume-control/gvc-applet.c:290]: (error) syntax error [mate-volume-control/gvc-combo-box.c:111]: (error) syntax error [mate-volume-control/gvc-combo-box.c:309]: (error) syntax error [mate-volume-control/gvc-combo-box.c:317]: (error) syntax error [mate-volume-control/gvc-combo-box.c:428]: (error) syntax error [mate-volume-control/gvc-mixer-dialog.c:793]: (error) syntax error [mate-volume-control/gvc-status-icon.c:107]: (error) syntax error [mate-volume-control/gvc-status-icon.c:122]: (error) syntax error [mate-volume-control/gvc-status-icon.c:175]: (error) syntax error [mate-volume-control/gvc-status-icon.c:280]: (error) syntax error [mate-volume-control/gvc-status-icon.c:283]: (error) syntax error | |||||
2019-04-17 | travis: enable 'cppcheck' in debian | Pablo Barciela | 1 | -0/+4 | |
2019-04-16 | [ci] deploy github pages | Wu Xiaotian | 1 | -12/+10 | |
2019-04-15 | [ci] Enable Clang Static Analyzer | Wu Xiaotian | 1 | -5/+68 | |
2019-04-09 | release 1.23.0v1.23.0 | raveit65 | 2 | -1/+14 | |
2019-04-09 | sync with transifex | raveit65 | 133 | -4626/+6887 | |
2019-03-31 | github release | raveit65 | 1 | -0/+19 | |
2019-03-22 | sync with transifex | raveit65 | 1 | -34/+51 | |