- 09 Nov, 2021 1 commit
-
-
Nicolas Fella authored
backport plasma/plasma-pa@5bdd1368
-
- 07 Nov, 2021 1 commit
-
-
Nicolas Fella authored
Backport 208ae94b05765758dfd16d4ace2413a3c17f230f and d0140c034860cfab1aab5d7fe03b57df884798be from plasma-pa
-
- 06 Mar, 2021 2 commits
-
-
Nicolas Fella authored
-
Nicolas Fella authored
Introduce IndexedPulseObject since not all PulseObjects actually have an index. Make sure information is correctly passed to the superclasses. Remove redundant code in CardPort
-
- 05 Mar, 2021 3 commits
-
-
Nicolas Fella authored
-
Nicolas Fella authored
All subclasses have it, so move it to the superclass
-
Nicolas Fella authored
Use the Context singleton directly
-
- 09 Sep, 2020 1 commit
-
-
Nicolas Fella authored
-
- 02 Dec, 2019 1 commit
-
-
Nicolas Fella authored
-
- 05 Apr, 2019 1 commit
-
-
Kai Uwe Broulik authored
Just set volume for all of them. Otherwise when just calling setMuted, we will send the original volume struct, which might have multiple channels, with a hardcoded channel map that only has one channel. PulseAudio then refuses to write the settings. Differential Revision: https://phabricator.kde.org/D20262
-
- 08 Apr, 2018 1 commit
-
-
David Rosca authored
-
- 29 Mar, 2018 1 commit
-
-
Nicolas Fella authored
-
- 28 Mar, 2018 4 commits
-
-
Nicolas Fella authored
-
Nicolas Fella authored
-
David Rosca authored
-
David Rosca authored
-
- 25 Mar, 2018 2 commits
-
-
Nicolas Fella authored
-
Nicolas Fella authored
-
- 24 Mar, 2018 1 commit
-
-
Nicolas Fella authored
-
- 23 Aug, 2017 1 commit
-
-
David Rosca authored
This is what pavucontrol is doing too. BUG: 383787 FIXED-IN: 5.11 Differential Revision: https://phabricator.kde.org/D7485
-
- 30 Apr, 2017 1 commit
-
-
David Rosca authored
Use QList<qreal> instead of QList<qint64> which is not supported by QML. Differential Revision: https://phabricator.kde.org/D5665
-
- 29 Apr, 2017 1 commit
-
-
David Rosca authored
Applet updates mute state with every volume change - it does writeChanges(volume) immediately following with writeChanges(mute) and it seems to make PulseAudio to ignore the volume change. This makes sure that writeChanges() is only called when something really changed. BUG: 367688 FIXED-IN: 5.10.0 Differential Revision: https://phabricator.kde.org/D5657
-
- 21 Feb, 2017 1 commit
-
-
David Rosca authored
pa_ext_stream_restore have only one function to change all its properties, so we need to cache values between clients changing StreamRestore properties and pulseaudio actually signaling the property was changed. Fixes correctly muting Notification Sounds stream in KCM when moving slider to 0 value, because in that moment the KCM first sets volume to 0 and then immediately mute to true. Differential Revision: https://phabricator.kde.org/D4674
-
- 22 Sep, 2016 1 commit
-
-
David Edmundson authored
Summary: Due to a lack of pa_channel_map::&operator==() the code does a memcmp on the cached m_channelMap to the new version in the update to see if it needs updating. As our struct starts of uninitialised, vagrlind prints a correct warning about comparing uninitialised data. However, given our garbage data is unlikely to match the update, it's not a bug that has a lot of impact. Test Plan: valgrind plasmashell is quieter Reviewers: #plasma Subscribers: plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D2796
-
- 26 Jul, 2016 1 commit
-
-
David Rosca authored
-
- 12 Jun, 2016 1 commit
-
-
David Rosca authored
It is now possible to change volume of notification sounds. BUG: 355470 FIXED-IN: 5.7.0 Differential Revision: https://phabricator.kde.org/D1366
-