[Development] Proposing QSqlQuery syntax sugar

2012-09-17 Thread Thiago A . Corrêa
Hi, I'd like to propose a templated QSqlQuery::value in the same way QVariant::value works. This syntax suggar allows one to write: QSqlQuery query; ... int myvalue = query.value(0); Instead of the current: int myvalue = query.value(0).toInt(); And also

Re: [Development] Git commit hook keywords

2012-09-17 Thread Oswald Buddenhagen
On Mon, Sep 17, 2012 at 01:43:03PM +0100, ext Laszlo Papp wrote: > Hmm, perhaps there is a misunderstanding here. I am sorry for that if that > is the case. I would not like to reference to the commit from its commit > message. I would like to reference to other commits from a commit message. > th

Re: [Development] Git commit hook keywords

2012-09-17 Thread Laszlo Papp
Hmm, perhaps there is a misunderstanding here. I am sorry for that if that is the case. I would not like to reference to the commit from its commit message. I would like to reference to other commits from a commit message. An example for this is: 1) Something changed in Qt5-base which requires fur

Re: [Development] Qt wiki MinGW for 64 bit

2012-09-17 Thread kai.koehne
> -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

Re: [Development] Extending Visual Studio's display of Qt classes

2012-09-17 Thread shane.kearns
> -Original Message- > From: development-bounces+shane.kearns=accenture@qt-project.org > [mailto:development-bounces+shane.kearns=accenture@qt-project.org] > On Behalf Of Tom Isaacson > Sent: 16 September 2012 11:08 > To: development@qt-project.org > Subject: [Development] Extending

[Development] Adding network services to Service Framework

2012-09-17 Thread Lincoln Ramsay
So I have this little client/server thing that started life as a single program. All the networking bits are kind of yuck and a pain to maintain and I was thinking that from a high level, this all feels kind of like Service Framework, just over a network. So I tried putting network support into

Re: [Development] Git commit hook keywords

2012-09-17 Thread shane.kearns
The line: Change-Id: I9c239ff790a139c7820ef1aeced89d31320ae6b0 Is what identifies the code review. If you put that into the search box on gerrit, it gives the url: https://codereview.qt-project.org/#q,I9c239ff790a139c7820ef1aeced89d31320ae6b0,n,z Which shows the two reviews for this change (5.0 a

Re: [Development] required QTextBoundaryFinder behavior [and API] fixes

2012-09-17 Thread Konstantin Ritt
Anyone? Konstantin 2012/9/10 Konstantin Ritt : > Hi folks, > > In fact, the current QTBF behaves just like if it were a broken break > iterator... > I mean that, [Issue1] despite it's name, it stops at every break > opportunity and reports NotAtBoundary via boundaryReasons() method for > the bre

Re: [Development] Proposing reversal of the Math3D qreal->float change

2012-09-17 Thread Sean Harmer
On Thursday 13 September 2012 10:30:47 Thiago Macieira wrote: > On terça-feira, 11 de setembro de 2012 22.44.52, Sean Harmer wrote: > > On 11/09/2012 22:39, Thiago Macieira wrote: > > > On terça-feira, 11 de setembro de 2012 22.34.50, Sean Harmer wrote: > > >> I propose we (I) fix the affected clas

Re: [Development] Accelerated/OpenGL drawing under Qt 5.0

2012-09-17 Thread Samuel Rødal
On 09/14/2012 04:18 PM, ext Chris Meyer wrote: > On Fri, Sep 14, 2012 at 2:49 AM, Samuel Rødal wrote: >> On 09/12/2012 06:52 AM, ext Chris Meyer wrote: >>> My software makes use of accelerated drawing using the techniques with >>> QGraphicsView and QGraphicsScene shown in this article: >>> >>> htt