]> git.ozlabs.org Git - petitboot/blob - TODO
ui/ncurses/boot-editor: Fix (null) when non-device resources are shown
[petitboot] / TODO
1
2 Todo for petitboot (LOTS !):
3
4  * GUI code is still based on the original mockup hack. Needs to be completely
5    refactored. We need to define some useable canvas/widget classes in twin and
6    use them
7  * Add some useable GUI for graphic modes selection and return to GameOS instead
8    of the current hacks
9  * Rework keyboard handling. twin needs a proper input method support, including
10    at least a way to use the kernel keymaps and modifiers key handling. Remove
11    some of the keyboard hacks from twin_fbdev and move console switching to
12    petitboot
13  * Mouse support (twin/petitboot supports it somewhat but it's not working,
14    check why, probably an udev issue or missing kernel driver)
15  * Saving settings in nvram
16    - default boot option
17    - default language (when language support is in)
18    - video mode (can we read gameos' video settings instead?)
19  * uncrappify focus box animation code (do it differently so it doesn't totally
20    sucks on the left pane due to the time needed for the alpha blending when the
21    box "touches" an icon)
22  * Fix issues with yaboot.conf parsing and kboot.conf parsing. Add a proper
23    native file format instead of the current hack (or make yaboot.conf native?),
24    add icon support to all formats
25  * Fixup issues with races vs. udev-helper. Maybe have a global way to keep
26    track of present devices, properly make sure add/remove are ordered, etc...
27  * Get rid of libm by building libpng without floating point support (and build
28    it without write support while at it, to save more space)
29  * Define a proper binary format for converted twin fonts and use a proper font
30    with multiple language support rather than the stroke font which does US
31    ASCII only at the moment
32  * i18n support in config files
33  * fix title/subtitles "leaking" out of the right side focus box
34  * get YDL to fix their config file on their install CD or add a hack to
35    recognize it and fix it up
36
37 PATCHES WELCOME !
38
39