D26159: Drop KWindowSystem dependency

David Edmundson noreply at phabricator.kde.org
Sun Dec 22 19:08:07 GMT 2019


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.
  
  We can save a dependency.

TEST PLAN
  Windows: 
  Read code for windows QPA + kwindowsystem and it seemed like the 
  same underlying call
  
  X11:
   Ran ./ktextedittest. pressed control+f. Window had focus
  
  Wayland:
  Both calls will no-op. It needs new API, but when that does exist
  I'll make sure it's in QWayland.

REPOSITORY
  R310 KTextWidgets

BRANCH
  master

REVISION DETAIL
  https://phabricator.kde.org/D26159

AFFECTED FILES
  CMakeLists.txt
  src/CMakeLists.txt
  src/findreplace/kfinddialog.h
  src/widgets/ktextedit.cpp

To: davidedmundson
Cc: kde-frameworks-devel, LeGast00n, GB_2, michaelh, ngraham, bruns
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20191222/35c51fff/attachment.html>


More information about the Kde-frameworks-devel mailing list