apol created this revision.
apol added reviewers: Kirigami, mart.
Herald added a project: Kirigami.
Herald added a subscriber: plasma-devel.
apol requested review of this revision.
REVISION SUMMARY
KirigamiPlugin is lives in a separate thread than QApplication and themeName
initialization is a
https://bugs.kde.org/show_bug.cgi?id=367696
--- Comment #4 from Kurt Hindenburg ---
Git commit e1fde67a69c748b76f8210ac22f58e76b53d9717 by Kurt Hindenburg, on
behalf of Nate Graham.
Committed on 28/12/2018 at 03:27.
Pushed by hindenburg into branch 'master'.
Only show tab icon if the user has sp
This revision was automatically updated to reflect the committed changes.
Closed by commit R120:b9549351c2c7: [Wallpaper] Allow adding multiple images at
once from the file picker dialog (authored by ngraham).
REPOSITORY
R120 Plasma Workspace
CHANGES SINCE LAST UPDATE
https://phabricator.kde
McPain added inline comments.
INLINE COMMENTS
> positioner.cpp:418
> + */
> +while ((!isBlank(to) && from != to) || toIndices.contains(to)) {
> to++;
AFAIK, the first part of condition is "check if `to` is blank and if it's not,
check whether we're not m
McPain updated this revision to Diff 48238.
McPain added a comment.
Fixed condition mistake
CHANGES SINCE LAST UPDATE
https://phabricator.kde.org/D17809?vs=48220&id=48238
REVISION DETAIL
https://phabricator.kde.org/D17809
AFFECTED FILES
containments/desktop/plugins/folder/positioner.cp