Marble/JJ

From KDE TechBase
Revision as of 10:28, 18 March 2009 by Tampakrap (talk | contribs) (New page: ==Marble Junior Jobs== If you are new to Marble then you want to check this page. We list a few things you can do which are easy tasks and introduce you to Marble development. ===Quality...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Marble Junior Jobs

If you are new to Marble then you want to check this page. We list a few things you can do which are easy tasks and introduce you to Marble development.

Quality Assurance / Documentation

We want our code to look good. The documentation should be concise and helpful and the comments shouldn't have bugs. Also it shouldn't have any obvious "formal" bugs. Help us to improve our code quality. This is an easy job that helps you to get familiar with the source code. It's the first thing that absolute beginners usually want to look at:

  • KDE Krazy check: Have a look at our static code checker:

http://www.englishbreakfastnetwork.org/krazy/reports/kde-4.x/kdeedu/marble/index.html

Try to understand possible problems and create a fix for them.

  • Get rid of compile warnings: Compile Marble from scratch and check all the warnings that possibly appear. Try to get rid of the warnings by adding fixes. If parameters are not used then you can use Q_UNUSED to get rid of the warnings.
  • Compile marble with the cmake option -DPEDANTIC=ON. Fix
  • Create API-Documentation

If you come across a problem don't hesitate to ask (there are no stupid questions, just people who are afraid of asking for stupid reasons ;-)