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
t; Thanks for this work. Looks good to me after a short look into it. I will > look more deeply into it soon. > > Do you have a KDE Git account or should I commit it? > > I'm looking forward to you work for supporting automatic reconnection. > > Bye > urs > > >

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 >

Making KRDC's vnc fully threadsafe

2013-10-26 Thread Shaheed Haque
threadsafe. The attached patch cleanly separates the threading/static callbacks/class members, but does not change any locking or other functionality. The commit log to my local branch reads as follows: commit 545111064c06a0423585263ce9fe1779461756e4 Author: Shaheed Haque Date: Sat O