KOffice Tasks
Task Lists
- KOffice feature matrix.
- Filters (see alsostatus matrix).
- Non-trivial tasks.
- KOffice bugs in KDE Bugs.
More?
If you do not like any of the tasks on the task lists, it is not a problem. There are plenty more to do.
For example, there is plenty of code marked with ###, TODO or FIXME. You can find such code with the following command line command (in one line):
find . -name "*.c*" -o -name "*.h" | xargs grep -E "(###|TODO|FIXME|todo)"
Also there are the files named TODO that contain problems to fix.
Finally you might ask the KOffice Development mailing list. We have surely a task for you.
Last update: 2008-02-15
The KOffice Project