D15185: Fix kscreenlocker_greet --switchuser

2018-09-01 Thread David Edmundson
This revision was automatically updated to reflect the committed changes. Closed by commit R120:747135631bfe: Fix kscreenlocker_greet --switchuser (authored by davidedmundson). REPOSITORY R120 Plasma Workspace CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D15185?vs=40765=40805

D15197: Clarify docs in startkde about shtudown

2018-09-01 Thread David Edmundson
davidedmundson created this revision. Herald added a project: Plasma. Herald added a subscriber: plasma-devel. davidedmundson requested review of this revision. TEST PLAN N/A REPOSITORY R120 Plasma Workspace BRANCH dave REVISION DETAIL https://phabricator.kde.org/D15197 AFFECTED FILES

D15187: Merge switch user dialog into lockscreen

2018-09-01 Thread David Edmundson
This revision was automatically updated to reflect the committed changes. Closed by commit R120:084b9a408cda: Merge switch user dialog into lockscreen (authored by davidedmundson). CHANGED PRIOR TO COMMIT https://phabricator.kde.org/D15187?vs=40768=40806#toc REPOSITORY R120 Plasma Workspace

D15187: Merge switch user dialog into lockscreen

2018-09-01 Thread David Edmundson
davidedmundson added inline comments. INLINE COMMENTS > mart wrote in server.cpp:1095 > should we need some confirmation from the screenlocker that the operation > actually went well? good question. The method is void, but we could still throw an error. I checked all our code that calls this

D15186: Install our org.kde.screensaver interface definition

2018-09-01 Thread David Edmundson
This revision was automatically updated to reflect the committed changes. Closed by commit R133:a1960594cba7: Install our org.kde.screensaver interface definition (authored by davidedmundson). REPOSITORY R133 KScreenLocker CHANGES SINCE LAST UPDATE

D15201: Move logout-greeter into it's own subdir out of ksmserver

2018-09-01 Thread David Edmundson
davidedmundson created this revision. davidedmundson added a reviewer: Plasma. Herald added a project: Plasma. Herald added a subscriber: plasma-devel. davidedmundson requested review of this revision. REVISION SUMMARY No code or behavioural changes, just code tidying. REPOSITORY R120 Plasma

D15202: Move kcheckrunning into startkde

2018-09-01 Thread David Edmundson
davidedmundson created this revision. davidedmundson added a reviewer: Plasma. Herald added a project: Plasma. Herald added a subscriber: plasma-devel. davidedmundson requested review of this revision. REVISION SUMMARY kcheckrunning is only used by startkde, it shouldn't be in the ksmserver

D15206: [Kickoff] Add a subtle separator line between the header and the content view

2018-09-01 Thread Nathaniel Graham
ngraham created this revision. ngraham added reviewers: Plasma, VDG. Herald added a project: Plasma. Herald added a subscriber: plasma-devel. ngraham requested review of this revision. REVISION SUMMARY This is another idea that shook out of D15011 . In

D15209: RFC: Port scripting to Qt WebEngine

2018-09-01 Thread Fabian Vogt
fvogt created this revision. fvogt added a reviewer: Plasma. Herald added a project: Plasma. fvogt requested review of this revision. REVISION SUMMARY Unfortunately it relies on Qt WebKit features quite intensely, so a few godawful hacks were necessary to make it work. Most of those are