Re: Review Request 126632: add a "Complementary" color scheme to kcolorscheme

2016-01-22 Thread Marco Martin
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/126632/ --- (Updated Jan. 22, 2016, 8:52 p.m.) Status -- This change has been ma

Re: Deadlock in kded whith Qt 5.6

2016-01-22 Thread Thiago Macieira
On Friday 22 January 2016 09:21:12 David Faure wrote: > On Thursday 21 January 2016 13:54:32 Thiago Macieira wrote: > > Can I limit the spy hook to method calls? That is, exclude signals. > > Yes, for the purpose of kded/kiod that is fine > A not-loaded-yet-module cannot possibly connect to a dbus

Re: Review Request 126836: DropArea: Fix correctly ignoring dragEnter event with preventStealing

2016-01-22 Thread David Rosca
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/126836/ --- (Updated Jan. 22, 2016, 11:31 a.m.) Status -- This change has been m

Re: Review Request 126836: DropArea: Fix correctly ignoring dragEnter event with preventStealing

2016-01-22 Thread David Edmundson
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/126836/#review91437 --- Ship it! Ship It! - David Edmundson On Jan. 21, 2016, 2

Jenkins-kde-ci: kio master stable-kf5-qt5 ยป Linux,gcc - Build # 202 - Unstable!

2016-01-22 Thread no-reply
GENERAL INFO BUILD UNSTABLE Build URL: https://build.kde.org/job/kio%20master%20stable-kf5-qt5/PLATFORM=Linux,compiler=gcc/202/ Project: PLATFORM=Linux,compiler=gcc Date of build: Fri, 22 Jan 2016 08:22:56 + Build duration: 7 min 57 sec CHANGE SET Revision 40dfecf226b24188c8866bfc9577d118da

Re: Deadlock in kded whith Qt 5.6

2016-01-22 Thread David Faure
On Thursday 21 January 2016 13:54:32 Thiago Macieira wrote: > Can I limit the spy hook to method calls? That is, exclude signals. Yes, for the purpose of kded/kiod that is fine A not-loaded-yet-module cannot possibly connect to a dbus signal. > Another attempt, also untested. It works ! Even th