- 17 Mar, 2019 2 commits
-
-
Thomas Surrel authored
Summary: When closing several apps from the task manager with the mouse middle button, it is convenient that the remaining tasks are not resized so that you don't need to move your mouse to target the next app you intend to close. The tasks will be resized when the mouse is moved out of the task manager. This mimics the behavior of tabs in Firefox or Chrome. Test Plan: With the task manager configured without grouping, open several applications so that the tasks displayed in the task manager get smaller to fit in the available space. Now close the last three for example: you should be able to do so without having to move your mouse. Reviewers: #plasma, #vdg, hein Reviewed By: #plasma, hein Subscribers: hein, plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D18438
-
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"
-
- 16 Mar, 2019 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"
-
- 15 Mar, 2019 3 commits
-
-
Björn Feber authored
-
Laurent Montel authored
-
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"
-
- 14 Mar, 2019 6 commits
-
-
Kai Uwe Broulik authored
-
Kai Uwe Broulik authored
When the model is reset, GridView invalidates its currentIndex resulting in no theme being selected. Differential Revision: https://phabricator.kde.org/D19763
-
Summary: - The standard aspect ratio of `albumImage` is always `1:1`. We should not crop the important part of `albumArt` in some cases. - Hide the window title text of media players to avoid displaying the title/artist repeatedly. BUG: 401234 FIXED-IN: 5.16.0 Test Plan: Before vs After: - Breeze Dark {F6691504} - Breeze Light {F6691505} Reviewers: hein, broulik, ngraham, #vdg, filipf, rooty Reviewed By: ngraham, #vdg, filipf, rooty Subscribers: mvourlakos, rooty, filipf, ndavis, abetts, plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D17073
-
Kai Uwe Broulik authored
-
Kai Uwe Broulik authored
Tiny font is still more useful than "..." CCBUG: 405454 Differential Revision: https://phabricator.kde.org/D19751
-
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"
-
- 13 Mar, 2019 5 commits
-
-
Nate Graham authored
Summary: This patch improves the UX of the Task Manager's context menu by offering more logical separation and grouping of elements, improving strings, and adding or changing icons, as appropriate. The result hopefully feels more harmonious, less confusing, and less intimidating. BUG: 405040 BUG: 405071 BUG: 405070 BUG: 405065 FIXED-IN: 5.16 Test Plan: "Window Actions" sub-menu: {F6688726} With places: {F6688732} With just actions: {F6688733} With many actions: {F6688743} With virtual desktops and activities: {F6688748} Reviewers: #plasma, #vdg, ndavis, hein Reviewed By: #plasma, #vdg, ndavis, hein Subscribers: abetts, broulik, ndavis, trickyricky26, plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D19606
-
Laurent Montel authored
-
Laurent Montel authored
-
Björn Feber authored
Summary: Apply the KDE HIG, merge the two tabs into one page and make the KCM look better. {F6688637} Test Plan: Open the Application Style KCM. Reviewers: #plasma, #vdg, rooty, ngraham Reviewed By: #vdg, rooty, ngraham Subscribers: ngraham, broulik, rooty, abetts, ndavis, #vdg, plasma-devel, #plasma Tags: #plasma Differential Revision: https://phabricator.kde.org/D19651
-
Kai Uwe Broulik authored
This sets a logind flag that tells the system to boot into the BIOS/UEFI setup screen on next boot. It can be quite a challenge to enter the setup screen on boot these days as with quick boot and what not the timeframe for the keypress is often quite narrow. Differential Revision: https://phabricator.kde.org/D19560
-
- 12 Mar, 2019 6 commits
-
-
Kai Uwe Broulik authored
Should avoid cases of "my settings look ugly" because it is not installed Differential Revision: https://phabricator.kde.org/D19707
-
Kai Uwe Broulik authored
model.source may be a QUrl so it doesn't strictly equal sourceFile which is a string I would appreciate if you could stop doing unreviewed bulk changes to codebases you don't understand. This is like the third breaking change caused by this, and who knows what else will eventually crop up. CCMAIL: montel@kde.org
-
Laurent Montel authored
-
Kai Uwe Broulik authored
-
Kai Uwe Broulik authored
Like it used to be before it was alphabetically sorted. Differential Revision: https://phabricator.kde.org/D19701
-
Jonathan Esk-Riddell authored
GIT_SILENT
-
- 11 Mar, 2019 3 commits
-
-
Eike Hein authored
-
Eike Hein authored
Summary: BUG:405076 Reviewers: #plasma, mart Reviewed By: #plasma, mart Subscribers: broulik, plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D19518
-
Eike Hein authored
Summary: BUG:404706 Reviewers: #plasma, mart Reviewed By: #plasma, mart Subscribers: apol, Fuchs, plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D19257
-
- 10 Mar, 2019 1 commit
-
-
Laurent Montel authored
-
- 09 Mar, 2019 1 commit
-
-
Laurent Montel authored
-
- 08 Mar, 2019 6 commits
-
-
Carl Schwan authored
Summary: Some part were copied from kcontrol icons. Need proofreading Test Plan: checkxml index.docbook and meinproc5 index.docbook Reviewers: #documentation, yurchor Reviewed By: #documentation, yurchor Subscribers: yurchor, plasma-devel, kde-doc-english Tags: #plasma, #documentation Differential Revision: https://phabricator.kde.org/D19618
-
Kai Uwe Broulik authored
This adds a search bar to search for schemes in the list as well as a filter to show only light or dark themes using a heuristic on the theme's window color. Differential Revision: https://phabricator.kde.org/D18646
-
Kai Uwe Broulik authored
-
Kai Uwe Broulik authored
It seems Qt 5.12 changed the behavior of contentHeight to not include any font padding. This is also supposedly fixed in Qt 5.12.1 but this change still makes sense since assigning contentHeight effectively resets the height anyway so we might as well do it properly. BUG: 401842 FIXED-IN: 5.15.3 Differential Revision: https://phabricator.kde.org/D18640
-
Kai Uwe Broulik authored
This keeps it from unexpectedly changing tabs as you change any values. BUG: 393282 FIXED-IN: 5.15.3 Differential Revision: https://phabricator.kde.org/D19572
-
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"
-
- 05 Mar, 2019 1 commit
-
-
[libinput-touchpad-kcm-click-method] Add click method Areas and Clickfinger for buttonless touchpads Summary: - Added Properties to wayland Backend - User can switch between areas and clickfinger methods if touchpads has no physical buttons. - when areas mode is selected, user can enable and enable/disable middle-emulation. - In clickfinger mode , for informative purposes checked but disabled checkbox will be shown with "Press anywhere with three fingers" text. FEATURE: 387156 FIXED-IN: 5.16.0 Reviewers: ngraham, #plasma, romangg, davidedmundson Reviewed By: ngraham, #plasma, davidedmundson Subscribers: plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D18912
-
- 04 Mar, 2019 3 commits
-
-
Alexander Volkov authored
Summary: Amend 2f83a443. Reviewers: #plasma Subscribers: plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D19496
-
Volker Krause authored
Reviewers: apol Reviewed By: apol Subscribers: plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D19465
-
David Edmundson authored
Test Plan: Compiles Reviewers: #plasma Subscribers: plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D19423
-
- 03 Mar, 2019 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"
-