Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-08-14 | gvc-stream-status-icon: fix a volume rounding error (101% -> 100%) | rbuj | 2 | -10/+6 | |
2022-08-14 | Add setting for adjustment of audio volume above 100 per cent: Part 2 | Gordon Norman Squash | 5 | -7/+169 | |
There is often a need for the user to increase the audio playback volume above the volume level known as "100% volume". While increasing the audio volume above 100% can result in degraded audio quality, sometimes the audio was, for example, originally recorded at an extremely low volume, and the user has no other option to clearly hear the audio. Unfortunately, most MATE applications with volume controls do not allow the user to set the volume level above 100%. For example, the main MATE Sound Preferences dialog lets you set the audio volume beyond 100% (when possible), whereas the Volume Control Applet, Volume Control status icon, and special "multimedia" volume control keys do not. In fact, if the user even tries to change the volume using any of the latter methods, and the current volume level is above 100%, these latter methods will all reduce the volume to 100%, even if the user tried to increase the volume! This is part 2 of a patch to change this situation. This patch adds this capability to the MATE Volume Control Applet and the MATE Volume Control status icon. It also adds a check box to the MATE Volume Control Preferences dialog to enable or disable this capability, and for consistency, the main volume control at the top of that dialog also obeys the current setting of that check box. This commit is by far the largest one, and is the main part of the patch. | |||||
2022-03-27 | Fix build warnings about missing field initializer | rbuj | 2 | -2/+2 | |
2022-03-27 | gvc-balance-bar: fix build warning -Wunused-macros | rbuj | 1 | -6/+0 | |
2022-03-27 | gvc-stream-applet-icon: fix memory leak | rbuj | 1 | -0/+1 | |
2022-03-23 | sound-theme-file-utils: fix build warning -Wformat-nonliteral | rbuj | 1 | -4/+4 | |
2022-03-18 | Fix warnings -Wfloat-conversion, -Wimplicit-float-conversion | rbuj | 2 | -13/+15 | |
2022-03-18 | gvc-mixer-dialog: fix build warning -Wsign-compare | rbuj | 1 | -4/+4 | |
2022-02-13 | ci: drop -Wunused-parameter compiler cflag from debian build | raveit65 | 1 | -1/+1 | |
2021-11-20 | build: show configure summary using a pretty format | rbuj | 1 | -12/+12 | |
2021-11-20 | Use a blank line at most | rbuj | 2 | -2/+0 | |
2021-11-10 | Accessibility improvements | vvillenave | 3 | -0/+18 | |
- Make the speaker test dialog accessible - Add an accessible object for the Input level custom widget Co-authored-by: Valentin Villenave <[email protected]> | |||||
2021-10-26 | Revert Fix desktop file validation warnings | rbuj | 1 | -1/+1 | |
It reverts the commit 2391307, thus the application mate-volume-control is displayed in the audio mixers section (Applications->Sound & Video->Mixers->Sound) because of the categories "AudioVideo;Audio;Mixer;", as well as it is also shown in the hardware sections of Hardware section (System-> Preferences->Hardware->Sound) and control center because of the categories "Settings;HardwareSettings;". | |||||
2021-08-04 | release 1.26.0v1.26.0 | raveit65 | 2 | -1/+11 | |
2021-08-04 | tx: sync with transifex | raveit65 | 4 | -15/+15 | |
2021-08-04 | tx: update resource | raveit65 | 1 | -117/+118 | |
2021-08-04 | travis-Ci: use libera.chat as notification server | raveit65 | 1 | -1/+1 | |
2021-08-04 | replace mute/unmute checkmenuitem with imagemenuitem | Konstantin Unruh | 1 | -10/+18 | |
2021-06-22 | re-generate po files | raveit65 | 134 | -5335/+4266 | |
Fixes https://github.com/mate-desktop/mate-media/issues/174 | |||||
2021-06-21 | update copyright to 2021 | raveit65 | 29 | -0/+29 | |
2021-05-30 | travis-ci: use ubuntu focal as host system | raveit65 | 1 | -1/+1 | |
fixes build issues with fedora:latest (f34) tag. | |||||
2021-04-25 | travis: disable travis builds for ubuntu | raveit65 | 1 | -1/+1 | |
Sadly, there is a limit for free builds at docker.com See discussion https://github.com/orgs/mate-desktop/teams/core-team/discussions/25 | |||||
2021-03-25 | man/: mate-volume-control-applet.1 -> mate-volume-control-status-icon.1. ↵ | Mike Gabriel | 2 | -1/+1 | |
(Binary got renamed, man page had been forgotten). | |||||
2021-03-08 | travis: build with mate-common-1.24.2 from repos | raveit65 | 1 | -11/+0 | |
2021-02-22 | tx: use rolling tag for ubuntu | raveit65 | 1 | -1/+1 | |
2021-02-22 | tx: temporarily disable build for ArchLinux | raveit65 | 1 | -1/+1 | |
2021-02-06 | Fix desktop file validation warnings | rbuj | 1 | -1/+1 | |
2020-12-08 | add issue template | raveit65 | 1 | -1/+1 | |
2020-12-06 | remove dead function mate_panel_applet_set_background_widget | mbkma | 1 | -1/+0 | |
2020-08-18 | release 1.25.0v1.25.0 | raveit65 | 1 | -0/+8 | |
2020-08-18 | tx: sync with transifex | raveit65 | 30 | -158/+172 | |
2020-08-18 | tx: update resource | raveit65 | 1 | -38/+31 | |
2020-08-14 | pre-bump version | raveit65 | 2 | -1/+3 | |
2020-07-11 | Travis CI: enable irc notifications with tagged commits | Pablo Barciela | 1 | -1/+1 | |
2020-07-08 | gvc-mixer-dialogi: Refactor on_notebook_scroll_event | rbuj | 1 | -70/+60 | |
2020-06-26 | [ci] fix release tarball on travis CI failed | Wu Xiaotian | 1 | -1/+3 | |
2020-06-17 | add git.mk to generate .gitignore | tamplan | 2 | -0/+402 | |
2020-04-25 | gvc-stream-applet-icon: Remove enum-conversion warning | rbuj | 1 | -1/+10 | |
2020-04-21 | Travis CI: enable irc notifications with broken builds | Pablo Barciela | 1 | -10/+22 | |
2020-04-21 | Travis CI: debian build: add clang compiler | Pablo Barciela | 1 | -0/+8 | |
2020-04-21 | Travis CI: debian build: add -Wsign-compare -Wunused-parameter to CFLAGS | Pablo Barciela | 1 | -3/+5 | |
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-10 | build: do not override the default value for MATE_COMPILE_WARNINGS | rbuj | 1 | -1/+1 | |
2020-04-09 | ci: variables, drop obsolete Warn_Cflags | raveit65 | 1 | -1/+0 | |
2020-04-09 | ci: build with mate-common-1.24.1 tarball | raveit65 | 1 | -20/+14 | |
2020-04-06 | [ci] update build environment | Wu Xiaotian | 1 | -14/+16 | |
2020-03-18 | Travis CI: ubuntu build: add gcc | Pablo Barciela | 1 | -1/+1 | |
2020-03-18 | Travis CI: use Ubuntu devel instead 19.10 | Pablo Barciela | 1 | -2/+1 | |
2020-03-03 | panel-applet: ensure speaker can be shown alongside or above mic | lukefromdc | 1 | -1/+15 | |
Initialize the applet GktBox in the appropriate direction. |