Re: backwards compatibility & how namespacing might help or not

2015-01-27 Thread Vishesh Handa
On Tue, Jan 27, 2015 at 10:28 AM, Harald Sitter wrote: > > So yes, a better way of moving thing arounds is needed, or maybe we just > need > > the dust to settle a bit so that we realize where each thing really > belongs > > and it'll hopefully fix itself? > > Waiting for the dust to settle is wh

Re: backwards compatibility & how namespacing might help or not

2015-01-27 Thread Albert Astals Cid
El Dimarts, 27 de gener de 2015, a les 10:28:24, Harald Sitter va escriure: > On Mon, Jan 26, 2015 at 10:01 PM, Albert Astals Cid wrote: > > Yeah, i don't think that what you suggest really helps much, otherwise > > you'd end up with two kglobalaccels running at the same time, which is > > probabl

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

2015-01-27 Thread Matthew Dawson
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/122232/#review74858 --- Unforunately, this cause test system failures in the the kconf

Build failed in Jenkins: kde-baseapps_master_qt5 #210

2015-01-27 Thread KDE CI System
See Changes: [stefano.crocco] Ported babelfish plugin to KF5 -- [...truncated 2959 lines...] ^

Jenkins build is back to stable : kio_master_qt5 #539

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

Jenkins build became unstable: kio_master_qt5 #538

2015-01-27 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: backwards compatibility & how namespacing might help or not

2015-01-27 Thread Harald Sitter
On Mon, Jan 26, 2015 at 10:01 PM, Albert Astals Cid wrote: > Yeah, i don't think that what you suggest really helps much, otherwise you'd > end up with two kglobalaccels running at the same time, which is probably a > very bad thing. It's dbus invoked, so in the kglobaccel case specifically david

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

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

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

2015-01-27 Thread David Faure
> On Jan. 27, 2015, 6:31 a.m., Matthew Dawson wrote: > > Sorry, I just discovered an issue with this change as is. If the global > > object is created before KConfig's Global object, a seg fault develops. In > > this case, KConfig's global is created first avoiding the pain. However, > > co

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

2015-01-27 Thread David Faure
> On Jan. 27, 2015, 6:31 a.m., Matthew Dawson wrote: > > Sorry, I just discovered an issue with this change as is. If the global > > object is created before KConfig's Global object, a seg fault develops. In > > this case, KConfig's global is created first avoiding the pain. However, > > co