Re: [Development] This week in Qt 5 development (week 49)

2011-12-12 Thread João Abecasis
Hi Stephen, Stephen Kelly wrote: This week: == QSound removed == == Talk of removing QWorkspace == == QTemporaryDir arrives == == Building v8 on MIPS == == -bsymbolic-functions used by default == == Extend the API for touch events == == On screen keyboard and better Input Methods ==

Re: [Development] Trying to setup environment to contribute. Error building webkit

2011-12-12 Thread Jordi Pujol
El dj 08 de 12 de 2011 a les 09:20 +1000, en/na Rohan McGovern va escriure: Hi, Unfortunately the qtwebkit pointed at by qt5.git is outdated and known not to work. Maybe it makes sense to remove it. (IMHO qtwebkit there is not making sense since it is more of a project which uses Qt and

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

2011-12-12 Thread marius.storm-olsen
What is it that you require to upload the results to a cdash, and why wouldn't qmake be able to do so? I thought cmake simply ran cdash to upload the results, and certainly qmake can easily add the rules for doing the same? What's the command line you need to run after a 'make check', and

Re: [Development] V8's location

2011-12-12 Thread shane.kearns
This would help a bit for one problem. But the other problem is that it makes working with qtbase harder because of the submodule. (while comitting you have to remember not to commit the v8 stuff) I think having a submodule in qtbase causes a lot of trouble for very little gain.

[Development] Feature defines in Qt 5?

2011-12-12 Thread Stephen Kelly
Hi there, Is there any plan to keep or remove the defines in features.txt in Qt 5? (eg, QT_NO_SQL, QT_NO_DATESTRING etc) A colleague told me about talk of removing all the ifdefs, but he thought he'd convinced whoever it was he was talking to that the stuff should be kept. Is it something

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

2011-12-12 Thread Thiago Macieira
On Monday, 12 de December de 2011 16.27.40, Laszlo Papp wrote: This topic brings my next question: what about projects migrating to Qt Playground, but had been using doxygen rather than qdoc? qdoc is recommended, of course. -- Thiago Macieira - thiago.macieira (AT) intel.com Software

Re: [Development] V8's location

2011-12-12 Thread Thiago Macieira
On Monday, 12 de December de 2011 18.03.53, aaron.kenn...@nokia.com wrote: $ git reset --hard d28b6a024826aaa48a8b3e69c096d01c91aff2c9 Checking out files: 100% (894/894), done. HEAD is now at d28b6a0 Add flag to avoid breakpoint relocation The Qt v8 repo is a clone of the official v8 git

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

2011-12-12 Thread Craig.Scott
On 13/12/2011, at 12:09 AM, marius.storm-ol...@nokia.com marius.storm-ol...@nokia.com wrote: What is it that you require to upload the results to a cdash, and why wouldn't qmake be able to do so? I thought cmake simply ran cdash to upload the results, and certainly qmake can easily add

Re: [Development] Removing QtWebkit from gerrit ( qt5.git)

2011-12-12 Thread Rohan McGovern
Robin Burchell said: On Thu, Dec 8, 2011 at 12:20 AM, Rohan McGovern rohan.mcgov...@nokia.com wrote: Unfortunately the qtwebkit pointed at by qt5.git is outdated and known not to work. Given that webkit is developed upstream inside webkit.org, I'd second that there's no reason having it

Re: [Development] Json support for QtCore

2011-12-12 Thread Sivan Greenberg
On Sun, Dec 11, 2011 at 6:40 PM, Robin Burchell robin...@viroteck.net wrote: You're missing the bit where the binary format is not the only representation. JSON can be parsed into it, it's stored like this in memory, and it can be serialised back to it (obviously), but it can also be