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
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
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
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