Why can't I type "*.*" in KFileDialog ?

2013-04-06 Thread Ilya Basin
Hi list. There's this code: KFileDialog dlg(emptyUrl, i18n("*.png *.xpm *.svg *.svgz|Icon Files (*.png *.xpm *.svg *.svgz)"), q); dlg.setOperationMode( KFileDialog::Opening ); dlg.setCaption( i18n("Open") ); dlg.setMode( KFile::File ); KImageFilePreview *ip = new KImageFilePr

Re[2]: How to gracefully kill a KUniqueApplication and wait for its termination?

2013-04-06 Thread Ilya Basin
Hi Thiago. TM> Use QDBusServiceWatcher to find out when the name unregisters. This worked. Thanks. >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

Re: Why can't I type "*.*" in KFileDialog ?

2013-04-06 Thread Thomas Lübking
Because you're typing into the name field? Try editing the "filter" field. On Samstag, 6. April 2013 14:08:26 CEST, Ilya Basin wrote: Hi list. There's this code: KFileDialog dlg(emptyUrl, i18n("*.png *.xpm *.svg *.svgz|Icon Files (*.png *.xpm *.svg *.svgz)"), q); dlg.setOperationMode(

Problem installing kdelibs

2013-04-06 Thread Ashish Singh
Hey everyone, I am trying to install kdelibs[1] on Ubuntu 12.10 but it so happens that every time i give the cmake command i get an error of some dependency not found and this has been happening for quite some time now. I have also tried to install the missing dependencies manually but it is takin

Re: Problem installing kdelibs

2013-04-06 Thread Scott Kitterman
On Sunday, April 07, 2013 06:17:38 AM Ashish Singh wrote: > Hey everyone, > > I am trying to install kdelibs[1] on Ubuntu 12.10 but it so happens that > every time i give the cmake command i get an error of some dependency not > found and this has been happening for quite some time now. I have als

Re: Problem installing kdelibs

2013-04-06 Thread Myriam Schweingruber
Hi Ashish, On Sun, Apr 7, 2013 at 2:47 AM, Ashish Singh wrote: > Hey everyone, > > I am trying to install kdelibs[1] on Ubuntu 12.10 but it so happens that > every time i give the cmake command i get an error of some dependency not > found and this has been happening for quite some time now. I ha

Saying Hello

2013-04-06 Thread Matthew McKeen
Hello everyone: I am planning on applying for GSOC to do some work on KDE. I've always been around the KDE development community but haven't had much time to code in the past due to life engagements. I've had a developer account sitting around for a couple of years that I just recently logged in