[Development] Consent for including PCRE in Qt

2012-01-22 Thread Giuseppe D'Angelo
Hello, as per the CLA, I'd like to formally ask the Chief Maintainer and Nokia to give their consent for inclusion of the PCRE [1] library in the Qt Project. Being under the 3-clause BSD license [2], it satisfies the clauses 2.3 (a) and (b) of the CLA. [1] http://pcre.org/ [2] http://pcre.org/lic

Re: [Development] QLocale work

2012-01-22 Thread John Layt
On Wednesday 18 Jan 2012 13:21:24 lars.kn...@nokia.com wrote: > On 1/18/12 12:35 PM, "ext Thiago Macieira" > >On Wednesday, 18 de January de 2012 00.47.31, John Layt wrote: > >> Other classes call public QLocale methods for number symbols like > >> decimalPoint() and negativeSign() to use in thei

Re: [Development] QLocale work

2012-01-22 Thread John Layt
On Wednesday 18 Jan 2012 09:35:02 Thiago Macieira wrote: > On Wednesday, 18 de January de 2012 00.47.31, John Layt wrote: > > * QString will need a decision on the behaviour of toInt() / toLong() / > > etc using the Default Locale. > > They should use the C locale, not the Default (System) locale.

[Development] Let's discuss QPluginManager

2012-01-22 Thread d3fault
Have you looked at the Qt Service Framework? It's new to 5.0. Doc: http://doc.qt.nokia.com/5.0-snapshot/service-frameworks.html . Here is an example app demonstrating it's usage: http://doc.qt.nokia.com/5.0-snapshot/servicebrowser.html . > *Hi,* > > *Qt nicely supports extending applications and

Re: [Development] QLocale work

2012-01-22 Thread John Layt
On Wednesday 18 Jan 2012 13:13:04 you wrote: > 4.0 is certainly a minimum version. Do you know which ICU versions did the > upgrade to 5.2 and 6.0? > > Lars Yep, ICU 4.4 got Unicode 5.2 and ICU 4.6 got Unicode 6.0. OSX 10.7 shipped with ICU 4.6. John. __

Re: [Development] QLocale work

2012-01-22 Thread John Layt
On Wednesday 18 Jan 2012 12:17:48 you wrote: > On Wednesday, January 18, 2012 00:42:26 John Layt wrote: > Any idea what OSX 10.7 has? OSX 10.7 shipped with ICU 4.6 which has Unicode 6.0 > > The earliest versios of major distro's to ship at least 4.0 are: > > * openSuse 11.1 shipped Dec 2008 wit

Re: [Development] Fwd: Connecting mobile side with the server

2012-01-22 Thread Robin Burchell
Hi guys, Just a friendly reminder that development@ is for development *of* Qt. If you're interested in discussing approaches for developing applications *with* Qt, then please move the discussion to interest@. Thanks, Robin ___ Development mailing lis

Re: [Development] Fwd: Connecting mobile side with the server

2012-01-22 Thread Sivan Greenberg
Hi Raju! On Sun, Jan 22, 2012 at 2:47 PM, Raju Jaiswal wrote: > GUI is ready using Qt. I have thought of using WAMP server  .But I > don't know how to proceed further. I am quite new to app development. > Please help.. My normal approach is the use Django[0] + tastypie[1] + mongodb[2] to create

[Development] Fwd: Connecting mobile side with the server

2012-01-22 Thread Raju Jaiswal
-- Forwarded message -- From: Raju Jaiswal Date: Sun, Jan 22, 2012 at 4:32 AM Subject: Connecting mobile side with the server To: development@qt-project.org Hii, I am working on a project for developing an app for Maemo/MeeGo devices(N900) for storing and retrieving large scale i

Re: [Development] QFileSystemWatcher in WIndows

2012-01-22 Thread Robin Burchell
Hi Vadim, (I'm CCing this to the Qt development mailing list, since it'srelevant for everyone there. Sorry that you got two copies, I used the wrong address the first time.) On Sun, Jan 22, 2012 at 2:20 PM, Vadim Frolov wrote: > Dear Robin, > > I have just read your post about QFileSystemWatcher.