Re: [Development] Git commit hook keywords

2012-09-15 Thread simon.hausmann
Hi, According to the Jira URL you posted, it show a bit further down that it was Robin [1] who added the Gerrit ID to the bug report. It's an interesting idea to put Gerrit IDs into Jira's change field, although it gives the reporter of the bug the impression that a fix is available in a target

Re: [Development] Git commit hook keywords

2012-09-15 Thread simon.hausmann
Is there an actual hook that triggers when somebody uses Task-number: QTBUG-1234 in a commit message? I am under the impression that at this point it is merely a convention that could be hooked up with Jira in the future. Simon -- Sendt fra min Nokia N916.09.12 00:45 skrev ext Laszlo Papp: If y

Re: [Development] Not stripping our binaries by default

2012-09-13 Thread simon.hausmann
__ From: development-bounces+simon.hausmann=nokia@qt-project.org [development-bounces+simon.hausmann=nokia@qt-project.org] on behalf of ext Thiago Macieira [thiago.macie...@intel.com] Sent: Thursday, September 13, 2012 22:21 To: development@qt-project.org; releas...@q

Re: [Development] Harmattan - QtJsBackend/V8 build issues

2012-09-02 Thread simon.hausmann
e of scratchbox? What's CFG_V8SNAPSHOT set to for you? AFAIK the only way to get snapshots working for Harmattan is to truly cross-compile outside of scratchbox with x86 host (not x86-64). Simon From: development-bounces+simon.hausmann=nokia@qt-proje

Re: [Development] Qt 5.0 Beta Performance

2012-09-01 Thread simon.hausmann
I've observed the same with Nvidia and the samegame, but I've seen the same process eat just a few percent two months ago. I'm confident that it's just a plain old bug instead of a fundamental problem with Qt 5's architecture :) Simon -- Sendt fra min Nokia N901.09.12 08:05 skrev ext David Boos

Re: [Development] how to reduce the relocation <-- Use static qt libraries

2012-07-24 Thread simon.hausmann
I think ELF pre-linking might be a viable solution to your problem. Simon -- Sendt fra min Nokia N924.07.12 09:44 skrev Liu Song.7 (Nokia-MP/Beijing): More information that from gcc the "-Wl,-Bsymbolic" can be used to bind references to global symbols to the definition within the so, if any. So

Re: [Development] OpenGL Support in Qt5

2012-07-16 Thread simon.hausmann
It gets worse :) For the Linux Desktop we also want Qt to not only work with Mesa (which provides us with a GLES 2 api), we also want it to function with say the proprietary nvidia drivers, which do not provide GLES (on ia32/x64) or the wayland egl extensions. Simon -- Sendt fra min Nokia N91

Re: [Development] Move QAction from QtWidgets to QtGui

2012-07-03 Thread simon.hausmann
I'm not a fan of moving QAction back to QtGui, because there it would be a class that cannot be used by itself. Out of the box it is only useful with the containers in QtWidgets. I understand that you can theoretically use it just as property bag, but I don't think that would be a common patter

Re: [Development] Importing (mobile) qt-components to gerrit

2012-06-25 Thread simon.hausmann
Simon From: development-bounces+simon.hausmann=nokia@qt-project.org [development-bounces+simon.hausmann=nokia@qt-project.org] on behalf of Buddenhagen Oswald (Nokia-MP/Berlin) Sent: Monday, June 25, 2012 16:04 To: development@qt-project.org Subjec

Re: [Development] (Harmattan) Qt Quick Components & Qt 5

2012-05-30 Thread simon.hausmann
Check out the qtquick2 branch of the qt-components repo :) Would be nice to move that to Gerrit. Simon -- Sendt fra min Nokia N930.05.12 20:28 skrev Gil Quim (Nokia-DXM/SiliconValley): Hi, We have started a community device seeding activity to encourage brave developers porting their mobile ap

Re: [Development] [QTBUG-23273] Change to Q_DECLARE_INTERFACE interfaces

2012-05-02 Thread simon.hausmann
I believe changing the string in Q_DECLARE_INTERFACE is binary incompatible but fully source compatible. The string gets embedded in moc generated code as well as .o files on the caller side when doing a q_object_cast to an interface. At run-time they must match for the cast to succeed. Simon

Re: [Development] Adoption of virtual_hook()

2012-04-11 Thread simon.hausmann
I would say that qt_metacall is our equivalent. We used that with slots in QStyle for example to achieve the same effect with slightly more convenience :) Simon -- Sendt fra min Nokia N911.04.12 08:19 skrev Saether Jan-Arve (Nokia-MP/Oslo): The "Little Manual of API Design" [1] recommends adding

Re: [Development] Qt Summit 2012 Registration is now open!

2012-04-06 Thread simon.hausmann
I think it would be great if we could extend the invitations to WebKit committers that are contributors to the Qt port. Quim, what do you think? Simon -- Sendt fra min Nokia N904.04.12 19:51 skrev Gil Quim (Nokia-DXM/SiliconValley): Qt WebKit counts just like any other Qt module. In case of do

[Development] heads-up: v8 module move

2012-01-08 Thread simon.hausmann
Hi, This is a quick heads-up about some module dependency changes coming in this week: In our attempt to move v8 out of qtbase into its own separate module, anyone wishing to compile qtdeclarative will have to check out a new module: ssh://codereview.qt-project.org/qt/qtjsbackend.git g

Re: [Development] V8's location

2012-01-03 Thread simon.hausmann
Indeed, that looks elegant :) Simon -- Sent from my Nokia N903.01.12 17:46 skrev Buddenhagen Oswald (Nokia-MP/Berlin): On Tue, Jan 03, 2012 at 01:45:27PM -0200, ext Thiago Macieira wrote: > Configure already sets a "default" mkspec symlink that matches the target > mkspec. Making it also create

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] Feature freeze date?

2011-12-13 Thread simon.hausmann
What's state if the modules? For WebKit I think an API feature freeze would be okay in January. I think we are in good shape for that. Alexis, what do you think? In terms of implementation WebKit is still a few months away from release quality (think WebKit 2). Simon -- Sent from my Nokia N

Re: [Development] V8 updated in qtbase.git

2011-11-10 Thread simon.hausmann
Absolutely, that dependency is fine for WebKit. Simon -- Sent from my Nokia N911.11.11 08:10 skrev Hansen Kent (Nokia-MP-Qt/Oslo): Hi, bcd16f9453e543ba819385d87bd7061a4caeb325 bumps the sha1 for the V8 submodule, and introduces some build changes to src/v8. You'll need to do "git submodule up