Re: kio and KDirNotify for remote protocols

2013-08-21 Thread David Faure
On Wednesday 14 August 2013 11:53:43 Sven Brauch wrote: Hi! I'm writing a KIO slave for the infinote protocol [1]. The protocol features push-notifications for connected clients when a file is added or removed, and it's sort of important for the user to see when files are added. Thus, I'd

Re: kio and KDirNotify for remote protocols

2013-08-21 Thread Sven Brauch
Hi! On Wednesday 21 August 2013 22:37:31 David Faure wrote: No, which is why people typically create a kded module for the purpose of such always-running watching and notifying. Ok, then this is probably what I'm going to do, too. I don't really follow this one. The URLs have to match as you

Re: kio and KDirNotify for remote protocols

2013-08-21 Thread Sven Brauch
On Wednesday 21 August 2013 23:23:35 David Faure wrote: You could listen to the KDirNotify signal leftDirectory(url). Awesome, thanks.

kio and KDirNotify for remote protocols

2013-08-14 Thread Sven Brauch
Hi! I'm writing a KIO slave for the infinote protocol [1]. The protocol features push-notifications for connected clients when a file is added or removed, and it's sort of important for the user to see when files are added. Thus, I'd like to make the application using the slave (e.g. dolphin)