D26513: Port KNotification from KWindowSystem

2020-01-08 Thread David Edmundson
This revision was automatically updated to reflect the committed changes.
Closed by commit R289:32c84f532f66: Port KNotification from KWindowSystem 
(authored by davidedmundson).

REPOSITORY
  R289 KNotifications

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D26513?vs=73027=73107

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

AFFECTED FILES
  src/knotification.cpp

To: davidedmundson, nicolasfella
Cc: kde-frameworks-devel, LeGast00n, GB_2, michaelh, ngraham, bruns


D26513: Port KNotification from KWindowSystem

2020-01-08 Thread David Edmundson
davidedmundson added a task: T12413: RFC: Split KWindowSystem into KX11 and 
KHighLevelWindowStuff.

REPOSITORY
  R289 KNotifications

BRANCH
  master

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

To: davidedmundson, nicolasfella
Cc: kde-frameworks-devel, LeGast00n, GB_2, michaelh, ngraham, bruns


D26513: Port KNotification from KWindowSystem

2020-01-08 Thread Nicolas Fella
nicolasfella added a dependent revision: D26532: Don't use KWindowSystem on 
Android.

REPOSITORY
  R289 KNotifications

BRANCH
  master

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

To: davidedmundson, nicolasfella
Cc: kde-frameworks-devel, LeGast00n, GB_2, michaelh, ngraham, bruns


D26513: Port KNotification from KWindowSystem

2020-01-07 Thread Nicolas Fella
nicolasfella accepted this revision.
This revision is now accepted and ready to land.

REPOSITORY
  R289 KNotifications

BRANCH
  master

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

To: davidedmundson, nicolasfella
Cc: kde-frameworks-devel, LeGast00n, GB_2, michaelh, ngraham, bruns


D26513: Port KNotification from KWindowSystem

2020-01-07 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 system call as
  QWindow::requestActivate for X11 and Windows and both currently do
  nothing on wayland.
  
  May as well use Qt implementation

REPOSITORY
  R289 KNotifications

BRANCH
  master

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

AFFECTED FILES
  src/knotification.cpp

To: davidedmundson
Cc: kde-frameworks-devel, LeGast00n, GB_2, michaelh, ngraham, bruns