Re: [Development] Conditional Deprecation Warnings

2013-10-12 Thread Keith Gardner
> > I had an idea about making conditional deprecation warnings for functions > > in Qt based on the destination platform. > > That might be useful, actually. > > But not for this case. Trying to call nativeArguments() on a non-Windows > platform already signals the problem with a full error. It's

Re: [Development] Requesting a playground repo for QtCertificateAddon

2013-10-12 Thread Thiago Macieira
On sábado, 12 de outubro de 2013 13:19:21, Richard Moore wrote: > I've written a set of classes using gnutls to provide a qt-style api > for creating SSL certificates. I'd like to bring it under the Qt > project umbrella as an addon, so I'm requesting a repository. > > The code can currently be fo

Re: [Development] Any plan to build Qt for iOS on linux/windows?

2013-10-12 Thread Mediator Software
The only value in having a non-Xcode built Qt application on iOS is for deploying to "Jailbroken" devices. You cannot build and sign an application that can be run on "stock" devices, nor can you submit such an app to the Apple App Store without Xcode, so it's very very unlikely that anyone wou

[Development] Difficulties using Qt's new categorized logging. How to install filters?

2013-10-12 Thread Mark
Hi, I just tried fiddling with the new Qt categorized logging and am hitting some difficulties. I've read the documentation [1] and had a discussion on irc (Qt-Labs) about how to install a global filter. The documentation states: // in a header Q_DECLARE_LOGGING_CATEGORY(QT_DRIVER_USB) // in one

[Development] Requesting a playground repo for QtCertificateAddon

2013-10-12 Thread Richard Moore
I've written a set of classes using gnutls to provide a qt-style api for creating SSL certificates. I'd like to bring it under the Qt project umbrella as an addon, so I'm requesting a repository. The code can currently be found here https://gitorious.org/qt-certificate-addon and the generated docs