Re: KWallet issues when using in plasmoids

2011-08-24 Thread Alexey Chernov
On 24 авг 2011 22:40:20 Valentin Rusu wrote: > On 08/24/2011 09:30 PM, 4ernov wrote: > >>> Sorry for unclear text, yes, I meant KWallet API, you're right. > >>> Here's > >>> those method itself: > >>> > >>> bool MicroBlog::enterWalletFolder(const QString &folder) > >>> { > >>> > >>> //TODO: s

Re: KWallet issues when using in plasmoids

2011-08-24 Thread Valentin Rusu
On 08/24/2011 09:30 PM, 4ernov wrote: >>> Sorry for unclear text, yes, I meant KWallet API, you're right. Here's >>> those method itself: >>> >>> bool MicroBlog::enterWalletFolder(const QString &folder) >>> { >>> //TODO: seems a bit silly to have a function just for this here >>> //why does

Re: KWallet issues when using in plasmoids

2011-08-24 Thread 4ernov
> > Sorry for unclear text, yes, I meant KWallet API, you're right. Here's > > those method itself: > > > > bool MicroBlog::enterWalletFolder(const QString &folder) > > { > >     //TODO: seems a bit silly to have a function just for this here > >     //why doesn't kwallet have this itself? > What's

Re: KFileDialog is not setting $HOME as a default directory

2011-08-24 Thread Giorgos Tsiapaliwkas
nobody -- Tsiapaliwkas Giorgos (terietor) KDE Developer terietor.gr >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

Fwd: Need help in writing a simple kio slave

2011-08-24 Thread Yogesh Marwaha
Hi, Solved it by adding the following line to protocol file: - listing=Name,Type,Size,Date,Access,Owner,Group,Link Regards, -- Forwarded message -- From: Yogesh Marwaha Date: 24 August 2011 12:30 Subject: Need help in writing a simple kio slave To: kde-devel@kde.org Hi, I ne

Need help in writing a simple kio slave

2011-08-24 Thread Yogesh Marwaha
Hi, I need your help in writing a simple kio slave to display contents of a xml file (xml file follows a structure like a filesystem though there will only be folders). API documentation has not proved much useful. The easiest example/source of kio slave implementation I could find was 'applicati