Re: [Development] Solaris support in Qt 5?

2013-11-02 Thread John Layt
On 2 November 2013 16:52, Thiago Macieira wrote: > On sábado, 2 de novembro de 2013 13:06:43, John Layt wrote: >> Hi, >> >> Just wondering if anyone knows about the state of Solaris support in >> Qt 5, or if anyone is actively working on it? Over in KDE we're >> ripping out some time zone code th

Re: [Development] Qt 4.8.6 Release Plans

2013-11-02 Thread Thiago Macieira
On quarta-feira, 30 de outubro de 2013 07:29:56, Turunen Tuukka wrote: > We should have the applications made with Qt 4.8.5 on Mac OS 10.7 (for > example) working in 10.9 without serious issues. And we should be able to > agree together what is a serious enough issue to take the risk with 5.2 > get

Re: [Development] Solaris support in Qt 5?

2013-11-02 Thread Thiago Macieira
On sábado, 2 de novembro de 2013 13:06:43, John Layt wrote: > Hi, > > Just wondering if anyone knows about the state of Solaris support in > Qt 5, or if anyone is actively working on it? Over in KDE we're > ripping out some time zone code that currently supports Solaris and I > was wondering if I

Re: [Development] QML, Widgets, and setParent

2013-11-02 Thread Konrad Rosenbaum
On Saturday 02 November 2013, Kevin Krammer wrote: > The Qt4 code does not call setParent if the object is a widget and the > parent is not, e.g. if the parent is a layout. Still seems to work quite > well. > > Maybe it would still work if the Qt5 code did something like this: > > if (!o->isWidge

[Development] Color Management support in Qt 5?

2013-11-02 Thread John Layt
Hi, I'm wondering if anyone is working on color management support in Qt 5? I know there was some thought about it before 5.0 and vague suggestions about support in 5.1 or 5.2, but I suspect that was lost in the move from Nokia to Digia? Cheers! John. ___

[Development] Solaris support in Qt 5?

2013-11-02 Thread John Layt
Hi, Just wondering if anyone knows about the state of Solaris support in Qt 5, or if anyone is actively working on it? Over in KDE we're ripping out some time zone code that currently supports Solaris and I was wondering if I needed to add Solaris tz support in Qt 5? If Qt 5 doesn't even build o

Re: [Development] QML, Widgets, and setParent

2013-11-02 Thread Kevin Krammer
On Saturday, 2013-11-02, 11:25:07, Konrad Rosenbaum wrote: > Hi, > > On Saturday 02 November 2013, Kevin Krammer wrote: > > On Thursday, 2013-10-31, 20:17:43, Konrad Rosenbaum wrote: > > > I've got it running > > > for trivial QML files, however as soon as there are child widgets the > > > running

Re: [Development] QML, Widgets, and setParent

2013-11-02 Thread Konrad Rosenbaum
Hi, On Saturday 02 November 2013, Kevin Krammer wrote: > On Thursday, 2013-10-31, 20:17:43, Konrad Rosenbaum wrote: > > I've got it running > > for trivial QML files, however as soon as there are child widgets the > > running program aborts. > > > > The abort is caused by QObject::setParent, whic

Re: [Development] QML, Widgets, and setParent

2013-11-02 Thread Kevin Krammer
On Thursday, 2013-10-31, 20:17:43, Konrad Rosenbaum wrote: > Hi, > > I'm trying to port KDAB's DeclarativeWidgets[1] to Qt5. Cool! > I've got it running > for trivial QML files, however as soon as there are child widgets the > running program aborts. > > The abort is caused by QObject::setPare