Enlightenment CVS committal

Author  : titan
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        Makefile.am Ewl.h 
Added Files:
        ewl_filelist_column.c ewl_filelist_column.h 


Log Message:

This is the new Column view for the filepicker.  It works by expanding
columns, and contracting if a previous column is clicked.(Like OS X does.)
Screenshot: www.assistix.org/files/woohoo2.png

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/Makefile.am,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -3 -r1.26 -r1.27
--- Makefile.am 10 Apr 2006 04:43:17 -0000      1.26
+++ Makefile.am 26 Apr 2006 02:30:27 -0000      1.27
@@ -38,6 +38,7 @@
        ewl_filelist.h \
        ewl_filelist_list.h\
        ewl_filelist_icon.h \
+       ewl_filelist_column.h \
        ewl_filepicker.h \
        ewl_filedialog.h \
        ewl_freebox.h \
@@ -105,6 +106,7 @@
        ewl_filelist.c \
        ewl_filelist_list.c \
        ewl_filelist_icon.c \
+       ewl_filelist_column.c \
        ewl_filepicker.c \
        ewl_filedialog.c \
        ewl_freebox.c \
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/Ewl.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- Ewl.h       10 Apr 2006 04:43:17 -0000      1.2
+++ Ewl.h       26 Apr 2006 02:30:27 -0000      1.3
@@ -301,6 +301,7 @@
 #include <ewl_filelist.h>
 #include <ewl_filelist_list.h>
 #include <ewl_filelist_icon.h>
+#include <ewl_filelist_column.h>
 #include <ewl_filepicker.h>
 #include <ewl_filedialog.h>
 




-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to