Re: Review Request 122651: Allow users to configure how many horizontal lines are drawn

2015-02-21 Thread Aleix Pol Gonzalez
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/122651/#review76365 --- Ship it! Ship It! - Aleix Pol Gonzalez On Feb. 20, 2015,

Re: Review Request 122651: Allow users to configure how many horizontal lines are drawn

2015-02-21 Thread David Edmundson
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/122651/ --- (Updated Feb. 21, 2015, 10:33 a.m.) Status -- This change has been

Warning: KPluginInfo::property(X-KDE-PluginInfo-Name) is deprecated

2015-02-21 Thread Marco Martin
Hi all, As you may have noticed, right now starting plasma is a big spam of the following error: Calling KPluginInfo::property(X-KDE-PluginInfo-Name) is deprecated, use KPluginInfo::pluginName() in /whatever/plugin.so instead. i tried to see where it happens, and seems it's in ktradeparsetree.cpp

Re: Warning: KPluginInfo::property(X-KDE-PluginInfo-Name) is deprecated

2015-02-21 Thread Sebastian Kügler
On Saturday, February 21, 2015 11:02:48 Marco Martin wrote: As you may have noticed, right now starting plasma is a big spam of the following error: Calling KPluginInfo::property(X-KDE-PluginInfo-Name) is deprecated, use KPluginInfo::pluginName() in /whatever/plugin.so instead. i tried to

Jenkins build is back to stable : plasma-framework_master_qt5 » All,LINBUILDER #1018

2015-02-21 Thread KDE CI System
See http://build.kde.org/job/plasma-framework_master_qt5/Variation=All,label=LINBUILDER/1018/changes ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Re: [kio] /: Look for kdesu in the correct location

2015-02-21 Thread Marko Käning
Hi Marco, I’ve seen your below commit for kio and wondered whether something similar regarding CMAKE_INSTALL_FULL_LIBEXECDIR could be done for kconfig, since currently I need this OSX-specific configure option: --- $ cat config/build/darwin-mavericks.cfg [DEFAULT]

Review Request 122667: Some tools for easily do qml based apps using KPackage

2015-02-21 Thread Marco Martin
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/122667/ --- Review request for KDE Frameworks and Plasma. Repository: kdeclarative

Re: Warning: KPluginInfo::property(X-KDE-PluginInfo-Name) is deprecated

2015-02-21 Thread Alexander Richardson
2015-02-21 14:43 GMT+00:00 Marco Martin notm...@gmail.com: On Sat, Feb 21, 2015 at 1:34 PM, Alexander Richardson arichardson@gmail.com wrote: and then we could also have something like KServiceTypeTrader::findPlugin(serviceType, name) that expands to

Re: Warning: KPluginInfo::property(X-KDE-PluginInfo-Name) is deprecated

2015-02-21 Thread Alexander Richardson
2015-02-21 10:02 GMT+00:00 Marco Martin notm...@gmail.com: Hi all, As you may have noticed, right now starting plasma is a big spam of the following error: Calling KPluginInfo::property(X-KDE-PluginInfo-Name) is deprecated, use KPluginInfo::pluginName() in /whatever/plugin.so instead. i

Jenkins build became unstable: plasma-framework_master_qt5 » All,LINBUILDER #1019

2015-02-21 Thread KDE CI System
See http://build.kde.org/job/plasma-framework_master_qt5/Variation=All,label=LINBUILDER/1019/changes ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Re: Warning: KPluginInfo::property(X-KDE-PluginInfo-Name) is deprecated

2015-02-21 Thread Marco Martin
On Sat, Feb 21, 2015 at 1:34 PM, Alexander Richardson arichardson@gmail.com wrote: and then we could also have something like KServiceTypeTrader::findPlugin(serviceType, name) that expands to KServiceTypeTrader::self()-query(serviceType, [](const KPluginInfo info) { return

Jenkins build is back to stable : plasma-framework_master_qt5 » All,LINBUILDER #1020

2015-02-21 Thread KDE CI System
See http://build.kde.org/job/plasma-framework_master_qt5/Variation=All,label=LINBUILDER/1020/changes ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Re: Warning: KPluginInfo::property(X-KDE-PluginInfo-Name) is deprecated

2015-02-21 Thread Marco Martin
On Sat, Feb 21, 2015 at 3:43 PM, Marco Martin notm...@gmail.com wrote: On Sat, Feb 21, 2015 at 1:34 PM, Alexander Richardson arichardson@gmail.com wrote: and then we could also have something like KServiceTypeTrader::findPlugin(serviceType, name) that expands to

Re: Warning: KPluginInfo::property(X-KDE-PluginInfo-Name) is deprecated

2015-02-21 Thread Sebastian Kügler
On Saturday, February 21, 2015 17:19:02 Alexander Richardson wrote: 2015-02-21 14:43 GMT+00:00 Marco Martin notm...@gmail.com: On Sat, Feb 21, 2015 at 1:34 PM, Alexander Richardson arichardson@gmail.com wrote: and then we could also have something like

Jenkins build became unstable: plasma-framework_stable_qt5 » All,LINBUILDER #132

2015-02-21 Thread KDE CI System
See http://build.kde.org/job/plasma-framework_stable_qt5/Variation=All,label=LINBUILDER/132/changes ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Jenkins build became unstable: plasma-framework_master_qt5 » All,LINBUILDER #1022

2015-02-21 Thread KDE CI System
See http://build.kde.org/job/plasma-framework_master_qt5/Variation=All,label=LINBUILDER/1022/changes ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Re: Review Request 122232: KConfig: fix using KSharedConfig in global object destructor.

2015-02-21 Thread Matthew Dawson
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/122232/#review76407 --- Everything looked good, but when I tried to rerun the tests

Re: Review Request 122232: KConfig: fix using KSharedConfig in global object destructor.

2015-02-21 Thread David Faure
On Jan. 27, 2015, 8:55 p.m., Matthew Dawson wrote: Unforunately, this cause test system failures in the the kconfigskeletontest test suite. I'm not sure why this should create issues there. However, I have a partial solution that avoids creating a full KSharedConfig. Instead,

Re: Review Request 122232: KConfig: fix using KSharedConfig in global object destructor.

2015-02-21 Thread David Faure
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/122232/ --- (Updated Feb. 21, 2015, 7:58 p.m.) Review request for KDE Frameworks and