[Development] Proposal for allowing handling of HTTP redirects in QNAM

2013-12-23 Thread Mandeep Sandhu
Hi All, Few days back I stumbled upon this task: https://bugreports.qt-project.org/browse/QTBUG-8232 "QNetworkAccessManager should support redirection" I think this is a useful feature that can be added to QNAM as it makes the life of a developer easy. I went through all the comments in the tas

Re: [Development] [Request] Add Info to QDebug

2013-12-23 Thread Andreas Aardal Hanssen
On 23 Dec 2013, at 21:39, Kurt Pattyn wrote: > On 23 Dec 2013, at 17:38, development-requ...@qt-project.org wrote: >> From: Andreas Aardal Hanssen >> Subject: Re: [Development] [Request] Add Info to QDebug >> Date: 23 Dec 2013 15:17:06 GMT+1 >> To: development@qt-project.org >> FTR, I’m completel

Re: [Development] [Request] Add Info to QDebug

2013-12-23 Thread Kurt Pattyn
On 23 Dec 2013, at 17:38, development-requ...@qt-project.org wrote: > From: Andreas Aardal Hanssen > Subject: Re: [Development] [Request] Add Info to QDebug > Date: 23 Dec 2013 15:17:06 GMT+1 > To: development@qt-project.org > > FTR, I’m completely -1 for touching QDebug and friends, and +1 for

Re: [Development] Fwd: [Interest] [ANN] C++Now 2014: 5 Days to Submissions Deadline

2013-12-23 Thread Thiago Macieira
On terça-feira, 3 de dezembro de 2013 11:28:13, Thiago Macieira wrote: > I was planning on writing a paper on reflection in the standard modelled > after Qt's support and extending std::typeinfo for SG7, and it now occurs > to me that I could make that a talk for C++Now. I don't have the time to >

Re: [Development] Qt/Android Ministro Question

2013-12-23 Thread Travis Allen
Ok I was not aware of that. Our team was under the belief that Ministro was the suggested way (saves space, blah blah). Thanks for the response! Travis Allen From: Turunen Tuukka [tuukka.turu...@digia.com] Sent: 23 December 2013 14:03 To: Travis Allen; BogDan; development@qt-project.org

Re: [Development] Qt/Android Ministro Question

2013-12-23 Thread Travis Allen
I am using 9.6.8 that I sideloaded from your mailing list request for people to test. Yes, I agree that there will not be much changes however for Android KitKat there is a *major* bug in any version of Qt 5.2 before rc1 (maybe including rc1 too? I forget now) that causes all Qt applications on

Re: [Development] Qt/Android Ministro Question

2013-12-23 Thread Turunen Tuukka
Hi, The official way is to bundle Qt libs with your app. Ministro is another way to do it and community supported. So it is not guaranteed to have everything always in the very latest release through Ministro. In practice there is not long delay. Yours, Tuukka From: Travis Allen Sent: maana

Re: [Development] Qt 5.2.0 compilation fails on ArchLinux

2013-12-23 Thread Donald Carr
Hola, I smell stale prl files: check /usr/lib, Grep through the prls for the legacy library. I tend to just nuke these turkies for the insidious mofos they are, but you might be more sentimental and my employer is not buying you a new pony if you set fire to the old one. Arch Linux chuffing away

Re: [Development] [Request] Add Info to QDebug

2013-12-23 Thread Thiago Macieira
On segunda-feira, 23 de dezembro de 2013 08:05:18, Keith Gardner wrote: > I believe that regardless of the outcome for qError, I think the addition > of a qInfo would be greatly welcomed. I would like to present to the user > some runtime information that is not intended for debugging but could be

Re: [Development] Qt/Android Ministro Question

2013-12-23 Thread BogDan
Hi,   Ministro was updated a few days ago on Google Play, please make sure you are using the latest version (9.6.8). Cheers, BogDan. P.S. Qt 5.2 rc1 are almost the same with Qt 5.2 final for Android. I'll update them soon to official Qt 5.2. - Original Message - > From: Travis Alle

[Development] Qt/Android Ministro Question

2013-12-23 Thread Travis Allen
I asked this on the qt android developer list last week but haven't heard anything back. Is there somewhere that we can tell which version of Qt is being downloaded by Ministro? Qt5.2 was released over a week ago but Ministro still seems to be pulling pre-5.2rc1 Qt5 libraries (I am testing on a

Re: [Development] QWidget mouse events - different order

2013-12-23 Thread Rick Stockton
QTBUG-25831 is re-opened, and assigned to me. The linked gerrit change would "solve" the problem for Widgets- creating the issue that a LOT of Qt5 modules are listening only for single-click, and would now need to listen for both events if they need to respond properly to a big sequences of fast si

Re: [Development] [Request] Add Info to QDebug

2013-12-23 Thread Andreas Aardal Hanssen
On 23 Dec 2013, at 14:42, Thiago Macieira wrote: >> Fatal conditions affect not only the application, but also the surrounding >> system. The application and possibly the whole system should be shutdown >> immediately. A good example is loss of control of an X-ray beam in an X-ray >> scanner. Even

[Development] qtbase unit tests freeze in Tizen + wayland

2013-12-23 Thread Tomasz Olszak
Hi, I'm trying to run qtbase unit tests on Tizen with wayland platform pluigin. Some tests (widgets) simply freeze e.g. void tst_QMenu::pushButtonPopulateOnAboutToShow() freezes on poll: http://pastebin.com/T9qveh1x Am I right assuming that the problem lies in lib_wayland? -- regards, Tomasz Ol

Re: [Development] [Request] Add Info to QDebug

2013-12-23 Thread Keith Gardner
On Mon, Dec 23, 2013 at 7:42 AM, Thiago Macieira wrote: > On segunda-feira, 23 de dezembro de 2013 14:06:07, Kurt Pattyn wrote: > > > - Warning: is a notice that something went wrong, but it might not > affect > > > the application. You can disable it with QT_NO_WARNING_OUTPUT since is > > > not t

Re: [Development] [Request] Add Info to QDebug

2013-12-23 Thread Thiago Macieira
On segunda-feira, 23 de dezembro de 2013 14:06:07, Kurt Pattyn wrote: > > - Warning: is a notice that something went wrong, but it might not affect > > the application. You can disable it with QT_NO_WARNING_OUTPUT since is > > not that important. > > Warnings are not errors, and do not require imm

Re: [Development] [Request] Add Info to QDebug

2013-12-23 Thread Kurt Pattyn
On 23 Dec 2013, at 12:00, development-requ...@qt-project.org wrote: > From: Alejandro Exojo > Subject: Re: [Development] [Request] Add Info to QDebug > Date: 22 Dec 2013 19:01:51 GMT+1 > To: development@qt-project.org > > > El Saturday 21 December 2013, Kurt Pattyn escribió: >> Qt currently su