Re: [Development] ML for QtWebEngine

2013-10-16 Thread Zeno Albisser
On Tue, Oct 15, 2013 at 7:35 PM, Oswald Buddenhagen oswald.buddenha...@digia.com wrote: did anyone create a sysadmin request? I just did this morning. :) ___ Development mailing list Development@qt-project.org

Re: [Development] Any plan to build Qt for iOS on linux/windows?

2013-10-16 Thread Mediator Software
There are some mkspecs which use command-line build tools, which may be suitable for your purposes here: https://codereview.qt-project.org/#change,68310 ___ Development mailing list Development@qt-project.org

Re: [Development] Continous Integration (CI) meetings

2013-10-16 Thread Sebastien
Le 15/10/2013 15:05, Frederik Gladhorn a écrit : Hi all, I know many of you are interested in knowing how the CI is doing. We have been looking for a while how to improve our communication in this area and of course how to get the whole process running smoother for everyone. From now on

Re: [Development] Continous Integration (CI) meetings

2013-10-16 Thread Frederik Gladhorn
Onsdag 16. oktober 2013 11.43.51 skrev Sebastien: Le 15/10/2013 15:05, Frederik Gladhorn a écrit : Hi all, I know many of you are interested in knowing how the CI is doing. We have been looking for a while how to improve our communication in this area and of course how to get the whole

Re: [Development] Wrong resize event for QAbstractScrollArea derives

2013-10-16 Thread Olivier Goffart
On Friday 11 October 2013 13:31:31 raven-worx Software wrote: Hi, a question out of curiosity: In QAbstractScrollArea::viewportEvent() a resize event is passed to the base class implementation of the event handler. Whats the reason for doing this for a non input event? I'm asking

Re: [Development] Conditional Deprecation Warnings

2013-10-16 Thread Keith Gardner
The Q_DECL_DEPRECATED_CONDITIONAL turned out to be more limited than I was anticipating. I think using Q_DECL_DEPRECATED_X surrounded by ifdefs would be more explicit and accurate. On Wed, Oct 16, 2013 at 8:36 AM, Olivier Goffart oliv...@woboq.com wrote: On Saturday 12 October 2013 18:33:00

Re: [Development] Wrong resize event for QAbstractScrollArea derives

2013-10-16 Thread raven-worx Software
On Friday 11 October 2013 13:31:31 raven-worx Software wrote: Hi, a question out of curiosity: In QAbstractScrollArea::viewportEvent() a resize event is passed to the base class implementation of the event handler. Whats the reason for doing this for a non input event? I'm asking because,

Re: [Development] Conditional Deprecation Warnings

2013-10-16 Thread Thiago Macieira
On quarta-feira, 16 de outubro de 2013 15:36:44, Olivier Goffart wrote: Is there really an advantage of using this, which cannot work with complex expression vs. #ifdef Q_OS_WIN Q_DECL_DEPRECATED_X(Not avaialble on windows) #endif void myFunction(); I don't want not available to be

[Development] Qt Telephony API and Qt 5.x

2013-10-16 Thread Guillaume Autran
Hi all, Is there any work in progress or planned to bring some Qt Telephony API in Qt 5? I've heard there is not but wanted to double check to see if someone somewhere was working on it. Thanks for the info. Guillaume. - This

[Development] Qt 5.2 Testing

2013-10-16 Thread Bruno Cabral
Hello, I used the snapshot from yesterday and today, and had problems with both. I have a Segmentation fault in all QML applications. My Env is Windows 8.1 , GCC 4.8.1, mingw-w64 r6302 The related bug is here, but I'm posting in the list because look like a very major bug.

Re: [Development] Qt 5.2 Testing

2013-10-16 Thread Hausmann Simon
Hi Bruno, Can you try with current qtdeclarative? The code the crash happened in was removed today, so I wonder what a current back trace looks like. Thanks, Simon Fra: Bruno Cabral Sendt: 19:13 onsdag 16. oktober 2013 Til: development@qt-project.org Emne: [Development] Qt 5.2 Testing Hello,

Re: [Development] ML for QtWebEngine

2013-10-16 Thread Rich Conlan
Greetings all, So then, what is/are the right list to be on to keep abreast of QtWebKit technology and where it is going as Qt switches from WebKit to Chromium? The whole reason I joined development@qt-project.orgmailto:development@qt-project.org was because it was where those in the Qt

Re: [Development] Qt 5.2 Testing

2013-10-16 Thread Bruno Cabral
Simon, With the latest git it is working. Thanks, Bruno From: Hausmann Simon [mailto:simon.hausm...@digia.com] Sent: Wednesday, October 16, 2013 2:22 PM To: Bruno Cabral; development@qt-project.org Subject: SV: [Development] Qt 5.2 Testing Hi Bruno, Can you try with current

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

2013-10-16 Thread Nicolás Alvarez
2013/10/16 Guillaume Autran gaut...@blackberry.com: Is there any work in progress or planned to bring some Qt Telephony API in Qt 5? I've heard there is not but wanted to double check to see if someone somewhere was working on it. Telephony API could be a lot of things. Qt app on a mobile

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

2013-10-16 Thread Guillaume Autran
Sorry, I was referring to making and controlling call APIs. I am also interested in understanding the plans regarding the API for implementing a VoIP stack (if such thing exists). Regards, Guillaume From: Nicolás Alvarez Sent: Wednesday, October 16, 2013 19:03 To: Guillaume Autran Cc:

[Development] Port QT 5 to Haiku

2013-10-16 Thread Giovanni Mugnai
Hi, I’m writing here as Haiku’s user and also as happy user of Qt apps, on various platforms. Me, like a lot of other users, we also use Qt apps on Haiku (the Operating System) For those which doesn't know Haiku, a link is worth a thousand words :-) http://www.haiku-os.org As i've mentioned

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

2013-10-16 Thread Christian Gagneraud
On 17/10/13 04:42, Guillaume Autran wrote: Hi all, Is there any work in progress or planned to bring some Qt Telephony API in Qt 5? I've heard there is not but wanted to double check to see if someone somewhere was working on it. For embedded Linux telephony (GSM, ...), you can have alook