Re: [Development] Qt Welcomed to the Tizen.org Infrastructure

2013-12-16 Thread Thiago Macieira
On terça-feira, 17 de dezembro de 2013 07:31:44, Turunen Tuukka wrote: > Hi, > > Congratulations! > > Now that Qt source code is hosted also with tizen.org, how is the plan to > keep the Qt parts aligned upstream with Qt Project? > > I do not know all details of tizen.org, but I think the only w

Re: [Development] Qt Welcomed to the Tizen.org Infrastructure

2013-12-16 Thread Turunen Tuukka
Hi, Congratulations! Now that Qt source code is hosted also with tizen.org, how is the plan to keep the Qt parts aligned upstream with Qt Project? I do not know all details of tizen.org, but I think the only way to get the modifications done there upstream to Qt Project is for the original auth

Re: [Development] Order of macro expansion in compiler error messages

2013-12-16 Thread Mandeep Sandhu
On Sun, Dec 8, 2013 at 1:54 AM, Thiago Macieira wrote: > On sábado, 7 de dezembro de 2013 15:03:26, Chris Colbert wrote: >> Is there a line missing from Option A, just after the line for ? > > This specific compiler did not output anything for this case. > > That case was a misuse of a macro. Here

Re: [Development] [Announce] Qt 5.2 released

2013-12-16 Thread Thiago Macieira
On terça-feira, 17 de dezembro de 2013 09:08:02, Yang Fan wrote: > Is it possible to build it with Intel C++ compiler? I tried to build with > Intel C++ XE 2013, but got failed. It is on Linux. I've had the build working for two years now. In fact, I'm running Qt Creator 3.0 built with ICC right

Re: [Development] [Announce] Qt 5.2 released

2013-12-16 Thread Yang Fan
Is it possible to build it with Intel C++ compiler? I tried to build with Intel C++ XE 2013, but got failed. On Tue, Dec 17, 2013 at 12:52 AM, Thiago Macieira wrote: > On quinta-feira, 12 de dezembro de 2013 15:55:13, niXman wrote: > > It's got news! > > > > But tell me please, why 64bit builds

[Development] Qt Welcomed to the Tizen.org Infrastructure

2013-12-16 Thread Jaroslaw Staniek
Hi! This one is big. Qt for Tizen source code is now officially in Tizen’s repositories! Qt packages are built too. Find more news at http://qtfortizen.blogspot.com/2013/12/qt-welcomed.html Regards! -- regards / pozdrawiam, Jaroslaw Staniek Kexi & Calligra & KDE | http://calligra.org/kexi | h

Re: [Development] qtest-qml osx

2013-12-16 Thread Alan Alpert
On Mon, Dec 16, 2013 at 3:47 AM, Chao Caroline wrote: > Hi, > > Qt Quick Test is part of Qt (in the qtdeclarative repo). I think the problem > here is that you are trying to run a test using qmlscene directly. > > QML TestCases should be launched via a C++ harness: > http://qt-project.org/doc/qt-5

Re: [Development] Qt on iOS 64bit & armv7s & c++11

2013-12-16 Thread Tor Arne Vestbø
On 12/16/13 17:29 , André Bergner wrote: > Hello everybody, > > I have three little questions concerning the iOS version of Qt: > > • Is it already possible to build against the armv7s architecture? Yes, but Qt's build system does not currently handle multi-arch builds, so you'd have to do armv7s

Re: [Development] [Announce] Qt 5.2 released

2013-12-16 Thread Thiago Macieira
On quinta-feira, 12 de dezembro de 2013 15:55:13, niXman wrote: > It's got news! > > But tell me please, why 64bit builds for MinGW are not provided? They are now: === I'm create Qt-5.2.0+QtCreator-3.0.0 builds with mingw-w64 toolchains gcc-4.8.2 dwarf and seh. For using them just unpack somewhe

Re: [Development] Enabling SSE2 by default on x86 builds (32-bit)

2013-12-16 Thread Thiago Macieira
On segunda-feira, 16 de dezembro de 2013 12:07:33, Oswald Buddenhagen wrote: > > So now we'd need to manage >1 set of mkspecs/q*pri files for x86 builds > > somehow? This is starting to feel ugly. > > > > > > yes, it's utterly ugly. i'd keep only the non-sse set once the build is > through (you

[Development] Qt on iOS 64bit & armv7s & c++11

2013-12-16 Thread André Bergner
Hello everybody, I have three little questions concerning the iOS version of Qt: • Is it already possible to build against the armv7s architecture? • Is it already possible to build 64bit for iOS? • Is it possible to build Qt for iOS and link it against libc++ (c++11) If yes what are the confi

Re: [Development] qtest-qml osx

2013-12-16 Thread Chao Caroline
Hi, Qt Quick Test is part of Qt (in the qtdeclarative repo). I think the problem here is that you are trying to run a test using qmlscene directly. QML TestCases should be launched via a C++ harness: http://qt-project.org/doc/qt-5/qtquick-qtquicktest.html Hope this helps. Regards, Caroline

[Development] qtest-qml osx

2013-12-16 Thread Joshua Kolden
We have a fairly large qml project, and with 5.2 we are trying to switch to TDD for all components (c++, js (coffescript), QML). Qt Creator and qmlscene in 5.2 both seem to have the same issue that files are missing: >qmlscene test1.qml file:///x/d/qt/testDrivenQML/test1.qml:25 Type TestCase u

Re: [Development] [Announce] Qt 5.2 released

2013-12-16 Thread Jim Marshall
On Dec 12, 2013, at 2:28 AM, List for announcements regarding Qt releases and development wrote: > Qt 5.2 Builds okay.___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

Re: [Development] [Announce] Qt 5.2 released

2013-12-16 Thread Felix morack
Awesome! However, i am a little disappointed the VSAddon was not updated to support 2013. It's only a very minor update from VS2012. Especially since the code seems to be merged to master already! https://bugreports.qt-project.org/browse/QTVSADDINBUG-172 2013/12/12 List for announcements rega

Re: [Development] QtQuick - Automatically Repainting Canvas

2013-12-16 Thread Juan Pedro Bolívar Puente
> I'm not sure. Gunnar would know. I've just been told that it's not cheap > and I've seen that it's easy to misuse. It's not hard (and actually > kinda fun) separating out the parts that need to be rendered less often > to avoid unnecessary repaints. I am curious about which kind of properties mi

Re: [Development] [Announce] Qt 5.2 released

2013-12-16 Thread niXman
It's got news! But tell me please, why 64bit builds for MinGW are not provided? 2013/12/12 List for announcements regarding Qt releases and development : > I’m happy to announce that Qt 5.2 has just been released. > > For details check out the blog post > (http://blog.qt.digia.com/blog/2013/12/12

Re: [Development] RFC - Qt Linguist - font size on editors

2013-12-16 Thread Oswald Buddenhagen
hi, On Mon, Dec 16, 2013 at 10:07:21AM +0100, Erik Larsson wrote: > I'm working for a company that uses Qt Linguist for translations of some > applications. Some of our translators have been complaining of the size of > the text editors in Linguist and that the size is not saved for the next > ses

Re: [Development] Enabling SSE2 by default on x86 builds (32-bit)

2013-12-16 Thread Oswald Buddenhagen
On Thu, Dec 12, 2013 at 10:39:04AM -0600, Rex Dieter wrote: > Oswald Buddenhagen wrote: > > On Thu, Dec 12, 2013 at 07:18:55AM -0600, Rex Dieter wrote: > >> Thiago Macieira wrote: > >> > >> > 3bis) distro builds Qt once with -no-sse2 and then some libs with > >> > -config sse2 > >> > >> How could

[Development] RFC - Qt Linguist - font size on editors

2013-12-16 Thread Erik Larsson
Hi! I'm working for a company that uses Qt Linguist for translations of some applications. Some of our translators have been complaining of the size of the text editors in Linguist and that the size is not saved for the next session. Our proposal is: 1. Save the current font size and read it from