Re: OSX/MacPorts KDE CI System: Build failed for framework solid

2014-07-02 Thread Kevin Ottens
Hello, On Wednesday 02 July 2014 08:33:01 Marko Käning wrote: > on OSX solid fails to build because of this: > > --- > /Users/marko/WC/KDECI-builds/solid/src/solid/devices/backends/iokit/iokitdev > ice.cpp:227:25: error: allocating an object of abstract class type > 'Solid::Backends::IOKit::Batte

AndroidToolchain.cmake in ECM

2014-07-02 Thread Aleix Pol
Hi, As you might have seen on my blog post [1], I've been working on Android support for kde. Part of this effort resulted in a cmake toolchain file we can use to ensure everything is found properly and adds some help targets to generate the apk packages. Now I'd like to make sure everyone knows

Re: Review Request 119005: Make desktoptojson include all values, not just the translated ones

2014-07-02 Thread Alexander Richardson
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/119005/ --- (Updated July 3, 2014, 1:19 a.m.) Status -- This change has been dis

Re: Need help to port to new QT5 plugins

2014-07-02 Thread laurent Montel
Le mercredi 2 juillet 2014 16:25:28 David Faure a écrit : > On Wednesday 02 July 2014 13:30:36 laurent Montel wrote: > > "Plugin > > > > verification data mismatch in > > '/opt/kde5/lib64/plugins/akonadi_akonotes_resource.so'" > > It *is* found, it's rather that QLibrary thinks there's a mismatc

Re: KDE Frameworks 5 promo

2014-07-02 Thread Marko Käning
Hi guys, > Added info page, comments welcome > http://kde.org/info/kde-frameworks-5.0.0.php > > What other bugs do we want to list? Currently KF5's version 5.0.0 does NOT build framework solid and dependent FWs on OSX [1]. I cross-posted this also to the kde-hardware-devel list, but my post ha

Re: Review Request 119079: Add utility function for loading all plugins from a given dir + easy accessor for metadata

2014-07-02 Thread Alexander Richardson
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/119079/ --- (Updated July 2, 2014, 9:46 p.m.) Review request for KDE Frameworks. Re

Re: KDE Frameworks 5 promo

2014-07-02 Thread Jonathan Riddell
On Tue, Jul 01, 2014 at 11:13:24PM +0200, David Faure wrote: > On Tuesday 01 July 2014 16:16:48 Jonathan Riddell wrote: > > KDE Frameworks 5 gets its first release this week, anyone want to help me > > with a Dot story and release announcement? > > For linking from the announcement, I committed so

Re: [kde-promo] KDE Frameworks 5 promo

2014-07-02 Thread Kevin Ottens
Hello, On Wednesday 02 July 2014 10:48:58 David Faure wrote: > On Wednesday 02 July 2014 10:35:29 Jos Poortvliet wrote: > > On Tuesday 01 July 2014 23:13:24 David Faure wrote: > > > On Tuesday 01 July 2014 16:16:48 Jonathan Riddell wrote: > > > > KDE Frameworks 5 gets its first release this week,

Re: Review Request 119058: add a test case for KIconLoader::addAppDir()

2014-07-02 Thread Marco Martin
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/119058/ --- (Updated July 2, 2014, 2:32 p.m.) Status -- This change has been mar

Re: Review Request 119058: add a test case for KIconLoader::addAppDir()

2014-07-02 Thread Commit Hook
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/119058/#review61493 --- This review has been submitted with commit f33e3283a02eebb468

Re: Review Request 119058: add a test case for KIconLoader::addAppDir()

2014-07-02 Thread David Faure
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/119058/#review61491 --- Ship it! Ship It! - David Faure On July 2, 2014, 9 a.m., M

Re: Need help to port to new QT5 plugins

2014-07-02 Thread David Faure
On Wednesday 02 July 2014 13:30:36 laurent Montel wrote: > "Plugin > verification data mismatch in > '/opt/kde5/lib64/plugins/akonadi_akonotes_resource.so'" It *is* found, it's rather that QLibrary thinks there's a mismatch. Try export QT_DEBUG_PLUGINS=1 to see why. -- David Faure, fa...@kde

Need help to port to new QT5 plugins

2014-07-02 Thread laurent Montel
Hi, In akonadi we need to load plugins. We have macro: #define AKONADI_AGENT_FACTORY( agentClass, catalogName ) \ class agentClass ## Factory : public Akonadi::AgentFactory< agentClass > \ { \ Q_OBJECT \ Q_PLUGIN_METADATA(IID "org.kde.akonadi." # agentClass ) \ Q_INTERFACES( agentClass ## Fa

Re: Review Request 119058: add a test case for KIconLoader::addAppDir()

2014-07-02 Thread Marco Martin
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/119058/ --- (Updated July 2, 2014, 9 a.m.) Review request for KDE Frameworks. Repos

Re: [kde-promo] KDE Frameworks 5 promo

2014-07-02 Thread David Faure
On Wednesday 02 July 2014 10:35:29 Jos Poortvliet wrote: > On Tuesday 01 July 2014 23:13:24 David Faure wrote: > > On Tuesday 01 July 2014 16:16:48 Jonathan Riddell wrote: > > > KDE Frameworks 5 gets its first release this week, anyone want to help > > > me > > > with a Dot story and release announ

Re: Review Request 119037: Fix KAuth backend loading

2014-07-02 Thread Hrvoje Senjan
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/119037/#review61455 --- src/BackendsManager.cpp