- 21 Aug, 2017 2 commits
- 19 Aug, 2017 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"
-
- 18 Aug, 2017 2 commits
-
-
Eike Hein authored
Summary: D4204 / d7621da6 introduced more elaborate handling of item size hint changes, releasing and repositioning an item for each change to the min/max hints on either axis. We have applets in which the x and y hints are coupled and update in turn, to implement aspect-ratio- preserving resize. This makes the value on an individual axis a useless temporary, wreaking havoc when followed. As a poor means to commit size hint changes atomically, a 100ms timer is used to compress size hint changes. The 100ms interval matches layoutTimer in main.qml. Not very happy with this. Together with D7384 this addresses: BUG:382759 Reviewers: #plasma, mart Subscribers: plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D7385
-
Eike Hein authored
Summary: The size hints were based on the size of pagerGridItem, which is derived from its contents. This made the size hints update as delegates were added, but we know ahead of time how many there will be, and what their size will be, so we can save some busy work. Reviewers: #plasma Subscribers: plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D7384
-
- 16 Aug, 2017 2 commits
- 15 Aug, 2017 2 commits
-
-
Eike Hein authored
-
Eike Hein authored
Summary: Matches other Plasma scrollable lists (e.g. Kicker's). CCBUG:378042 Reviewers: #plasma Subscribers: plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D7322
-
- 11 Aug, 2017 1 commit
-
-
Kai Uwe Broulik authored
In Desktop containment we reject any drops in the first place but in Folder you can always drop a file where we would then also offer to create an applet which will do nothing if widgets are locked. BUG: 383371 FIXED-IN: 5.10.5 Differential Revision: https://phabricator.kde.org/D7235
-
- 01 Aug, 2017 2 commits
-
-
Eike Hein authored
-
Eike Hein authored
Summary: Also delays the dialog resize until after the move transition ends if there's going to be one, for a less jarring experience. BUG:382638 Reviewers: #plasma Subscribers: plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D7035
-
- 28 Jul, 2017 1 commit
-
-
Aleix Pol Gonzalez authored
CCBUG: 382820
-
- 22 Jul, 2017 2 commits
-
-
Xuetian Weng authored
The dbus message may come in very frequently because every field is updated with a separate message (preedit, aux, lookup table). Try to batch the GUI update with a timer. Also, do the hide at the beginning and do the show at the end of ui update to reduce flicker furthermore.
-
Xuetian Weng authored
Fix lookup table visibility. Two commits are: f91d2b30 e3189643
-
- 20 Jul, 2017 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"
-
- 18 Jul, 2017 1 commit
-
-
Jonathan Esk-Riddell authored
GIT_SILENT
-
- 17 Jul, 2017 4 commits
-
-
Marco Martin authored
-
Marco Martin authored
behavior on x and y were defined both in toolboxbutton definition and its use in toolboxroot leading to a glitchy behavior
-
Xuetian Weng authored
-
Kai Uwe Broulik authored
Depending on icon theme the implicit size of the icon may be huge. BUG: 380432 FIXED-IN: 5.10.4 Differential Revision: https://phabricator.kde.org/D6751
-
- 10 Jul, 2017 1 commit
-
-
Martin Flöser authored
Summary: Prevents a call into X11 which will crash. This needs to be fixed properly by defining a way to get the options from the Wayland compositor. Test Plan: Can open the KCM without crash Reviewers: #plasma Subscribers: plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D6581
-
- 07 Jul, 2017 2 commits
- 28 Jun, 2017 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"
-
- 27 Jun, 2017 1 commit
-
-
Jonathan Esk-Riddell authored
GIT_SILENT
-
- 25 Jun, 2017 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"
-
- 23 Jun, 2017 1 commit
-
-
Eike Hein authored
Summary: As a result of refactorings in 5.10, hoveredItem may not reflect the true cursor position when preview popups become involved. When inter- acting with an item's associated preview popup, it's still considered hovered. This needs to be taken into account when processing clicks, otherwise corrupted mouse state leads e.g. to inadvertendly opening a folder by clicking outside its preview popup to dismiss it. BUG:380982 Reviewers: #plasma Subscribers: broulik, plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D6247
-
- 22 Jun, 2017 1 commit
-
-
Christoph Feck authored
BUG: 346900 BUG: 366113 FIXED-IN: 5.10.3 Differential Revision: https://phabricator.kde.org/D6334
-
- 20 Jun, 2017 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"
-
- 19 Jun, 2017 3 commits
-
-
Eike Hein authored
-
Eike Hein authored
Summary: With this patch drag-hover activation will work for group children, and moving between different group parents while dragging will correctly refresh the dialog contents. BUG:379888 The patch also makes GroupDialog more similar to CompactApplet in desktoppackage/, in particular managing applet status and activa- ting the window explicitly. There is no concrete reason for this, but it seemed like a good idea while debugging the DND issues. Further, while inverting the MouseHandler<>ScrollArea nesting I removed some dodgy geometry-setting code for the inside item, and the ScrollArea viewport now is a single item. This very likely addresses some reports that the scrollbar sometimes wouldn't appear when required. BUG:379037 Reviewers: #plasma Subscribers: plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D6231
-
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 Jun, 2017 3 commits
-
-
Jonathan Esk-Riddell authored
GIT_SILENT
-
Script Kiddy authored
-
Script Kiddy authored
-
- 08 Jun, 2017 2 commits