Material for a Talk in Akademy-es

2012-05-15 Thread Alex Fiestas
Hi there! This next weekend Albert and I will be doing a talk in Akademy-es about Qt5 and Frameworks 5. Do you have any material already prepared for Frameworks 5? I'm thinking for example in that diagram explaining the modularization for kdelibs (tier-s and co). I have been looking for the p

Re: [kdelibs/frameworks] tier2/kconfig/autotests/kconfig_compiler: Fix qt4 build.

2012-05-15 Thread Alexander Neundorf
On Tuesday 15 May 2012, Stephen Kelly wrote: > David Faure wrote: > > No idea why this line was in "qt5 only", it's not related to Qt... > > It didn't work with my Qt 5 build, and I found it commented out (it worked > for everyone else in a Qt 4 build up to now). I wrapped it in QT5_BUILD in > cc1

Re: Running tests faster..

2012-05-15 Thread Alexander Neundorf
On Tuesday 15 May 2012, David Faure wrote: > On Sunday 13 May 2012 00:04:43 Alexander Neundorf wrote: > > Hi, > > > > just a quick hint, maybe you don't know this yet: > > > > You can run tests using "make test". > > This will run test by test after each other. > > Internally this simply calls ct

Re: Shortcuts for Pointer Devices in KDE

2012-05-15 Thread Rick Stockton
On Tue, 05/15/2012 at 08:39:17 +0200, todd rme wrote: On Mon, May 14, 2012 at 8:55 PM, Rick Stockton wrote: Todd, we_could_ attempt other devices at the same time. But these other devices must be analogous to a keypad-like "keyboard" (although they'd be much easier to support than THE keyboa

Re: Running tests faster..

2012-05-15 Thread David Faure
On Tuesday 15 May 2012 18:47:16 Harald Sitter wrote: > On Tue, May 15, 2012 at 6:42 PM, David Faure wrote: > > E.g. in kdelibs I get 3 more failures, due to ksycoca-related tests > > creating and removing services that show up in other tests' queries, or > > other tests reading and writing from th

Re: Running tests faster..

2012-05-15 Thread Harald Sitter
On Tue, May 15, 2012 at 6:42 PM, David Faure wrote: > On Sunday 13 May 2012 00:04:43 Alexander Neundorf wrote: >> Hi, >> >> just a quick hint, maybe you don't know this yet: >> >> You can run tests using "make test". >> This will run test by test after each other. >> Internally this simply calls c

Re: Running tests faster..

2012-05-15 Thread David Faure
On Sunday 13 May 2012 00:04:43 Alexander Neundorf wrote: > Hi, > > just a quick hint, maybe you don't know this yet: > > You can run tests using "make test". > This will run test by test after each other. > Internally this simply calls ctest. > > If you call ctest manually, you can use extra com

Re: [kdelibs/frameworks] tier2/kconfig/autotests/kconfig_compiler: Fix qt4 build.

2012-05-15 Thread Stephen Kelly
David Faure wrote: > No idea why this line was in "qt5 only", it's not related to Qt... It didn't work with my Qt 5 build, and I found it commented out (it worked for everyone else in a Qt 4 build up to now). I wrapped it in QT5_BUILD in cc1aa5dfe02bf9f277f36b61b8f737a524e5f2f6. Thanks, Steve

Re: Qt5 cmake stuff

2012-05-15 Thread Stephen Kelly
Alexander Neundorf wrote: > On Monday 14 May 2012, David Faure wrote: >> On Monday 14 May 2012 23:13:44 Alexander Neundorf wrote: >> > if (NOT TARGET Qt5::Core) >> > >> > add_library(Qt5::Core SHARED IMPORTED) >> > >> > endif() >> >> Thanks, that works, and is MUCH simpler too ;-) >> >> Any

[kdelibs/frameworks] tier2/kconfig/autotests/kconfig_compiler: Fix qt4 build.

2012-05-15 Thread David Faure
Git commit bd32e2c18b029667092f4eeb25504d5e3ade87b4 by David Faure. Committed on 15/05/2012 at 14:39. Pushed by dfaure into branch 'frameworks'. Fix qt4 build. No idea why this line was in "qt5 only", it's not related to Qt... CCMAIL: kde-frameworks-devel@kde.org Dakon rocks, BTW. M +1-9