From 46e597df44402086edd010b69702c2de52b75fc8 Mon Sep 17 00:00:00 2001 From: mrwastl Date: Sun, 1 May 2011 22:22:32 +0200 Subject: initial upload to branch 'touchcol'. see file 'HISTORY' for changes --- TODO | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 TODO (limited to 'TODO') diff --git a/TODO b/TODO new file mode 100644 index 0000000..f516608 --- /dev/null +++ b/TODO @@ -0,0 +1,18 @@ +TODO: +- add missing objects like textbox, scrollbar +- add special objects for external data so that other plugins can draw text and bitmaps on an area of the display that will be defined in the skin. This could be used p.e. for a spectrum analyzer or displaying id3 tags. +- add service interface for external data objects +- DOCUMENTATION, DOCUMENTATION, DOCUMENTATION +- fix all the small bugs that were introduced +- all the stuff I forgot :-) + +- all tools (convpic, ...) are probably not functional yet +- support for loading colour BMPs and other formats + + +DONE/SOLVED/PARTIALLY SOLVED: +- add dynamic behaviour to objects like scrolling and blinking (done, but w/o blinking) +- make skin variables more dynamic, p.e. evaluate positions while displaying, not only during skin loading. This should make it easier to support several display sizes with one skin (done for text-objects, but not for attributes) + + +this TODO is initially based on the plans of andreas regel. -- cgit v1.2.3