D15228: Export install location for DBUS interfaces via CMake

2018-09-03 Thread Kai Uwe Broulik
broulik added a comment. This breaks plasma-workspace build on CI: https://build.kde.org/job/Plasma%20plasma-workspace%20kf5-qt5%20FreeBSDQt5.11/16/ REPOSITORY R133 KScreenLocker REVISION DETAIL https://phabricator.kde.org/D15228 To: bruns, #plasma, davidedmundson Cc: broulik, plasma-de

D15247: Show tooltips in krunner

2018-09-03 Thread Nathaniel Graham
ngraham added reviewers: Plasma, broulik. ngraham requested changes to this revision. ngraham added a comment. This revision now requires changes to proceed. The patch does not apply because of an extraneous `milou` in the path for your diff: `milou/lib/qml/ResultDelegate.qml` should be

D15243: Remove some double look-ups

2018-09-03 Thread Aleix Pol Gonzalez
apol marked an inline comment as done. apol added inline comments. INLINE COMMENTS > broulik wrote in delegaterecycler.cpp:73 > `m_refs.erase(itRef)`? Thanks! > broulik wrote in delegaterecycler.cpp:83 > Unrelated question: Where does this get removed from `items`? They are unused items (deleg

D15243: Remove some double look-ups

2018-09-03 Thread Aleix Pol Gonzalez
apol updated this revision to Diff 40947. apol marked an inline comment as done. apol added a comment. Remove another lookup, thanks Kai! REPOSITORY R169 Kirigami CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D15243?vs=40919&id=40947 BRANCH arcpatch-D15243 REVISION DETAIL ht

D15257: Set favicon DB path when when places DB path is retrieved from config

2018-09-03 Thread Stefan Brüns
bruns created this revision. bruns added a reviewer: Plasma. Herald added a project: Plasma. Herald added a subscriber: plasma-devel. bruns requested review of this revision. REVISION SUMMARY When the path of the places DB is fetched from the config, the path of the favicon DB is not initializ

D15254: Fix Firefox profile location lookup after location has changed

2018-09-03 Thread Stefan Brüns
bruns added a comment. The check for QFile::exists was initially added here: https://github.com/KDE/kde-workspace/commit/5c6e27750605de3bba186c9dbd6a0509b68beb90#diff-57c8456496e7f0219f33e5b735f7e3f3 REPOSITORY R120 Plasma Workspace REVISION DETAIL https://phabricator.kde.org/D15254 T

D15256: [Mouse KCM] Avoid changes to touchpads in libinput backend

2018-09-03 Thread Roman Gilg
romangg created this revision. romangg added a reviewer: Plasma. Herald added a project: Plasma. Herald added a subscriber: plasma-devel. romangg requested review of this revision. REVISION SUMMARY Similar to evdev backend we need to ignore touchpad devices explicitly in the libinput backend b

D11233: Ordered system tray

2018-09-03 Thread Kristopher Ives
kives added a comment. I think this is a useful feature to add to KDE. If others disagree with the way @wsdfhjxc implemented it I think they should provide a clear pathway to getting it accepted. As long as this can be implemented in a way that doesn't affect default sorting behavior, it doe

D15254: Fix Firefox profile location lookup after location has changed

2018-09-03 Thread Stefan Brüns
bruns created this revision. bruns added a reviewer: Plasma. Herald added a project: Plasma. Herald added a subscriber: plasma-devel. bruns requested review of this revision. REVISION SUMMARY When the profile has initially been looked up, the location is saved to the global config. Afterwards,

KDE CI: Plasma plasma-workspace kf5-qt5 FreeBSDQt5.11 - Build # 16 - Failure!

2018-09-03 Thread CI System
BUILD FAILURE Build URL https://build.kde.org/job/Plasma%20plasma-workspace%20kf5-qt5%20FreeBSDQt5.11/16/ Project: Plasma plasma-workspace kf5-qt5 FreeBSDQt5.11 Date of build: Mon, 03 Sep 2018 20:42:51 + Build duration: 5 min 0 sec and counting CONSOLE

KDE CI: Plasma plasma-workspace kf5-qt5 SUSEQt5.11 - Build # 19 - Failure!

2018-09-03 Thread CI System
BUILD FAILURE Build URL https://build.kde.org/job/Plasma%20plasma-workspace%20kf5-qt5%20SUSEQt5.11/19/ Project: Plasma plasma-workspace kf5-qt5 SUSEQt5.11 Date of build: Mon, 03 Sep 2018 20:42:51 + Build duration: 3 min 17 sec and counting CONSOLE OUTP

D15229: Specify minimum version for KScreenlocker, use correct DBUS path

2018-09-03 Thread Stefan Brüns
This revision was automatically updated to reflect the committed changes. Closed by commit R120:aab6b5c23ea5: Specify minimum version for KScreenlocker, use correct DBUS path (authored by bruns). REPOSITORY R120 Plasma Workspace CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D15229?vs

D15228: Export install location for DBUS interfaces via CMake

2018-09-03 Thread Stefan Brüns
This revision was automatically updated to reflect the committed changes. Closed by commit R133:bfd3fe9cbe02: Export install location for DBUS interfaces via CMake (authored by bruns). REPOSITORY R133 KScreenLocker CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D15228?vs=40880&id=4093

D15093: Add WireGuard capability.

2018-09-03 Thread Pino Toscano
pino added a comment. In D15093#319336 , @andersonbruce wrote: > If you as a representative of the plasma-nm philosophy have a preference on which way to go or have a brilliant idea which solves all the problems, I will follow your lead.

D14999: [PanelShadows] Use 0 offset for disabled borders on Wayland

2018-09-03 Thread Vlad Zagorodniy
This revision was automatically updated to reflect the committed changes. Closed by commit R120:1cfe69b80d47: [PanelShadows] Use 0 offset for disabled borders on Wayland (authored by zzag). REPOSITORY R120 Plasma Workspace CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D14999?vs=40216

D15247: Show tooltips in krunner

2018-09-03 Thread Oleg Solovyov
McPain created this revision. Herald added a project: Plasma. Herald added a subscriber: plasma-devel. McPain requested review of this revision. REVISION SUMMARY In case of something long in krunner you can't read the whole string because of one line restriction and fixed krunner width. Th

D15243: Remove some double look-ups

2018-09-03 Thread Kai Uwe Broulik
broulik added a comment. +1 INLINE COMMENTS > delegaterecycler.cpp:73 > +if (*itRef <= 0) { > m_refs.remove(component); > + `m_refs.erase(itRef)`? > delegaterecycler.cpp:83 > +if (items.length() >= s_cacheSize) { > item->deleteLater(); > return; Unrelated

D14895: Plasmashell freezes when trying to get free space info from mounted remote filesystem after losing connection to it

2018-09-03 Thread Oleg Solovyov
McPain updated this revision to Diff 40923. CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D14895?vs=39934&id=40923 REVISION DETAIL https://phabricator.kde.org/D14895 AFFECTED FILES dataengines/soliddevice/CMakeLists.txt dataengines/soliddevice/soliddeviceengine.cpp dataengines/

D15245: Start looking for the context from the delegate itself

2018-09-03 Thread Aleix Pol Gonzalez
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 Rather than the view, otherwise we don't get to access the view's properties, which may be usefu

D15243: Remove some double look-ups

2018-09-03 Thread Aleix Pol Gonzalez
apol updated this revision to Diff 40919. apol added a comment. Add missing part REPOSITORY R169 Kirigami CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D15243?vs=40915&id=40919 BRANCH master REVISION DETAIL https://phabricator.kde.org/D15243 AFFECTED FILES src/delegaterec

D15243: Remove some double look-ups

2018-09-03 Thread Aleix Pol Gonzalez
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. TEST PLAN My apps still work REPOSITORY R169 Kirigami BRANCH master REVISION DETAIL https://phabricator.kd

Plasma 5.14 Release Announcement

2018-09-03 Thread Kai Uwe Broulik
Hi all, please fill in all the exciting stuff you've been working on this release cycle into the following etherpad: https://notes.kde.org/p/plasma_5_14 For Plasma 5.14 I would suggest we let our awesome new promo folks come up with an announcement. What do you think? Thanks Kai Uwe

Monday meeting notes for 2018-09-03 (week 36)

2018-09-03 Thread Roman Gilg
Marco: - DONE - Kirigami: * irc and matrix channels, all bridged together (done by Bhushan) * start translations for kirigami gallery in its standalone repo * bugfix: refine when icons get forced to monochrome and when not, should fix mobile issues on some apps getting colored icons forced

D15226: Check against QRect whether pointer is inside DecorationButton

2018-09-03 Thread Vlad Zagorodniy
This revision was automatically updated to reflect the committed changes. Closed by commit R129:c9cfd840137b: Check against QRect whether pointer is inside DecorationButton (authored by zzag). REPOSITORY R129 Window Decoration Library CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D15

D15226: Check against QRect whether pointer is inside DecorationButton

2018-09-03 Thread David Edmundson
davidedmundson accepted this revision. davidedmundson added a comment. thanks REPOSITORY R129 Window Decoration Library BRANCH fix-hover-with-zero-spacing REVISION DETAIL https://phabricator.kde.org/D15226 To: zzag, #kwin, davidedmundson Cc: davidedmundson, plasma-devel, ragreen, Pite

D15226: Check against QRect whether pointer is inside DecorationButton

2018-09-03 Thread Vlad Zagorodniy
zzag updated this revision to Diff 40905. zzag added a comment. Add `contais` method REPOSITORY R129 Window Decoration Library CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D15226?vs=40900&id=40905 BRANCH fix-hover-with-zero-spacing REVISION DETAIL https://phabricator.kde.or

D15226: Check against QRect whether pointer is inside DecorationButton

2018-09-03 Thread Vlad Zagorodniy
zzag added a comment. In D15226#319409 , @davidedmundson wrote: > would adding > > bool DecorationButton::contains(QPoint) const > > make sense? Yes, it would. I'll add this method. :-) REPOSITORY R129 Window Decoration Library

D15226: Check against QRect whether pointer is inside DecorationButton

2018-09-03 Thread David Edmundson
davidedmundson accepted this revision. davidedmundson added a comment. This revision is now accepted and ready to land. would adding bool DecorationButton::contains(QPoint) const make sense? INLINE COMMENTS > decoration.cpp:386 > for (DecorationButton *button : d->buttons) { >

D15226: Check against QRect whether pointer is inside DecorationButton

2018-09-03 Thread Vlad Zagorodniy
zzag updated this revision to Diff 40900. zzag added a comment. Add test REPOSITORY R129 Window Decoration Library CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D15226?vs=40876&id=40900 BRANCH fix-hover-with-zero-spacing REVISION DETAIL https://phabricator.kde.org/D15226 AF

D11909: Properly use kpackage_install_package

2018-09-03 Thread Vlad Zagorodniy
This revision was automatically updated to reflect the committed changes. Closed by commit R31:45ca8d95d543: Properly use kpackage_install_package (authored by zzag). REPOSITORY R31 Breeze CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D11909?vs=31238&id=40899 REVISION DETAIL https

D15233: Add a tooltip for the appentry in the kicker

2018-09-03 Thread Ivan Razzhivin
underwit created this revision. Herald added a project: Plasma. Herald added a subscriber: plasma-devel. underwit requested review of this revision. REVISION SUMMARY Hello! My improvement shows a tooltip for applications in ther kicker menu. REPOSITORY R119 Plasma Desktop REVISION DETAIL

D15093: Add WireGuard capability.

2018-09-03 Thread Bruce Anderson
andersonbruce added inline comments. INLINE COMMENTS > pino wrote in wireguard.cpp:175-178 > KConfig already supports comma-separated lists -- just pass QStringList() as > `default` value to readEntry(), so KConfigGroup knows the value is a list. The problem with using the KConfig method is if

D15093: Add WireGuard capability.

2018-09-03 Thread Bruce Anderson
andersonbruce added a comment. In D15093#319253 , @pino wrote: > Much better now! > > - regarding the UI for all the pre/post scripts: since they are file paths, better use a KUrlRequester widget (limited to local existing files only, no URL