Re: [Development] QtWebChannel: Upstreaming of Python client

2018-05-24 Thread Arno Rehn
Hey everbody, Am 15.02.2017 um 20:07 schrieb Milian Wolff: On Mittwoch, 15. Februar 2017 11:15:13 CET Jonathan Liu wrote: I agree, this sounds pretty useful, especially given that we’re also working again on pyside since this spring. ...especially an implementation in Python and C++ both from

Re: [Development] QtWebChannel: Upstreaming of Python client

2017-02-15 Thread Milian Wolff
On Mittwoch, 15. Februar 2017 11:15:13 CET Jonathan Liu wrote: > >> I agree, this sounds pretty useful, especially given that we’re also > >> working again on pyside since this spring. > >> > >> ...especially an implementation in Python and C++ both from the Qt > >> Project could be a really

Re: [Development] QtWebChannel: Upstreaming of Python client

2017-02-15 Thread Jonathan Liu
Hi Arno, On 26 October 2016 at 19:32, Arno Rehn wrote: > On 25.10.2016 13:36, Johannes Lochmann wrote: > >> Hi Arno, >> >> On 24 October 2016 at 00:53, Arno Rehn >>> wrote: >>> Hey everybody, At my company we've developed a

Re: [Development] QtWebChannel: Upstreaming of Python client

2016-11-07 Thread Milian Wolff
On Wednesday, October 26, 2016 10:32:32 AM CET Arno Rehn wrote: > On 25.10.2016 13:36, Johannes Lochmann wrote: > > Hi Arno, > > > >> On 24 October 2016 at 00:53, Arno Rehn > >> > >> wrote: > >>> Hey everybody, > >>> > >>> At my company we've developed a Python client

Re: [Development] QtWebChannel: Upstreaming of Python client

2016-10-26 Thread Arno Rehn
On 25.10.2016 13:36, Johannes Lochmann wrote: Hi Arno, On 24 October 2016 at 00:53, Arno Rehn wrote: Hey everybody, At my company we've developed a Python client for QtWebChannel. It consists of a more or less direct translation of qwebchannel.js and an additional

Re: [Development] QtWebChannel: Upstreaming of Python client

2016-10-25 Thread Johannes Lochmann
Hi Arno, >On 24 October 2016 at 00:53, Arno Rehn wrote: >> Hey everybody, >> >> At my company we've developed a Python client for QtWebChannel. It >> consists of a more or less direct translation of qwebchannel.js and >> an additional layer on top of it, providing

Re: [Development] QtWebChannel: Upstreaming of Python client

2016-10-25 Thread Lars Knoll
On 25/10/16 05:17, "Development on behalf of Jonathan Liu" wrote: >Hi Arno, > >On 24 October 2016 at 00:53, Arno Rehn wrote: >> Hey everybody, >> >> At my company we've developed a

Re: [Development] QtWebChannel: Upstreaming of Python client

2016-10-24 Thread Jonathan Liu
Hi Arno, On 24 October 2016 at 00:53, Arno Rehn wrote: > Hey everybody, > > At my company we've developed a Python client for QtWebChannel. It > consists of a more or less direct translation of qwebchannel.js and an > additional layer on top of it, providing async/await

[Development] QtWebChannel: Upstreaming of Python client

2016-10-23 Thread Arno Rehn
Hey everybody, At my company we've developed a Python client for QtWebChannel. It consists of a more or less direct translation of qwebchannel.js and an additional layer on top of it, providing async/await syntax support for Python3.5+. Ideally, we'd like to push this upstream. Before I post a