Enlightenment CVS committal Author : devilhorns Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: Makefile.am e_includes.h e_configure.c e_config.h Added Files: e_int_config_winlist.h e_int_config_winlist.c Log Message: Added window list settings dialog. Updated e_config.h to reflect what is gui'd =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/Makefile.am,v retrieving revision 1.92 retrieving revision 1.93 diff -u -3 -r1.92 -r1.93 --- Makefile.am 2 Jan 2006 07:01:06 -0000 1.92 +++ Makefile.am 4 Jan 2006 22:20:51 -0000 1.93 @@ -125,6 +125,7 @@ e_int_config_menus.h \ e_int_config_general.h \ e_int_config_performance.h \ +e_int_config_winlist.h \ e_deskpreview.h \ e_exebuf.h \ e_int_config_modules.h \ @@ -234,6 +235,7 @@ e_int_config_menus.c \ e_int_config_general.c \ e_int_config_performance.c \ +e_int_config_winlist.c \ e_deskpreview.c \ e_exebuf.c \ e_int_config_modules.c \ =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_includes.h,v retrieving revision 1.76 retrieving revision 1.77 diff -u -3 -r1.76 -r1.77 --- e_includes.h 2 Jan 2006 07:01:06 -0000 1.76 +++ e_includes.h 4 Jan 2006 22:20:51 -0000 1.77 @@ -105,6 +105,7 @@ #include "e_int_config_menus.h" #include "e_int_config_general.h" #include "e_int_config_performance.h" +#include "e_int_config_winlist.h" #include "e_deskpreview.h" #include "e_exebuf.h" #include "e_int_config_modules.h" =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_configure.c,v retrieving revision 1.26 retrieving revision 1.27 diff -u -3 -r1.26 -r1.27 --- e_configure.c 2 Jan 2006 07:01:07 -0000 1.26 +++ e_configure.c 4 Jan 2006 22:20:51 -0000 1.27 @@ -69,6 +69,7 @@ e_configure_standard_item_add(eco, "enlightenment/e", _("Focus Settings"), e_int_config_focus); e_configure_standard_item_add(eco, "enlightenment/favorites", _("Menu Settings"), e_int_config_menus); e_configure_standard_item_add(eco, "enlightenment/configuration", _("Performance Settings"), e_int_config_performance); + e_configure_standard_item_add(eco, "enlightenment/windows", _("Window List Settings"), e_int_config_winlist); e_configure_standard_item_add(eco, "enlightenment/windows", _("Window Display"), e_int_config_window_display); e_configure_standard_item_add(eco, "enlightenment/windows", _("Window Manipulation"), e_int_config_window_manipulation); =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_config.h,v retrieving revision 1.72 retrieving revision 1.73 diff -u -3 -r1.72 -r1.73 --- e_config.h 2 Jan 2006 00:10:02 -0000 1.72 +++ e_config.h 4 Jan 2006 22:20:51 -0000 1.73 @@ -83,7 +83,7 @@ int font_cache; //GUI int edje_cache; //GUI int edje_collection_cache; //GUI - double cache_flush_interval; + double cache_flush_interval; //GUI int zone_desks_x_count; int zone_desks_y_count; int use_virtual_roots; @@ -131,26 +131,26 @@ int desk_resist; // GUI int window_resist; // GUI int gadget_resist; // GUI - int winlist_warp_while_selecting; - int winlist_warp_at_end; - double winlist_warp_speed; - int winlist_scroll_animate; - double winlist_scroll_speed; - int winlist_list_show_iconified; - int winlist_list_show_other_desk_windows; - int winlist_list_show_other_screen_windows; - int winlist_list_uncover_while_selecting; - int winlist_list_jump_desk_while_selecting; - int winlist_list_focus_while_selecting; - int winlist_list_raise_while_selecting; - double winlist_pos_align_x; - double winlist_pos_align_y; - double winlist_pos_size_w; - double winlist_pos_size_h; - int winlist_pos_min_w; - int winlist_pos_min_h; - int winlist_pos_max_w; - int winlist_pos_max_h; + int winlist_warp_while_selecting; // GUI + int winlist_warp_at_end; // GUI + double winlist_warp_speed; // GUI + int winlist_scroll_animate; // GUI + double winlist_scroll_speed; // GUI + int winlist_list_show_iconified; // GUI + int winlist_list_show_other_desk_windows; // GUI + int winlist_list_show_other_screen_windows; // GUI + int winlist_list_uncover_while_selecting; // GUI + int winlist_list_jump_desk_while_selecting; // GUI + int winlist_list_focus_while_selecting; // GUI + int winlist_list_raise_while_selecting; // GUI + double winlist_pos_align_x; // GUI + double winlist_pos_align_y; // GUI + double winlist_pos_size_w; // GUI + double winlist_pos_size_h; // GUI + int winlist_pos_min_w; // GUI + int winlist_pos_min_h; // GUI + int winlist_pos_max_w; // GUI + int winlist_pos_max_h; // GUI int maximize_policy; // GUI int kill_if_close_not_possible; int kill_process; ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs