Re: [Development] Proposal: Changing the default output of qDebug and friends

2012-03-29 Thread Olivier Goffart
On Thursday 29 March 2012 10:02:59 Lincoln Ramsay wrote: On 03/29/2012 09:54 AM, ext Olivier Goffart wrote: That would be possible with runtime backtrace (#includeexecinfo.h backtrace(), on Linux) So one could add some tokens in QT_MESSAGE_PATTERN to get the backtrace. The problem is that

Re: [Development] Proposal: Changing the default output of qDebug and friends

2012-03-29 Thread Lincoln Ramsay
On 03/29/2012 05:03 PM, Koehne Kai (Nokia-MP/Berlin) wrote: Why can't Creator just set the QT_MESSAGE_PATTERN environment variable then and leave the default alone? Creator would not need to show the filename and line number, just use them for when you click on the warnings. You're right,

Re: [Development] Request for a new Playground project

2012-03-29 Thread Oswald Buddenhagen
On Thu, Mar 29, 2012 at 12:50:21AM +, ext wolfgang.b...@nokia.com wrote: Because of the feature freeze we can't merge this patch into the trunk so we want to follow the way of the playground project. this is a false dichotomy. you want a feature branch for qtbase. created. sergio and/or

Re: [Development] Hiding Tabs in QTabWidget

2012-03-29 Thread Carsten Breuer
Hi Jordi, thanks for the answer. Im looking forward to see you changes in QT 5.1 :-). Best Regards, Carsten Am 27.03.2012 07:51, schrieb Jordi Pujol: Sorry, answer sent only to Carsten ( my mistake... ) Afaik you only have the option to remove the tab . I've implemented that

Re: [Development] New QUrl reviewing

2012-03-29 Thread lars.knoll
All is reviewed. Stage at your convenience ;-) Cheers, Lars On 3/28/12 11:42 PM, ext Thiago Macieira thiago.macie...@intel.com wrote: On quarta-feira, 28 de março de 2012 19.08.04, lars.kn...@nokia.com wrote: I'll try to go through them tonight. Thanks for the effort. I've gone over all the

Re: [Development] Request for a new Playground project

2012-03-29 Thread lars.knoll
Approved. Sergio, can you help setting it up, please? Thanks, Lars On 3/29/12 2:50 AM, ext wolfgang.b...@nokia.com wolfgang.b...@nokia.com wrote: Hi guys, I'm following the steps on http://wiki.qt-project.org/Creating_a_new_module_or_tool_for_Qt To get a playground project created for qlogger

Re: [Development] Request for a new Playground project

2012-03-29 Thread Sergio Ahumada
On 03/29/2012 01:59 PM, Knoll Lars (Nokia-MP/Oslo) wrote: Approved. Sergio, can you help setting it up, please? Thanks, Lars So .. we'll go for a playground project instead of a branch ? I'll create playground/qlogger.git in the afternoon Cheers, -- Sergio Ahumada

Re: [Development] New QUrl reviewing

2012-03-29 Thread marius.storm-olsen
Eh, after alpha please? -- .marius -Original Message- From: development-bounces+marius.storm-olsen=nokia.com@qt- project.org [mailto:development-bounces+marius.storm- olsen=nokia@qt-project.org] On Behalf Of Knoll Lars (Nokia-MP/Oslo) Sent: Thursday, March 29, 2012 6:56 AM

Re: [Development] Request for a new Playground project

2012-03-29 Thread Sergio Ahumada
On 03/29/2012 02:06 PM, ext Sergio Ahumada wrote: On 03/29/2012 01:59 PM, Knoll Lars (Nokia-MP/Oslo) wrote: Approved. Sergio, can you help setting it up, please? Thanks, Lars So .. we'll go for a playground project instead of a branch ? I'll create playground/qlogger.git in the afternoon

Re: [Development] Proposal: Changing the default output of qDebug and friends

2012-03-29 Thread kai.koehne
-Original Message- From: Ramsay Lincoln (Nokia-MP/Brisbane) Sent: Thursday, March 29, 2012 9:20 AM To: Koehne Kai (Nokia-MP/Berlin) Cc: development@qt-project.org Subject: Re: [Development] Proposal: Changing the default output of qDebug and friends On 03/29/2012 05:03 PM,

Re: [Development] Qftp removal

2012-03-29 Thread shane.kearns
It may not be trivial, but it's the workflow we have defined for promoting a playground module to an official add-on. Would it be any more complex than creating a new project (initialised with the contents of the previous project repo, rather than empty) and deleting the old project? And we've

[Development] tracing to generate sequence diagrams (was Re: Proposal: Changing the default output of qDebug and friends)

2012-03-29 Thread Shawn Rutledge
On Wednesday, March 28, 2012 02:39:35 PM ext kai.koe...@nokia.com wrote: Hi there, In Qt 4 qDebug, qWarning etc just printed whatever was passed in. In Qt 5 we've been changing this (1) so that you can configure Qt to print additional information by setting the QT_MESSAGE_PATTERN environment

[Development] QT_QPA_PLATFORM=windows:fontengine=native can't work, -no-freetype is invalid too?

2012-03-29 Thread Loaden
Hi, All, After try the current master, I found *QT_QPA_PLATFORM*=*windows:fontengine=native *don't work now, If set this env variable, will running failed on any qt apps. Then I try to re-configure with -no-freetype option. And find in currently it can't work. The font still not clear. --

Re: [Development] Why the UI font is not clear on Windows?

2012-03-29 Thread Loaden
QT_QPA_PLATFORM=windows:fontengine=native can't work now, -no-freetype is invalid too? Any comments? 2012/3/21 Loaden loa...@gmail.com I found another way, just use configure option: *-no-freetype* The on Windows the issue gone. 2012/3/17 Loaden loa...@gmail.com Wow! Thanks!! BTW, My

Re: [Development] New QUrl reviewing

2012-03-29 Thread Thiago Macieira
On quinta-feira, 29 de março de 2012 11.55.47, lars.kn...@nokia.com wrote: All is reviewed. Stage at your convenience ;-) Staged, re-staged, re-re-staged and once again for good measure, and it's in :-) It took two more fixes applied on top -- license headers (some files were added in

Re: [Development] New QUrl reviewing

2012-03-29 Thread Thiago Macieira
On quinta-feira, 29 de março de 2012 23.31.38, Thiago Macieira wrote: Staged, re-staged, re-re-staged and once again for good measure, and it's in :-) Oh, did I mention I had a QEXPECT_FAIL sneak in due to a feature that David added to QUrl after I had already completed my work, and to fix that