Re: [Development] qtbase CI now takes 6 hours

2013-05-16 Thread Sarajärvi Tony
Hi I'm responsible for keeping the CI up and running and having it stable. So in cases like this, you may point a finger at me and ask what's going on. Currently quite a few things, and I'll try to summarize here what's going on. To begin with, we were keeping a few "improvements" on hold for a

Re: [Development] Webkit build failing because W32 command-line length limit

2013-05-16 Thread Ray Donnelly
The patches for msys are minor (and being merged). Check Qt-builds project on sourceforge. On 16 May 2013 22:49, "Bruno Souza Cabrral" wrote: > @andy, > I'm building from "c:/q" and it far exceed the limit to be related to the > folder path alone. > > > @Ray , > I think that build from cmd is the

Re: [Development] Webkit build failing because W32 command-line length limit

2013-05-16 Thread Bruno Souza Cabrral
@andy, I'm building from "c:/q" and it far exceed the limit to be related to the folder path alone. @Ray , I think that build from cmd is the recommended scenario for W32. MSYS is the other option, but it do not work without patches. On Thu, May 16, 2013 at 6:31 PM, andy fillebrown wrote: > I d

Re: [Development] Webkit build failing because W32 command-line length limit

2013-05-16 Thread andy fillebrown
I don't build the WebKit module anymore, but when I did I made sure the Qt source tree was in a directory with a very short name, like D:\Qt-5.1.0. That way the command line stays small enough to make it through the build. Cheers, ~ andy.f On Thu, May 16, 2013 at 4:05 PM, Bruno Souza Cabrral

[Development] Webkit build failing because W32 command-line length limit

2013-05-16 Thread Bruno Souza Cabrral
Hello, For a while, I can't do any W32 builds with Webkit installed, because it hit a command-line limit and fails. The cmd in Windows have an 8191 characters limit where during the webkit build it far extrapolate this. Attached there is a example, where the gcc invocation contains 9890 characte

Re: [Development] Documentation Review for 5.1

2013-05-16 Thread Alan Alpert
On Thu, May 16, 2013 at 3:15 AM, Pasion Jerome wrote: > Hello, > > For C++ API changes, it's easy to tag with the \since command ("\since 5.1", > for example). > For QML types, we don't have a clear way of aggregating new changes because > the types are tied to the > QML modules ("\inqmlmodule Q

[Development] Maintenance break on bugreports.qt-project.org during Tuesday 21.5.2013

2013-05-16 Thread Salovaara Akseli
Hi, There will be maintenance break on https://bugreports.qt-project.org during Tuesday 21.5.2013 15:00 - 19:00 (CET). During that time JIRA version will be upgraded from current v5.0 to newer v5.2. For more information about changes & new features please visit http://www.atlassian.com/en/so

[Development] Can anyone reproduce this cmake test failure on Windows?

2013-05-16 Thread Stephen Kelly
Hi, I tried to reproduce the error here, but I can not reproduce it on Windows 7 with msvc 2010 (32 bit): https://codereview.qt-project.org/#change,56159 Can anyone else reproduce it? Thanks, -- Stephen Kelly | Software Engineer KDAB (Deutschland) GmbH & Co.KG, a KDAB Group Company www.kd

Re: [Development] Documentation Review for 5.1

2013-05-16 Thread Richard Moore
On 16 May 2013 13:11, Shawn Rutledge wrote: > Alternatively we could change all the \since to use Qt versions, since the > module versions are such a mixed bag. Qt versions constitute a timeline, at > least. > This wouldn't work for modules that are developed and released separately from the cor

Re: [Development] Problem with QtQuick.Controls, style.panel <-> custom Control children stack order

2013-05-16 Thread Bache-Wiig Jens
On May 16, 2013, at 3:24 PM, Tomasz Olszak wrote: > I have encountered some problem related to Control.qml/AbstractCheckable.qml > internals. > Example case: > CheckBoxStyle has indicator which can interact with user (has mouse area). Note this discussion probably belongs on the qt-components

[Development] Problem with QtQuick.Controls, style.panel <-> custom Control children stack order

2013-05-16 Thread Tomasz Olszak
I have encountered some problem related to Control.qml/AbstractCheckable.qml internals. Example case: CheckBoxStyle has indicator which can interact with user (has mouse area). Current situation: We are not able to handle such case, even by reimplementing panel because: * panelLoader(from Control.

Re: [Development] Documentation Review for 5.1

2013-05-16 Thread Rutledge Shawn
On 16 May 2013, at 2:11 PM, Shawn Rutledge wrote: > Alternatively we could change all the \since to use Qt versions, since the > module versions are such a mixed bag. Qt versions constitute a timeline, at > least. But then again the point is to also document what version of a module you need

Re: [Development] Documentation Review for 5.1

2013-05-16 Thread Shawn Rutledge
Alternatively we could change all the \since to use Qt versions, since the module versions are such a mixed bag. Qt versions constitute a timeline, at least. On 16 May 2013 12:15, Pasion Jerome wrote: > Hello, > > For C++ API changes, it's easy to tag with the \since command ("\since > 5.1", f

[Development] qtbase CI now takes 6 hours

2013-05-16 Thread Stephen Kelly
Hi there, Adding to the other major problem of CI (non-deterministic results), CI in qtbase now takes 6 hours. See the most recent successful build here: https://codereview.qt-project.org/#change,55977 and mouse-over the date to get the timestamps. As a reminder, you can see all CI reports

Re: [Development] Git mirror in github?

2013-05-16 Thread Mirror Bot Qt
I guess you could have a try with: https://github.com/qtproject/ NOTE: MIRROR ONLY. Any contribution should follow http://qt-project.org/contribute . Now it only includes qt/*, qt-creator and qtsdk. Regards, Qt Mirror Bot] On 24 April 2013 11:32, Qi Liang wrote: > Hi, all, > > Before Open Gove

Re: [Development] Documentation Review for 5.1

2013-05-16 Thread Pasion Jerome
Hello, For C++ API changes, it's easy to tag with the \since command ("\since 5.1", for example). For QML types, we don't have a clear way of aggregating new changes because the types are tied to the QML modules ("\inqmlmodule QtQuick 2", for example). Essentially, module identification in QML

Re: [Development] System-wide font preferences for monospace font

2013-05-16 Thread Rutledge Shawn
On 9 May 2013, at 2:09 PM, Jan Kundrát wrote: > In Qt5, the situation looks a bit better, the > qtbase:gui/kernel/qplatformtheme.h contains QPlatformTheme::Font enum with > support for multiple fonts to be used in the application menus, labels etc. > Unfortunately, the support for a "fixed fon