From 62306c24cca01d31ce7f608bd9275d51e42d0c78 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Sun, 2 Nov 2008 11:00:21 +0000 Subject: [PATCH] make some notes SVN revision: 37413 --- legacy/elementary/src/lib/Elementary.h | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/legacy/elementary/src/lib/Elementary.h b/legacy/elementary/src/lib/Elementary.h index a3cca68e23..74720adecb 100644 --- a/legacy/elementary/src/lib/Elementary.h +++ b/legacy/elementary/src/lib/Elementary.h @@ -286,6 +286,26 @@ extern "C" { // * frame needs to be able to use custom frame style // * button needs to be able to use custom frame style // * toggle needs to be able to use custom frame style +// * entry has no way to show its focused vs other entries +// * entry selection conflicts with finger scroll +// * toolbar widget (edje + box + button + separators) +// * listitem widget (simple label + icon) +// * radio widget + group handling +// * checkbox widget (like toggle) +// * entry needs to support setting selection to all, or clearing +// * entry click below text doesnt put cursor at end +// * bubble maybe needs icon + label at top? +// * need separator widget (h/v) +// * need slid-open "panel" that can hold stuff and optionally scroll +// * need "photoframe" widget (for contact photos?) +// * need calendar widget (select date) +// * need multi-sel (with button + hover + ...) +// * need slider widget +// * need range selector (select range of values from X to Y over an interval) +// * need a way to filter entry data for entry (eg for phone numbers) +// * entry needs to set vkbd properties/hint (as does win) +// * need to get toplevel +// * need "dialogbutton" widget (bigger button for bottom of wins) +// * need dialog window widget - #endif