TeamWords icon indicating copy to clipboard operation
TeamWords copied to clipboard

Move codebase to the new WebEngine

Open navrocky opened this issue 8 years ago • 4 comments

This is a required step cause WebKit already deprecated for a long time

navrocky avatar Jul 07 '16 16:07 navrocky

Yeah, I tried to rewrite TeamWords using Qt 5.6 but seems that WebEngine does not support webkit plugins that are needed for notifications

Snegovikufa avatar Jul 08 '16 04:07 Snegovikufa

@navrocky if you share some information about notifications in QtWebEngine you will help a lot

Snegovikufa avatar Jul 08 '16 09:07 Snegovikufa

https://trello.com/c/SEwvMCfx/225-implement-desktop-notifications-on-the-qtwebengine-side

Snegovikufa avatar Jul 11 '16 14:07 Snegovikufa

I think we can inject self implemented Notification object to target site and thus handle notifications

https://www.w3.org/TR/notifications/#api

To interact with self implemented Notification object we can use QWebChannel

navrocky avatar Jul 21 '16 09:07 navrocky