Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl


Modified Files:
        TODO 


Log Message:
- update the filedialog
- This has API Breakage.
- Ewl_Fileselector is now dead. It has been replaced by Ewl_Filepicker.
- The Ewl_Filepicker has an Ewl_Filelist to display the list of
  files/directories. The Ewl_Filelist is a superclass (it can't be
  instantiated) to Ewl_Filelist_List and Ewl_Filelist_Icon. You can also now
  write your own view if you want something slightly different for your
  filepicker.

- The favorites list isn't setup yet. It is disabled by default.
- multiselect isn't in place yet.

- There are a few issues with this code still.
- There is a strange segv in there we need to track down when clicking on
  directories.
- The combo needs to be turned into a window so it will display outside the
  filedialog window.
- The right mouse menu to change views dosen't always seem to appear.
- As you move around directories it seems as thought it starts taking more
  and more mouse clicks to activate things.


===================================================================
RCS file: /cvs/e/e17/libs/ewl/TODO,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -3 -r1.77 -r1.78
--- TODO        31 Mar 2006 05:17:55 -0000      1.77
+++ TODO        10 Apr 2006 04:43:17 -0000      1.78
@@ -6,9 +6,6 @@
 
 - Scrollbar jumps when trying to drag the button from its lower part
 
-- Seem to have lost the .. entry in the filedialog files list.
-  ecore_file_ls filters this out.
-
 - In ewl_text if your in a multiline text and on a line that is longer
   then then one above or below and you hit the up arrow it will
   position your cursor one character _before_ the end of the line.
@@ -68,10 +65,6 @@
 - the tree dosen't currently play well with the scrollbar. This can be seen
   in the tree test, if you shrink the window and scroll it will only scroll
   the first paned widget. (Need to make this and the paned work together).
-
-- There is a clipping (or padding) issue in the filedialog. If you change
-  directories on the tree several times it shifts the text over a bit each
-  time.
 
   Ewl_Icon bugs/todo
   ------------------




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to