Re: Developing without creating a dedicated developer user account

2012-02-05 Thread Antonis Tsiapaliokas
The easiest way to build a new KDE environment is to create a new user and then you can use the kdesrc-build script. Which is downloading the sources and it compiles it automatic. Also it stores log files for errors P.S. you can have find the documentation for the kdesrc-build script here http

Fwd: GSOC Mentor

2012-02-05 Thread heathmatlock
-- Forwarded message -- From: heathmatlock Date: Sat, Feb 4, 2012 at 12:08 PM Subject: GSOC Mentor To: kde-...@kde.org Eike Hein has been mentoring me through the process of becoming a KDE developer, and I'm working on a project dubbed Qanda which adds natural language processing

Re: function of setButtons( Close ) of class KDialog

2012-02-05 Thread Kevin Krammer
On Sunday, 2012-02-05, Rahul Sharma wrote: > Yeah, I was trying to fix bug #152182 and I found the reason behind the > bug. And I was even able to fix that if I add a close button of mine and > connect that to close() slot (detailed explanation would be too long but if > you want me to, then surely

Re: function of setButtons( Close ) of class KDialog

2012-02-05 Thread Rahul Sharma
Yeah, I was trying to fix bug #152182 and I found the reason behind the bug. And I was even able to fix that if I add a close button of mine and connect that to close() slot (detailed explanation would be too long but if you want me to, then surely I would). And this setButtons(Close), does not cal

Re: function of setButtons( Close ) of class KDialog

2012-02-05 Thread Kevin Krammer
On Sunday, 2012-02-05, Rahul Sharma wrote: > Thanks a lot Kevin. > That really helped, but one more question, does the QDialog::done() emits a > close event signal as QWidget::close() in order to close the window (or > dialog) ? Hmm. There is no such things as a close event signal, but if you mean

Re: function of setButtons( Close ) of class KDialog

2012-02-05 Thread Rahul Sharma
Thanks a lot Kevin. That really helped, but one more question, does the QDialog::done() emits a close event signal as QWidget::close() in order to close the window (or dialog) ? Regards -Rahul Sharma On Sun, Feb 5, 2012 at 3:56 PM, Kevin Krammer wrote: > Hi, > > On Sunday, 2012-02-05, Rahul Shar

Re: function of setButtons( Close ) of class KDialog

2012-02-05 Thread Kevin Krammer
Hi, On Sunday, 2012-02-05, Rahul Sharma wrote: > Hi, > I was going through the source code of *Kmplot . *And at a place I got > stuck with it when i found that in a class inherited from KDialog, a > function setButtons( Close ) was used. > I understand that it creates a close button in the window

Re: function of setButtons( Close ) of class KDialog

2012-02-05 Thread Yogesh Marwaha
On 5 February 2012 12:38, Rahul Sharma wrote: > Hi, > I was going through the source code of Kmplot .  And at a place I got stuck > with it when i found that in a class inherited from KDialog, a function > setButtons( Close ) was used. > I understand that it creates a close button in the window bu