Re: [Development] drawhelpers thread-safe?

2012-01-01 Thread gunnar.sletta
On Dec 30, 2011, at 6:34 PM, ext Thiago Macieira wrote: > They don't look like they are thread-safe, at least not the > qInitDrawHelperAsm > function. > > Is that function supposed to be thread-safe? It is supposed to be and originally was. The qInitDrawHelperAsm function should only be cal

Re: [Development] State of QtDeclarative (noob question)

2012-01-01 Thread gunnar.sletta
On Dec 23, 2011, at 3:39 PM, ext Holger Hans Peter Freyther wrote: >> >> It is a known issue that sometimes graphics drivers don't have vsync enabled >> by default. In this case, it will render as fast as possible, usually giving >> 1000s of FPS and 100% CPU usage. On my machine (ubuntu 10.04

Re: [Development] QStandardItemModel moved to "QtWidgets" module, not good idea?

2012-01-01 Thread gunnar.sletta
On Dec 30, 2011, at 8:33 AM, ext Stephen Kelly wrote: > On Wednesday, December 28, 2011 10:36:43 Ville M. Vainio wrote: > > On Tue, Dec 27, 2011 at 9:26 PM, Giuseppe D'Angelo > > wrote: > > > On 27 December 2011 15:08, Ville M. Vainio wrote: > > >> I'm all for killing the whole QAIM concept fo

Re: [Development] Ref-counted quit

2012-01-01 Thread Thiago Macieira
On Friday, 30 de December de 2011 08.12.58, Stephen Kelly wrote: > As the current API is a low-level API, you can put any front-end API you > wish on top as an alternative. I'm not convinced that would solve any > problems though. I don't think you've proposed a concrete enough front-end > API to e

Re: [Development] V8 doesn't build in cross-compilation

2012-01-01 Thread Thiago Macieira
On Sunday, 1 de January de 2012 19.55.27, simon.hausm...@nokia.com wrote: > Snapshots should IIRC be disabled in all configs except host = target and > 32-bit host to 32-bit arm (in which case mksnapshot builds the arm > simulator to create the heap snapshot). > Disabled snapshots means startup pe

Re: [Development] Hacking guide for Qt's SSL Support

2012-01-01 Thread Robin Burchell
Hi, 2012/1/1 Andreas Aardal Hanssen : > [*] http://www.gnu.org/software/gnutls/ - dropped because it clearly staged > it was in early Alpha stage at the time, which I find to be really scary for > a security framework, and currently I don't think the licensing looks very > interesting. If OpenSSL

Re: [Development] V8's location

2012-01-01 Thread simon.hausmann
Whoever is going to do the work may first have to add support for host builds in modules outside qtbase, in order to support v8 snapshots. Simon -- Sent from my Nokia N930.12.11 09:09 skrev ext Thiago Macieira: On Monday, 12 de December de 2011 19.34.21, Thiago Macieira wrote: > On Monday, 12 d

Re: [Development] V8 doesn't build in cross-compilation

2012-01-01 Thread simon.hausmann
Snapshots should IIRC be disabled in all configs except host = target and 32-bit host to 32-bit arm (in which case mksnapshot builds the arm simulator to create the heap snapshot). Disabled snapshots means startup penalty for v8, but no functional regression. Simon -- Sent from my Nokia N931

Re: [Development] Hacking guide for Qt's SSL Support

2012-01-01 Thread Andreas Aardal Hanssen
2012/1/1 Richard Moore > I've just added a WIP guide to working on the SSL code in Qt. Please > feel free to edit/extend/comment: https://wiki.qt-project.org/Hacking_on_Qts_SSL_Support > Hi Richard, looks really good! For Qt 4, the idea was to have several backends like you write here. Still we

[Development] Hacking guide for Qt's SSL Support

2012-01-01 Thread Richard Moore
I've just added a WIP guide to working on the SSL code in Qt. Please feel free to edit/extend/comment: https://wiki.qt-project.org/Hacking_on_Qts_SSL_Support Cheers Rich. ___ Development mailing list Development@qt-project.org http://lists.qt-project.o

Re: [Development] V8 doesn't build in cross-compilation

2012-01-01 Thread Sergio Ahumada Navea
Hi, On 01/01/2012 03:19 PM, Thiago Macieira wrote: > On Sunday, 1 de January de 2012 14.41.26, Sergio Ahumada Navea wrote: >>> The question still stands though: doesn't anyone try to cross-compile Qt >>> for ARM these days? >> >> The CI system is testing ARM, but I guess it falls into the i386 cat

Re: [Development] V8 doesn't build in cross-compilation

2012-01-01 Thread Thiago Macieira
On Sunday, 1 de January de 2012 14.41.26, Sergio Ahumada Navea wrote: > > The question still stands though: doesn't anyone try to cross-compile Qt > > for ARM these days? > > The CI system is testing ARM, but I guess it falls into the i386 category. That might be. I was wondering if no developer i

Re: [Development] V8 doesn't build in cross-compilation

2012-01-01 Thread Sergio Ahumada Navea
Hi, On 01/01/2012 12:35 AM, Thiago Macieira wrote: > On Friday, 30 de December de 2011 12.35.44, Thiago Macieira wrote: >> I have an ARM and a MIPS cross-compilation builds. My host machine is a >> 64-bit x86-64. Configure was run with no flags related to V8. >> >> It told me: >> V8 module ...