7.json (1234B)
1 { 2 "number": 7, 3 "title": "Scalar Integrations -> Windows has bug with webviews", 4 "state": "open", 5 "author": "MTRNord", 6 "created_at": "2017-08-23T18:51:44Z", 7 "closed_at": null, 8 "labels": [ 9 "bug", 10 "enhancement", 11 "help wanted", 12 "question", 13 "in progress" 14 ], 15 "assignees": [ 16 "MTRNord" 17 ], 18 "body": "As this qt binding has some issues with webviews either build a scalar like thingy into the desktop app or follow suggestion from https://github.com/therecipe/qt/wiki/FAQ#why-webengine-and-webview-are-not-working-", 19 "comments": [ 20 { 21 "author": "MTRNord", 22 "created_at": "2017-08-23T19:23:37Z", 23 "body": "Doc on Integrations/Scalar https://github.com/turt2live/matrix-dimension/blob/master/docs/scalar_client_api.md" 24 }, 25 { 26 "author": "MTRNord", 27 "created_at": "2017-12-21T20:46:14Z", 28 "body": "Some thaughts:\r\n- [x] Use this to map qt/go with JS -> http://doc.qt.io/archives/qt-4.8/qtwebkit-bridge.html \r\n- ~Need to modify HTML to add the listener or so. -> http://doc.qt.io/archives/qt-5.5/qwebframe.html#setHtml~\r\n- [ ] Implement Code from https://github.com/matrix-org/matrix-react-sdk/blob/develop/src/ScalarMessaging.js in Golang/qt" 29 } 30 ] 31 }