Re: [Interest] Qt signal when system is awakened

2013-07-23 Thread Mandeep Sandhu
I'm not aware of any such signal coming to Qt from the OS. Does the session ID have an expiry time? If you can detect such a (expiry) timeout, maybe you can initiate a re-fetch automatically (using timers)? -mandeep On Wed, Jul 24, 2013 at 10:46 AM, Tony Rietwyk wrote: > Hi Everybody, > > My a

Re: [Interest] Is QProcess really reentrant?

2013-07-23 Thread Thiago Macieira
On terça-feira, 23 de julho de 2013 21:58:03, Bill Crocker wrote: > (gdb) where > #0 0x08bae58e in QObjectPrivate::QObjectPrivate(int) () > #1 0x08bae890 in QObject::QObject(QObject*) () > #2 0x08bb49ff in QSocketNotifier::QSocketNotifier(int, > QSocketNotifier::Type, QObject*) () > #3 0x08b7d7

Re: [Interest] QMap and thread-safe.

2013-07-23 Thread Thiago Macieira
On terça-feira, 23 de julho de 2013 22:20:48, william.croc...@analog.com wrote: > > If you want to be 100% certain, I suggest you do your own simple map > > implementation. It's easy enough to do, if you don't have a huge set of > > requirements. And you can probably use the QMap hashing, I'm prett

[Interest] Setting application wide proxy settings

2013-07-23 Thread ozemale
I have posted previously about my efforts to get Google Maps to display in WebView.  I discovered that I needed to install OpenSSL so that HTTPS could be used for some of the Google APIs. That's all well and good but now on a different machine I am having touble configuring Qt to use the system pr

Re: [Interest] QML Video Element Error Query

2013-07-23 Thread Akshay Ratan
Hello, Thanks for the reply ! On Tue, Jul 23, 2013 at 3:53 PM, Lopes Yoann wrote: > Hi, > > Metadata properties are not always available depending on the underlying > multimedia backend. I'm guessing you are using the GStreamer backend since > you are working on KDE Plasma. Unfortunately the

Re: [Interest] QML Video Element Error Query

2013-07-23 Thread Lopes Yoann
Hi, Metadata properties are not always available depending on the underlying multimedia backend. I'm guessing you are using the GStreamer backend since you are working on KDE Plasma. Unfortunately the videoFrameRate property is not available with that backend. Yoann Lopes Senior Software Engin

Re: [Interest] WebView in Qt 5.1 - first impressions

2013-07-23 Thread John C. Turnbull
After a bit more testing it seems the actual performance of WebView is not that bad when the mitigating factors highlighted in this list are taken into consideration. I am more concerned by the behavioural quirks especially in the way mouse clicking, double-clicking and dragging work (or don't