- 24 Feb, 2020 1 commit
-
-
Méven Car authored
Summary: * Make default button work * Move connection from cpp to .ui * Slight label change Test Plan: Use default button Reviewers: ervin, ngraham, #plasma, bport, crossi Reviewed By: ervin Subscribers: plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D27127
-
- 23 Feb, 2020 1 commit
-
-
Stefan Brüns authored
Summary: The standalone index cleaner has been replaced almost 5 years by functionality implemented in baloo_file. Reviewers: #baloo, ngraham Reviewed By: #baloo, ngraham Subscribers: plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D27579
-
- 22 Feb, 2020 4 commits
-
-
Jan Blackquill authored
Summary: The colours exported by KRDB for GTK now have the _breeze suffix. BUG: 417461 FIXED-IN: 5.19 Test Plan: In tandem with D27425, no visual change should be expected. Reviewers: #plasma, ngraham Reviewed By: ngraham Subscribers: ongunkanat, plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D27426
-
Nicolas Fella authored
-
Nicolas Fella authored
Summary: Else the content overflows the frame when scrolling. Same finding/fix as in D27558 Reviewers: #plasma, ngraham Reviewed By: ngraham Subscribers: ngraham, plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D27559
-
Nicolas Fella authored
Summary: Else the content overflows the frame when scrolling. Same finding/fix as in D27558 Reviewers: #plasma, ngraham Reviewed By: ngraham Subscribers: ngraham, plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D27561
-
- 21 Feb, 2020 7 commits
-
-
Aleix Pol Gonzalez authored
-
Yuri Chornoivan authored
-
Nate Graham authored
Summary: `PlasmaExtras.Title` is literally identical to a level 1 Heading. Let's port to that so we have less code to maintain and fewer things to change the next time we want to adjust the look of titles Test Plan: No visual changes Reviewers: #plasma Subscribers: plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D27348
-
Cyril Rossi authored
Summary: BUG: 397595 Test Plan: KCM Look and feel, apply Breeze or Breeze Dark global style, then go to KCM KWin Decoration (Window Decoration), no decoration is highlighted in the grid. In kwinrc, the group `[org.kde.kdecoration2]` has a `theme=` with no value. With this patch, applying Breeze or Breeze Dark global theme will write the proper value in kwinrc and the KCM KWin Decoration will show the correct decoration highlighted. Reviewers: ervin, bport, meven, davidedmundson, #plasma, ngraham Reviewed By: ngraham Subscribers: plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D27483 (cherry picked from commit 6d3d3ffa)
-
Cyril Rossi authored
Summary: BUG: 397595 Test Plan: KCM Look and feel, apply Breeze or Breeze Dark global style, then go to KCM KWin Decoration (Window Decoration), no decoration is highlighted in the grid. In kwinrc, the group `[org.kde.kdecoration2]` has a `theme=` with no value. With this patch, applying Breeze or Breeze Dark global theme will write the proper value in kwinrc and the KCM KWin Decoration will show the correct decoration highlighted. Reviewers: ervin, bport, meven, davidedmundson, #plasma, ngraham Reviewed By: ngraham Subscribers: plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D27483
-
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"
-
- 20 Feb, 2020 5 commits
-
-
Aleix Pol Gonzalez authored
-
Aleix Pol Gonzalez authored
- try to find the exact locale. - Include the more generic one. - If none were found, use English. BUG: 417713
-
Aleix Pol Gonzalez authored
Otherwise KWin would get the full name as org.kde.org.kde.plasma.emojier. BUG: 416669
-
Aleix Pol Gonzalez authored
BUG: 417872
-
Aleix Pol Gonzalez authored
-
- 19 Feb, 2020 6 commits
-
-
Aleix Pol Gonzalez authored
BUG: 417454
-
Aleix Pol Gonzalez authored
-
Nate Graham authored
-
George Vogiatzis authored
Summary: Added devicePixelRatio to shadow's radius. Test Plan: Check the shadow of items on the desktop. Compare scale 100% vs big display scale (e.g. 300%). Before: Shadow is invisible. After: Visible shadow at every display scale. Before vs After Scale 300% and 100% {F8097331,size=full} Reviewers: #plasma, #vdg, apol, ngraham, davidedmundson Reviewed By: #plasma, #vdg, apol, ngraham, davidedmundson Subscribers: broulik, davidedmundson, apol, ngraham, plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D27316
-
Benjamin Port authored
# Conflicts: # CMakeLists.txt # kcms/workspaceoptions/kcm_workspace.desktop
-
Benjamin Port authored
Summary: BUG: 414109 FIXED-IN: 5.18.2 Reviewers: #plasma, broulik, ervin, meven, crossi, davidedmundson Reviewed By: #plasma, meven, crossi, davidedmundson Subscribers: ngraham, davidre, plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D27470
-
- 18 Feb, 2020 3 commits
-
-
Jonathan Riddell authored
GIT_SILENT
-
Jonathan Riddell authored
GIT_SILENT
-
George Vogiatzis authored
Summary: Fix the group layout. Change rest of behavior tab layout. Rename various labels and texts. BUG: 415649 FIXED-IN: 5.19.0 Test Plan: Before: The indentation of option "Group only when the Task Manager is full" is misleading. Before: {F7882775, layout=inline} {F7882776, layout=inline} After: {F7883513, layout=inline} {F7882780, layout=inline} Reviewers: #vdg, #plasma, hein, ngraham Reviewed By: #vdg, ngraham Subscribers: plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D26660
-
- 17 Feb, 2020 6 commits
-
-
David Edmundson authored
Summary: There was some broken code to hide the sidebar when we only have one module. However at some point it seems half was removed, half wasn't. This leads to the content overlapping the sidebar frame, but the sidebar was invisible and it looks generally broken. This patch completes the removal. BUG: 410770 Test Plan: Opened touchpad KCM Saw the one module (keyboard shortcuts) Sidebar was visible, and nothing was overlapping Reviewers: ngraham Reviewed By: ngraham Subscribers: broulik, ngraham, plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D27398
-
Méven Car authored
Test Plan: builds Reviewers: broulik, ervin, #plasma Reviewed By: ervin Subscribers: alex, plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D27052
-
Will Stephenson authored
The code to handle a window drag from the taskbar to drop on the Activity Pager to add the window to an Activity was broken, because the test to see if the drop location is a running activity still treated the itemId as an integer indexing into an array of running activity indices, rather than an id string that could be a member of the list of running activities. It is not clear whether this is a bug fix or a new feature. The drop handler in PagerModel.cpp I amended is not used when DnDing windows within the pager, but may have been used for that at one point. This also allows the familiar file manager semantics of ctrl+drag = copy, drag = move to be used when dragging and dropping windows between activities using the taskbar and the activity pager applet.
-
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"
-
Script Kiddy authored
-
- 15 Feb, 2020 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"
-
- 14 Feb, 2020 4 commits
-
-
David Edmundson authored
Summary: opacity was bound to editMode, but this did not affect visibility or enabled. Not only is this somewhat wasteful, enabled is very important as otherwise shortcuts for buttons get intercepted to match the accelerator applied to the internal buttons. This breaks all the multi-key shortcuts that plasma uses as alt+d gets taken. BUG: 416695 FIXED-IN: 5.18.1 Test Plan: Mad gammaray skillz to find the bug Checked alt+d, a now opens the widget explorer Checked edit mode through the context menu still showed the toolbox Reviewers: #plasma, ngraham Reviewed By: ngraham Subscribers: ngraham, plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D27386
-
David Edmundson authored
Summary: There is no exported function called standard_actions. kcminit will link against this library, fail to find a method to run and do nothing. Test Plan: Grepped for method Reviewers: #plasma, broulik Reviewed By: #plasma, broulik Subscribers: plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D27007
-
Benjamin Port authored
-
Benjamin Port authored
Summary: This will resolve a bug (apply never enabled). Bug occurs (at least) when kdeglobals contains QFont serialization without styleName (old style) BUG: 416358 Reviewers: #plasma, broulik, ervin, crossi, meven, ngraham, davidedmundson Subscribers: plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D27384
-
- 13 Feb, 2020 2 commits
-
-
Arjen Hiemstra authored
-
Arjen Hiemstra authored
Summary: ScrollView will resize any single child flickabe to the right size. However, this behaviour breaks if that child specifies anchors, causing the child to ignore any padding specified in ScrollView. Removing the anchoring fixes the scrollbar overlapping and also fixes list items poking outside the scrollview border. BUG: 417437 FIXED-IN: 5.18.1 Test Plan: Before: {F8101357} After: {F8101358} Reviewers: #plasma, ngraham, davidedmundson Reviewed By: #plasma, ngraham, davidedmundson Subscribers: davidedmundson, plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D27379
-