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
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
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
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
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
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
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.
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
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
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.
__
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 ?
>
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
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
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
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
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://
16 matches
Mail list logo