X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=TODO;h=359e302422c5933efb3b1185dd8646aefc159864;hp=567c79fbb8bef16f625e60e1abdffb3f6c5f5d72;hb=a88618fc1d5828287ce71bb643f8117e51754c88;hpb=678dbd282f917c68c4fd6badfc14fcf464796f5d diff --git a/TODO b/TODO index 567c79f..359e302 100644 --- a/TODO +++ b/TODO @@ -10,7 +10,6 @@ Todo for petitboot (LOTS !): at least a way to use the kernel keymaps and modifiers key handling. Remove some of the keyboard hacks from twin_fbdev and move console switching to petitboot - * PS3 controller support * Mouse support (twin/petitboot supports it somewhat but it's not working, check why, probably an udev issue or missing kernel driver) * Saving settings in nvram @@ -20,17 +19,20 @@ Todo for petitboot (LOTS !): * uncrappify focus box animation code (do it differently so it doesn't totally sucks on the left pane due to the time needed for the alpha blending when the box "touches" an icon) - * Fix issues with yaboot.conf parsing and kboot.conf parsing. Add a proper native - file format instead of the current hack (or make yaboot.conf native ?), add - icon support to all formats - * Fixup issues with races vs. udev-helper. Maybe have a global way to keep track - of present devices, properly make sure add/remove are ordered, etc... - * Get rid of libm by building libpng without floating point support (and build it - without write support while at it, to save more space) + * Fix issues with yaboot.conf parsing and kboot.conf parsing. Add a proper + native file format instead of the current hack (or make yaboot.conf native?), + add icon support to all formats + * Fixup issues with races vs. udev-helper. Maybe have a global way to keep + track of present devices, properly make sure add/remove are ordered, etc... + * Get rid of libm by building libpng without floating point support (and build + it without write support while at it, to save more space) * Define a proper binary format for converted twin fonts and use a proper font - with multiple language support rather than the stroke font which does US ASCII - only at the moment + with multiple language support rather than the stroke font which does US + ASCII only at the moment * i18n support in config files + * fix title/subtitles "leaking" out of the right side focus box + * get YDL to fix their config file on their install CD or add a hack to + recognize it and fix it up PATCHES WELCOME !