Re: [Development] Feature request: several layouts in a single ui file

2013-08-31 Thread Sze Howe Koh
On 1 September 2013 05:27, Yves Bailly wrote: > On 31/08/2013 14:42, Mark wrote: >> A nice way to load different gui versions is by combining states [1] >> and the loader object [2] and just load the gui you want based on the >> state you set. >> >> [1] http://qt-project.org/doc/qt-5.1/qtquick/qml

Re: [Development] constexpr construct QObject?

2013-08-31 Thread Thiago Macieira
On sábado, 31 de agosto de 2013 19:23:11, achart...@fastmail.fm wrote: > I'm wondering if QObject could be made to be constexpr constructable. Nope. To be constexpr constructible, an object must be of a trivial class. That means: - trivial constructor. QObject's isn't - trivial destructor. QOb

[Development] constexpr construct QObject?

2013-08-31 Thread achartier
Hi all, I'm wondering if QObject could be made to be constexpr constructable. I haven't taken a look at the QObject source code, so it may not be possible given the types of operations that need to be performed when constructing a QObject, but I thought I'd ask anyway. I have seen some cases in ou

Re: [Development] Flat directory structure for Qt 5.2 documentation

2013-08-31 Thread Nicolás Alvarez
2013/8/30 Pasion Jerome : > For Qt 5.2, we plan to deliver the online documentation (qt-project.org/doc) > using a flat documentation structure. Currently, the online documentation > is using the modularized structure. What's the reason for this, out of curiosity? -- Nicolás

Re: [Development] Cherry picking to replace a change set

2013-08-31 Thread Samuel Gaist
On 1 sept. 2013, at 00:08, Thiago Macieira wrote: > On sábado, 31 de agosto de 2013 23:45:32, Samuel Gaist wrote: >> First commit -> Original bug fix (in the case the common code that corrects >> the bug in Qt 4) >> New commit with same id -> further corrections > > Each commit has a different

Re: [Development] Cherry picking to replace a change set

2013-08-31 Thread Thiago Macieira
On sábado, 31 de agosto de 2013 23:45:32, Samuel Gaist wrote: > First commit -> Original bug fix (in the case the common code that corrects > the bug in Qt 4) > New commit with same id -> further corrections Each commit has a different Change-Id. Of course, each commit must stand on its own and

Re: [Development] Cherry picking to replace a change set

2013-08-31 Thread Samuel Gaist
On 31 août 2013, at 23:37, Thiago Macieira wrote: > On sábado, 31 de agosto de 2013 21:24:21, Samuel Gaist wrote: >> Just to be sure (for a future work),for example >> https://codereview.qt-project.org/#change,63526 and >> https://codereview.qt-project.org/#change,63699 that try to fix Bug-1180.

Re: [Development] Cherry picking to replace a change set

2013-08-31 Thread Thiago Macieira
On sábado, 31 de agosto de 2013 21:24:21, Samuel Gaist wrote: > Just to be sure (for a future work),for example > https://codereview.qt-project.org/#change,63526 and > https://codereview.qt-project.org/#change,63699 that try to fix Bug-1180. > The bug applies to both 4 and 5. But in Qt5 the same f

Re: [Development] Feature request: several layouts in a single ui file

2013-08-31 Thread Yves Bailly
On 31/08/2013 14:42, Mark wrote: > A nice way to load different gui versions is by combining states [1] > and the loader object [2] and just load the gui you want based on the > state you set. > > [1] http://qt-project.org/doc/qt-5.1/qtquick/qml-qtquick2-state.html > [2] http://qt-project.org/doc/q

Re: [Development] Changing keyboard layouts in Qt 5.1 apps with GNOME

2013-08-31 Thread Paeglis Gatis
Its probably because of the issue described in: https://bugreports.qt-project.org/browse/QTBUG-30911 https://bugs.freedesktop.org/show_bug.cgi?id=23202 Switching between layouts should work in all cases, but adding a new layout might not be seen until the application is restarted. __

Re: [Development] Cherry picking to replace a change set

2013-08-31 Thread Samuel Gaist
On 31 août 2013, at 00:34, Thiago Macieira wrote: > On sábado, 31 de agosto de 2013 00:12:42, Samuel Gaist wrote: >> Hi, >> >> Is there a process to cherry pick a commit from Qt 5 back to Qt 4 and >> replace a change set (implementing the same correction) without creating a >> new submission ? >

Re: [Development] Cherry picking to replace a change set

2013-08-31 Thread Samuel Gaist
It's just to cleanup some of my current work that generally started with Qt 4 (the bugs I tried to fix where generally asked for that series and I had not yet Qt 5) So I'd like to do it the proper way (since some of them share the same modifications with Qt 5) On 31 août 2013, at 00:34, Giusep

Re: [Development] Changing keyboard layouts in Qt 5.1 apps with GNOME

2013-08-31 Thread Thiago Macieira
On sábado, 31 de agosto de 2013 14:51:58, Petko Ditchev wrote: > I need some help troubleshooting a problem I've been having : for a > week now (I think since some updates to the keyboard layout settings in > gnome) I can't change the keyboard layout in QtCreator (built with > Qt5.1) and in my

Re: [Development] Feature request: several layouts in a single ui file

2013-08-31 Thread Mark
On Fri, Aug 30, 2013 at 11:41 PM, Yves Bailly wrote: > On 30/08/2013 15:49, Olivier Goffart wrote: >> On Friday 30 August 2013 12:16:53 Yves Bailly wrote: >>> Here’s the point. More and more the computers which run our applications can >>> self-adjust their display according to a “portrait” or “la

[Development] Changing keyboard layouts in Qt 5.1 apps with GNOME

2013-08-31 Thread Petko Ditchev
I need some help troubleshooting a problem I've been having : for a week now (I think since some updates to the keyboard layout settings in gnome) I can't change the keyboard layout in QtCreator (built with Qt5.1) and in my app that is on the same lib . Otherwise everything's ok , but Qt5.1 a

Re: [Development] Gerrit Update deployed

2013-08-31 Thread Laszlo Papp
On Sat, Aug 31, 2013 at 1:44 AM, Thiago Macieira wrote: > On sexta-feira, 30 de agosto de 2013 08:01:14, Haataja Ismo wrote: > > Hi, > > > > Today we have deployed one new feature for Gerrit: new 'deferred' status > for > > a change. > > > > Here's some info if you are interested: > > > > https://