modules for KF5 TP1 release

2013-12-31 Thread David Faure
Below is the list of modules that I created for the TP1 release. Please check for errors and omissions. I did NOT include: strigi, phonon, libdbusmenu-qt, kactivities, kde-runtime. Should any of these be included? extra-cmake-modules master

Re: Issues porting KGeography to KF5

2013-12-31 Thread David Faure
On Tuesday 31 December 2013 00:52:59 David Gil Oliva wrote: Hi! I'm porting KGeography to KF5, and I found some issues. *KConfigDialog::setHelp()* KConfigDialog* dialog = new KConfigDialog(this, settings, kgeographySettings::self()); dialog-setHelp(configuration, kgeography); It

Re: Frameworks Performance Question

2013-12-31 Thread Christoph Cullmann
On 12/30/2013 06:50 PM, David Faure wrote: On Monday 30 December 2013 17:20:23 Hugo Pereira Da Costa wrote: Indeed oxygen (@KDE4) was using: connect( KGlobalSettings::self(), SIGNAL(kdisplayPaletteChanged()), this, SLOT(globalPaletteChanged()) ); Interesting, so every style had to do

build.kde.org email notifications

2013-12-31 Thread David Faure
Hello, Now that all the frameworks are green on build.kde.org, I just enabled email notifications to k-f-d in all 57 jobs. Beware the brown paper bag! :) -- David Faure, fa...@kde.org, http://www.davidfaure.fr Working on KDE, in particular KDE Frameworks 5

Re: What are the plans with CamelCase includes?

2013-12-31 Thread David Faure
On Sunday 29 December 2013 23:23:44 Friedrich W. H. Kossebau wrote: Am Sonntag, 29. Dezember 2013, 17:39:47 schrieb Kevin Ottens: On Sunday 29 December 2013 17:11:36 Friedrich W. H. Kossebau wrote: So possibly something more that needs to be decided on: where should plain headers end up?

Re: What are the plans with CamelCase includes?

2013-12-31 Thread Aleix Pol
On Tue, Dec 31, 2013 at 12:50 PM, David Faure fa...@kde.org wrote: On Sunday 29 December 2013 23:23:44 Friedrich W. H. Kossebau wrote: Am Sonntag, 29. Dezember 2013, 17:39:47 schrieb Kevin Ottens: On Sunday 29 December 2013 17:11:36 Friedrich W. H. Kossebau wrote: So possibly something

KF5 Update Meeting Minutes Almost 2014

2013-12-31 Thread Kevin Ottens
Hello everyone, This is the minutes of the last meeting of 2013. As usual it has been held on #kde-devel at 4pm Paris time. Were present: apol and myself. Announcement: * TP1 is almost ready, forwarding headers work missing * apol has been working on the header generation for KCoreAddons,

Re: KF5 Update Meeting Minutes Almost 2014

2013-12-31 Thread David Faure
On Tuesday 31 December 2013 16:17:20 Kevin Ottens wrote: Hello everyone, This is the minutes of the last meeting of 2013. As usual it has been held on #kde-devel at 4pm Paris time. Were present: apol and myself. Sorry, missed it by 30 minutes. Announcement: * TP1 is almost ready,

Re: Frameworks Performance Question

2013-12-31 Thread Sebastian Kügler
On Monday, December 30, 2013 12:54:20 Christoph Cullmann wrote: On Sunday 29 December 2013 20:07:38 Christoph Cullmann wrote: #10 0x73fbeaa0 in KConfig::reparseConfiguration (this=0x688130) at /home/cullmann/local/kf5/src/frameworks/kconfig/src/core/kconfig.cpp:633 #11

Re: What are the plans with CamelCase includes?

2013-12-31 Thread David Faure
On Tuesday 31 December 2013 14:48:13 Aleix Pol wrote: Ok, maybe I should be changing the ones we have now CamelCased to KF5/KDE/. Having a KDE namespace doesn't make much sense though, if the idea is not to break source compatibility, we can just tell people to either depend on KDE4Support or

Re: KF5 Update Meeting Minutes Almost 2014

2013-12-31 Thread David Faure
On Tuesday 31 December 2013 16:29:19 David Faure wrote: Can we distribute the work, to get this done faster? I'll take KDBusAddons and KService, let's say. I'm putting together a script to automate most of it. Current version: http://www.davidfaure.fr/2013/install_headers.sh