D26159: Drop KWindowSystem dependency

2020-01-11 Thread David Edmundson
davidedmundson added a comment. There's a big difference between "I want to raise my window" and I "I want to raise $random window". We don't need to use this kwindowsystem api for the former, but kwin and plasma's task manager still need to use the latter. REPOSITORY R310

D26159: Drop KWindowSystem dependency

2020-01-11 Thread David Faure
dfaure added a comment. Why isn't KWindowSystem::activateWindow deprecated then? Because of the `time` argument? REPOSITORY R310 KTextWidgets REVISION DETAIL https://phabricator.kde.org/D26159 To: davidedmundson, apol Cc: dfaure, nicolasfella, kde-frameworks-devel, LeGast00n, GB_2,

D26159: Drop KWindowSystem dependency

2020-01-07 Thread Nicolas Fella
nicolasfella added a comment. Please also remove from kde-build-metadata REPOSITORY R310 KTextWidgets REVISION DETAIL https://phabricator.kde.org/D26159 To: davidedmundson, apol Cc: nicolasfella, kde-frameworks-devel, LeGast00n, GB_2, michaelh, ngraham, bruns

D26159: Drop KWindowSystem dependency

2020-01-07 Thread David Edmundson
This revision was automatically updated to reflect the committed changes. Closed by commit R310:3fec3efc99ac: Drop KWindowSystem dependency (authored by davidedmundson). REPOSITORY R310 KTextWidgets CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D26159?vs=72008=72961 REVISION DETAIL

D26159: Drop KWindowSystem dependency

2019-12-22 Thread Aleix Pol Gonzalez
apol accepted this revision. This revision is now accepted and ready to land. REPOSITORY R310 KTextWidgets BRANCH master REVISION DETAIL https://phabricator.kde.org/D26159 To: davidedmundson, apol Cc: kde-frameworks-devel, LeGast00n, GB_2, michaelh, ngraham, bruns

D26159: Drop KWindowSystem dependency

2019-12-22 Thread David Edmundson
davidedmundson added a task: T12413: RFC: Split KWindowSystem into KX11 and KHighLevelWindowStuff. REPOSITORY R310 KTextWidgets REVISION DETAIL https://phabricator.kde.org/D26159 To: davidedmundson Cc: kde-frameworks-devel, LeGast00n, GB_2, michaelh, ngraham, bruns

D26159: Drop KWindowSystem dependency

2019-12-22 Thread David Edmundson
davidedmundson created this revision. Herald added a project: Frameworks. Herald added a subscriber: kde-frameworks-devel. davidedmundson requested review of this revision. REVISION SUMMARY KWindowSystem activateWindow does the same thing as the QPA does when calling QWindow::requestActivate.