Re: [Interest] [Qt-Interest] Shut down "Qt-Interest" list (nokia) in favor of "Interest" (qt-project)?

2012-02-10 Thread Alex Malyushytskyy
I would shut down qt-inter...@qt.nokia.com completely. Currently it has more traffic than interest@qt-project.org This means you need to check both location if you like to stay in the stream. Alex ___ Interest mailing list Interest@qt-project.org http:/

Re: [Interest] [Qt-Interest] Shut down "Qt-Interest" list (nokia) in favor of "Interest" (qt-project)?

2012-02-10 Thread Sivan Greenberg
On Fri, Feb 10, 2012 at 4:36 PM, K. Frank wrote: > do easily, but maybe we could even have the old list cross-post > its traffic to the new list during the transition period. I'd opt to allow people to send to the old alias, I reckon there's should be a feature or otherwise it is a non brainer co

Re: [Interest] QDate::fromString() parse error?

2012-02-10 Thread Charley Bay
> > This *has* to work, but doesn't: > > // ...returns invalid QDate... > QDate my_date = QDate::fromString("01/18/12", "MM/dd/YY" ); > > Why doesn't this work? , > > Thomas Meyer respondeth: > Hi, > possible with small y? > That's it! Sorry to bother everybody, it was part of a much

Re: [Interest] QDate::fromString() parse error?

2012-02-10 Thread Thomas Meyer
Hi, possible with small y? Thomas Meyer PS: Sorry, for sending twice. Wrong button. Am 10.02.2012 19:11, schrieb Charley Bay: This *has* to work, but doesn't: // ...returns invalid QDate... QDate my_date = QDate::fromString("01/18/12", "MM/dd/YY" ); Why doesn't this work? I also tri

[Interest] QDate::fromString() parse error?

2012-02-10 Thread Charley Bay
This *has* to work, but doesn't: // ...returns invalid QDate... QDate my_date = QDate::fromString("01/18/12", "MM/dd/YY" ); Why doesn't this work? I also tried: // ...returns invalid QDate... QDate my_date = QDate::fromString("01/18/12", "MM'/'dd'/'YY" ); I don't get to control

Re: [Interest] Calculate FPS with QGLWidget - paintGL() is not called

2012-02-10 Thread Till Oliver Knoll
Am 10.02.2012 um 08:56 schrieb dietrich.gos...@continental-corporation.com: > Hi, > > I am trying to calculate the fps of my application. I know in general how to > do it, but my implemented QGLWidget doesn’t work properly. The paintGL() > Method doesn’t get called. > ... > And that’s my ma

Re: [Interest] [Qt-interest] built-in support of unix signals

2012-02-10 Thread Till Oliver Knoll
Am 10.02.2012 um 13:07 schrieb Maksim Kirillov : > Hi > > It is real fun to write things like described in > http://doc.qt.nokia.com/4.7/unix-signals.html, but, since Linux now > implements pselect() call, there could be a correctly working way to > handle signals inside event loop. Are there a

[Interest] [Qt-Interest] Shut down "Qt-Interest" list (nokia) in favor of "Interest" (qt-project)?

2012-02-10 Thread K. Frank
Hi Lists! There is still traffic from time to time on the "Qt-Interest" list (qt-inter...@qt.nokia.com). My understanding is that it has been replaced by the "Interest" list (interest@qt-project.org). (Please correct me if I am wrong.) It's not a big deal, but it's a minor nuisance to monitor bo

Re: [Interest] Calculate FPS with QGLWidget - paintGL() is not called

2012-02-10 Thread Dietrich . Gossen
Hi Samuel, thanks, that solved my Problem. Regards, Dietrich Gossen Continental Engineering Services Von:Samuel Rødal An: interest@qt-project.org Datum: 10.02.2012 09:11 Betreff:Re: [Interest] Calculate FPS with QGLWidget - paintGL() is not called Gesendet von: int

Re: [Interest] Calculate FPS with QGLWidget - paintGL() is not called

2012-02-10 Thread Samuel Rødal
On 02/10/2012 08:56 AM, ext dietrich.gos...@continental-corporation.com wrote: > > I am trying to calculate the fps of my application. I know in general > how to do it, but my implemented QGLWidget doesn’t work properly. The > paintGL() Method doesn’t get called. > > That’ how my own Widget GLWidg