- 01 Jul, 2018 4 commits
-
-
Friedrich W. H. Kossebau authored
-
Friedrich W. H. Kossebau authored
-
Friedrich W. H. Kossebau authored
Get in sync with rest of Plasma
-
Friedrich W. H. Kossebau authored
-
- 29 Jun, 2018 1 commit
-
-
Summary: Fixed bug where available ports are displayed as unavailable/unplugged and vice versa. It seems that this bug was introduced with D9671. Reviewers: nicolasfella, broulik, drosca Subscribers: plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D13694
-
- 18 May, 2018 4 commits
-
-
Jonathan Esk-Riddell authored
GIT_SILENT
-
Jonathan Esk-Riddell authored
GIT_SILENT
-
Jonathan Esk-Riddell authored
GIT_SILENT
-
Jonathan Esk-Riddell authored
GIT_SILENT
-
- 11 May, 2018 1 commit
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- 08 May, 2018 1 commit
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- 25 Apr, 2018 1 commit
-
-
Kai Uwe Broulik authored
Differential Revision: https://phabricator.kde.org/D6388
-
- 10 Apr, 2018 1 commit
-
-
Kai Uwe Broulik authored
When the default output changes because a device is plugged in or a Bluetooth headset is connected, show an OSD so the user knows when/that the device is ready to use. Differential Revision: https://phabricator.kde.org/D12083
-
- 31 Mar, 2018 2 commits
-
-
David Rosca authored
-
David Rosca authored
It would otherwise crash in MapBase::objectAt because it doesn't check the map bounds. Differential Revision: https://phabricator.kde.org/D11807
-
- 27 Mar, 2018 1 commit
-
-
Jonathan Esk-Riddell authored
GIT_SILENT
-
- 26 Mar, 2018 3 commits
-
-
David Rosca authored
Differential Revision: https://phabricator.kde.org/D11721
-
David Edmundson authored
-
David Edmundson authored
Summary: It's perfectly valid to call ::data() from within beginRemoveRows, proxy models will do it all the time. Also at the time of calling rowCount() should be correct at the time of calling beginRemoveRows, this throws an assert on Qt5.11. This patch follows the normal beginRemoveRows / actual removal / endRemoveRows policy. Data insertion is unchaged in this patch, it's less of an issue to have data before you announce it than the other way round. Test Plan: Plasma stayed up for more than a few minutes Reviewers: #plasma, drosca Reviewed By: drosca Subscribers: plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D11613
-
- 21 Mar, 2018 1 commit
-
-
Marco Martin authored
Summary: plasmoids can now be used also from binary resource files rcc which makes a bit of difference in startup times especially on devices with low storage use the new macro to generate and install the rcc Test Plan: still works Reviewers: #plasma Subscribers: plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D11551
-
- 14 Mar, 2018 1 commit
-
-
Nate Graham authored
Summary: The Audio Volume plasmoid has always seemed a bit too heavy and complicated for the common use case of a single input device and a single output device, or apps playing audio but not also recording audio. This patch presents a simplified UI for those use cases. Test Plan: Before, Devices tab, single devices: {F5746567} After, Devices tab, single devices: {F5746568} After, Applications tab, only playback streams: {F5752982} As I lack the hardware to test the multi-device use case, testing by others would be appreciated. Reviewers: #plasma, drosca, #vdg Reviewed By: drosca Subscribers: mart, Zren, plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D11166
-
- 06 Mar, 2018 1 commit
-
-
Jonathan Esk-Riddell authored
GIT_SILENT
-
- 28 Feb, 2018 1 commit
-
-
This patch adds the possibility to choose a device for a playback / recording stream in the hamburger menu. As per the discussion with the developers, the drag & drop functionality stays untouched and is still available. This is added to be a bit more consistent with the kcm and to make the functionality easier to discover. The menu is only shown when there are more than one possibilities to choose from in order to not confuse users. FEATURE: 384292 Differential Revision: https://phabricator.kde.org/D10901
-
- 20 Feb, 2018 1 commit
-
-
Jonathan Esk-Riddell authored
GIT_SILENT
-
- 13 Feb, 2018 1 commit
-
-
Jonathan Esk-Riddell authored
GIT_SILENT
-
- 12 Feb, 2018 4 commits
-
-
Kai Uwe Broulik authored
-
Kai Uwe Broulik authored
My Bluetooth paired phone has a form factor of "phone" and not "handset". Differential Revision: https://phabricator.kde.org/D10396
-
David Rosca authored
-
David Rosca authored
Also rename ids to paSinkModel and paSourceModel. BUG: 390161 FIXED-IN: 5.12.1 Differential Revision: https://phabricator.kde.org/D10426
-
- 10 Feb, 2018 1 commit
-
-
David Rosca authored
CCBUG: 365723 Differential Revision: https://phabricator.kde.org/D10148
-
- 04 Feb, 2018 2 commits
-
-
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
-
David Rosca authored
They were now added to Breeze icon theme Differential Revision: https://phabricator.kde.org/D10252
-
- 01 Feb, 2018 1 commit
-
-
Bhushan Shah authored
GIT_SILENT
-
- 27 Jan, 2018 1 commit
-
-
Differential Revision: https://phabricator.kde.org/D9671
-
- 26 Jan, 2018 1 commit
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- 25 Jan, 2018 4 commits
-
-
Kai Uwe Broulik authored
-
Kai Uwe Broulik authored
The MouseArea for allowing middle click to mute overrules the cursorShape of the draggable area. By moving the middle click area to the right of the icon, we avoid this and can change the cursor to an open hand when hovering the icon to indicate something draggable. The drag area can still be middle clicked to mute. Differential Revision: https://phabricator.kde.org/D10098
-
Kai Uwe Broulik authored
-
Kai Uwe Broulik authored
This broke when I moved the contents into compactRepresentation as the main could no longer access those items by ID. BUG: 389402 FIXED-IN: 5.12.0 Differential Revision: https://phabricator.kde.org/D10093
-
- 23 Jan, 2018 1 commit
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-