docs.kde.org
Contributing
Prev
Next

Chapter 19. Contributing

19.1. How can I contribute to KDE?
19.2. How do I submit a bug report?
19.3. I want to program for KDE. What should I do first?
19.4. How do I get access to KDE SVN?
19.5. Can I have read-only access to the SVN repository?
19.6. Are there any SVN mirror sites for KDE?
19.7. How do I go about translating KDE programs into my native language?
19.1.

How can I contribute to KDE?

KDE is a free software project that lives from voluntary contributions. Everybody is encouraged to contribute to KDE. Not only programmers are welcome. There are many ways in which you can help to improve KDE:

  • Test the software.

  • Send in bug reports. For more information on this, see How do I submit a bug report?.

  • Write documentation or help files. You can get some information by visiting the KDE Editorial Team Home Page.

  • Translate programs, documentation, and help files. For more information on this, you should visit The KDE Translators' and Documenters' Web Site.

  • Draw nice icons or compose sound effects. You can visit the KDE artists page to find out more.

  • Write articles and books about KDE. If you want to help spread the word about KDE, simply send an email to . This will get you in touch with the KDE public relations volunteers.

  • Program new KDE applications. Please refer to Q: 19.3 for more information.

  • Of course, sponsors are also welcome. :-)

There are several places to look for more information if you want to get involved in the development. The first step is to subscribe to some of the mailing lists. You will soon see something that can be improved or added.

19.2.

How do I submit a bug report?

There is a bug tracking system available at http://bugs.kde.org. The system features a wizard to submit new bug reports and a list of all known bugs.

The easiest way to submit a bug is to select Help->Report Bug... from the menu bar of the application with the bug. This will open a small dialog box with a link to the bug tracking system. Please make sure to follow the instructions of the bug reporting wizard.

19.3.

I want to program for KDE. What should I do first?

Everybody is encouraged to develop software for KDE. What you should do first depends strongly on your experience, e.g. whether you have already learned C++ or have experience with the Qt™ toolkit and so on.

To get into KDE programming, you will need some basic tools: cmake, and gcc. You should look to http://techbase.kde.org/ for more tips.

Another excellent resource for learning KDE programming is the Qt™ online tutorials. These are installed along with Qt™. To view them, open $QTDIR/doc/html/index.html in Konqueror and bookmark it. The tutorials can be found under "Using Qt". The source code for each lesson can be found in the $QTDIR/tutorial directory.

There is, however, one thing that everybody interested in programming for KDE should do: subscribe to the developers mailing list. To subscribe, you have to send an email to [email protected] with the subject subscribe your_email_address.

Important

Please read How to subscribe/unsubscribe to these lists carefully. Everything said there applies to the development list as well.

19.4.

How do I get access to KDE SVN?

The KDE project uses SVN to develop the core parts of the software. Usually, when you have changed one of the parts (e.g. fixed a bug), and you want to commit this change, the best way is to create a patch against a current snapshot and send this patch to the developer/maintainer of the respective program.

If you are doing this more or less regularly, there are instructions here on how to get write access to the SVN repository: http://techbase.kde.org/Contribute/Get_a_SVN_Account. But be aware that more users will slow down SVN access for all developers, so we want to keep the number of people with direct SVN access reasonably small. But feel free to ask!

19.5.

Can I have read-only access to the SVN repository?

Yes. Instructions on how to get anonymous, read-only SVN access are here: http://techbase.kde.org/Getting_Started/Sources/Anonymous_SVN

19.6.

Are there any SVN mirror sites for KDE?

No, there are currently no anonymous SVN mirror sites for KDE. If you're interested in setting one up, please contact

19.7.

How do I go about translating KDE programs into my native language?

Look at the The KDE Translators' and Documenters' Web Site to see whether your program is already translated (most are). Otherwise you will find information there on how to do it yourself.

Prev
Next
Home


docs.kde.org