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

2015-01-26 Thread Matthew Dawson
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/122232/#review74802 --- Sorry, I just discovered an issue with this change as is. If

Re: backwards compatibility & how namespacing might help or not

2015-01-26 Thread Albert Astals Cid
El Dilluns, 26 de gener de 2015, a les 17:22:49, Harald Sitter va escriure: > ahoy ahoy > > so... > kf5.7 will contain kglobalacceld5 > plasma5.2 will also contain kglobalacceld5 if it was built with kf5.6 > > this poses a binary conflict which makes kf5.7 not a simple "drop-in" > replacement for

Re: New framework: KXmlRpcClient

2015-01-26 Thread Albert Astals Cid
El Dilluns, 26 de gener de 2015, a les 15:25:34, Daniel Vrátil va escriure: > On Thursday, January 08, 2015 06:08:00 PM Daniel Vrátil wrote: > > Hi all, > > > > KXmlRpcClient provides a complete XMLRPC client for applications to use. > > It's used most notably by DrKonqi to talk to b.k.o. It's the

Re: backwards compatibility & how namespacing might help or not

2015-01-26 Thread šumski
On Monday 26 of January 2015 17:22:49 Harald Sitter wrote: > ahoy ahoy > > so... > kf5.7 will contain kglobalacceld5 > plasma5.2 will also contain kglobalacceld5 if it was built with kf5.6 > > this poses a binary conflict which makes kf5.7 not a simple "drop-in" > replacement for kf5.6 without re

backwards compatibility & how namespacing might help or not

2015-01-26 Thread Harald Sitter
ahoy ahoy so... kf5.7 will contain kglobalacceld5 plasma5.2 will also contain kglobalacceld5 if it was built with kf5.6 this poses a binary conflict which makes kf5.7 not a simple "drop-in" replacement for kf5.6 without recompiling plasma, which effectively makes this new construct just like the

Jenkins build is back to stable : plasma-framework_stable_qt5 » All,LINBUILDER #80

2015-01-26 Thread KDE CI System
See ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Re: New framework: KXmlRpcClient

2015-01-26 Thread Daniel Vrátil
On Thursday, January 08, 2015 06:08:00 PM Daniel Vrátil wrote: > Hi all, > > KXmlRpcClient provides a complete XMLRPC client for applications to use. > It's used most notably by DrKonqi to talk to b.k.o. It's the first > framework split from kdepimlibs that we feel is ready to be shipped with > KD

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

2015-01-26 Thread KDE CI System
See ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Build failed in Jenkins: kde-baseapps_master_qt5 #209

2015-01-26 Thread KDE CI System
See Changes: [stefano.crocco] Ported part of akregator plugin to KF5 -- [...truncated 2938 lines...] KTabWidget* tabWidget = mainWindow.findChild(); ^

Jenkins build is back to stable : plasma-framework_stable_qt5 » All,LINBUILDER #78

2015-01-26 Thread KDE CI System
See ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Re: Review Request 122198: Add support for _NET_WM_OPAQUE_REGION

2015-01-26 Thread Martin Gräßlin
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/122198/ --- (Updated Jan. 26, 2015, 10:10 a.m.) Status -- This change has been m

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

2015-01-26 Thread David Faure
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/122232/ --- (Updated Jan. 26, 2015, 8:11 a.m.) Review request for KDE Frameworks and

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

2015-01-26 Thread David Faure
> On Jan. 24, 2015, 5:12 p.m., Matthew Dawson wrote: > > src/core/kconfig.cpp, line 542 > > > > > > Reading the Qt documentation, I think its possible that appArgs[0] > > isn't the application name on Windows, a