SVN revision: 37693
This commit is contained in:
Carsten Haitzler 2008-11-18 01:41:49 +00:00
parent 1917ae7240
commit eb8834d520
1 changed files with 10 additions and 8 deletions

View File

@ -280,25 +280,27 @@ extern "C" {
/* smart callbacks called: /* smart callbacks called:
*/ */
// FIXME: fixes to do ////////////////////////
// (bugs) /// FIXME: TODO LIST ///
// * entry click below text doesnt put cursor at end ////////////////////////
//
//// (bugs - high priority)
// * single line entry on scale change adds newlines // * single line entry on scale change adds newlines
// * scale change for hover doesnt seem to do new size alloc nicely // * scale change for hover doesnt seem to do new size alloc nicely
// * left/right arrow broken with password mode for entry // * left/right arrow broken with password mode for entry
// * for some reason on oe builds of elementary initial text set doesnt work. // * for some reason on oe builds of elementary initial text set doesnt work.
// //
// (incomplete) //// (incomplete - medium priority)
// * disabled not supported // * disabled not supported
// * tab widget focusing (not useful for touchscreen tho...) // * tab widget focusing (not useful for touchscreen tho...)
// * entry needs to support setting selection to all, or clearing // * entry needs to support setting selection to all, or clearing
// * bubble should allow style (left/right + top/bottom) // * bubble should allow style (left/right + top/bottom)
// * need to get toplevel // * need to get toplevel object (win)
// * entry needs to set vkbd properties/hint (as does win) // * entry needs to set vkbd properties/hint (as does win)
// * entry selection conflicts with finger scroll // * entry selection conflicts with finger scroll
// * on the fly theme changes - test (should work) // * on the fly theme changes - test (should work)
// //
// (more widgets/features) //// (more widgets/features - medium priority)
// * toolbar widget (edje + box + button + separators) // * toolbar widget (edje + box + button + separators)
// * listitem widget (simple label + icon) // * listitem widget (simple label + icon)
// * radio widget + group handling // * radio widget + group handling
@ -318,7 +320,7 @@ extern "C" {
// * tiled image + zoom widget (tiled map viewer) // * tiled image + zoom widget (tiled map viewer)
// * dialpad widget - need one with a phone dialpad // * dialpad widget - need one with a phone dialpad
// //
// (improvements) //// (improvements - low priority)
// * widgets should show who is focused (not useful for touchscreen) // * widgets should show who is focused (not useful for touchscreen)
// * scroller could do with page up/down/left/right buttons and and idea of // * scroller could do with page up/down/left/right buttons and and idea of
// a page size // a page size