Re: [Development] qLog wildcards categories

2012-02-29 Thread David Laing
Hi, > I need to have a vote on a implementation detail regarding filtering of > wildcards categories. > Let's say you have a category defined and a wildcard category as well. > A: Do you think the order in the configuration file plays an important rule or > B: If you set specific a category let's

Re: [Development] Proposing Alex Wilson for Approver Status

2011-12-13 Thread David Laing
> Hi, > > Just confirming that I'm seconding the proposal. He's done and continues > to do work. His impact is even net-positive after the confusion of > having two Alexs in the same team is factored in :) > > Cheers, > > Dave That should have been: > He has done and continues to do excellent wo

Re: [Development] Proposing Alex Wilson for Approver Status

2011-12-13 Thread David Laing
s > continued his contributions as part of Qt5. So far he has made contributions > to the Maps and Positioning API. I am certain though that there is much more > to come. > > David Laing is seconding this proposal. > -- > Alex > Hi, Just confirming that I'm secondin

[Development] d_ptr and q_ptr

2011-11-21 Thread David Laing
Hi all, I was just reading this: http://herbsutter.com/gotw/_100/ and got to wondering about the pimpl idiom in Qt with respect to forwards compatibility with C++11. Should there be some discussion of the relative merits of using QFooClass* QFooClassPrivate::q_ptr to refer to public classe