Re: [Development] [Qt5-feedback] 3rdpart platform plugins, tests and CI

2011-11-25 Thread Sergio Ahumada Navea
Hi, On 11/25/2011 02:52 PM, Holger Hans Peter Freyther wrote: > On 11/25/2011 02:40 PM, Holger Hans Peter Freyther wrote: >> On 10/31/2011 11:30 PM, Sergio Ahumada Navea wrote: >> >>> 2) Build -> Execute Shell >>> Command (without the #): >>> # git clean -dqffx > > >> I finally had a

Re: [Development] Unicode/i18n support

2011-11-25 Thread Cristian Adam
Hi, Boost in the latest version (1.48 released on 15th November 2011 ) added the Locale library, which can provide ICU or non-ICU locale support. Not necessarily use

Re: [Development] [Qt5-feedback] 3rdpart platform plugins, tests and CI

2011-11-25 Thread Holger Hans Peter Freyther
On 11/25/2011 02:40 PM, Holger Hans Peter Freyther wrote: > On 10/31/2011 11:30 PM, Sergio Ahumada Navea wrote: > >> 2) Build -> Execute Shell >> Command (without the #): >># git clean -dqffx > I finally had a little time and my question would be.. What should I set > qtgitreadonly t

Re: [Development] [Qt5-feedback] 3rdpart platform plugins, tests and CI

2011-11-25 Thread Holger Hans Peter Freyther
On 10/31/2011 11:30 PM, Sergio Ahumada Navea wrote: > 2) Build -> Execute Shell > Command (without the #): ># git clean -dqffx ># git clone git://gitorious.org/qtqa/testconfig.git _testconfig ># perl _testconfig/test.pl --project "QtBase master Integration" > --stage "

Re: [Development] QML: onCountChanged in ListModel and ListView

2011-11-25 Thread Sandro Andrade
Thanks Bea, -- Sandro On Fri, Nov 25, 2011 at 3:58 AM, wrote: > > On 24/11/2011, at 11:39 PM, ext Sandro Andrade wrote: > >> Hi there, >> >> Any idea why ListView { onCountChanged: ... } works fine while >> ListModel { onCountChanged: ... } gives me a "undefined property >> 'onCountChanged'" ? >

Re: [Development] Unicode/i18n support

2011-11-25 Thread lars.knoll
On 11/25/11 11:42 AM, "ext Thiago Macieira" wrote: >On Friday, 25 de November de 2011 10:54:59 Simon Hausmann wrote: >> > At the same time I'd propose to (over time) get rid of relying on >>glibc, >> > windows and Mac specific APIs as much as possible. We could also >>remove >> > most Unicode rel

Re: [Development] Unicode/i18n support

2011-11-25 Thread Sylvain Pointeau
but if you are moving to using ICU, you could use as well the regexp from ICU, do you still want to use PCRE then? ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

Re: [Development] Regular expression libraries for QRegExp

2011-11-25 Thread Oswald Buddenhagen
On Fri, Nov 25, 2011 at 09:28:18AM +0100, ext João Abecasis wrote: > What is the use case for *not* compiling in the constructor? > it makes use of the property-based api inefficient. > And how is an uncompiled Regular Expression object different from, > say, a QString? > it has some parameters,

Re: [Development] Unicode/i18n support

2011-11-25 Thread Thiago Macieira
On Friday, 25 de November de 2011 10:54:59 Simon Hausmann wrote: > > At the same time I'd propose to (over time) get rid of relying on glibc, > > windows and Mac specific APIs as much as possible. We could also remove > > most Unicode related data tables in Qt and only keep the ones that are > > pe

Re: [Development] Unicode/i18n support

2011-11-25 Thread Simon Hausmann
On Friday, November 25, 2011 08:30:56 AM ext lars.kn...@nokia.com wrote: > Hi, > > I have been thinking a bit on how to move forward with Unicode support in > Qt lately. The current state is in my opinion not sustainable. > > Unicode and i18n support consists of quite a few different tasks. Rough

Re: [Development] Rebasing a contribution

2011-11-25 Thread João Abecasis
Oswald Buddenhagen wrote: >> That's why I am asking that, if people are going to submit rebases, >> submit ONLY the rebase, with no extra changes. >> > well, that's noble, but it just won't happen in most cases. been there, > tried it, didn't even get a t-shirt. How about this, you decide to reba

[Development] Unicode/i18n support

2011-11-25 Thread lars.knoll
Hi, I have been thinking a bit on how to move forward with Unicode support in Qt lately. The current state is in my opinion not sustainable. Unicode and i18n support consists of quite a few different tasks. Roughly speaking, we currently have a handful of places where Unicode data and support han

Re: [Development] Regular expression libraries for QRegExp

2011-11-25 Thread João Abecasis
On Nov 25, 2011, at 4:50 AM, ext Giuseppe D'Angelo wrote: > On 24 November 2011 22:49, Oswald Buddenhagen > wrote: >> On Wed, Nov 23, 2011 at 03:35:57PM +0100, ext Thiago Macieira wrote: >>> At first thought, I'd say that the pattern class should be a regular, >>> implicitly-shared, atomic copy-

Re: [Development] Regular expression libraries for QRegExp

2011-11-25 Thread lars.knoll
On 11/25/11 5:03 AM, "ext Giuseppe D'Angelo" wrote: >2011/11/23 Thiago Macieira : >> Question: where does it get its Unicode tables from? Are they compiled >>in, or >> does it link to another library, such as ICU? >> >> Here, my libpcre links to nothing but libc. > >Same here. They're internal ta