Fix window activation on Windows
ClosedPublic

Authored by smartins on May 29 2019, 6:23 PM.

Details

Reviewers
cullmann
Group Reviewers
Kate
Summary

Windows doesn't use the dbus stuff and instead uses qtsingleapplication,
which does support window activation if setActivationWindow is called.

setActivationWindow wasn't called anywhere.

CCBUG: 407288

Test Plan

tested it on Windows 10 and it worked

Diff Detail

Lint
Lint Skipped
Unit
Unit Tests Skipped
smartins created this revision.May 29 2019, 6:23 PM
Restricted Application added a project: Kate. · View Herald TranscriptMay 29 2019, 6:23 PM
Restricted Application added a subscriber: kwrite-devel. · View Herald Transcript
smartins requested review of this revision.May 29 2019, 6:23 PM
cullmann accepted this revision.May 30 2019, 10:28 AM

Ok, seems reasonable, please push this.
Thanks for taking care of this on Windows!

This revision is now accepted and ready to land.May 30 2019, 10:28 AM
brauch added a subscriber: brauch.May 30 2019, 11:09 AM

Great to have this fixed, thank you!