Re: [Development] Qt platform and theme plugins

2011-12-11 Thread morten.sorvig
On Dec 9, 2011, at 9:00 PM, ext Charley Bay wrote: >From the description, this appears to be an effort to establish a common API >or approach for *both* Qt5Widgets and QML2+? That's what I'd be most excited >about (one approach). Selfishly, I'm mostly focused on QML 2+ in Qt5+, even >we'll

Re: [Development] How to create new Qt modules or tools

2011-12-11 Thread Craig.Scott
On 12/12/2011, at 4:59 PM, Rohan McGovern wrote: > Laszlo Papp said: >> >> 1) Build and software testing service >> Is there a build and software testing service provided for projects in >> the Qt Playground repositories ? I have not seen any mentionings about >> that so far. and it is an import

Re: [Development] How to create new Qt modules or tools

2011-12-11 Thread Rohan McGovern
Laszlo Papp said: > > 1) Build and software testing service > Is there a build and software testing service provided for projects in > the Qt Playground repositories ? I have not seen any mentionings about > that so far. and it is an important question in my case, for instance. > I have been using

Re: [Development] V8's location

2011-12-11 Thread Olivier Goffart
On Monday 12 December 2011 10:30:31 Rohan McGovern wrote: > Stephen Kelly said: > > On Wednesday, November 09, 2011 13:54:37 Thiago Macieira wrote: > > > On Friday, 28 de October de 2011 12:38:38 lars.kn...@nokia.com wrote: > > > > We've been moving this lib quite a bit already. If we move it > > >

Re: [Development] QtV8 and the unittests

2011-12-11 Thread christopher.adams
Hi Holger, > > Hi again, > > > > the previous points are not answered but I have one more question. Why > > do we need to have the QML_GLOBAL_INDEX slot and carry it around? > Why > > can't we just patch src/contexts.cc with the current code but resolve > > the qml_global and qml_global_global thr

Re: [Development] V8's location

2011-12-11 Thread Rohan McGovern
Stephen Kelly said: > On Wednesday, November 09, 2011 13:54:37 Thiago Macieira wrote: > > On Friday, 28 de October de 2011 12:38:38 lars.kn...@nokia.com wrote: > > > We've been moving this lib quite a bit already. If we move it again, I'd > > > prefer it would end up at it's final location. The mov

Re: [Development] Json support for QtCore

2011-12-11 Thread Thiago Macieira
On Sunday, 11 de December de 2011 14.47.21, lars.kn...@nokia.com wrote: > I now redid the benchmarks comparing qjson (as provided by my Ubuntu > install, linked against Qt 4.7), qjsonparser (latest HEAD, linked against > Qt 5) and my qtbinaryjson (linked against Qt5 as well). Here are the > numbers

Re: [Development] Json support for QtCore

2011-12-11 Thread Robin Burchell
On Sun, Dec 11, 2011 at 5:33 PM, Andre Somers wrote: > However, like I said, I guess I am missing something here. Could you > explain what the relationship is between this binary format and the JSON > format, and how it helps parsing & creating JSON? You're missing the bit where the binary format

Re: [Development] Json support for QtCore

2011-12-11 Thread Andre Somers
Op 11-12-2011 15:55, lars.kn...@nokia.com schreef: > The binary representation is optimized for fast reading. The binary > format > is relatively compact and stores the whole object in one blob. >> Is this a standard binary format of JSON, or something of your own devise? > It's something I wrote.

Re: [Development] Json support for QtCore

2011-12-11 Thread Robin Burchell
On Sun, Dec 11, 2011 at 3:55 PM, wrote: >>Is this a standard binary format of JSON, or something of your own devise? > > It's something I wrote. I wanted it to be something that you can simply > mmap from a file and use without ever having to parse anything to make > saving and restoring of json

Re: [Development] Json support for QtCore

2011-12-11 Thread lars.knoll
Hi Sivan, On 12/11/11 10:39 AM, "ext Sivan Greenberg" wrote: >Hi Lars! > >On Sat, Dec 10, 2011 at 11:32 PM, wrote: >> there were quite a few discussions and requests over the last months to >> add Json support as part of QtCore, and maybe integrating one of the >> existing parsers. > >There we

Re: [Development] Json support for QtCore

2011-12-11 Thread lars.knoll
On 12/11/11 1:31 AM, "ext Robin Burchell" wrote: >hi, > >On Sat, Dec 10, 2011 at 10:32 PM, wrote: >> I've benchmarked parsing speed and compared to the qjson >> (http://qjson.sourceforge.net/). It's around 7 times faster for the >> test.json file included in the project (the test case used in q

Re: [Development] Json support for QtCore

2011-12-11 Thread Ben Lau
On Sun, Dec 11, 2011 at 8:31 AM, Robin Burchell wrote: > hi, > > On Sat, Dec 10, 2011 at 10:32 PM, wrote: > > I've benchmarked parsing speed and compared to the qjson > > (http://qjson.sourceforge.net/). It's around 7 times faster for the > > test.json file included in the project (the test case

Re: [Development] Json support for QtCore

2011-12-11 Thread Sivan Greenberg
Hi Lars! On Sat, Dec 10, 2011 at 11:32 PM, wrote: > there were quite a few discussions and requests over the last months to > add Json support as part of QtCore, and maybe integrating one of the > existing parsers. There were also discussions and even a couple of bug report about adding "native