Re: [Development] state of Qt's Australia office

2012-07-31 Thread lorn.potter
On 01/08/2012, at 1:00 PM, "ext lorn.pot...@nokia.com" wrote: > Hi all, > > We have received word that the Brisbane Australia office, consisting of the > teams working on Qt3D, QtDeclarative, QtMultimedia, QtSensors, and QtSystems > modules, as well as the CI/QA team for Qt, will be shut dow

[Development] state of Qt's Australia office

2012-07-31 Thread lorn.potter
Hi all, We have received word that the Brisbane Australia office, consisting of the teams working on Qt3D, QtDeclarative, QtMultimedia, QtSensors, and QtSystems modules, as well as the CI/QA team for Qt, will be shut down. Our last day is August 31. The individual developers still retain their

Re: [Development] Move math3d from QtGui to QtCore

2012-07-04 Thread lorn.potter
On 05/07/2012, at 5:31 AM, ext Thiago Macieira wrote: > > I don't know what other applications would use these classes you're proposing > to move. You have to show me that. advanced motion/computer vision gesture recognition systems could make use of them. I agree these classes should be lo

Re: [Development] Proposal: Remove QML from Qt's code base (OR: Should it be a requirement that Qt Modules are interoperable?)

2012-07-03 Thread lorn.potter
On 04/07/2012, at 1:46 PM, ext d3fault wrote: > > Now let's get out our conspiracy theory watches (so we can see how much time > we waste speculating): It's plausible that Microsoft directed Nokia into > purchasing Trolltech with the sole intentions of segregating the community > (divide and

Re: [Development] Deprecation warnings are enabled

2012-04-30 Thread lorn.potter
On 01/05/2012, at 12:07 AM, ext Thiago Macieira wrote: > On sexta-feira, 27 de abril de 2012 23.02.58, Thiago Macieira wrote: >> Just a notice to all devs: >> >> Since 0df1c9f1fa04c06d6105de3f312c6c752a58ad70 integrated on Wednesday, all >> Qt modules have deprecation warnings enabled now. That

Re: [Development] [Interest] Qt 5.0 alpha released

2012-04-03 Thread lorn.potter
On 04/04/2012, at 4:47 AM, ext Sivan Greenberg wrote: > On Tue, Apr 3, 2012 at 7:14 PM, Girish Ramakrishnan > wrote: >> Window desktop components still don't exist but Widgets work just fine >> with Qt5 just like in Qt4. > > They are in the works right? > >> >> Symbian is no longer supported

Re: [Development] Maintainer "TrustMes"

2012-04-02 Thread lorn.potter
On 02/04/2012, at 11:56 PM, ext Thiago Macieira wrote: > > If no one else wants to learn about it, there's little I can do about it. I'm > no one's boss. But I still have a responsibility to ensure all changes are > reviewed, including mine. I know a bit about it, and won't mind helping out.

Re: [Development] Nominating Girish Ramakrishnan for Approver status

2012-03-06 Thread lorn.potter
On 06/03/2012, at 7:06 PM, ext lars.kn...@nokia.com wrote: > Hi, > > I'd like to nominate Girish for Approver status. He's been around Qt for a > pretty long time, working for Trolltech a couple of years ago, then having > his own consultancy company doing Qt related work and he's now back > wor

Re: [Development] QLog ( Work on qDebug and friends)

2012-02-21 Thread lorn.potter
On 21/02/2012, at 8:28 PM, ext David Faure wrote: > On Tuesday 21 February 2012 10:21:29 lorn.pot...@nokia.com wrote: >> On 21/02/2012, at 7:36 PM, ext David Faure wrote: >>> On Tuesday 21 February 2012 06:28:38 wolfgang.b...@nokia.com wrote: I'm preferring having QLog active only if a confi

Re: [Development] QLog ( Work on qDebug and friends)

2012-02-21 Thread lorn.potter
On 21/02/2012, at 7:36 PM, ext David Faure wrote: > On Tuesday 21 February 2012 06:28:38 wolfgang.b...@nokia.com wrote: >> I'm preferring having QLog active only if a config file is there. >> It doesn't make sense to me at all having an environment variable that can >> activate QLog but not confi

Re: [Development] QTimeScheme for Qt - 5.0 or 5.1?

2012-01-27 Thread lorn.potter
On 28/01/2012, at 1:03 AM, ext Stephen Kelly wrote: > On Friday, January 27, 2012 13:30:35 Thiago Macieira wrote: > > Correct. What do we need extending them with? The only virtuals you left in > > the API were stream (which I didn't get) and utcOffset, which doesn't seem > > to need to be a virt

Re: [Development] QTimeScheme for Qt - 5.0 or 5.1?

2012-01-26 Thread lorn.potter
There is also this one: https://bugreports.qt-project.org/browse/QTBUG-71 I had working code (for 4.6), but lacked time to fix a few bugs and such. I started with the QTimeZone class in Qtopia. It did use the timezone database. I also had a windows<>Olsen conversion for all platforms. From: ext

[Development] new API: QSensorGesture

2012-01-13 Thread lorn.potter
Hi all, This is just a general email informing Qt developers about a new API in Qt 5 - QSensorGesture! http://doc.qt.nokia.com/qt5/qsensorgesture.html Of course, it also has a QML element - SensorGesture. http://doc.qt.nokia.com/qt5/qml-qtsensors5-sensorgesture.html There are a few simple gestur

Re: [Development] QSystemAlignedTimer to QtCore

2011-11-22 Thread lorn.potter
> I can email you more details if needed. > More food for thought http://harmattan-dev.nokia.com/docs/library/html/qmsystem2/classMeeGo_1_1QmHeartbeat.html Although not very QTimer like, which is why it was decided to not follow this timer too closely for QtMobility Lorn Potter Senior So

Re: [Development] QSystemAlignedTimer to QtCore

2011-11-21 Thread lorn.potter
On 21/11/2011, at 9:51 PM, ext shane.kea...@accenture.com wrote: > It should be used to extend the QTimer API. > Where the system doesn't support this kind of timer, then the in process > solution as in Thiago's blog should be used. > > Should there be a preferred interval? > For some use cases