Re: [Development] pushes to gerrit failing

2012-06-05 Thread 1+1=2
$ git push gerrit HEAD:refs/for/master Counting objects: 15, done. Delta compression using up to 2 threads. Compressing objects: 100% (8/8), done. Writing objects: 100% (8/8), 854 bytes, done. Total 8 (delta 7), reused 0 (delta 0) fatal: Unpack error, check server logremote: Resolving deltas: 0%

[Development] Qt5 Alpha doesn't compile any projects on WinXP x86

2012-06-05 Thread Daniel Kreuter
Hello, when I try to compile an Qt5 example I get the following error: jom: C:\Documents and Settings\USER\My Documents\Projekt\Qt5MultimediaDemo02\Makefile [release] Error 2 08:39:20: Der Prozess "C:\Qt\qtcreator-2.5.0\bin\jom.exe" wurde mit dem Rückgabewert 2 beendet. Fehler beim Erstellen/Depl

Re: [Development] mkspec "linux-arm-armcc " for qt5

2012-06-05 Thread song.7.liu
Thanks for sharing... Anyway, the armcc4.1 is still used for our project... and now theQtCore can be successfully build out, but I still have one C++ template related error in qtnetwork module as bellow: "access/qnetworkrequest_p.h", line 94: Error: #2574: explicit specialization of class

Re: [Development] pushes to gerrit failing

2012-06-05 Thread Samuel Rødal
On 06/06/2012 01:59 AM, ext Girish Ramakrishnan wrote: > Hi CI team/Gerrit team, > Pushes to gerrit are failing (qtbase). Not just for Girish, happens here as well. > girish@beast:~/Qt/qt5/qtbase$ git push gerrit HEAD:refs/for/master > Counting objects: 12, done. > Delta compression using up to 6

Re: [Development] About pcre in qt5

2012-06-05 Thread Girish Ramakrishnan
On Tue, Jun 5, 2012 at 6:42 PM, wrote: > Hi, > > > > We are doing a customized build on qt5, but can I disable the pcre in qt5 ? > > No, it cannot be disabled. Qt will use either the system pcre or it's own pcre. It's required by QRegularExpression. Girish __

[Development] Qt 4.8 autotests need attention; over 100 insignificant tests!

2012-06-05 Thread Rohan McGovern
Hi all, When Qt 4.8 was moved to gerrit, corners were cut to get it working with the Qt 5 test infrastructure. This included the disabling of many autotests, ostensibly as a temporary measure. Unfortunately this temporary situation has, to date, not been followed up on, and we still have greater

[Development] About pcre in qt5

2012-06-05 Thread song.7.liu
Hi, We are doing a customized build on qt5, but can I disable the pcre in qt5 ? Thanks, Song ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

[Development] pushes to gerrit failing

2012-06-05 Thread Girish Ramakrishnan
Hi CI team/Gerrit team, Pushes to gerrit are failing (qtbase). girish@beast:~/Qt/qt5/qtbase$ git push gerrit HEAD:refs/for/master Counting objects: 12, done. Delta compression using up to 6 threads. Compressing objects: 100% (6/6), done. Writing objects: 100% (7/7), 1.08 KiB, done. Total 7 (delta

Re: [Development] Deprecating QFile::encodeName/decodeName

2012-06-05 Thread Thiago Macieira
On terça-feira, 5 de junho de 2012 16.48.58, João Abecasis wrote: > Thiago Macieira wrote: > > On terça-feira, 5 de junho de 2012 13.20.36, João Abecasis wrote: > >> I would not go as far as saying that the concept is broken, but it > >> definitely isn't portable. One big issue is that nowadays we

Re: [Development] QWindow::setTransientParent on Windows?

2012-06-05 Thread 1+1=2
I have no idea. This patch works well under my computer: MSVC2010(32bit) Windows7 On Tue, Jun 5, 2012 at 12:43 AM, Stephen Kelly wrote: > > Hi there, > > For a bug fix I have a unit test which calls setTransientParent. The patch > failed to integrate and I have a hunch that the setTransientParen

Re: [Development] Deprecating QFile::encodeName/decodeName

2012-06-05 Thread João Abecasis
Thiago Macieira wrote: > On terça-feira, 5 de junho de 2012 13.20.36, João Abecasis wrote: >> I would not go as far as saying that the concept is broken, but it >> definitely isn't portable. One big issue is that nowadays we don't >> use an 8-bit encoding on Windows and those functions assume QStri

Re: [Development] Deprecating QFile::encodeName/decodeName

2012-06-05 Thread Thiago Macieira
On terça-feira, 5 de junho de 2012 13.20.36, João Abecasis wrote: > If they're no-op and we have no intention of reviving them, then this is > the right time to completely remove them. Carrying around this cruft > for no good reason doesn't help anyone. We can remove them like we did QTextCodec::s

[Development] Another late API addition in QScreen

2012-06-05 Thread Samuel Rødal
Hello, the current QScreen API forces the platform to always have an accelerometer sensor or similar running in order to provide QScreen::orientation() updates, which might lead to wasted resources in the case of handheld embedded devices. As a fix for this I've introduced a new function in QScre

[Development] Current qt5 git version still does not compile with MSVC2010

2012-06-05 Thread Mülner , Helmut
I still have trouble compiling the complete qt5 version from git. I used: set QTDIR=%CD%\qtbase set PATH=%CD%\qtbase\bin;%CD%\qtrepotools\bin;%PATH% configure -prefix %CD%\qtbase -confirm-license -opensource -make libs -nomake tests -nomake examples -no-incredibuild-xge -release -fast 1> configur

[Development] Proposing Francois Ferrand as an approver

2012-06-05 Thread Leandro T. C. Melo
Hi everyone, I would like to propose Francois Ferrand as an approver in the Qt Project. He has contributed many good patches to Qt Creator, in particular concerning editors and C++ support. You can find merge requests from him since 2010 and this is his gerrit profile: https://codereview.qt-p

Re: [Development] Deprecating QFile::encodeName/decodeName

2012-06-05 Thread João Abecasis
Hi, I know I'm a bit late to this party, apologies for the disruption at this point in the game. (There's a TL;DR/Summary at the end) Thiago Macieira wrote: > I'd like to deprecate those two functions, as well as the setters > QFile::setEncodingFunction and setDecodingFunction. I'd like to go > f

Re: [Development] Nominating Sean Harmer (ZapB) for Approver status

2012-06-05 Thread Samuel Rødal
On 06/04/2012 10:42 AM, ext Robin Burchell wrote: > Hi all, > > I'd like to nominate Sean Harmer for approver status. He's been > extremely busy on the QNX/Blackberry port in recent times amongst > other things. > > His dashboard can be found at: > https://codereview.qt-project.org/#dashboard,10

[Development] QWindow::setTransientParent on Windows?

2012-06-05 Thread Stephen Kelly
Hi there, For a bug fix I have a unit test which calls setTransientParent. The patch failed to integrate and I have a hunch that the setTransientParent is the problem. https://codereview.qt-project.org/#change,26167 Does that method have well-defined behaviour on Windows? Thanks, -- Steph