> -Original Message-
> From: ext Jonathan Liu [mailto:net...@gmail.com]
> Sent: Saturday, September 15, 2012 4:43 AM
> To: Koehne Kai (Nokia-MP/Berlin)
> Cc: i.nix...@gmail.com; development@qt-project.org
> Subject: Re: [Development] Qt wiki MinGW for 64 bit
>
> [...]
> I submitted a work
>> That's interesting. So the linking of designer_components with the
>> precompiled header works for you?
> It turns out so ..
>Or, perhaps, the matter is that you used 32-bit MinGW for
>crosscompiling for 64-bit.
No, actually the error only appeared when I was using the native 64 bit
toolchain
> I edited this note.
>
Thanks. The qmake.conf changes were from an earlier attempt where I tried to
use the crosscompiler (32 bit gcc, 64 bit target). I only later on discovered
that there are two mingw-builds packages, one 64 bit and one 32 bit.
> About segfolt when building designer I do lea
>> From: development-bounces+kai.koehne=nokia@qt-project.org
>> [development-bounces+kai.koehne=nokia@qt-project.org] on behalf of ext
>> Jonathan Liu [net...@gmail.com]
>
> GCC uses CPATH with paths separated by colons instead of INCLUDE.
> GCC uses LIBRARY_P
> -Original Message-
> From: ext Loaden [mailto:loa...@gmail.com]
> Sent: Tuesday, September 11, 2012 4:00 PM
> To: mingw-w64-pub...@lists.sourceforge.net
> Subject: Re: [Mingw-w64-public] Fwd: [Development] Choosing a new MinGW
> for Qt 5
>
> Does anyone think about we can use cross compi
> -Original Message-
> From: development-bounces+kai.koehne=nokia@qt-project.org
> [mailto:development-bounces+kai.koehne=nokia@qt-project.org] On
> Behalf Of ext Wehmer, Matthias
> Sent: Monday, September 03, 2012 9:40 AM
> To: development@qt-project
actually also driven by 'just' one developer (niXman). tdm-gcc
is another popular package, but actually by now rather outdated, which is why
didn't have a closer look ...
About the different criteria Thiago proposed:
> -Original Message-----
> From: developmen
> -Original Message-
> From: development-bounces+kai.koehne=nokia@qt-project.org
> [mailto:development-bounces+kai.koehne=nokia@qt-project.org] On
> Behalf Of ext Thiago Macieira
> Sent: Thursday, August 30, 2012 6:17 PM
> To: development@qt-project.org
> Subj
4 bit (e.g. from mingw-builds), be it as a
reference or tier 1 platform?
Regards
Kai
> -Original Message-
> From: development-bounces+kai.koehne=nokia@qt-project.org
> [mailto:development-bounces+kai.koehne=nokia@qt-project.org] On
> Behalf Of Koehne Kai (Nokia-
compilation on MinGW if configure detects iconv:
https://codereview.qt-project.org/#change,33936
> -Original Message-
> From: development-bounces+kai.koehne=nokia@qt-project.org
> [mailto:development-bounces+kai.koehne=nokia@qt-project.org] On
> Behalf Of Storm-Olsen M
> -Original Message-
> From: development-bounces+kai.koehne=nokia@qt-project.org
> [mailto:development-bounces+kai.koehne=nokia@qt-project.org] On
> Behalf Of ext Wehmer, Matthias
> Sent: Tuesday, August 28, 2012 9:43 AM
> To: development@qt-project.org
>
The QML Profiler in recent Qt Creator (2.6/master? Not sure about 2.5) show the
rate in which animations are drawn (topmost pane). It also shows how many
animations have been running in the frame ...
Regards
Kai
From: development-bounces+kai.koehne
Hi,
I'd like to nominate Simjees Abraham for Approver status. He joined the
Nokia/Qt team here in Berlin on March the first, and is working full time on Qt
and Qt Creator since then. Before that we was already working with Qt. He's
right now taking care of getting the 'inspector' features of Qt
> -Original Message-
> From: development-bounces+kai.koehne=nokia@qt-project.org
> [mailto:development-bounces+kai.koehne=nokia@qt-project.org] On
> Behalf Of ext Stephen Kelly
> Sent: Friday, May 11, 2012 11:19 AM
> To: development@qt-project.org
> Subj
> -Original Message-
> [...]
> Given the lack of comment I'll try to rephrase this.
>
> If I could debug a Qml application the same way I can debug html5/JavaScript
> it would help Qml uptake a lot.
>
> This would require a Qml document object model (DOM) and a debugger
> capable of insp
> -Original Message-
> From: development-bounces+kai.koehne=nokia@qt-project.org
> [mailto:development-bounces+kai.koehne=nokia@qt-project.org] On
> Behalf Of ext Thiago Macieira
> Sent: Tuesday, April 24, 2012 4:54 PM
> To: development@qt-project.org
> Subj
]
> On Behalf Of Koehne Kai (Nokia-MP/Berlin)
> Sent: Friday, April 13, 2012 12:41 AM
> To: thiago.macie...@intel.com; development@qt-project.org
> Subject: Re: [Development] Proposed API change: Change signature of
> QMessageHandler to use QString
>
>
> > -Original Mes
> -Original Message-
> From: development-bounces+kai.koehne=nokia@qt-project.org
> [mailto:development-bounces+kai.koehne=nokia@qt-project.org] On
> Behalf Of ext Thiago Macieira
> Sent: Thursday, April 12, 2012 3:14 PM
> To: development@qt-project.org
> Subj
Hi,
I'd like to get https://codereview.qt-project.org/#change,22151,patchset=5 into
5.0/api_changes branch. It's one more change to the logging framework,
specifically to the signature of QMessageHandler (new in 5.0, old QtMsgHandler
is unchanged):
void (*QMessageHandler)(QtMsgType, const QMes
> -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 P
> -Original Message-
> From: development-bounces+kai.koehne=nokia@qt-project.org
> [mailto:development-bounces+kai.koehne=nokia@qt-project.org] On
> Behalf Of Ramsay Lincoln (Nokia-MP/Brisbane)
> Sent: Thursday, March 29, 2012 1:42 AM
> To: development@qt-project
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 variable. However, we
didn't change the default so far - so without setting
> -Original Message-
> From: development-bounces+kai.koehne=nokia@qt-project.org
> [mailto:development-bounces+kai.koehne=nokia@qt-project.org] On
> Behalf Of ext Hugo Parente Lima
> Sent: Thursday, March 15, 2012 12:16 PM
> To: development@qt-project.org
&g
> -Original Message-
> From: development-bounces+kai.koehne=nokia@qt-project.org
> [mailto:development-bounces+kai.koehne=nokia@qt-project.org] On
> Behalf Of Ramsay Lincoln (Nokia-MP/Brisbane)
> Sent: Wednesday, February 22, 2012 7:37 AM
> To: qt-dev
> -Original Message-
> > So how about adding another QtMsgType called QLogMsg, that qLog()
> uses? In contrast to qDebug/QtDebugMsg, qLog/QtLogMsg messages would
> not be processed by default, unless the configuration file (or an environment
> variable) says so ...
>
> There is no need fo
> -Original Message-
> From: Beck Wolfgang (Nokia-MP/Brisbane)
> Sent: Wednesday, February 22, 2012 1:38 AM
> To: Koehne Kai (Nokia-MP/Berlin); ext David Faure
> Cc: development@qt-project.org
> Subject: RE: [Development] QLog ( Work on qDebug and friends)
>
> Why you want to use the cate
> -Original Message-
> From: development-bounces+kai.koehne=nokia@qt-project.org
> [mailto:development-bounces+kai.koehne=nokia@qt-project.org] On
> Behalf Of ext Thiago Macieira
> Sent: Tuesday, February 21, 2012 11:13 AM
> To: development@qt-project
> -Original Message-
> From: development-bounces+kai.koehne=nokia@qt-project.org
> [mailto:development-bounces+kai.koehne=nokia@qt-project.org] On
> Behalf Of Potter Lorn (Nokia-MP/Brisbane)
> Sent: Tuesday, February 21, 2012 11:47 AM
> To: david.fa...@kdab.com
> -Original Message-
> From: ext David Faure [mailto:david.fa...@kdab.com]
> Sent: Tuesday, February 21, 2012 11:08 AM
> To: Koehne Kai (Nokia-MP/Berlin)
> Cc: Beck Wolfgang (Nokia-MP/Brisbane); development@qt-project.org
> Subject: Re: [Development] QLog ( Work on qDebug and friends)
>
>
> -Original Message-
> From: development-bounces+kai.koehne=nokia@qt-project.org
> [mailto:development-bounces+kai.koehne=nokia@qt-project.org] On
> Behalf Of ext David Faure
> Sent: Tuesday, February 21, 2012 10:36 AM
> To: Beck Wolfgang (Nokia-MP/Brisbane)
&g
> -Original Message-
> From: Beck Wolfgang (Nokia-MP/Brisbane)
> Sent: Friday, February 17, 2012 3:58 AM
> To: Koehne Kai (Nokia-MP/Berlin); development@qt-project.org
> Subject: QT_MESSAGE_PATTERN
>
> Hi Kai,
Hi Wolfgang,
> I'm trying to use the QMessagePattern and I'm missing some doc
> -Original Message-
> From: development-bounces+kai.koehne=nokia@qt-project.org
> [mailto:development-bounces+kai.koehne=nokia@qt-project.org] On
> Behalf Of ext BRM
> Sent: Tuesday, February 14, 2012 3:00 PM
> To: development@qt-project.org
> Subject: R
Tähtivuori
> -Original Message-
> From: development-bounces+kai.koehne=nokia@qt-project.org
> [mailto:development-bounces+kai.koehne=nokia@qt-project.org] On
> Behalf Of Ramsay Lincoln (Nokia-MP/Brisbane)
> Sent: Monday, February 13, 2012 1:33 AM
> To: developm
>> -Original Message-
>> From: ext BRM [mailto:bm_witn...@yahoo.com]
>> Sent: Friday, February 10, 2012 3:34 PM
>> To: Beck Wolfgang (Nokia-MP/Brisbane); Koehne Kai (Nokia-MP/Berlin);
>> development@qt-project.org
>> Subject: Re: [Development] QLog ( Work on qDebug and friends)
>>
>> > Fro
> -Original Message-
> From: ext BRM [mailto:bm_witn...@yahoo.com]
> Sent: Friday, February 10, 2012 3:34 PM
> To: Beck Wolfgang (Nokia-MP/Brisbane); Koehne Kai (Nokia-MP/Berlin);
> development@qt-project.org
> Subject: Re: [Development] QLog ( Work on qDebug and friends)
>
> > From: "wolf
; Q_DEBUG_CATEGORY).debug
>
>
> And QtCore is then compiled with
> DEFINES+="Q_DEBUG_CATEGORY=QtCore". IMO both approaches are
> complementary, passing an explicit category would overwrite the
> Q_DEBUG_CATEGORY define.
>
> Regards
>
> Kai
>
> __
DEFINES+="Q_DEBUG_CATEGORY=QtCore". IMO both
approaches are complementary, passing an explicit category would overwrite the
Q_DEBUG_CATEGORY define.
Regards
Kai
____
From: development-bounces+kai.koehne=nokia....@qt-project.org
[development-bounces
> -Original Message-
> From: development-bounces+kai.koehne=nokia@qt-project.org
> [mailto:development-bounces+kai.koehne=nokia@qt-project.org] On
> Behalf Of Koehne Kai (Nokia-MP/Berlin)
> Sent: Tuesday, January 24, 2012 1:39 PM
> To: diegoi...@gmail.com
&g
gards
Kai
From: development-bounces+kai.koehne=nokia@qt-project.org
[development-bounces+kai.koehne=nokia@qt-project.org] on behalf of ext
Francesco R.(vivo) [viv...@gmail.com]
Sent: Thursday, January 26, 2012 12:23 AM
To: development@qt-project.org
Cc: Thiago Maciei
> -Original Message-
> From: ext Olivier Goffart [mailto:oliv...@woboq.com]
> Sent: Wednesday, January 25, 2012 2:03 PM
> To: development@qt-project.org
> Cc: Koehne Kai (Nokia-MP/Berlin)
> Subject: Re: [Development] Work on qDebug and friends - debug areas
>
> On Tuesday 24 January 2012 1
> -Original Message-
> From: development-bounces+kai.koehne=nokia@qt-project.org
> [mailto:development-bounces+kai.koehne=nokia@qt-project.org] On
> Behalf Of Knoll Lars (Nokia-MP/Oslo)
> Sent: Wednesday, January 25, 2012 9:55 AM
> To: Hughes Bradley (Nokia-MP/Osl
> -Original Message-
> From: Rose Todd (Nokia-M/Alpharetta)
> Sent: Tuesday, January 24, 2012 5:26 PM
> To: Koehne Kai (Nokia-MP/Berlin); development@qt-project.org
> Subject: RE: Work on qDebug and friends
>
> [...]
> The "additional things we need" question is pretty subjective, but ther
> -Original Message-
> From: ext Diego Iastrubni [mailto:diegoi...@gmail.com]
> Sent: Tuesday, January 24, 2012 1:18 PM
> To: Koehne Kai (Nokia-MP/Berlin)
> Cc: development@qt-project.org
> Subject: Re: [Development] Work on qDebug and friends
>
> So, if I want to have also time/date on my
> -Original Message-
> From: Goddard Michael (Nokia-MP/Brisbane)
> Sent: Tuesday, January 24, 2012 11:57 AM
> To: Koehne Kai (Nokia-MP/Berlin); development@qt-project.org
> Subject: Re: [Development] Work on qDebug and friends
>
> Hello,
>
> > QMessageLogger(__FILE__, __LINE__, Q_FUNC_IN
> -Original Message-
> From: ext Frans Klaver [mailto:franskla...@gmail.com]
> Sent: Tuesday, January 24, 2012 11:46 AM
> To: Koehne Kai (Nokia-MP/Berlin)
> Cc: development@qt-project.org
> Subject: Re: [Development] Work on qDebug and friends
>
> [...]
> Sounds good. What, if any, will be
Hi,
One of the things still missing in the current debugging framework is to
categorize messages by area: This would allow you to enable/disable e.g. debug
messages for only one part of your app ...
KDE & kDebug
Here debug categories are basically ints, which have to be registered
'kdelibs/k
Hi,
I've been working on a patch to the Qt logging framework:
http://codereview.qt-project.org/#change,13433,patchset=14 . Basically it
redefines qDebug() and friends as a macro so that we can automatically capture
the source file, line, and function a particular message comes from:
qDebug("
Hi,
Following change removes the -nokia-developer option from configure:
http://codereview.qt-project.org/#change,12042 . There's just no reason to
treat Nokia employees differently any more ... all it did was setting
-developer-build -commercial -confirm-license anyway.
I'm trying to clean up
> -Original Message-
> From: development-bounces+kai.koehne=nokia@qt-project.org
> [mailto:development-bounces+kai.koehne=nokia@qt-project.org] On
> Behalf Of ext Dave Mateer
> Sent: Wednesday, December 21, 2011 2:30 PM
> To: development@qt-project.org
> Subj
> -Original Message-
> From: development-bounces+kai.koehne=nokia@qt-project.org
> [mailto:development-bounces+kai.koehne=nokia@qt-project.org] On
> Behalf Of ext Robin Burchell
> Sent: Wednesday, December 21, 2011 7:32 AM
> To: Dave Mateer
> Cc: devel
> -Original Message-
> From: development-bounces+kai.koehne=nokia@qt-project.org
> [mailto:development-bounces+kai.koehne=nokia@qt-project.org] On
> Behalf Of ext Jordi Pujol
> Sent: Monday, December 12, 2011 8:42 AM
> To: Mcgovern Rohan (Nokia-MP-Qt/Brisbane)
51 matches
Mail list logo