D6776: Don't perform wayland specific fixes when on X

2017-07-19 Thread David Edmundson
This revision was automatically updated to reflect the committed changes. Closed by commit R242:a0e5bb3ea70d: Don't perform wayland specific fixes when on X (authored by davidedmundson). REPOSITORY R242 Plasma Framework (Library) CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D6776?vs

D6776: Don't perform wayland specific fixes when on X

2017-07-19 Thread Marco Martin
mart accepted this revision. This revision is now accepted and ready to land. REPOSITORY R242 Plasma Framework (Library) BRANCH origin-master (branched from master) REVISION DETAIL https://phabricator.kde.org/D6776 To: davidedmundson, #plasma, mart Cc: graesslin, plasma-devel, #frameworks

D6776: Don't perform wayland specific fixes when on X

2017-07-19 Thread David Edmundson
davidedmundson updated this revision to Diff 16911. davidedmundson added a comment. Fixed comment nonsense. Shuffled other code REPOSITORY R242 Plasma Framework (Library) CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D6776?vs=16899&id=16911 BRANCH origin-master (branched from m

D6776: Don't perform wayland specific fixes when on X

2017-07-18 Thread Martin Flöser
graesslin added a comment. Your commit message has a typo where X is written but Wayland is meant. INLINE COMMENTS > dialog.cpp:1160 > > -if (ee->region().isNull()) { > +if (ee->region().isNull() || KWindowSystem::isPlatformX11()) { > return QQuickWindow::event(

D6776: Don't perform wayland specific fixes when on X

2017-07-18 Thread David Edmundson
davidedmundson created this revision. Restricted Application added projects: Plasma, Frameworks. Restricted Application added subscribers: Frameworks, plasma-devel. REVISION SUMMARY https://phabricator.kde.org/R242:fd2e850156ac7aa9c9dc2cf46652b2a1f1fc3a07 introduces some behaviour changes tha