summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2024-02-25release 1.28.1HEADv1.28.1masterraveit653-2/+6
2024-02-24 Distribute Meson build systemraveit651-0/+12
2024-02-20release 1.28.0v1.28.0raveit653-2/+17
2024-02-20tx: sync with transifexraveit65135-1108/+1575
2024-01-23ci: use ubuntu jammy as dockerraveit651-1/+1
2024-01-08meson: fix building wayland supportlukefromdc1-2/+2
*Checking for GDK_WINDOWING_WAYLAND breaks the wayland support when built with meson as it is not detected
2023-11-30add meson build supportzhuyaliang9-0/+485
2023-11-25fix building with libxml 2.12.0raveit651-0/+1
2023-11-08Fix various instance checksColomban Wendling4-7/+7
The g_return*_if_fail() calls should use PREFIX_IS_TYPE_NAME [1], which returns whether the given instance is of the right type, not PREFIX_TYPE_NAME [2], which checks whether the given instance if of the right type, warns if not, and returns the passed-in instance unchanged. Using the wrong one means the returned value is the passed-in pointer, and thus passes the g_return*_if_fail() whenever the pointer is non-NULL, no matter whether it's of the right type or not. A warning would still be emitted by g_type_check_instance_cast(), but the execution wouldn't get short-circuited. [1] calls g_type_check_instance_is_a() [2] calls g_type_check_instance_cast()
2023-10-05applet: Do not override the process' text domainColomban Wendling4-8/+4
When loaded as in-process applet, we must not call `textdomain()` or we will override mate-panel's text domain. Instead, properly use gi18n-lib.h header that provides the same API but uses the compile-time `GETTEXT_PACKAGE` value for each call. Actually drop the whole i18n setup logic that is provided already by mate-panel's factory macros. Fixes #203.
2023-10-04replace deprecated gtk_image_menu_itemraveit653-5/+39
2023-09-02tx: update resourcesraveit651-7/+7
2023-07-10in-process: enable scrolling on icon as in out of process buildsLuke from DC1-13/+4
* in-process: enable scrolling on icon as in out of process builds - Use same code to catch scroll events in-process and out
2023-07-08Wayland: fix slider rendering underneath fullscreen windowslukefromdc1-1/+1
2023-07-05position popup slider properly in wayland and make wayland optional (#196)Luke from DC8-17/+217
* Wayland: fix position of volume slider using GtkLayerShell edge and margin settings *Unused edge anchors and margins set to zero to avoid glitches when orientation changes * Build options: *(default) out of process, no wayland support as wayland support is experimental *in-process, no wayland support (--enable-in-process --disable-wayland) * wayland dependencies not checked for or used *in-process with wayland support (--enable-wayland also calls --in-process) * wayland dependencies checked for and required
2023-06-18build: fix typo from last commitlukefromdc1-1/+1
D_LDFLAGS->libmate_volume_control_applet_la_LDFLAGS
2023-06-14Applet: port to in-process for wayland supportlukefromdc5-45/+23
*Wayland cannot use xembed/GtkPlug/GtkSocket so port to in-process. *The applet then works on wayland. *Two out of process-only code blocks requiring separate windows removed
2022-11-11release 1.27.0v1.27.0mbkma2-1/+20
2022-11-09tx: sync with transifexmbkma134-14327/+15044
2022-10-29tx: update resourcembkma1-62/+66
2022-10-28tx: migrate config filembkma2-6/+16
2022-08-14gvc-stream-status-icon: fix a volume rounding error (101% -> 100%)rbuj2-10/+6
2022-08-14Add setting for adjustment of audio volume above 100 per cent: Part 2Gordon Norman Squash5-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-27Fix build warnings about missing field initializerrbuj2-2/+2
2022-03-27gvc-balance-bar: fix build warning -Wunused-macrosrbuj1-6/+0
2022-03-27gvc-stream-applet-icon: fix memory leakrbuj1-0/+1
2022-03-23sound-theme-file-utils: fix build warning -Wformat-nonliteralrbuj1-4/+4
2022-03-18Fix warnings -Wfloat-conversion, -Wimplicit-float-conversionrbuj2-13/+15
2022-03-18gvc-mixer-dialog: fix build warning -Wsign-comparerbuj1-4/+4
2022-02-13ci: drop -Wunused-parameter compiler cflag from debian buildraveit651-1/+1
2021-11-20build: show configure summary using a pretty formatrbuj1-12/+12
2021-11-20Use a blank line at mostrbuj2-2/+0
2021-11-10Accessibility improvementsvvillenave3-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-26Revert Fix desktop file validation warningsrbuj1-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-04release 1.26.0v1.26.0raveit652-1/+11
2021-08-04tx: sync with transifexraveit654-15/+15
2021-08-04tx: update resourceraveit651-117/+118
2021-08-04travis-Ci: use libera.chat as notification serverraveit651-1/+1
2021-08-04replace mute/unmute checkmenuitem with imagemenuitemKonstantin Unruh1-10/+18
2021-06-22re-generate po filesraveit65134-5335/+4266
Fixes https://github.com/mate-desktop/mate-media/issues/174
2021-06-21update copyright to 2021raveit6529-0/+29
2021-05-30travis-ci: use ubuntu focal as host systemraveit651-1/+1
fixes build issues with fedora:latest (f34) tag.
2021-04-25travis: disable travis builds for ubunturaveit651-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-25man/: mate-volume-control-applet.1 -> mate-volume-control-status-icon.1. ↵Mike Gabriel2-1/+1
(Binary got renamed, man page had been forgotten).
2021-03-08travis: build with mate-common-1.24.2 from reposraveit651-11/+0
2021-02-22tx: use rolling tag for ubunturaveit651-1/+1
2021-02-22tx: temporarily disable build for ArchLinuxraveit651-1/+1
2021-02-06Fix desktop file validation warningsrbuj1-1/+1
2020-12-08add issue templateraveit651-1/+1
2020-12-06remove dead function mate_panel_applet_set_background_widgetmbkma1-1/+0