Re: Upcoming changes to CI system

2013-10-27 Thread Ben Cooksley
On Sun, Oct 27, 2013 at 9:43 PM, Peter Grasch wrote: > Hi Ben, > > On 10/27/2013 05:32 PM, Ben Cooksley wrote: > > A shared dependency is essentially a non-KDE project: > > a) Where distribution packages are too old (like CMake) > > b) projects which depend on Qt (and therefore cannot be installe

Re: Upcoming changes to CI system

2013-10-27 Thread Ben Cooksley
On Mon, Oct 28, 2013 at 12:46 AM, Allen Winter wrote: > On Sunday, October 27, 2013 09:32:59 PM Ben Cooksley wrote: > > Hi all, > > > > In order to improve the maintainability and cleanliness of the "shared > > dependencies" the way they will be handled on the CI system will be > > changing. > >

Re: Upcoming changes to CI system

2013-10-27 Thread Ben Cooksley
On Mon, Oct 28, 2013 at 1:59 AM, Scott Kitterman wrote: > > > Ben Cooksley wrote: > >Hi all, > > > >In order to improve the maintainability and cleanliness of the "shared > >dependencies" the way they will be handled on the CI system will be > >changing. > > > >The nature of this change is that

Re: Making KRDC's vnc fully threadsafe

2013-10-27 Thread Urs Wolfer
Shaheed, thanks for your work. I think you can push this patch to reviewboard where we can continue discussing it. IMHO this work should go into master since it's a quite large refactoring with new features. Bye urs On 2013-10-27 02:56, Shaheed Haque wrote: And here is the working code. Th

Re: Upcoming changes to CI system

2013-10-27 Thread Scott Kitterman
Ben Cooksley wrote: >Hi all, > >In order to improve the maintainability and cleanliness of the "shared >dependencies" the way they will be handled on the CI system will be >changing. > >The nature of this change is that all projects which need a "shared >dependency" will now need to declare a de

Re: Upcoming changes to CI system

2013-10-27 Thread Allen Winter
On Sunday, October 27, 2013 09:32:59 PM Ben Cooksley wrote: > Hi all, > > In order to improve the maintainability and cleanliness of the "shared > dependencies" the way they will be handled on the CI system will be > changing. > > The nature of this change is that all projects which need a "share

Re: Upcoming changes to CI system

2013-10-27 Thread Peter Grasch
Hi Ben, On 10/27/2013 05:32 PM, Ben Cooksley wrote: > A shared dependency is essentially a non-KDE project: > a) Where distribution packages are too old (like CMake) > b) projects which depend on Qt (and therefore cannot be installed system > wide) > > A list of shared dependencies can be seen >

Re: Making KRDC's vnc fully threadsafe

2013-10-27 Thread Shaheed Haque
​I forgot to say: I have a KDE Git account. >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

Re: Making KRDC's vnc fully threadsafe

2013-10-27 Thread Shaheed Haque
That version is not 100% complete/working, it was more intended to give some idea of the direction. Given your approval in principle, I will work on it further. How would you like to work in terms of reviews/branches etc.? On 26 October 2013 19:27, Urs Wolfer wrote: > Hi Shaheed > > Thanks for

Re: Making KRDC's vnc fully threadsafe

2013-10-27 Thread Shaheed Haque
And here is the working code. There are a few kError() calls which could get converted into kDebug()s in due course. On 26 October 2013 20:38, Shaheed Haque wrote: > > ​I forgot to say: I have a KDE Git account. > vncclientthread.tgz Description: GNU Zip compressed data >> Visit http://mail

Upcoming changes to CI system

2013-10-27 Thread Ben Cooksley
Hi all, In order to improve the maintainability and cleanliness of the "shared dependencies" the way they will be handled on the CI system will be changing. The nature of this change is that all projects which need a "shared dependency" will now need to declare a dependency against it in the appr