Re: [Development] QtQuick TestCase with other top windows

2015-07-29 Thread Curtis Mitch
I thought that you were writing tests within Qt? From: Filippo Cucchetto [mailto:filippocucche...@gmail.com] Sent: Thursday, 30 July 2015 8:41 AM To: Curtis Mitch Cc: development@qt-project.org Subject: Re: [Development] QtQuick TestCase with other top windows I wrote that and i basically broke

Re: [Development] QtQuick TestCase with other top windows

2015-07-29 Thread Filippo Cucchetto
I wrote that and i basically broke the one definition rule of C++ since in the .pro file i added the plugin cpp files. This results in one definition of QQuickMenuBar inside the plugin and one inside the test. I thi

Re: [Development] QtQuick TestCase with other top windows

2015-07-29 Thread Curtis Mitch
From: development-bounces+mitch.curtis=theqtcompany@qt-project.org [mailto:development-bounces+mitch.curtis=theqtcompany@qt-project.org] On Behalf Of Filippo Cucchetto Sent: Wednesday, 29 July 2015 9:53 PM To: development@qt-project.org Subject: [Development] QtQuick TestCase with other t

Re: [Development] wince and openssl

2015-07-29 Thread Gunnar Roth
My effect is that QT_NO_SSL is defined which leads to 100’s of errors. And i did pass -openssl to configure. I patched configureapp.cpp by removing that no’s for opens and ssl ( the result i can see tomorrow) and by the way i think the sse2/3/4 no’s are also incorrect, i think you guys only thi

[Development] QtQuick TestCase with other top windows

2015-07-29 Thread Filippo Cucchetto
Hi everyone this is my first post on the mailing list so please bear with me. Currently i'm trying to create some tests for the qtquick menuba. For achieving this i need to create an ApplicationWindow and sending events to it. Currently the TestCase qml component sends all the events to the Test wi

Re: [Development] wince and openssl

2015-07-29 Thread Thiago Macieira
On Wednesday 29 July 2015 18:17:38 Andreas Holzammer wrote: > I can agree on that its just that the default is to off. You just need > to pass -openssl to configure and be good with it. Its default is to no > because a normal windows ce user does not use openssl, so its just > taking care of the no

Re: [Development] Please help me get my pending review count down

2015-07-29 Thread Thiago Macieira
On Wednesday 29 July 2015 10:12:31 Marc Mutz wrote: > On Tuesday 28 July 2015 23:51:49 Thiago Macieira wrote: > > - QVersion number changes: > > https://codereview.qt-project.org/95533 > > https://codereview.qt-project.org/96073 > > If you want QVN to be in 5.6, please lift your -2 on >https:/

Re: [Development] wince and openssl

2015-07-29 Thread Andreas Holzammer
Am 29.07.2015 um 18:04 schrieb Andrew Knight: > Hi, > > On 07/29/2015 06:49 PM, Gunnar Roth wrote: >> Hi, >> i am trying to make a wec2013 build with openssl support and got weird >> errors. > > What kind of errors? > >> then i just found this in configureapp.cpp >> } else if (dictionary.value

Re: [Development] wince and openssl

2015-07-29 Thread Andrew Knight
Hi, On 07/29/2015 06:49 PM, Gunnar Roth wrote: > Hi, > i am trying to make a wec2013 build with openssl support and got weird > errors. What kind of errors? > then i just found this in configureapp.cpp > } else if (dictionary.value("XQMAKESPEC").startsWith("wince")) { > dictionary[ "ST

[Development] wince and openssl

2015-07-29 Thread Gunnar Roth
Hi, i am trying to make a wec2013 build with openssl support and got weird errors.   then i just found this in configureapp.cpp  } else if (dictionary.value("XQMAKESPEC").startsWith("wince")) {         dictionary[ "STYLE_WINDOWSXP" ]     = "no";         dictionary[ "STYLE_WINDOWSVISTA" ]  = "no

Re: [Development] Please help me get my pending review count down

2015-07-29 Thread Milian Wolff
On Wednesday, July 29, 2015 11:03:15 AM Martin Klapetek wrote: > On Wed, Jul 29, 2015 at 11:47 AM, Marc Mutz wrote: > > On Wednesday 29 July 2015 09:04:42 Martin Klapetek wrote: > > > Can you perhaps create a single diff against 5.5/dev/master > > > which could be easily applied? That should make

Re: [Development] Please help me get my pending review count down

2015-07-29 Thread Martin Klapetek
On Wed, Jul 29, 2015 at 11:47 AM, Marc Mutz wrote: > On Wednesday 29 July 2015 09:04:42 Martin Klapetek wrote: > > Can you perhaps create a single diff against 5.5/dev/master > > which could be easily applied? That should make things > > much easier to help :) > > Assuming you're talking about th

Re: [Development] Please help me get my pending review count down

2015-07-29 Thread Marc Mutz
On Wednesday 29 July 2015 09:04:42 Martin Klapetek wrote: > Can you perhaps create a single diff against 5.5/dev/master > which could be easily applied? That should make things > much easier to help :) Assuming you're talking about the dbus changes, wouldn't you actually want to cherry-pick them

Re: [Development] CI links to build results broken

2015-07-29 Thread Jędrzej Nowacki
On Wednesday 29 of July 2015 10:31:01 Marc Mutz wrote: > Hi, > > Example: https://codereview.qt-project.org/95533 > > Output link posted there: > http://testresults.qt.io/logs/qt/qtbase/98ca8036c6d5b37be676503e463c49e8dcc9 > c5de/windows8x86_64winrt8x86_64msvc2013developer- > build_release_disabl

[Development] CI links to build results broken

2015-07-29 Thread Marc Mutz
Hi, Example: https://codereview.qt-project.org/95533 Output link posted there: http://testresults.qt.io/logs/qt/qtbase/98ca8036c6d5b37be676503e463c49e8dcc9c5de/windows8x86_64winrt8x86_64msvc2013developer- build_release_disable-tests/da39a3ee5e6b4b0d3255bfef95601890afd80709/buildlog.txt.gz But t

Re: [Development] FW: Backwards compatibiltiy break in Qt 5.5

2015-07-29 Thread Olivier Goffart
On Tuesday 28. July 2015 12:24:16 Thiago Macieira wrote: > I don't think I am underestimating the annoyance to those people nor that I > am overestimating the benefit. You have also take into account that a great > majority of source code is written in English and for those cases this > feature is

Re: [Development] Please help me get my pending review count down

2015-07-29 Thread Marc Mutz
On Tuesday 28 July 2015 23:51:49 Thiago Macieira wrote: > - QVersion number changes: > https://codereview.qt-project.org/95533 > https://codereview.qt-project.org/96073 If you want QVN to be in 5.6, please lift your -2 on https://codereview.qt-project.org/97085 The -2 which is only there becaus

Re: [Development] Please help me get my pending review count down

2015-07-29 Thread Martin Klapetek
Can you perhaps create a single diff against 5.5/dev/master which could be easily applied? That should make things much easier to help :) Cheers -- Martin Klapetek | KDE Developer ___ Development mailing list Development@qt-project.org http://lists.qt-p