Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl


Modified Files:
        README TODO 
Added Files:
        ROADMAP 


Log Message:
- todo cleanup
- split out roadmap stuff into separate file

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/README,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- README      11 Nov 2004 05:56:31 -0000      1.5
+++ README      18 May 2005 17:08:52 -0000      1.6
@@ -1,7 +1,8 @@
 EWL README
 ----------
-Enlightened Widget Library (EWL)  provides a widget abstraction to creating
-GUI's using Evas and Edje. The use of edje allows for easy creation of fairly
-advanced themes.
+The Enlightened Widget Library (EWL) provides a widget abstraction for creating
+GUI's using Evas and Edje. The use of Edje allows for easy creation of fairly
+advanced EWL themes.
+
+More information can be found at http://www.enlightenment.org/pages/ewl.html.
 
-More information can be found at http://www.enlightenment.org/pages/ewl.html
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/TODO,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- TODO        4 May 2005 18:22:08 -0000       1.11
+++ TODO        18 May 2005 17:08:52 -0000      1.12
@@ -1,68 +1,42 @@
+EWL TODO
+========
 
-TODO
-----
+- Ewl_Entry 
+    - Multiline edit (in progress).
+      - This requires some re-working of the evas_object_textblock as there
+        are currently some issues with the interaction.
+    - Text wrap fixups.
+    - Need to make the text scroll over as you type past the end of the entry 
box.
+    - when you remove all text from an entry its size becomes quite small.
+- Tree selection mode set and themeing (MULTI/SINGLE/EXTENDED/NONE).
+       - Invert on mouse click (behavior depends upon select mode).
+       - determination of whether a row is selected or not 
(ewl_[tree_]row_selected).
+
+- Enabled/Disabled status for ALL applicable widgets.
+
+- Need to return a context when items are pushed onto the status bar so that
+  a context can be removed without popping off the stack
+
+- [BUG] Fix Box cutoff of elements with padding/insets (?) > 0.
+- [BUG] Fix left padding of the radio button.
+- [BUG] Fix size of the seeker.
+- [BUG] The Ewl_Paned widget dosen't allow resizing to the right. One way
+        only at the moment.
+- [BUG] The default theme puts a strange blue line down the center of the
+        ewl_test.
+- [BUG] Radio buttons seem to get padded in a bit more then they should.
+        Look at the 'Button' test for an example.
+- [BUG] Default theme when using the imenu/menu the submenu dosen't highlight 
on
+        mouse over.
+- [BUG] When using the menu clicking on the label a second time dosen't
+        close the menu.
+- [BUG] Spinner seems to resize itself slightly larger even when it dosen't
+        have too.
+- [BUG] The arrows for the spinner need to be smaller.
+- [BUG] Colour selector is very messedup.
+- [BUG] The table test dosen't look correct...
+- [BUG] The ewl_test seems to get a small gap between the right edje of the
+        test and the trough for the scrollbar. Should be flush.
+        - The 'Password' test seems to make this gap grow.
 
 
-IMPROVEMENTS
-------------
-
-* Entry Multiline edit (in progress)
-
-* Tree selection mode set and themeing (MULTI/SINGLE/EXTENDED/NONE)
-       - Invert on mouse click (behavior depends upon select mode)
-       - determination of whether a row is selected or not 
(ewl_[tree_]row_selected)
-
-* Enabled/Disabled status for ALL applicable widgets
-
-* In the ewl_fileselector there are a couple of buttons with hard coded
-  image paths. These image buttons should be made into stock buttons.
-
-* In the ewl_entry, need to make the text scroll over as you type past
-  the end of the entry box.
-
-* Text wrap in the ewl_entry.
-
-
-
-BUGS
-----
-
-* Fix Box cutoff of elements with padding/insets (?) > 0
-* Fix left padding of the radio button
-* Fix size of the seeker
-
-
-
-0.0.1 goals
------------
- + Object class (complete)
- + Widget class (complete)
- + Container class (complete)
- + Event loop (complete)
-
-0.0.2 goals
------------
- + Flexible theme support (complete)
- + Box widget (complete)
- + Button widget (complete)
- + Text widget (complete)
- + Spinner widget (complete)
- + Seeker/scrollbar widgets (complete)
- + Scrollarea widget (complete)
-
-0.0.3 goals
------------
- + Entry widget (revision in progrss)
- + Embed widgets in pre-existing evas (complete)
- + Notebook widget (complete)
-
-0.0.4 goals:
------------
- + Tree widget (in progress)
- + Menu widgets (in progress)
- + Table widget (unknown)
-
-0.0.5 goals:
-------------
- + Fully functional textarea
-




-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to