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

[Development] Charset probleme

2013-04-29 Thread Thomas PABST
Hi, Usually, for charsset problems we can use theses functions: Qt Code: QTextCodec http://qt-project.org/doc/qt-4.8/qtextcodec.html::setCodecForTr (QTextCodec http://qt-project.org/doc/qt-4.8/qtextcodec.html::codecForName (UTF-8)); QTextCodec http://qt-project.org/doc/qt-4.8/qtextcodec.html::

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 probleme

[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

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 want

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 syncqt,

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's

Re: [Development] kdelibs coding style

2013-04-29 Thread Giuseppe D'Angelo
On 29 April 2013 18:43, Thiago Macieira thi...@kde.org 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

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 Git

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] 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 thi...@kde.org 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.

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

[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

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 thi...@kde.org wrote: On segunda-feira, 29 de abril de 2013 18.52.16, Giuseppe D'Angelo wrote: On 29 April 2013 18:43, Thiago Macieira thi...@kde.org wrote: With that in mind, I would

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 thiago.macie...@intel.com 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

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 thiago.macie...@intel.com wrote: A determined hacker could infiltrate Digia's network and tamper with their email server. When an email is received for

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't