Re: [PATCH] Modified Dolphin multiple files renaming functionality

2011-08-14 Thread Raphael Kubo da Costa
Chirag Anand writes: > This patch applies to dolphin/src/views/renamedialog.cpp and > dolphin/src/views/renamedialog.h. It is built on the current master > branch of kde-baseapps repository. It would be better if you could send the patch via ReviewBoard (https://git.reviewboard.kde.org), as ther

Re: [PATCH] Modified Dolphin multiple files renaming functionality

2011-08-14 Thread Peter Penz
Hello, thanks for the patch! I like the idea that the user can configure the start-index for renaming but (at least I) was confused with the "(000)" string and was not sure whether the parenthesis will get now part of the name. Also I was not sure whether the numbering will start with 0 or 1 (I

KIO::Slave not receiving stat command

2011-08-14 Thread Valentin Rusu
Hello, I'm trying to do a KIO::Slave which aims to display secrets collections from KSecretsService, in a hierarchical manner, inside konqueror for instance. I successfully built it, I'm able to correctly debug it, thanks to techbase but I'm stuck as it only receives the get command. I used the

Re: KIO::Slave not receiving stat command

2011-08-14 Thread Thiago Macieira
On Sunday, 14 de August de 2011 14:31:26 Valentin Rusu wrote: > Hello, > > I'm trying to do a KIO::Slave which aims to display secrets collections > from KSecretsService, in a hierarchical manner, inside konqueror for > instance. > > I successfully built it, I'm able to correctly debug it, thanks

Re: KIO::Slave not receiving stat command

2011-08-14 Thread Valentin Rusu
On 08/14/2011 03:06 PM, Thiago Macieira wrote: > On Sunday, 14 de August de 2011 14:31:26 Valentin Rusu wrote: >> Hello, >> >> I used the kio_settings code as an inspiration. This one correctly gets >> the stat and listDir commands, so it can display the hierarchy of items. >> Mine is not receiving

Re: KIO::Slave not receiving stat command

2011-08-14 Thread Valentin Rusu
On 08/14/2011 05:12 PM, Valentin Rusu wrote: > On 08/14/2011 03:06 PM, Thiago Macieira wrote: >> On Sunday, 14 de August de 2011 14:31:26 Valentin Rusu wrote: >>> Hello, >>> >>> I used the kio_settings code as an inspiration. This one correctly gets >>> the stat and listDir commands, so it can disp

KIO::Slave for secrets collections browsing

2011-08-14 Thread Valentin Rusu
Hello, Just wanted to inform you that I introduced a new component into the KSecretsService infrastructure, a KIO::Slave. This will let you browse for the secrets directly inside Konqueror or Dolphin. See this screen capture: http://wstaw.org/m/2011/08/14/plasma-desktopLo2386.jpg The code lives i

Re: KIO::Slave for secrets collections browsing

2011-08-14 Thread Sune Vuorela
On 2011-08-14, Valentin Rusu wrote: > Hello, > > Just wanted to inform you that I introduced a new component into the > KSecretsService infrastructure, a KIO::Slave. This will let you browse > for the secrets directly inside Konqueror or Dolphin. See this screen > capture: > http://wstaw.org/m/201

Re: [PATCH] Modified Dolphin multiple files renaming functionality

2011-08-14 Thread Chirag Anand
On Aug 14 12:07, Peter Penz wrote: > Hello, > > thanks for the patch! I like the idea that the user can configure the > start-index for renaming but (at least I) was confused with the "(000)" > string and was not sure whether the parenthesis will get now part of the > name. Also I was not sure

Re: KIO::Slave for secrets collections browsing

2011-08-14 Thread Valentin Rusu
On 08/14/2011 07:49 PM, Sune Vuorela wrote: > On 2011-08-14, Valentin Rusu wrote: >> Hello, >> >> http://wstaw.org/m/2011/08/14/plasma-desktopLo2386.jpg >> [snip] > Just curious; will it also work for browsing gnome-keyring items? Yep, if you have it installed with the associate secret-service dbu

Re: [PATCH] Modified Dolphin multiple files renaming functionality

2011-08-14 Thread Peter Penz
Hi, On Sunday 14 August 2011 20:39:38 Chirag Anand wrote: > On Aug 14 12:07, Peter Penz wrote: > > Hello, > > > > thanks for the patch! I like the idea that the user can configure the > > start-index for renaming but (at least I) was confused with the "(000)" > > string and was not sure whether

Re: [PATCH] Modified Dolphin multiple files renaming functionality

2011-08-14 Thread Chirag Anand
On Aug 14 21:05, Peter Penz wrote: > Hi, > > On Sunday 14 August 2011 20:39:38 Chirag Anand wrote: > > On Aug 14 12:07, Peter Penz wrote: > > > Hello, > > > > > > thanks for the patch! I like the idea that the user can configure the > > > start-index for renaming but (at least I) was confused wi