Re: Allow users to donate money towards bugs

2011-09-25 Thread Sven Burmeister
Am Donnerstag, 22. September 2011, 22:13:12 schrieb Cornelius Schumacher: > On Thursday 22 September 2011 10:29:16 John Tapsell wrote: > > I think it would really help with bug reports if we let people > > > > donate money towards getting bugs fixed. If there are lots of users > > annoyed by a

Re: Allow users to donate money towards bugs

2011-09-25 Thread Lydia Pintscher
On Thu, Sep 22, 2011 at 23:49, Sven Burmeister wrote: >> Money introduces a dangerous dynamics into this. It values extrinsic rewards >> over intrinsic rewards, opens the can of worms of fair distribution of >> money, and it requires a new level of administration, which is hard to get >> right. >

Re: Allow users to donate money towards bugs

2011-09-25 Thread Cornelius Schumacher
On Thursday 22 September 2011 Sven Burmeister wrote: > > What did he try? I think there things are mixed-up here. There is "fixing a > bug" which is most of the time different from "add a feature". Not all work is the same, but I don't think the difference is between fixing bugs and adding featu

Re: Ask for help about PopupApplet in PyKDE4

2011-09-25 Thread Diego Casella ([Po]lentino)
but just give me an error : "Applet has no attribute setPopupIcon" > so I want to konw how can I implement a Popup Plasma, and how > to use the PopupApplet class , thank you. > -- next part -- > An HTML attachment was scrubbed... > URL: < > https:

Re: invest money in free software?

2011-09-25 Thread C. Weil.
On Thursday, September 22, 2011 11:52:59 AM David Narvaez wrote: > On Thu, Sep 22, 2011 at 11:29 AM, Harri Porten wrote: > > Don Sanders, one of the former KMail maintainers, had such a system set > > up many years ago btw. I couldn't find anything about it anymore > > online. But iirc it didn't w

Getting started with KDE development

2011-09-25 Thread Picachu Nioto
Hi everyone, I am new to KDE development and wish to contribute to some KDE applications or small modules. I am a good Qt programmer. I have installed ubuntu 11.04 and cmake and qmake by apt-get install tool. Is there any thing else that I should install to configure my environment to develop KDE

Re: Getting started with KDE development

2011-09-25 Thread Raphael Kubo da Costa
Picachu Nioto writes: > Is there any thing else that I should install to configure my environment to > develop KDE applications. > Could someone point me to pages explaining how to contribute to KDE > applications? You might want to take a look at http://techbase.kde.org/Getting_Started and then

Re: Getting started with KDE development

2011-09-25 Thread Kevin Krammer
Hi, On Sunday, 2011-09-25, Picachu Nioto wrote: > Hi everyone, > > I am new to KDE development and wish to contribute to some KDE applications > or small modules. > I am a good Qt programmer. I have installed ubuntu 11.04 and cmake and > qmake by apt-get install tool. > > Is there any thing else

Re: Getting started with KDE development

2011-09-25 Thread karan pratap singh
On Sep 26, 2011 1:31 AM, "Picachu Nioto" wrote: > > Hi everyone, > > I am new to KDE development and wish to contribute to some KDE applications or small modules. > I am a good Qt programmer. I have installed ubuntu 11.04 and cmake and qmake by apt-get install tool. > > Is there any thing else tha

Re: Getting started with KDE development

2011-09-25 Thread Steven Sroka
On 25 September 2011 14:21, Picachu Nioto wrote: > Hi everyone, > I am new to KDE development and wish to contribute to some KDE applications > or small modules. > I am a good Qt programmer. I have installed ubuntu 11.04 and cmake and qmake > by apt-get install tool. > Is there any thing else that

Re: Getting started with KDE development

2011-09-25 Thread Wagner Reck
Hello Picachu, On Sun, Sep 25, 2011 at 3:21 PM, Picachu Nioto wrote: > Hi everyone, > I am new to KDE development and wish to contribute to some KDE applications > or small modules. > I am a good Qt programmer. I have installed ubuntu 11.04 and cmake and qmake > by apt-get install tool. > Is ther

Re: Getting started with KDE development

2011-09-25 Thread Stefan Majewsky
Hi Picachu, On Sun, Sep 25, 2011 at 8:21 PM, Picachu Nioto wrote: > Is there any thing else that I should install to configure my environment to > develop KDE applications. techbase.kde.org has information on "Setting up a KDE development environment" (see the first link on the main page), but i

Re: Getting started with KDE development

2011-09-25 Thread Vitor Boschi
Hi Picachu, and welcome aboard! You can get some pointers on the KDE TechBase. Start here -> http://techbase.kde.org/Getting_Started/Build or http://techbase.kde.org/Contribute#Getting_Started_with_Coding There are some changes in the way KDE is build, and you may have some problems following them.