Re: [Development] kdelibs coding style

2013-04-29 Thread Samuel Rødal
On 04/29/2013 10:31 PM, Olivier Goffart wrote: > On Monday 29 April 2013 09:43:55 Thiago Macieira wrote: >> On segunda-feira, 29 de abril de 2013 17.16.49, Sergio Martins wrote: >>> The thing is, I just discovered that the kdelibs style[1] has a little >>> difference from Qt, it uses braces for one

Re: [Development] QML - PathView not responding on drag event with touch

2013-04-29 Thread Rutledge Shawn
On 29 Apr 2013, at 5:25 PM, Matteo Brichese wrote: > Hi everyone, I'm having some trouble using a PathView on QtQuick2.0 (Qt5.0.2) > with my multitouch panel. > > If I use a ListView and I drag it, it scroll smooth and istantly, same as > with mouse. > If I use a PathView and I drag it, it don

Re: [Development] Qt5 combined source package - Perl dependency

2013-04-29 Thread Thiago Macieira
On segunda-feira, 29 de abril de 2013 17.47.06, d3fault wrote: > Paddles! > > On Mon, Apr 29, 2013 at 11:25 AM, Thiago Macieira > > wrote: > > A determined hacker could infiltrate Digia's network and tamper with their > > email server. When an email is received for secur...@qt-project.org, it >

Re: [Development] Qt5 combined source package - Perl dependency

2013-04-29 Thread d3fault
Paddles! On Mon, Apr 29, 2013 at 11:25 AM, Thiago Macieira wrote: > A determined hacker could infiltrate Digia's network and tamper with their > email server. When an email is received for secur...@qt-project.org, it could > then forward the vuln to the hacker's own email address. This way, the >

Re: [Development] kdelibs coding style

2013-04-29 Thread André Pönitz
On Mon, Apr 29, 2013 at 10:37:10PM +0200, Giuseppe D'Angelo wrote: > On 29 April 2013 21:20, Thiago Macieira wrote: > > On segunda-feira, 29 de abril de 2013 18.52.16, Giuseppe D'Angelo wrote: > >> On 29 April 2013 18:43, Thiago Macieira wrote: > >> > With that in mind, I would suggest we change

[Development] Merging stable into release for Qt 5.1.0

2013-04-29 Thread Ahumada Sergio
Hi, As you might have noticed already, preparations for Qt 5.1.0 release have started. - Plan is to merge 'stable' into 'release' branch after the 'stable' branch has reached release quality. In practice, this would be after the last Qt 5.1.0 beta is out and before the first release candidat

Re: [Development] kdelibs coding style

2013-04-29 Thread Giuseppe D'Angelo
On 29 April 2013 21:20, Thiago Macieira wrote: > On segunda-feira, 29 de abril de 2013 18.52.16, Giuseppe D'Angelo wrote: >> On 29 April 2013 18:43, Thiago Macieira wrote: >> > With that in mind, I would suggest we change *both* coding styles to >> > optionally permit the braces, and strongly sug

Re: [Development] kdelibs coding style

2013-04-29 Thread Olivier Goffart
On Monday 29 April 2013 09:43:55 Thiago Macieira wrote: > On segunda-feira, 29 de abril de 2013 17.16.49, Sergio Martins wrote: > > The thing is, I just discovered that the kdelibs style[1] has a little > > difference from Qt, it uses braces for one-line if statements. > > > > This seems to be a d

Re: [Development] kdelibs coding style

2013-04-29 Thread Thiago Macieira
On segunda-feira, 29 de abril de 2013 18.52.16, Giuseppe D'Angelo wrote: > On 29 April 2013 18:43, Thiago Macieira wrote: > > With that in mind, I would suggest we change *both* coding styles to > > optionally permit the braces, and strongly suggest it for more-complex > > conditionals. > > In Qt

Re: [Development] Qt5 combined source package - Perl dependency

2013-04-29 Thread Thiago Macieira
On segunda-feira, 29 de abril de 2013 19.34.45, Oswald Buddenhagen wrote: > would it be terribly hard to add a filter step that throws out include/ > (and configure.exe) when zcat-ing the archive? That's the second choice I listed: do a file-by-file comparison, knowing which files are acceptable

Re: [Development] Qt5 combined source package - Perl dependency

2013-04-29 Thread Oswald Buddenhagen
On Mon, Apr 29, 2013 at 09:25:15AM -0700, Thiago Macieira wrote: > On segunda-feira, 29 de abril de 2013 18.09.14, Oswald Buddenhagen wrote: > > i'll rethink my stance if you answer my questions regarding the > > verification process to my satisfaction. > > I want the source tarballs to have the G

Re: [Development] kdelibs coding style

2013-04-29 Thread Giuseppe D'Angelo
On 29 April 2013 18:43, Thiago Macieira wrote: > > With that in mind, I would suggest we change *both* coding styles to > optionally permit the braces, and strongly suggest it for more-complex > conditionals. In Qt the braces are already mandatory if the condition spans over more than one line (w

Re: [Development] kdelibs coding style

2013-04-29 Thread Thiago Macieira
On segunda-feira, 29 de abril de 2013 17.16.49, Sergio Martins wrote: > The thing is, I just discovered that the kdelibs style[1] has a little > difference from Qt, it uses braces for one-line if statements. > > This seems to be a documentation/policy only rule, as the kdelibs code is > full of if

Re: [Development] Qt5 combined source package - Perl dependency

2013-04-29 Thread Thiago Macieira
On segunda-feira, 29 de abril de 2013 18.09.14, Oswald Buddenhagen wrote: > On Mon, Apr 29, 2013 at 07:44:18AM -0700, Thiago Macieira wrote: > > On segunda-feira, 29 de abril de 2013 11.06.11, Oswald Buddenhagen wrote: > > > my current solution is entirely predictable: git builds always run > > > s

Re: [Development] Qt5 combined source package - Perl dependency

2013-04-29 Thread Oswald Buddenhagen
On Mon, Apr 29, 2013 at 07:44:18AM -0700, Thiago Macieira wrote: > On segunda-feira, 29 de abril de 2013 11.06.11, Oswald Buddenhagen wrote: > > my current solution is entirely predictable: git builds always run > > syncqt, while other builds never do. this makes a very clear statement: > > if you

[Development] QML - PathView not responding on drag event with touch

2013-04-29 Thread Matteo Brichese
Hi everyone, I'm having some trouble using a PathView on QtQuick2.0 (Qt5.0.2) with my multitouch panel. If I use a ListView and I drag it, it scroll smooth and istantly, same as with mouse. If I use a PathView and I drag it, it don't scroll istantly bu after some delay, the movement isn't smoot

Re: [Development] Qt5 combined source package - Perl dependency

2013-04-29 Thread Thiago Macieira
On segunda-feira, 29 de abril de 2013 11.06.11, Oswald Buddenhagen wrote: > my current solution is entirely predictable: git builds always run > syncqt, while other builds never do. this makes a very clear statement: > if you want to modify qt (or at least its apis), use git. Please note that this

Re: [Development] Charset probleme

2013-04-29 Thread Koehne Kai
> -Original Message- > From: development-bounces+kai.koehne=digia@qt-project.org > [mailto:development-bounces+kai.koehne=digia@qt-project.org] On > Behalf Of Thomas PABST > Sent: Monday, April 29, 2013 1:50 PM > To: development@qt-project.org > Subject: [Development] Charset prob

[Development] Charset probleme

2013-04-29 Thread Thomas PABST
Hi, Usually, for charsset problems we can use theses functions: Qt Code: QTextCodec ::setCodecForTr (QTextCodec ::codecForName ("UTF-8")); QTextCodec

Re: [Development] Qt5 combined source package - Perl dependency

2013-04-29 Thread Oswald Buddenhagen
On Fri, Apr 26, 2013 at 02:30:10PM -0700, Thiago Macieira wrote: > With that, Ossi's patch is one step in the right direction and one step in > the > wrong direction. We should not re-generate the headers if they are present, > but we should still do it if they aren't -- and that includes shadow

Re: [Development] Qt5 combined source package - Perl dependency

2013-04-29 Thread Joerg Bornemann
On 26/04/2013 19:06, BRM wrote: > Not everyone using the non-git source deliveries (e.g. the ZIP file on the > website) can install anything they want on their computers. Understood. I consider this point valid. For those people we can provide an all-in-one pre-syncqt-ed source package. > The