- 27 Mar, 2018 1 commit
-
-
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
-
- 25 Mar, 2018 1 commit
-
-
Michail Vourlakos authored
Summary: --FolderView takes into account the units.iconSizeHints.panel value when is in panel in order to switch its appearance from CompactRepresentation to FullRepresentation and vice versa. BUG: 379888 Test Plan: confirm that in order for FolderView to change to FullRepresention when it is in panel, it respects the units.iconSizeHints.panel value. Reviewers: #plasma, hein, mart Reviewed By: #plasma, hein Subscribers: plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D11651
-
- 08 Mar, 2018 1 commit
-
-
Friedrich W. H. Kossebau authored
-
- 09 Jan, 2018 1 commit
-
-
Kai Uwe Broulik authored
This is a real-world fix for a long-standing issue. Mime-type determination and everything is asynchronous, so we cannot know in advance whether to accept or reject the drop. BUG: 337711 FIXED-IN: 5.12.0 Differential Revision: https://phabricator.kde.org/D9640
-
- 07 Dec, 2017 1 commit
-
-
Kai Uwe Broulik authored
When removing a widget it turns system-immutable, when undoing it regains its old immutability triggering the notification. Rather than tracking whether immutability changed from system- or user-immutability, just don't spawn the notification if not a containment, which makes sense anyway. BUG: 387589 FIXED-IN: 5.11.5 Differential Revision: https://phabricator.kde.org/D9222
-
- 15 Jun, 2017 1 commit
-
-
Chris Holland authored
The right/bottom corners of the desktop will have an empty area where icons should be touching. Dropping an icon there will cause a scrollbar. https://bugs.kde.org/show_bug.cgi?id=380424 When when in a containment, use a floating point cellWidth/cellHeight based on the avaiable space left. Folder widgets will still use a fixed size based on the icon. Note: We no longer attempt to fit the last column/row of icons under the panels if there's just barely space for it. So this might cause a scrollbar for those users. Differential Revision: https://phabricator.kde.org/D6188
-
- 23 Mar, 2017 1 commit
-
-
Marco Martin authored
Summary: this makes a mini "edit mode" when the toolbox is open, opening all the applet handles. It is coherent with the panel and partly solves the unintuitiveness of the press and hold for the handle Test Plan: open the toolbox, clicking on an empty area or on another window closes it clicking anywhere on an applet handle executes the action and doesn't close it. is possible to resize, move and close applets without closing any handle or the toolbox. Unfortunately there is a timer more in the toolbox that i tried really hard to kill but i didn't manage to have the correct behavior otherwise (ideas welcome) Reviewers: #plasma, davidedmundson Reviewed By: #plasma, davidedmundson Subscribers: davidedmundson, plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D4969
-
- 07 Mar, 2017 1 commit
-
-
Eike Hein authored
BUG:376529
-
- 25 Jan, 2017 1 commit
-
-
Eike Hein authored
Summary: Woo. Subscribers: plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D4103
-
- 06 Oct, 2016 2 commits
-
-
Eike Hein authored
As of 89a3e34b in plasma-framework, availableScreenRect is defined on plasmoid even for applets instead of just containments. Therefore we now need to check for isContainment along for the prop (since the rect could still be null before the applet gets a containment).
-
Eike Hein authored
As of 89a3e34b in plasma-framework, availableScreenRect is defined on plasmoid even for applets instead of just containments. Therefore we now need to check for isContainment along for the prop (since the rect could still be null before the applet gets a containment).
-
- 09 Sep, 2016 1 commit
-
-
Kai Uwe Broulik authored
This mirrors all the applet contents as well as the applet handle Differential Revision: https://phabricator.kde.org/D2539
-
- 06 Sep, 2016 1 commit
-
-
David Edmundson authored
-
- 29 Aug, 2016 1 commit
-
-
Kai Uwe Broulik authored
Instead cache the created component. Also check its status rather than doing a string comparison on errorString and only call it if it actually failed. Moreover, initialize AppletAppearnce already with category set. Differential Revision: https://phabricator.kde.org/D2605
-
- 28 Aug, 2016 1 commit
-
-
David Rosca authored
Port to Qt.styleHints (Qt >= 5.5) Differential Revision: https://phabricator.kde.org/D1126
-
- 19 Aug, 2016 1 commit
-
-
Kai Uwe Broulik authored
Animate the changing margins when available screen rect changes because a panel shows up on startup or the user adds/removes/resizes panels. Differential Revision: https://phabricator.kde.org/D2488
-
- 27 Jul, 2016 1 commit
-
-
Marco Martin authored
when folder is a containment, use "configure desktop" in the contextview instead of "configure folder" (as is still in applet mode" as "configure folder" may be confusing, especially because the user has to user that menu item to reach wallpaper config REVIEWED-BY:
Eike Hein <hein@kde.org>
-
- 05 Jun, 2016 1 commit
-
-
Kai Uwe Broulik authored
Some of them were even needlessly created. Differential Revision: https://phabricator.kde.org/D1737
-
- 20 Apr, 2016 2 commits
-
-
Eike Hein authored
-
Eike Hein authored
This is a regression from 92665578 , which nerfed DND on the locked containment, not taking file DND in folder mode into account. The goal was actually to ignore dropped tabs from Mozilla Firefox -- this preserves that accomplishment by only letting through things Folder View would actually care about. Reviewed-by:
David Rosca <nowrep@gmail.com> BUG:360578
-
- 19 Mar, 2016 1 commit
-
-
David Rosca authored
Summary: Default value for Layout constraints is -1 Reviewers: #plasma, sebas Reviewed By: #plasma, sebas Subscribers: plasma-devel Projects: #plasma Differential Revision: https://phabricator.kde.org/D1117
-
- 11 Mar, 2016 1 commit
-
-
David Rosca authored
Summary: Undo remove applet now restores rotation Reviewers: #plasma, mart Reviewed By: mart Subscribers: plasma-devel Projects: #plasma Differential Revision: https://phabricator.kde.org/D1120
-
- 10 Mar, 2016 2 commits
-
-
Eike Hein authored
BUG:360354
-
Eike Hein authored
CCBUG:360354
-
- 09 Mar, 2016 1 commit
-
-
David Rosca authored
The position of applet is still a little off, probably because the code that actually adds the applet is also computing with applet margins, but we don't have applet at this point yet. BUG: 359158 Differential Revision: https://phabricator.kde.org/D941
-
- 26 Feb, 2016 1 commit
-
-
Kai Uwe Broulik authored
While I really like the list view for the popup, there might be cases where you prefer to see larger thumbnails. This patch allows to choose between the default list view and the icon view mode with cascading popups identical to what you get on the desktop. BUG: 359618 FIXED-IN: 5.6.0 Differential Revision: https://phabricator.kde.org/D1021
-
- 16 Feb, 2016 1 commit
-
-
David Rosca authored
Summary: placeHolder.syncWithItem() sets minimumWidth/minimumHeight when moving applets, so we must clear it when using placeholder for drop indicator. Reviewers: #plasma, hein Reviewed By: hein Subscribers: plasma-devel Projects: #plasma Differential Revision: https://phabricator.kde.org/D950
-
- 01 Feb, 2016 1 commit
-
-
Kai Uwe Broulik authored
This shows the title you would get in the popup when placed in a panel also in the tooltip REVIEW: 126957
-
- 19 Jan, 2016 1 commit
-
-
David Rosca authored
No applet will be created on drop in immutable state, so ignore the drag events. This requires commit b67a1ce3a1 from kdeclarative. REVIEW: 126801
-
- 18 Jan, 2016 2 commits
-
-
Eike Hein authored
Custom icon can still be set via config dialog. BUG:358167
-
Eike Hein authored
BUG:358166
-
- 13 Jan, 2016 1 commit
-
-
David Rosca authored
Fix calculation when positions[row] is undefined. Currently it would incorrectly return the whole requested area being available without any further checks. REVIEW: 126731 BUG: 346815 FIXED-IN: 5.6.0
-
- 14 Dec, 2015 2 commits
- 04 Dec, 2015 1 commit
-
-
Xuetian Weng authored
CCMAIL: hein@kde.org
-
- 03 Dec, 2015 1 commit
-
-
Eike Hein authored
-
- 18 Sep, 2015 1 commit
-
-
Marco Martin authored
use eventgenerator from kdeclarative, remove eventforge REVIEW:125288
-
- 11 Sep, 2015 1 commit
-
-
David Rosca authored
REVIEW: 125159
-
- 16 Aug, 2015 2 commits
-
-
Kai Uwe Broulik authored
Otherwise the left mouse action isn't triggered BUG: 351277 FIXED-IN: 5.4.0
-
Kai Uwe Broulik authored
Otherwise the left mouse action isn't triggered BUG: 351277 FIXED-IN: 5.4.0
-