Enlightenment CVS committal Author : raster Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: Makefile.am e_includes.h e_int_config_focus.c e_int_shelf_config.c Added Files: e_int_gadcon_config.c e_int_gadcon_config.h Log Message: fines to start work on settign gadcon contents and make click to focus also set "revert to last focused" =================================================================== RCS file: /cvs/e/e17/apps/e/src/bin/Makefile.am,v retrieving revision 1.119 retrieving revision 1.120 diff -u -3 -r1.119 -r1.120 --- Makefile.am 30 Apr 2006 03:43:47 -0000 1.119 +++ Makefile.am 5 May 2006 12:20:14 -0000 1.120 @@ -153,7 +153,8 @@ e_widget_preview.h \ e_int_config_paths.h \ e_int_shelf_config.h \ -e_int_config_shelf.h +e_int_config_shelf.h \ +e_int_gadcon_config.h enlightenment_src = \ e_user.c \ @@ -288,6 +289,7 @@ e_int_config_paths.c \ e_int_shelf_config.c \ e_int_config_shelf.c \ +e_int_gadcon_config.c \ $(ENLIGHTENMENTHEADERS) enlightenment_SOURCES = \ =================================================================== RCS file: /cvs/e/e17/apps/e/src/bin/e_includes.h,v retrieving revision 1.101 retrieving revision 1.102 diff -u -3 -r1.101 -r1.102 --- e_includes.h 30 Apr 2006 03:43:47 -0000 1.101 +++ e_includes.h 5 May 2006 12:20:14 -0000 1.102 @@ -134,3 +134,4 @@ #include "e_int_config_paths.h" #include "e_int_shelf_config.h" #include "e_int_config_shelf.h" +#include "e_int_gadcon_config.h" =================================================================== RCS file: /cvs/e/e17/apps/e/src/bin/e_int_config_focus.c,v retrieving revision 1.11 retrieving revision 1.12 diff -u -3 -r1.11 -r1.12 --- e_int_config_focus.c 13 Feb 2006 15:36:56 -0000 1.11 +++ e_int_config_focus.c 5 May 2006 12:20:14 -0000 1.12 @@ -97,7 +97,7 @@ e_config->pass_click_on = 1; e_config->always_click_to_raise = 0; e_config->always_click_to_focus = 0; - e_config->focus_last_focused_per_desktop = 0; + e_config->focus_last_focused_per_desktop = 1; e_config->focus_revert_on_hide_or_close = 1; } else if (cfdata->mode == E_FOCUS_MOUSE) =================================================================== RCS file: /cvs/e/e17/apps/e/src/bin/e_int_shelf_config.c,v retrieving revision 1.5 retrieving revision 1.6 diff -u -3 -r1.5 -r1.6 --- e_int_shelf_config.c 30 Apr 2006 09:31:31 -0000 1.5 +++ e_int_shelf_config.c 5 May 2006 12:20:14 -0000 1.6 @@ -41,7 +41,7 @@ /* create config diaolg for bd object/data */ cfd = e_config_dialog_new(es->zone->container, - _("BLAH"), NULL, 0, v, es); + _("Shelf Configuration"), NULL, 0, v, es); es->config_dialog = cfd; } } @@ -172,7 +172,7 @@ e_widget_list_object_append(o2, of, 1, 1, 0.5); of = e_widget_framelist_add(evas, _("Size"), 0); - ob = e_widget_check_add(evas, _("Shrink length fit contents"), &(cfdata->fit_along)); + ob = e_widget_check_add(evas, _("Srink to Content Size"), &(cfdata->fit_along)); e_widget_framelist_object_append(of, ob); // ob = e_widget_check_add(evas, _("Expand width to fit contents"), &(cfdata->fit_size)); // e_widget_framelist_object_append(of, ob); ------------------------------------------------------- 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