- 09 Apr, 2018 1 commit
-
-
Stefan Brüns authored
Summary: There is no reason to make mounting dependent on the StorageAccess.ignore flag, which just serves a a hint for visualization. This change sneaked in when porting to KF5, no justification given. BUG: 389479 Reviewers: ngraham, #plasma, broulik Reviewed By: ngraham Subscribers: plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D12050
-
- 08 Apr, 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"
-
- 06 Apr, 2018 2 commits
-
-
Zren (Chris Holland) authored
Got missed during the D8006 code review. Differential Revision: https://phabricator.kde.org/D11970
-
Marco Martin authored
Summary: support the new standalone splashscreens of D11918 also add a GHNS button for the new splashscreen store category FEATURE: 358839 Test Plan: splashscreens are correctly listed, installed and removed both ones in lnf packages and standalone are listed. Reviewers: #plasma, davidedmundson Reviewed By: #plasma, davidedmundson Subscribers: davidedmundson, plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D11919
-
- 05 Apr, 2018 6 commits
-
-
Kai Uwe Broulik authored
-
Kai Uwe Broulik authored
Ensures the shortcuts are shown in the menu. We need to accept the event if we handled it or else the containment will trigger the action leading to double activation. BUG: 392730 FIXED-IN: 5.12.5 Differential Revision: https://phabricator.kde.org/D11953
-
Kai Uwe Broulik authored
Ensures the keyboard shortcut is visible in the menu CCBUG: 392730 Differential Revision: https://phabricator.kde.org/D11947
-
Kai Uwe Broulik authored
Avoids triple lookup (contains → value → remove) take() removes the item from the list and returns it. It returns nullptr for non-existing items which is perfectly fine to call delete on. Differential Revision: https://phabricator.kde.org/D11946
-
Kai Uwe Broulik authored
Previously this was only done for files inside Trash. Now also the context menu of a Trash link has correct state. BUG: 392738 FIXED-IN: 5.12.5 Differential Revision: https://phabricator.kde.org/D11944
-
Kai Uwe Broulik authored
Forward the action information to the model and pass all information to run. This way future me will not have to wonder why actions don't work when he touches this area of code again. Differential Revision: https://phabricator.kde.org/D11927
-
- 04 Apr, 2018 5 commits
-
-
Burkhard Lück authored
bump date + releaseinfo remove obsolete entities kfontview, kappname, package - either already defined in kdoctools or unused in kf5 fix name of systemsettings module and add info about the extended managemanet capabilities Differential Revision: https://phabricator.kde.org/D11832
-
Burkhard Lück authored
proofread bump date + releaseinfo kde -> plasma Differential Revision: https://phabricator.kde.org/D11812
-
Burkhard Lück authored
proofread + update bump date + releaseinfo Differential Revision: https://phabricator.kde.org//D11813
-
Burkhard Lück authored
proofread + update bump date + releaseinfo replace kddm with sddm replace kde with plasma Differential Revision: https://phabricator.kde.org/D11817
-
Burkhard Lück authored
bump date + releaseinfo remove kde-look.org/store.kde.org, there are no fonts available add info about Unicode Blocks in kfontview preview Differential Revision: https://phabricator.kde.org/D11831
-
- 03 Apr, 2018 2 commits
-
-
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"
-
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"
-
- 01 Apr, 2018 1 commit
-
-
Script Kiddy authored
-
- 31 Mar, 2018 3 commits
-
-
Roman Gilg authored
Summary: This patch splits up the current X11 backend into one for systems with installed X libinput driver and systems with only evdev driver. The evdev backend is used together with the old QWidget based UI. The libinput backend is based on the KWin Wayland one and controlled by a very similar QML based UI. One difference is that values are always propagated to all pointer like devices and can not be set for individual devices. As for the evdev backend values are saved to a config file in the user directory and reapplied on every session start. Note that the libinput backend always takes precedence to the evdev one. If an user wants to force the evdev backend, the X libinput driver needs to be removed. Depends on D11468 {F5757944} BUG: 350688 Test Plan: Tested X session with and without libinput driver. Reviewers: #plasma, davidedmundson Reviewed By: #plasma, davidedmundson Subscribers: davidedmundson, hein, mart, abetts, ngraham, plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D11469
-
Roman Gilg authored
Summary: The primal goal of this patch is the addition of a new backend in order to configure pointer devices through KWin's libinput backend in a Wayland session. The implementation builds upon Xuetian's backend splitting work, which again was based on the backend splitting in the Touchpad KCM. To integrate this backend nicely the code structure is cleaned up and Ui code as well as backend specific code is pushed into the respective subdirectories similar to the Touchpad KCM code. {F5757933} Test Plan: Tested the old backend on X and the new libinput backend on Wayland. Reviewers: #plasma, davidedmundson Reviewed By: #plasma, davidedmundson Subscribers: davidedmundson, ngraham, plasma-devel Tags: #plasma Maniphest Tasks: T7964 Differential Revision: https://phabricator.kde.org/D11468
-
Yuri Chornoivan authored
-
- 30 Mar, 2018 10 commits
-
-
Burkhard Lück authored
proofread + update to match the new GUI bump date + releaseinfo update screenshots Differential Revision: https://phabricator.kde.org/D11659
-
Burkhard Lück authored
proofread + update bump date + releaseinfo Differential Revision: https://phabricator.kde.org/D11660
-
Burkhard Lück authored
proofread + update bump date + releaseinfo add info about edit button with plasma-sdk package installed Differential Revision: https://phabricator.kde.org/D11686
-
Burkhard Lück authored
proofread + update bump date + releseinfo fix wording Pre-KDE startup -> Before session startup + KDE -> Plasma Differential Revision: https://phabricator.kde.org/D11687
-
Burkhard Lück authored
proofread + update bump date + releseinfo fix changed gui string Mouse Navigation -> Keyboard Navigation Differential Revision: https://phabricator.kde.org/D11688
-
Burkhard Lück authored
proofread + update bump date + releseinfo add a para about adding components from https://phabricator.kde.org/D2111 Differential Revision: https://phabricator.kde.org/D11690
-
Burkhard Lück authored
proofread + update bump date + releaseinfo add how to disable all sound notifications replace kde with plasma remove commented option Speech Differential Revision: https://phabricator.kde.org/D11693
-
Burkhard Lück authored
proofread + update bump date + releaseinfo adapt to changed gui strings replace kde with plasma Differential Revision: https://phabricator.kde.org/D11711
-
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"
-
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"
-
- 29 Mar, 2018 1 commit
-
-
Burkhard Lück authored
proofread + update bump date + releaseinfo add systemd remove commented and outdated info Differential Revision: https://phabricator.kde.org/D11695
-
- 28 Mar, 2018 2 commits
-
-
Eike Hein authored
-
Eike Hein authored
Summary: Clamping the window delegate size to stay within the desktop rect was previously done in the QML code, but only for the higher bound. This moves clamping into the C++ model and adds a lower bound. BUG:390888 Reviewers: #plasma, broulik Reviewed By: #plasma, broulik Subscribers: plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D10736
-
- 27 Mar, 2018 2 commits
-
-
Nate Graham authored
Summary: Use an icon that looks like it might be related to changing the wallpaper for the {nav Configure Desktop} menu item. This slightly improves discoverability for changing the wallpaper. CCBUG: 391485 Test Plan: Desktop Toolbox menu: {F5769965} Context menu: {F5769966} Reviewers: #plasma, davidedmundson Reviewed By: #plasma, davidedmundson Subscribers: mart, hein, broulik, richardbowen, plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D11253
-
Jonathan Riddell authored
GIT_SILENT
-
- 26 Mar, 2018 4 commits
-
-
Kai Uwe Broulik authored
-
Kai Uwe Broulik authored
By accepting the key event we also keep the TextArea from trying to move the cursor itself potentially undoing our selection in the process. BUG: 392318 FIXED-IN: 5.12.4 Differential Revision: https://phabricator.kde.org/D11708
-
Burkhard Lück authored
rename dir doc/kcontrol/kcmlaunch to doc/kcontrol/kcmlaunchfeedback scripty automatically generates the correct name for the docmessages catalog, the language docs and the install target change install target to kcontrol/kcmlaunchfeedback in doc/kcontrol/kcmlaunchfeedback/CMakeLists.txt english docbook is found by khelpcenter Differential Revision: https://phabricator.kde.org/D11661
-
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"
-