[Development] Visual C++ 2013 binaries

2013-10-17 Thread Yves Bailly
Greetings all, As most already probably know, Visual C++ 2013 is out. While it's most probably too late for the upcoming Qt 5.2, are there any plan to provided binaries from Visual 2013 in the future? For Qt 5.2.1, 5.2.2... or later? This information can have a significant impact on our plannin

Re: [Development] QApplication startup is again slower

2013-10-17 Thread Jiergir Ogoerg
Thanks, that worked. I compiled the 72...49 snapshot on both Ubuntu 13.10 and Fedora 20 and I still get the same 130-160ms, though I clearly recall getting about 70ms with the first pre-beta. Since I have no idea what's the deal I'll leave this issue for now. On Thu, Oct 17, 2013 at 10:07 PM, Thi

Re: [Development] Calendar Types

2013-10-17 Thread John Layt
On 17 October 2013 19:30, wrote: > finally, I'm going to update date time classes to support world calendar > types while keeping the binary compatibility. > > here's an overview of the new changes to be done at this level. Please > review and let me know if something wrong. > > #JohnLayt I'd lik

Re: [Development] Vsd: Change in qt/qtdeclarative[stable]: Some minor optimizations

2013-10-17 Thread Hausmann Simon
https://codereview.qt-project.org/#change,68500‎ should fix that particular issue :). But the original issue is new :/ Simon Fra: Sergio Ahumada Sendt: 21:07 torsdag 17. oktober 2013 Til: development@qt-project.org Emne: Re: [Development] Vsd: Change in qt/qtdeclarative[stable]: Some minor opt

Re: [Development] Vsd: Change in qt/qtdeclarative[stable]: Some minor optimizations

2013-10-17 Thread Sergio Ahumada
El 17/10/13 20:40, Hausmann Simon escribió: > > Hi, > > Qtdeclarative stopped integrating due to a qtbase change. Does the below > error message ring a bell for anyone? while we are it .. it seems like static builds are broken as well https://codereview.qt-project.org/68434 cd qmlbundle/ && ( t

Re: [Development] QApplication startup is again slower

2013-10-17 Thread Thiago Macieira
On quinta-feira, 17 de outubro de 2013 20:56:11, Jiergir Ogoerg wrote: > Thanks, > at step: > git checkout 728cd2e1737544c6236c9c9acfb502381c598149 > it says: > fatal: reference is not a tree: 728cd2e1737544c6236c9c9acfb502381c598149 > > Am I doing something wrong? > > In detail, I'm in ${home}/D

[Development] Vsd: Change in qt/qtdeclarative[stable]: Some minor optimizations

2013-10-17 Thread Hausmann Simon
Hi, Qtdeclarative stopped integrating due to a qtbase change. Does the below error message ring a bell for anyone? Simon Fra: Qt Continuous Integration System (Code Review) Sendt: 20:18 torsdag 17. oktober 2013 Til: Knoll Lars Svar til: ci-nore...@qt-project.org Kopi: Qt Sanity Bot; Hausmann S

Re: [Development] Qt Telephony API and Qt 5.x

2013-10-17 Thread Guillaume Autran
Thanks Chris. I've looked at the library. Would you know if there are any plans to integrate it or part of it into Qt? Just the same way parts of the QtMobility module was ported to Qt 5? Thanks. Guillaume. On 13-10-16 11:20 PM, "Christian Gagneraud" wrote: >On 17/10/13 04:42, Guillaume Autran

[Development] Calendar Types

2013-10-17 Thread qtdev
finally, I'm going to update date time classes to support world calendar types while keeping the binary compatibility. here's an overview of the new changes to be done at this level. Please review and let me know if something wrong. #JohnLayt I'd like to specially hear from you. • The new Qt::

Re: [Development] QApplication startup is again slower

2013-10-17 Thread Jiergir Ogoerg
Thanks, at step: git checkout 728cd2e1737544c6236c9c9acfb502381c598149 it says: fatal: reference is not a tree: 728cd2e1737544c6236c9c9acfb502381c598149 Am I doing something wrong? In detail, I'm in ${home}/Documents (which is empty): Documents$ git init Initialized empty Git repository in /home

Re: [Development] QApplication startup is again slower

2013-10-17 Thread Thiago Macieira
On quinta-feira, 17 de outubro de 2013 20:22:32, Jiergir Ogoerg wrote: > Thanks, what would be the full command, this?: > git clone git:// > gitorious.org/qt/qt5.git:728cd2e1737544c6236c9c9acfb502381c598149 No. git clone git://gitorious.org/qt/qt5.git git submodule init g

Re: [Development] QApplication startup is again slower

2013-10-17 Thread Jiergir Ogoerg
Thanks, what would be the full command, this?: git clone git:// gitorious.org/qt/qt5.git:728cd2e1737544c6236c9c9acfb502381c598149 On Thu, Oct 17, 2013 at 8:16 PM, Thiago Macieira wrote: > On quinta-feira, 17 de outubro de 2013 19:30:37, Jiergir Ogoerg wrote: > > Hi, > > how do I get the versio

Re: [Development] QApplication startup is again slower

2013-10-17 Thread Thiago Macieira
On quinta-feira, 17 de outubro de 2013 19:30:37, Jiergir Ogoerg wrote: > Hi, > how do I get the version of the first qt 5.2 (pre-)beta from Oct 10 2013 > (when it was announced)? That is, what's the exact git command and params > since I can't figure it out. > > Why: > I recall using that version

[Development] QApplication startup is again slower

2013-10-17 Thread Jiergir Ogoerg
Hi, how do I get the version of the first qt 5.2 (pre-)beta from Oct 10 2013 (when it was announced)? That is, what's the exact git command and params since I can't figure it out. Why: I recall using that version and QApplication starting up quickly - as it should - in like 70-80ms, now it takes ~

Re: [Development] qt5.2 beta1 known issues

2013-10-17 Thread Yuchen Deng
See: https://bugreports.qt-project.org/browse/QTBUG-34153 2013/10/17 Ziller Eike > > On 17.10.2013, at 13:35, Yuchen Deng wrote: > > > QTextBrowser seems broken in QtCreator's Help plugin. > > What exactly do you mean with that. The QTextBrowser documentation when > viewed from withing Qt Crea

Re: [Development] qt5.2 beta1 known issues

2013-10-17 Thread Ziller Eike
On 17.10.2013, at 13:35, Yuchen Deng wrote: > QTextBrowser seems broken in QtCreator's Help plugin. What exactly do you mean with that. The QTextBrowser documentation when viewed from withing Qt Creator? Compiling Qt Creator with QTextBrowser instead of QWebView? > 2013/10/17 Heikkinen Jani

Re: [Development] qt5.2 beta1 known issues

2013-10-17 Thread Yuchen Deng
QTextBrowser seems broken in QtCreator's Help plugin. 2013/10/17 Heikkinen Jani > Hi maintainers (and others as well), > > ** ** > > Qt5.2 beta 1 is coming soon, at the moment plan is to release it at the > beginning of next week. I hope you can update known issues page for that: > http://

[Development] qt5.2 beta1 known issues

2013-10-17 Thread Heikkinen Jani
Hi maintainers (and others as well), Qt5.2 beta 1 is coming soon, at the moment plan is to release it at the beginning of next week. I hope you can update known issues page for that: http://qt-project.org/wiki/Qt520-beta1-KnownIssues Br, Jani ___ Dev

Re: [Development] Port QT 5 to Haiku

2013-10-17 Thread Kalinowski Maurice
Hi, long time ago that I hear something from this project :) > On 17 Oct 2013, at 2:45 AM, Giovanni Mugnai wrote: > > I'm writing here, since to me and some other Haiku users, we'd like to > > find a programmer/expert developer able to fully port the latest > > version of Qt 5 on Haiku. With "ful

Re: [Development] Port QT 5 to Haiku

2013-10-17 Thread Rutledge Shawn
On 17 Oct 2013, at 2:45 AM, Giovanni Mugnai wrote: > I’m writing here, since to me and some other Haiku users, we’d like to > find a programmer/expert developer able to fully port the latest > version of Qt 5 on Haiku. With “fully port” we mean to port the Qt 5.x > in a perfect way: complete of an