Re: [Development] Can we bring back QT += declarative?

2012-06-29 Thread Thiago Macieira
On quinta-feira, 28 de junho de 2012 23.53.51, martin.jo...@nokia.com wrote: > Reassigning "declarative" back to qtquick1 could be done. I'm not sure that > is an improvement since we have QtQuick 2 in the qtdeclarative module, so > it actually becomes more confusing. And the Qt Quick 2 library i

[Development] cmake files for qt5 problems with Qt5Quick/Qt5Qml modules on Mac OS X

2012-06-29 Thread Nils Jeisecke
Hi, I'm using cmake for building my stuff so the new cmake support directly in Qt5 is really appreciated. Thanks Stephen and KDAB! There's a problem with the Qt5Quick and Qt5Qml modules though. The generated configuration files don't work and I had to make some adjustments to let things build. q

[Development] QtCS: Javascript backend session

2012-06-29 Thread Donald Carr
Did anyone manage to grab notes from this session? -- ---  °v°  Donald Carr /(_)\ Vaguely Professional Penguin lover  ^ ^ Cave canem, te necet lingendo Chasing my own tail; hate to see me leave, love to watch me go Feeding the trolls is only marginally more rewarding

Re: [Development] Names of speakers for Qt CS videos

2012-06-29 Thread Daker Pinheiro
Hi Quim, I was at the Betting on Qt Quick and Qt Quick Desktop sections. Cheers, On Thu, Jun 28, 2012 at 10:25 AM, wrote: > Hi, we are producing the videos of the Qt Contributors Summit and we need > URGENTLY the names of all the speakers taking part in recorded sessions at > the Galerie room

Re: [Development] Notes from the QWidget session

2012-06-29 Thread Uwe Rathmann
On 06/29/2012 09:04 AM, gunnar.sle...@nokia.com wrote: > I see a people having a certain technology, say charting, which is > encapsulated in a QWidget, and it should be possible to integrate those > technologies into QtQuick 2.0. In fact this is not a good example as the code for displaying ch

Re: [Development] Q_Q(), static_cast or reinterpret_cast?

2012-06-29 Thread Thiago Macieira
On sexta-feira, 29 de junho de 2012 14.14.07, Alberto Mardegan wrote: > I recompiled the whole project with -g, and now it's magically working. > Not sure why, but at this point it's obvious that the problem was on my > side. -g shouldn't make a difference... except if you were trying to debug som

Re: [Development] Q_Q(), static_cast or reinterpret_cast?

2012-06-29 Thread Alberto Mardegan
On 06/29/2012 02:17 PM, Thiago Macieira wrote: > On sexta-feira, 29 de junho de 2012 13.14.41, Alberto Mardegan wrote: >> Hi all, >> I just run into an issue in Qt 4.8 QDeclarativeItem (but please read >> on, the topic regards qt5 too): the geometryChanged() virtual method is >> not invoked whe

Re: [Development] Notes from the QWidget session

2012-06-29 Thread Иван Комиссаров
Ok, i'll do that on a gitorious. 2012/6/29 Olivier Goffart > On Friday 29 June 2012 12:52:23 Иван Комиссаров wrote: > > So, what should i do to create a new playground project for new widgets? > > According to > > http://qt-project.org/wiki/Creating-a-new-module-or-tool-for-Qti need to > > discu

Re: [Development] Q_Q(), static_cast or reinterpret_cast?

2012-06-29 Thread Thiago Macieira
On sexta-feira, 29 de junho de 2012 13.14.41, Alberto Mardegan wrote: > Hi all, >I just run into an issue in Qt 4.8 QDeclarativeItem (but please read > on, the topic regards qt5 too): the geometryChanged() virtual method is > not invoked when the size of the item is changed by modifying the > "

Re: [Development] Q_Q(), static_cast or reinterpret_cast?

2012-06-29 Thread Alberto Mardegan
On 06/29/2012 01:54 PM, Olivier Goffart wrote: > On Friday 29 June 2012 13:14:41 Alberto Mardegan wrote: > >> So, it seems that q->geometryChanged() invokes just >> QDeclarativeItem::geometryChanged(), ignoring the fact that it's a >> virtual method. That is because the q_func() invoked with the Q

Re: [Development] Notes from the QWidget session

2012-06-29 Thread Olivier Goffart
On Friday 29 June 2012 12:52:23 Иван Комиссаров wrote: > So, what should i do to create a new playground project for new widgets? > According to > http://qt-project.org/wiki/Creating-a-new-module-or-tool-for-Qti need to > discuss module on a mailing list first:) > > I prefer to have work in a QtWi

Re: [Development] Notes from the QWidget session

2012-06-29 Thread Olivier Goffart
On Friday 29 June 2012 11:50:55 Alan Alpert wrote: > On Tue, 26 Jun 2012 12:56:06 ext Harri Porten wrote: > > - Converter of .ui files to QML? > > That's a good idea, and actually pretty close to useful already. All you > really need to do is to register all the QWidget types into a QtWidgets >

Re: [Development] Q_Q(), static_cast or reinterpret_cast?

2012-06-29 Thread Olivier Goffart
On Friday 29 June 2012 13:14:41 Alberto Mardegan wrote: > So, it seems that q->geometryChanged() invokes just > QDeclarativeItem::geometryChanged(), ignoring the fact that it's a > virtual method. That is because the q_func() invoked with the Q_Q() > macro uses a static_cast(), which doesn't care

[Development] Q_Q(), static_cast or reinterpret_cast?

2012-06-29 Thread Alberto Mardegan
Hi all, I just run into an issue in Qt 4.8 QDeclarativeItem (but please read on, the topic regards qt5 too): the geometryChanged() virtual method is not invoked when the size of the item is changed by modifying the "width" or "height" properties (for instance, from QML). The QDeclarativeItem'

Re: [Development] Importing (mobile) qt-components to gerrit

2012-06-29 Thread ext-jaakko.helanti
Hello, OK, I see your pain. One solution could be a new team clone / personal clone as a temporary storage. But the best advice I can give you is that you should contact qt-components admins if they have solution for you. https://gitorious.org/+qt-components-developers/. Regards, Jaska >---

Re: [Development] Notes from the QWidget session

2012-06-29 Thread Иван Комиссаров
So, what should i do to create a new playground project for new widgets? According to http://qt-project.org/wiki/Creating-a-new-module-or-tool-for-Qti need to discuss module on a mailing list first:) I prefer to have work in a QtWidget's module (to have access for private classes), so i think, i n

Re: [Development] Importing (mobile) qt-components to gerrit

2012-06-29 Thread Robin Burchell
Hi, I'm fine with delaying things a bit, but at the same time, that leaves me with a bit of a problem. The problem being that I have patches on top of components that I really don't want to keep private indefinitely. For instance, I've fixed ScrollDecorator in the QtQuick2 branch so far, I have so

Re: [Development] Notes from the QWidget session

2012-06-29 Thread gunnar.sletta
> Not to mention the performance wreck it will turn into... > > QGraphicsProxyWidget was horrible for performance if you had more than one or > two. One reason for this is that the styles need to be rendered with raster > (or possibly native) paint engines because of its ease of integration with

Re: [Development] Notes from the QWidget session

2012-06-29 Thread gunnar.sletta
On Jun 29, 2012, at 3:50 AM, ext Alan Alpert wrote: > On Tue, 26 Jun 2012 12:56:06 ext Harri Porten wrote: >> Here are my notes from the QWidgets session on June 22th, 2012, 11:30 >> o'clock: >> >> http://qt-project.org/groups/qt-contributors-summit-2012/wiki/QtWidgets >> >> ,,, >> >> Help wit