- 01 Jul, 2018 1 commit
-
-
Friedrich W. H. Kossebau authored
-
- 04 Feb, 2018 1 commit
-
-
Nicolas Fella authored
Summary: Port QML type got wrongly removed. Test Plan: Open context menu Reviewers: broulik, drosca Reviewed By: drosca Subscribers: plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D10280
-
- 27 Jan, 2018 1 commit
-
-
Differential Revision: https://phabricator.kde.org/D9671
-
- 26 Feb, 2017 1 commit
-
-
David Rosca authored
Differential Revision: https://phabricator.kde.org/D4781
-
- 24 Feb, 2017 1 commit
-
-
David Rosca authored
Replaces old available property, which is not used anywhere and also was completely wrong. Differential Revision: https://phabricator.kde.org/D4736
-
- 28 Jul, 2016 1 commit
-
-
David Rosca authored
Play "pop" sound when changing volume BUG: 365197 Differential Revision: https://phabricator.kde.org/D2219
-
- 13 Jul, 2016 1 commit
-
-
David Edmundson authored
Summary: Add a KCM setting to control pulse audio module combine-sinks This allows one to stream the same audio to multiple devices, for example the normal headphone port on a laptop and a USB device. We use GConf rather than calling load_module directly as we need pulseaudio to restore the settings after restart. There is a gconf module in pulseaudio already monitoring this setting. GConf code is wrapped via a fork of a class from libqtgconf, but modified so that we only create one QObject per gconf subtree. GConf code seting code is based on the code in paprefs. Test Plan: Clicked checkbox - ensured new output appeared Confirmed checkbox initial state is correct Confirmed toggling the setting in paprefs updates the checkbox in real time Reviewers: #plasma Subscribers: plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D2073
-
- 12 Jun, 2016 2 commits
-
-
David Rosca authored
It is now possible to set volume up to 150% from KCM. BUG: 351438 Differential Revision: https://phabricator.kde.org/D1452
-
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
-
- 14 Apr, 2016 1 commit
-
-
David Rosca authored
- move all code to AbstractModel - make all models writable - only emit dataChanged with changed property role - remove unused models Differential Revision: https://phabricator.kde.org/D1393
-
- 05 Apr, 2016 1 commit
-
-
David Rosca authored
Global shortcuts now changes volume of default output device only, instead of all output devices. Applet icon now displays volume of default output device only, instead of first output device in list. Changing volume with wheel and muting with middle click on applet icon no longer shows OSD. Added tooltip subtext for applet showing volume level and name of default output device. BUG: 352370 BUG: 357214 BUG: 352727 Differential Revision: https://phabricator.kde.org/D1289
-
- 03 Aug, 2015 1 commit
-
-
Harald Sitter authored
applet/*: gpl applet/contents/code/*: lgpl src/*[cpp,h]: lgpl src/kcm/*[cpp,h]: lgpl src/kcm/package/*: gpl src/qml/*: lgpl
-
- 21 Jul, 2015 2 commits
-
-
Harald Sitter authored
...to avoid symbol clashes with other libraries. BUG: 349246
-
Harald Sitter authored
-
- 20 Jul, 2015 1 commit
-
-
Harald Sitter authored
this presently depends on the same hackish view iter as the wheeling which will need proper implementation shortly as this is going to get in the way soon enough. possibly needs a helper on the model itself or a list accessor on the model
-
- 17 Apr, 2015 1 commit
-
-
Harald Sitter authored
- base classes aren't much of a base anymore - AVB is now a qobject deriving pulseobject - Streambase and devicebase derive AVB rather than AVB and pulseobject - all objects types got q_properties - models do no longer replicate all properties as roles instead they return pointers to the actual objects - streambase and devicebase are no longer template classes, instead their data setting function is a template now. this was necessary to make them qobject with properties to avoid property declaration problems in the derivates - the setInfo functions are now update() for concrete classes and updateFoo() for base classes; derivates call their parents update to separate data setting into their respective relevant base class - due to former point base classes update functions continue to be templates and cannot be virtual for that very reason (much sad :'<) - kcm and applet sources have been largely adapted except for inactive code paths - generic template functions of context moved to the header to make way for the eventual removal of their concrete frontend functions
-
- 15 Apr, 2015 2 commits
-
-
Harald Sitter authored
-
Harald Sitter authored
refcount models towards the singleton everything else is actually owned by the singleton
-
- 08 Apr, 2015 1 commit
-
-
Harald Sitter authored
-
- 21 Oct, 2014 2 commits
-
-
Harald Sitter authored
- SinkItem (to be renamed) and SourceListItem are now the respective list items implementing respective logic - Common Sink/Source logic is in a new component BaseDeviceItem (TBR) - ReverseSinkInputModel is now a generic ReverseFilterModel allowing more propertization to give more dynamic control over what to filter - ReverseFilterModel is no longer bound to SIM - Sink and Source items resepectively filter their relevant outputs/inputs
-
Harald Sitter authored
-
- 20 Oct, 2014 1 commit
-
-
Harald Sitter authored
-
- 15 Oct, 2014 1 commit
-
-
Harald Sitter authored
-
- 11 Aug, 2014 2 commits
-
-
Harald Sitter authored
- add a second view containing sinkinputs (applications) whether that will stay or not remains to be discussed + add related wiring to context - fix maps to use quint32 instead of qint32 (i.e. the actual pa index type) - implement sinkinputmodel - expose sinkinputmodel to qml - move model update slotting to base class - expose sink descriptions in the cpp class as well as the model - switch qml labeling for sinks to description to get better names - fix model index meddling to align to a qlist (this actually makes for shitty code and might not be necessary in the long run) loads of code copy floating about :'<
-
Harald Sitter authored
-