Showing posts with label junior job. Show all posts
Showing posts with label junior job. Show all posts

Friday, March 19, 2010

Junior Job: Port poxml away from Qt3Support

This is a junior job for all of you that want to get started in KDE development and don't know what to do, kdesdk/poxml is a set of tools used to convert KDE xml-based documentation to po (translator friendly format) and back. They are still using Qt3Support, that is not bad per se, but is not good either.

Doing the port should be straightforward if you have some Qt experience and read the docs on porting form Qt3 to Qt4.

Of course i'll be there to help and review the final diff, so what are you waiting for?

Saturday, March 06, 2010

Updating KDE/Konqueror web shortcuts

Speaking with maelcum on #kde-devel we found out that KDE web shortcuts are a bit out of date since for example they don't have yahoo nor bing so we thought updating the list of KDE web shortcuts would be a good entry project for someone that wanted to start contributing to KDE.

You can find the current list of KDE web shortcuts at http://websvn.kde.org/trunk/KDE/kdebase/runtime/kurifilter-plugins/ikws/searchproviders/

Once you have a proposal come to #kde-devel in irc.freenode.net and hunt for maelcum or me (tsdgeos).

Sunday, October 25, 2009

Okular Junior Job: Kill qApp->processEvents() from fontPool::locateFonts

The title says it all, fontPool::locateFonts, part of the DVI backend (generator in Okular jargon) is using qApp->processEvents() and that is baaaaaad. The code is located at kdegraphics/okular/generators/dvi/fontpool.cpp and it should be straigh forward to port away from using processEvents to a signal/slot mechanism.

Interested people please drop by the #okular channel on freenode or to the okular mailing list.