Rekonq/JuniorJobs: Difference between revisions

From KDE Community Wiki
No edit summary
Line 18: Line 18:


'''Mentor:''' wyuka (Tirtha Chatterjee)
'''Mentor:''' wyuka (Tirtha Chatterjee)
== Core ==
=== add a default search engine on installation ===
'''Description:''' Right now there is no default search engine set when Rekonq is installed. This often causes first-time users to wonder why the search is not working. We should set some sane default when rekonq is installed.
'''Knowledge Prerequisite:'''
A knowledge of Qt
'''Level:''' Beginner
'''Mentor:''' none at the moment, just ask on #rekonq

Revision as of 16:55, 12 July 2011

The Rekonq web browser project is looking for developers. If you're interested, here are some junior jobs to get your hands dirty.

If you seem to be getting stuck, please feel free to join #rekonq on irc.freenode.net and ask for help or guidance, especially from the ones mentioned in the corresponding task.

UI

Add rounded corners to tab preview

Description: It would be nice if the tab preview that is visible when one hovers over a tab in the tabbar in Rekonq has rounded corners. Also, the text is currently shortened to 17 characters, adding "..." after that. This can be changed to use QFontMetrics, to show "..." only when text exceeds the limit, or maybe use QPainter to paint only a specific part of the text to a QRect.

Relevant Code:

Currently tab preview is code can be found in TabBar class (tabbar.cpp).

Knowledge Prerequisite:

Basic Qt knowledge, QPainter knowledge would help

Level: Intermediate

Mentor: wyuka (Tirtha Chatterjee)


Core

add a default search engine on installation

Description: Right now there is no default search engine set when Rekonq is installed. This often causes first-time users to wonder why the search is not working. We should set some sane default when rekonq is installed.

Knowledge Prerequisite:

A knowledge of Qt

Level: Beginner

Mentor: none at the moment, just ask on #rekonq