Re: [Development] Branching '5.5.0' from '5.5' started

2015-06-01 Thread Oswald Buddenhagen
On Mon, May 25, 2015 at 07:31:05AM +, Heikkinen Jani wrote: > Branching '5.5.0' from '5.5' is ongoing. '5.5.0' branch is created & > you should start using it for changes targeted to Qt 5.5.0 release. > Downmerge from '5.5' to '5.5.0' will be done next Monday (1st June) so > there should be eno

Re: [Development] QTextStream::readLine(0) is an ambiguous overload in 5.5

2015-06-01 Thread Thiago Macieira
On Monday 18 May 2015 09:15:01 Simon Hausmann wrote: > > Since we're not going to implement that, I suggest renaming the function > > to > > "readLineInto" to solve the ambiguity. > > I think that's a good idea. Has anyone done this? Don't expect me to do it. -- Thiago Macieira - thiago.macieir

Re: [Development] Qt 4.8.6 win32-msvc2008 compilation. error LNK2001: unresolved external symbol __imp__q_atomic_increment

2015-06-01 Thread Thiago Macieira
On Monday 01 June 2015 14:50:49 Soraya Santana de la Fe wrote: > My doubt is: Why is this define needed for my project? I have worked > previously with QT and I had never needed this. It shouldn't be. That should already be defined in qconfig.h. -- Thiago Macieira - thiago.macieira (AT) intel.co

Re: [Development] Qt 4.8.6 win32-msvc2008 compilation. error LNK2001: unresolved external symbol __imp__q_atomic_increment

2015-06-01 Thread Soraya Santana de la Fe
Dear all. Goolging I have found this entry in a forum: http://www.qtfr.org/viewtopic.php?id=12475 So I have defined QT_ARCH_WINDOWS for my project and it compiles and links correctly! My doubt is: Why is this define needed for my project? I have worked previously with QT and I had never needed thi

Re: [Development] New Module for Serial Buses

2015-06-01 Thread Oswald Buddenhagen
On Mon, Jun 01, 2015 at 11:04:09AM +, Turunen Tuukka wrote: > > -Original Message- > > From: development-bounces+tuukka.turunen=theqtcompany.com@qt- > > project.org [mailto:development- > > bounces+tuukka.turunen=theqtcompany@qt-project.org] On Behalf Of > > Viironen Kalle > > Sent:

Re: [Development] Qt 4.8.6 win32-msvc2008 compilation. error LNK2001: unresolved external symbol __imp__q_atomic_increment

2015-06-01 Thread Soraya Santana de la Fe
Thanks for your answers! All those Link errors I reported are found when using a Q_OBJECT macro in my classes. No idea what is happening, even installing using a qt installer I am getting the same errors so it is not comming from my qt compilation. Should I check/set any environment variable. I

Re: [Development] New Module for Serial Buses

2015-06-01 Thread Turunen Tuukka
> -Original Message- > From: development-bounces+tuukka.turunen=theqtcompany.com@qt- > project.org [mailto:development- > bounces+tuukka.turunen=theqtcompany@qt-project.org] On Behalf Of > Viironen Kalle > Sent: 1. kesäkuuta 2015 12:46 > To: development@qt-project.org > Subject: Re: [D

Re: [Development] New Module for Serial Buses

2015-06-01 Thread Viironen Kalle
Since there actually was no objections towards creating a new module for serial buses I propose that we’ll just go ahead and create a new Qt Serial Bus module and then continue discussion around first commits. Would this be acceptable approach? I believe that getting actual code for the basis of di

Re: [Development] Breaking QtQuickControls tests

2015-06-01 Thread Oswald Buddenhagen
On Sun, May 31, 2015 at 12:08:22PM +, Van Looy Detlev wrote: > What I want to do now is break (make fail) some of these test cases by > changing some source .qml files in > /Qt5.4.1/5.4/Src/qtquickcontrols/src/controls. So for example break > tst_Slider.qml by changing some code from Slider.qml

Re: [Development] Breaking QtQuickControls tests

2015-06-01 Thread Frederik Gladhorn
Hello, this mailing list is about development of Qt itself, please use intereste@qt- project.org for user questions. Unless you are writing a new Qt module that is... in which case more information would be appreciated. Frederik On Sunday, May 31, 2015 12:08:22 PM Van Looy Detlev wrote: > Hello