Re: [Development] API Change in QtRemoteObjects

2016-01-02 Thread Ch'Gans
Was going through the changes out of curiosity and found that: Is a '\n' is missing at line 51? See https://codereview.qt-project.org/#/c/144624/10/examples/RemoteObjects/ModelViewClient/main.cpp My 2 cents, Chris On 3 January 2016 at 06:51, Stottlemyer, Brett (B.S.) wrote: > Hello, > > For thos

Re: [Development] API Change in QtRemoteObjects

2016-01-02 Thread charleyb123 .
Hi, Brett-- IMHO, this is a very good change. The library will be easier to use, and more accessible from QML. Also, now is probably the time to make such an API change. I'm watching this effort with great interest -- thanks for all your hard work. --charley On Sat, Jan 2, 2016 at 10:51 AM,

[Development] API Change in QtRemoteObjects

2016-01-02 Thread Stottlemyer, Brett (B.S.)
Hello, For those of you using the QtRemoteObjects playground module (QtRO for short), some changes went in over the holidays that changed the public API. So you will need to update your code when you update to any version of master past 16959709b59db45c07385ecc13b76061de851edf (or see the (merged

Re: [Development] Qt WebKit dependency in Qt Assistant

2016-01-02 Thread Alejandro Exojo
El Saturday 02 January 2016, Martin Koller escribió: > ... and I hope this is not the final plan (using QTextBrowser instead of a > real HTML engine), since then our help pages (we integrated assistant into > our product) would no longer render correctly. >From the commit message that I've linked

Re: [Development] Qt WebKit dependency in Qt Assistant

2016-01-02 Thread Thiago Macieira
On Saturday 02 January 2016 12:38:54 Martin Koller wrote: > On Saturday 02 January 2016 10:07:28 Alejandro Exojo wrote: > > El Saturday 02 January 2016, Aleix Pol escribió: > > > Hi, > > > One of the big news lately is the deprecation of Qt WebKit module. > > > > > > One of the Qt dependencies on

Re: [Development] Qt WebKit dependency in Qt Assistant

2016-01-02 Thread Martin Koller
On Saturday 02 January 2016 10:07:28 Alejandro Exojo wrote: > El Saturday 02 January 2016, Aleix Pol escribió: > > Hi, > > One of the big news lately is the deprecation of Qt WebKit module. > > > > One of the Qt dependencies on it is assistant (which is a tool I use > > quite often, really) and AF

Re: [Development] Qt WebKit dependency in Qt Assistant

2016-01-02 Thread Alejandro Exojo
El Saturday 02 January 2016, Aleix Pol escribió: > Hi, > One of the big news lately is the deprecation of Qt WebKit module. > > One of the Qt dependencies on it is assistant (which is a tool I use > quite often, really) and AFAIK it's using it quite thoroughly. It used > to be powered by QTextBrow