GSoC/GCI Archive
Google Code-in 2012 Copyleft Games Group

Hedgewars: Move video preferences in setings tab

completed by: Mitchell

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

You can configure a lot of options from the Video page, but it's exactly the right place to display it. Modify QTfrontend/ui/page/pagevideos.cpp and move all seting-relevant code to QTfrontend/ui/page/pageoptions.cpp. Remember that video recording can be configured at compile time.

Please see the discussion on our bug tracker, following this link (point #5).

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.