Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        Makefile.am e_includes.h 
Added Files:
        e_widget_flist.c e_widget_flist.h 


Log Message:

Add new flist widget which wraps the e_fm2 evas_objects which are used in
wallpaper dialog, theme dialog, and other places. This provides a common
widget for file lists with less duplicated code. This also fixes a problem
with the wallpaper/theme dialogs when you tried to use keyboard arrows to
navigate the list, the next item in list was not being selected.
E_Widget_FSel should be ported to use this new widget for file listings.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/Makefile.am,v
retrieving revision 1.207
retrieving revision 1.208
diff -u -3 -r1.207 -r1.208
--- Makefile.am 2 Feb 2008 05:26:07 -0000       1.207
+++ Makefile.am 12 May 2008 20:38:27 -0000      1.208
@@ -161,7 +161,8 @@
 e_int_toolbar_config.h \
 e_powersave.h \
 e_slidesel.h \
-e_slidecore.h
+e_slidecore.h \
+e_widget_flist.h
 
 enlightenment_src = \
 e_user.c \
@@ -296,6 +297,7 @@
 e_powersave.c \
 e_slidesel.c \
 e_slidecore.c \
+e_widget_flist.c \
 $(ENLIGHTENMENTHEADERS)
 
 enlightenment_SOURCES = \
===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_includes.h,v
retrieving revision 1.175
retrieving revision 1.176
diff -u -3 -r1.175 -r1.176
--- e_includes.h        2 Feb 2008 05:26:07 -0000       1.175
+++ e_includes.h        12 May 2008 20:38:27 -0000      1.176
@@ -134,3 +134,4 @@
 #include "e_powersave.h"
 #include "e_slidesel.h"
 #include "e_slidecore.h"
+#include "e_widget_flist.h"



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to