Re: [Interest] "When its ready"

2011-12-18 Thread Yves Bailly
Le 16/12/2011 13:02, Thiago Macieira a écrit : > On Friday, 16 de December de 2011 08.47.24, Yves Bailly wrote: >> Maybe split it in two or more "sub-libraries"? > > It's already split into multiple convenience sub-libraries. But the LTCG > compiles them all into a DLL at the final link time and th

Re: [Interest] QML introspection and dynamic component creation

2011-12-18 Thread Harri Pasanen
Ok, I wasn't reading carefully enough. I don't have that much javascript mileage under the belt, but coming from python I do see the value of introspection in some cases. Might still be worthwhile to think about the design, usually explicit is better than implicit. Harri On 12/18/2011 09:44 P

Re: [Interest] QML introspection and dynamic component creation

2011-12-18 Thread Bo Thorsen
Sorry, Harri, but that's not the problem here. The problem was to look at the list of ParameterPanel children and create the objects based on the introspection. The problem is how to figure out which objects to create, not how to create them. Dynamic creation itself is easy enough. There are s

[Interest] 4.8.0 QNetworkAccessManager (SOAP) failure

2011-12-18 Thread Frank Hemer
Since qt4.8.0, qtsoap with payload size > 8Mb fails. When using qt4.7.x, the _identical_ data transmission works like a charm. Watching the data transmission via tcpmon shows the request gets never sent. QNetworkAccessManager reports 'Network transport error (99): Unknown error' Details: This ha

Re: [Interest] Mac app store roadblock for Qt applications using QtWebKit

2011-12-18 Thread Ben Lau
On Sun, Dec 18, 2011 at 8:00 PM, Ben Lau wrote: > > > On Fri, Dec 16, 2011 at 11:36 PM, Till Oliver Knoll < > till.oliver.kn...@gmail.com> wrote: > >> >> * Qt app + QtWebKit: absolute no-go for Apple App Store >> >> * Qt App without QtWebKit: good to go (provided all the Qt "App Store" >> patches

Re: [Interest] Mac app store roadblock for Qt applications using QtWebKit

2011-12-18 Thread Ben Lau
On Fri, Dec 16, 2011 at 11:36 PM, Till Oliver Knoll < till.oliver.kn...@gmail.com> wrote: > > * Qt app + QtWebKit: absolute no-go for Apple App Store > > * Qt App without QtWebKit: good to go (provided all the Qt "App Store" > patches are applied) > It is pity to have this conclusion... Just inte