Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2019-03-21 | add widget name volume-applet to panel-applet | raveit65 | 1 | -0/+3 | |
2019-03-21 | enable/disable StatusIcon applet in XDG dir | raveit65 | 1 | -0/+4 | |
2019-03-21 | Allow disabling either statusicon or panelapplet | lukefromdc | 2 | -2/+71 | |
Add --enable-statusicon (yes/no default is yes) and --enable-panelapplet (yes/no default is yes) configuration flags | |||||
2019-03-09 | edit desktop file for GtkStatusIcon applet | raveit65 | 3 | -4/+4 | |
2019-03-09 | fix distclean | raveit65 | 1 | -0/+3 | |
2019-03-09 | add missing files to POTFILES.in | raveit65 | 1 | -0/+3 | |
2019-03-09 | travis: add libmate-panel dependency | raveit65 | 1 | -1/+5 | |
2019-03-09 | Re-enable old GtkStatusIcon | Victor Kareh | 11 | -182/+1573 | |
This allows us to have builds that use both the legacy status icon as well as the new applet. | |||||
2019-02-26 | Enable a mute menuitem for the output | lukefromdc | 1 | -40/+45 | |
This is a normal menutem with labels and icons that change with the mute state as a toggle item was not always responsive | |||||
2019-02-26 | Ensure volume slider is always perpendicular to the panel | lukefromdc | 1 | -1/+8 | |
Apparently there is an issue with getting the applet orientation on a bottom panel | |||||
2019-02-26 | Ensure volume icon is always correctly scaled | lukefromdc | 2 | -1/+27 | |
Correctly size and scale the icon so doesn't get rendered oversize/ cut at certain panel sizes or on first start. Also set the GTK_ICON_LOOKUP_FORCE_SIZE flag in gtk_icon_theme_load_surface so that when icon theme provides only a single scalable icon it renders the correct size. Otherwise such icons render seriously undersize. | |||||
2019-02-26 | Convert GtkStatusIcon to real applet | Victor Kareh | 9 | -224/+369 | |
2019-02-24 | release 1.22.0v1.22.0 | raveit65 | 2 | -6/+12 | |
2019-02-24 | tx: sync with transifex | raveit65 | 134 | -3766/+5314 | |
2019-02-21 | Enable Travis CI for all branches | raveit65 | 1 | -6/+0 | |
2019-02-21 | Initialize Travis CI support | raveit65 | 1 | -0/+99 | |
2018-12-20 | disable deprecation warnings for distcheck | raveit65 | 1 | -4/+2 | |
2018-12-20 | tx: fix Project-Id-Version name in resource file | raveit65 | 1 | -28/+28 | |
2018-07-19 | release 1.21.0v1.21.0 | raveit65 | 1 | -0/+4 | |
2018-07-19 | sync with transifex | raveit65 | 132 | -2469/+15041 | |
2018-07-09 | Ignore PulseAudio "monitor" inputs when displaying mic icon | Andrew Jorgensen | 1 | -0/+8 | |
Teradici PCoIP on Linux presently has audio output but no audio input. PulseAudio creates a "monitor" input device for each output device. These combine so that a microphone icon is displayed in the tray even though no actual input device is present. It's misleading, so we created this patch to avoid it. |