Hedgewars: Refactor authors page
completed by: Ondrej
mentors: koda, Andrey Korotaev, Xeli, Sheepy
Remember to join our IRC channel when working on this task! We are on #hedgewars at freenode.net. If you are new to IRC, read this tutorial from a past GCI participant.
Your task
All credits are hardcoded in-code in a custom widget, which is not exactly tidy. It would be nice to have a standard html file and have frontend load it when needed. Improves code maintainability and allows for reusing the same html file outside Qt.
See QTfrontend/ui/page/pageinfo.cpp and QTfrontend/ui/widget/about.cpp files where this is implemented.
Deliverable
A working patch, that applies cleanly to our source tree. This patch should be in the form of a pull from clone, hg export
or unified diff format (in order of preference) implementing the functionality required.