Enlightenment CVS committal Author : raster Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_configure.c e_int_config_background.c e_int_menus.c Log Message: adding polish to e17's icons... well a bit more. if anyone who can't code - but can draw well... feel free to want to contribute with nice icons (nb - keep them neutral so they look good almost anywhere) =================================================================== RCS file: /cvs/e/e17/apps/e/src/bin/e_configure.c,v retrieving revision 1.45 retrieving revision 1.46 diff -u -3 -r1.45 -r1.46 --- e_configure.c 30 Apr 2006 03:43:47 -0000 1.45 +++ e_configure.c 2 Jul 2006 12:51:57 -0000 1.46 @@ -64,42 +64,41 @@ /* add items here */ e_configure_header_item_add(eco, "enlightenment/appearance", _("Appearance")); - e_configure_standard_item_add(eco, "enlightenment/desktops", _("Background"), e_int_config_background); + e_configure_standard_item_add(eco, "enlightenment/background", _("Wallpaper"), e_int_config_background); e_configure_standard_item_add(eco, "enlightenment/themes", _("Theme"), e_int_config_theme); - e_configure_standard_item_add(eco, "enlightenment/e", _("Fonts"), e_int_config_fonts); -/* - e_configure_standard_item_add(eco, "enlightenment/e", _("Font Display Hinting"), e_int_config_hinting); -*/ + e_configure_standard_item_add(eco, "enlightenment/fonts", _("Fonts"), e_int_config_fonts); e_configure_standard_item_add(eco, "enlightenment/mouse", _("Mouse Cursor"), e_int_config_cursor); e_configure_standard_item_add(eco, "enlightenment/windows", _("Window Display"), e_int_config_window_display); e_configure_standard_item_add(eco, "enlightenment/shelf", _("Shelves"), e_int_config_shelf); - e_configure_header_item_add(eco, "enlightenment/extensions", _("Extensions")); - e_configure_standard_item_add(eco, "enlightenment/modules", _("Modules"), e_int_config_modules); - e_configure_header_item_add(eco, "enlightenment/screen_setup", _("Screen")); e_configure_standard_item_add(eco, "enlightenment/desktops", _("Virtual Desktops"), e_int_config_desks); - e_configure_standard_item_add(eco, "enlightenment/desktops", _("Screen Resolution"), e_int_config_display); - e_configure_standard_item_add(eco, "enlightenment/desktops", _("Screen Lock"), e_int_config_desklock); + e_configure_standard_item_add(eco, "enlightenment/screen_resolution", _("Screen Resolution"), e_int_config_display); + e_configure_standard_item_add(eco, "enlightenment/desklock", _("Screen Lock"), e_int_config_desklock); e_configure_header_item_add(eco, "enlightenment/behavior", _("Behavior")); - e_configure_standard_item_add(eco, "enlightenment/e", _("Window Focus"), e_int_config_focus); - e_configure_standard_item_add(eco, "enlightenment/e", _("Key Bindings"), e_int_config_keybindings); - e_configure_standard_item_add(eco, "enlightenment/favorites", _("Menus"), e_int_config_menus); + e_configure_standard_item_add(eco, "enlightenment/focus", _("Window Focus"), e_int_config_focus); + e_configure_standard_item_add(eco, "enlightenment/keys", _("Key Bindings"), e_int_config_keybindings); + e_configure_standard_item_add(eco, "enlightenment/menus", _("Menus"), e_int_config_menus); e_configure_header_item_add(eco, "enlightenment/misc", _("Miscellaneous")); - e_configure_standard_item_add(eco, "enlightenment/configuration", _("Performance"), e_int_config_performance); + e_configure_standard_item_add(eco, "enlightenment/performance", _("Performance"), e_int_config_performance); e_configure_standard_item_add(eco, "enlightenment/configuration", _("Configuration Dialogs"), e_int_config_cfgdialogs); e_configure_header_item_add(eco, "enlightenment/advanced", _("Advanced")); - e_configure_standard_item_add(eco, "enlightenment/run", _("Startup"), e_int_config_startup); - e_configure_standard_item_add(eco, "enlightenment/windows", _("Window List"), e_int_config_winlist); - e_configure_standard_item_add(eco, "enlightenment/windows", _("Window Manipulation"), e_int_config_window_manipulation); + e_configure_standard_item_add(eco, "enlightenment/startup", _("Startup"), e_int_config_startup); + e_configure_standard_item_add(eco, "enlightenment/winlist", _("Window List"), e_int_config_winlist); + e_configure_standard_item_add(eco, "enlightenment/window_manipulation", _("Window Manipulation"), e_int_config_window_manipulation); e_configure_standard_item_add(eco, "enlightenment/run", _("Run Command"), e_int_config_exebuf); - e_configure_standard_item_add(eco, "enlightenment/e", _("Search Directories"), e_int_config_paths); + e_configure_standard_item_add(eco, "enlightenment/directories", _("Search Directories"), e_int_config_paths); + e_configure_header_item_add(eco, "enlightenment/extensions", _("Extensions")); + e_configure_standard_item_add(eco, "enlightenment/modules", _("Modules"), e_int_config_modules); + /* FIXME: we should have a way for modules to hook in here and add their * own entries + * + * e_configure_header_item_add(eco, "enlightenment/extension_config", _("Extension Configuration")); */ eco->close = e_widget_button_add(eco->evas, _("Close"), NULL, _e_configure_cb_close, eco, NULL); =================================================================== RCS file: /cvs/e/e17/apps/e/src/bin/e_int_config_background.c,v retrieving revision 1.53 retrieving revision 1.54 diff -u -3 -r1.53 -r1.54 --- e_int_config_background.c 5 Jun 2006 03:05:29 -0000 1.53 +++ e_int_config_background.c 2 Jul 2006 12:51:57 -0000 1.54 @@ -52,7 +52,7 @@ v->advanced.create_widgets = _advanced_create_widgets; v->close_cfdata = _bg_dialog_close; v->override_auto_apply = 1; - cfd = e_config_dialog_new(con, _("Background Settings"), NULL, 0, v, NULL); + cfd = e_config_dialog_new(con, _("Wallpaper Settings"), NULL, 0, v, NULL); return cfd; } @@ -181,7 +181,7 @@ e_widget_table_object_append(ot, im, 1, 0, 1, 2, 1, 1, 1, 1); rg = e_widget_radio_group_new(&(cfdata->bg_method)); - of = e_widget_framelist_add(evas, _("Set Background For"), 0); + of = e_widget_framelist_add(evas, _("Set Wallpaper For"), 0); e_widget_min_size_set(of, 200, 160); oc = e_widget_radio_add(evas, _("Default Desktop"), BG_SET_DEFAULT_DESK, rg); @@ -309,7 +309,7 @@ else ic = e_thumb_evas_object_get(c, cfd->dia->win->evas, 48, 48, 1); - e_widget_ilist_append(il, ic, _("Theme Background"), _ilist_cb_bg_selected, cfd, ""); + e_widget_ilist_append(il, ic, _("Theme Wallpaper"), _ilist_cb_bg_selected, cfd, ""); if (!e_config->desktop_default_background) selnum = i; i++; } =================================================================== RCS file: /cvs/e/e17/apps/e/src/bin/e_int_menus.c,v retrieving revision 1.140 retrieving revision 1.141 diff -u -3 -r1.140 -r1.141 --- e_int_menus.c 25 Jun 2006 08:59:32 -0000 1.140 +++ e_int_menus.c 2 Jul 2006 12:51:57 -0000 1.141 @@ -609,8 +609,8 @@ e_menu_item_callback_set(mi, _e_int_menus_config_item_cb, NULL); mi = e_menu_item_new(m); - e_menu_item_label_set(mi, _("Background")); - e_util_menu_item_edje_icon_set(mi, "enlightenment/desktops"); + e_menu_item_label_set(mi, _("Wallpaper")); + e_util_menu_item_edje_icon_set(mi, "enlightenment/background"); e_menu_item_callback_set(mi, _e_int_menus_background_item_cb, NULL); mi = e_menu_item_new(m); 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