Enlightenment CVS committal

Author  : essiene
Project : e17
Module  : proto

Dir     : e17/proto/entrance_edit_gui/src/gui


Modified Files:
        egui_graphics_selector.c egui_settings.c main.c sessions.c 


Log Message:
Revert the Object Unification changes. Too many crashes and segfaults. We seem 
to be missing something small and simple. This will have to be done after other 
critical changes, so we can move along.

Oh... and i'm back out of crazy work :P

===================================================================
RCS file: /cvs/e/e17/proto/entrance_edit_gui/src/gui/egui_graphics_selector.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -3 -r1.12 -r1.13
--- egui_graphics_selector.c    23 Aug 2006 19:11:25 -0000      1.12
+++ egui_graphics_selector.c    25 Sep 2006 19:08:56 -0000      1.13
@@ -24,11 +24,11 @@
 static char* _gs_populate_list(void);
 static void _gs_load_preview(const char *);
 
-static Entrance_Widget win;
-static Entrance_Widget img_preview;
+static Entrance_Dialog win;
+static Entrance_Preview img_preview;
 static Entrance_Widget pointer_preview;
-static Entrance_Widget list_thumbs;
-static Entrance_Widget browse_entry;
+static Entrance_List list_thumbs;
+static Entrance_Entry browse_entry;
 static Entrance_Widget browse_button;
 static Entrance_Widget pointer_browse_button;
 static Entrance_Widget group_graphics;
===================================================================
RCS file: /cvs/e/e17/proto/entrance_edit_gui/src/gui/egui_settings.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- egui_settings.c     23 Aug 2006 19:11:25 -0000      1.4
+++ egui_settings.c     25 Sep 2006 19:08:56 -0000      1.5
@@ -28,7 +28,7 @@
 
 static Entrance_Widget _item_build(Egui_Settings_Item);
 
-static Entrance_Widget win;
+static Entrance_Dialog win;
 static Ecore_List *items;
 
 
===================================================================
RCS file: /cvs/e/e17/proto/entrance_edit_gui/src/gui/main.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -3 -r1.15 -r1.16
--- main.c      24 Aug 2006 13:15:22 -0000      1.15
+++ main.c      25 Sep 2006 19:08:56 -0000      1.16
@@ -7,7 +7,8 @@
 static void _main_dialog_show(void);
 static void _close_button_cb(void *, void *);
 
-static Entrance_Widget dialog;
+static Entrance_Dialog dialog;
+
     
 int
 main(int argc, char **argv)
@@ -33,12 +34,12 @@
    dialog = ew_dialog_new(_("Entrance Configuration"), EW_TRUE);   
    const char* edjefile = PACKAGE_DATA_DIR"/icons/icons.edj";
 
-   Entrance_Widget tree = ew_edjelist_new("<b>Configuration</b>", 320, 240, 
52, 90);
+   Entrance_List tree = ew_edjelist_new("<b>Configuration</b>", 320, 240, 52, 
90);
    ew_edjelist_add(tree, _("Theme"), edjefile, "icons/main/theme", NULL, 0, 
egui_theme_dialog_show);
    ew_edjelist_add(tree, _("Background"), edjefile, "icons/main/background", 
NULL, 0, egui_background_dialog_show);
    ew_edjelist_add(tree, _("Behavior"), edjefile, "icons/main/behavior", NULL, 
0,  egui_behavior_dialog_show);
    ew_edjelist_add(tree, _("X settings"), edjefile, 
"icons/main/xsettings",NULL, 0, egui_x_settings_dialog_show);
-   ew_edjelist_add(tree, _("Sessions"),edjefile, "icons/main/sessions", NULL, 
0,  egui_sessions_dialog_show);
+/*   ew_edjelist_add(tree, _("Sessions"),edjefile, "icons/main/sessions", 
NULL, 0,  egui_sessions_dialog_show);*/
    ew_edjelist_add(tree, _("Layout"), edjefile, "icons/main/layout", NULL, 0,  
egui_layout_dialog_show);
 /*   ew_edjelist_add(tree, _("Modules"), edjefile, "icons/main/modules",NULL, 
0, NULL);*/
 
===================================================================
RCS file: /cvs/e/e17/proto/entrance_edit_gui/src/gui/sessions.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- sessions.c  24 Aug 2006 13:15:22 -0000      1.3
+++ sessions.c  25 Sep 2006 19:08:56 -0000      1.4
@@ -3,7 +3,6 @@
 
 void
 egui_sessions_dialog_show() {
-       Entrance_Widget fileselector = ew_fileselector_new("test fileselector", 
NULL, EW_TRUE, EW_TRUE, NULL, NULL);
-       ew_dialog_show(fileselector);
+       printf("Sessions clicked\n");
 }
 



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to