David Faure (dfaure)
-
Just splitted a !KDE Framework out of KService+ksycoca. Probably obsolete by Qt-5.1, but needed for compat and at least it's separate now.
about 10 months ago from web -
@Melissa http://community.kde.org/Frameworks/Building has the necessary information.
-
Looking to get involved in an important part of !KDE? @dfaure added some very easy Frameworks 5 tasks: http://ur1.ca/9uqj2
about 11 months ago from Choqok at Karlsruhe, Baden-Württemberg, Germany in context Repeat of nightrose -
Will spend all of next week in Nuremberg, for Embedded World. Come see Volker, Sabine and me at the #kdab booth :)
about a year ago from web -
Will spend all of next week in Nuremberg, for Embedded World. Come see me at the !kdab booth :)
about a year ago from web -
Frameworks 5 volunteer day going on right now http://ur1.ca/88eve !KDE
-
In a train to Geneva with @ervin, with intermittent 3G, on the way to !KDE #Platform11 meeting.
Wednesday, 01-Jun-11 13:38:48 UTC from web -
Come meet us at the !Qt booth, hall 11, stand 11-103.
Tuesday, 01-Mar-11 20:35:01 UTC from web -
Having a good time at Embedded World in Nurnberg, meeting many people interested in !Qt
Tuesday, 01-Mar-11 20:34:14 UTC from web -
@aspotashev it's mostly for websites, since it doesn't handle local changes etc. For compiling !KDE the plan is to have this in kdesrc-build
Friday, 04-Feb-11 00:46:39 UTC from web -
kdesdk/scripts/kde-checkout-list.pl can be used to list all available !kde git modules. Can also clone/pull, for webservers like lxr/ebn.
-
Happy after a very complex bug fix - !KDE bug 193364 (kdirlister crash, e.g. in !k3b). Ouch, my head...
-
@thomaszander sounds good; can you send me your scripts?
-
!kde kdelibs unittests are in constant regression; 12 failures in trunk (kate, proxymodels, plasma, and more, see previous msg)
-
kconfigcompiler_test, kfileplacesmodeltest kate's completion_test, searchbar_test, indenttest plasma packagestructuretest. All used to work.
Friday, 10-Sep-10 21:42:29 UTC from web -
kdelibs unittests broken: queryparsertest, ktcpsockettest, sonnet's test_filter, krichtextedittest, kdescendantsproxymodeltest, ...
Friday, 10-Sep-10 21:42:10 UTC from web -
@lentulius Trust me, you don't. You can create an empty string with variable() in a ctor initialization list, or with variable = QString().
-
@lentulius remove the 0.
-
@lentulius: you can't create a QString from an int, this has always been an error in Qt4. What's your line of code?