From 912d3650c40a53acb670945bc8c6059e35ccc15a Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Fri, 5 Dec 2008 03:20:51 +0000 Subject: [PATCH] ooh remvoe cursors from noedit stuff. not needed. SVN revision: 37930 --- data/themes/default.edc | 3 --- src/lib/Elementary.h | 7 ++++++- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/data/themes/default.edc b/data/themes/default.edc index cbbc9b9..7c3563c 100644 --- a/data/themes/default.edc +++ b/data/themes/default.edc @@ -2861,7 +2861,6 @@ collections { entry_mode: PLAIN; multiline: 0; source: "elm/entry/selection/default"; // selection under - source4: "elm/entry/cursor/default"; // cursorover source5: "elm/entry/anchor/default"; // anchor under description { state: "default" 0.0; text { @@ -2890,7 +2889,6 @@ collections { entry_mode: PLAIN; multiline: 1; source: "elm/entry/selection/default"; // selection under - source4: "elm/entry/cursor/default"; // cursorover source5: "elm/entry/anchor/default"; // anchor under description { state: "default" 0.0; text { @@ -2919,7 +2917,6 @@ collections { entry_mode: PLAIN; multiline: 1; source: "elm/entry/selection/default"; // selection under - source4: "elm/entry/cursor/default"; // cursorover source5: "elm/entry/anchor/default"; // anchor under description { state: "default" 0.0; text { diff --git a/src/lib/Elementary.h b/src/lib/Elementary.h index df60d22..22b3592 100644 --- a/src/lib/Elementary.h +++ b/src/lib/Elementary.h @@ -315,10 +315,12 @@ extern "C" { //// (bugs - high priority) // * scale change for hover doesnt seem to do new size alloc nicely // * left/right arrow broken with password mode for entry + utf8 chars... +// * edje entry selections broke +// * entry signal "changed" not called when deleting +// * bubble doesnt handle child size changes right // //// (incomplete - medium priority) // * bubble should allow style (left/right + top/bottom) -// * hover needs a "best direction" call for where to put entries with constraints // * buttons need a "bigbutton" option // * disabled not supported // * tab widget focusing (not useful for touchscreen tho...) @@ -331,7 +333,9 @@ extern "C" { // * need multi-sel (with button + hover + ...) // * need "photoframe" widget (for contact photos?) // * toolbar widget (edje + box + button + separators) +// * in-window dialog container widget // * listitem widget (simple label + icon) +// * page widget (for pushing/popping pages and going back and forward and flipping) // * radio widget + group handling // * checkbox widget (like toggle) // * need separator widget (h/v) @@ -348,6 +352,7 @@ extern "C" { // * dialpad widget - need one with a phone dialpad // //// (improvements - low priority) +// * return list of toplevel window objects // * widgets should show who is focused (not useful for touchscreen) // * scroller could do with page up/down/left/right buttons and and idea of // a page size -- 2.7.4