[Development] Updating of 3rdparty stuff

2015-04-06 Thread Thiago Macieira
Any volunteers? -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

Re: [Development] Is QML Item design deliberately hindering C++ interaction?

2015-04-06 Thread Alan Ezust
Personally, I feel that it will not be possible to write QtQuick network applications without some C++ until QUrl and lists of QUrl are supported in QML. The way QUrl are converted into strings in QML currently makes things very difficult for me. ___ Deve