Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        Makefile.am e_config.c e_configure.c e_includes.h 
Removed Files:
        e_int_config_desk.c e_int_config_desk.h 
        e_int_config_desklock.c e_int_config_desklock.h 
        e_int_config_desks.c e_int_config_desks.h 
        e_int_config_display.c e_int_config_display.h 
        e_int_config_dpms.c e_int_config_dpms.h 
        e_int_config_screensaver.c e_int_config_screensaver.h 


Log Message:


and move another chunk of config dialogs into modules

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/Makefile.am,v
retrieving revision 1.193
retrieving revision 1.194
diff -u -3 -r1.193 -r1.194
--- Makefile.am 24 Jul 2007 14:50:25 -0000      1.193
+++ Makefile.am 28 Jul 2007 03:50:13 -0000      1.194
@@ -98,7 +98,6 @@
 e_widget_image.h \
 e_config_dialog.h \
 e_int_config_focus.h \
-e_int_config_desks.h \
 e_configure.h \
 e_int_border_locks.h \
 e_thumb.h \
@@ -121,14 +120,10 @@
 e_int_config_mousebindings.h \
 e_int_config_performance.h \
 e_int_config_winlist.h \
-e_int_config_display.h \
-e_int_config_desklock.h \
 e_int_config_exebuf.h \
 e_int_config_dialogs.h \
 e_int_config_mime.h \
 e_int_config_mime_edit.h \
-e_int_config_screensaver.h \
-e_int_config_dpms.h \
 e_exebuf.h \
 e_desklock.h \
 e_screensaver.h \
@@ -166,7 +161,6 @@
 e_widget_aspect.h \
 e_filereg.h \
 e_widget_desk_preview.h \
-e_int_config_desk.h \
 e_int_config_clientlist.h \
 e_fm_prop.h \
 e_mouse.h \
@@ -248,7 +242,6 @@
 e_widget_image.c \
 e_config_dialog.c \
 e_int_config_focus.c \
-e_int_config_desks.c \
 e_configure.c \
 e_int_border_locks.c \
 e_thumb.c \
@@ -271,14 +264,10 @@
 e_int_config_mousebindings.c \
 e_int_config_performance.c \
 e_int_config_winlist.c \
-e_int_config_display.c \
-e_int_config_desklock.c \
 e_int_config_exebuf.c \
 e_int_config_dialogs.c \
 e_int_config_mime.c \
 e_int_config_mime_edit.c \
-e_int_config_screensaver.c \
-e_int_config_dpms.c \
 e_exebuf.c \
 e_desklock.c \
 e_screensaver.c \
@@ -316,7 +305,6 @@
 e_widget_aspect.c \
 e_widget_desk_preview.c \
 e_filereg.c \
-e_int_config_desk.c \
 e_fm_prop.c \
 e_int_config_clientlist.c \
 e_mouse.c \
===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_config.c,v
retrieving revision 1.254
retrieving revision 1.255
diff -u -3 -r1.254 -r1.255
--- e_config.c  25 Jul 2007 17:00:49 -0000      1.254
+++ e_config.c  28 Jul 2007 03:50:13 -0000      1.255
@@ -766,6 +766,12 @@
        CFG_MODULE("conf_transitions", 1);
        CFG_MODULE("conf_startup", 1);
        CFG_MODULE("conf_applications", 1);
+       CFG_MODULE("conf_desks", 1);
+       CFG_MODULE("conf_desk", 1);
+       CFG_MODULE("conf_display", 1);
+       CFG_MODULE("conf_desklock", 1);
+       CFG_MODULE("conf_screensaver", 1);
+       CFG_MODULE("conf_dpms", 1);
      }
 #if 0
      {
===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_configure.c,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -3 -r1.108 -r1.109
--- e_configure.c       25 Jul 2007 17:00:50 -0000      1.108
+++ e_configure.c       28 Jul 2007 03:50:13 -0000      1.109
@@ -438,12 +438,12 @@
 //   e_configure_registry_item_add("applications/restart_applications", 30, 
_("Restart Applications"), NULL, "enlightenment/restart_applications", 
e_int_config_apps_restart);
 //   e_configure_registry_item_add("applications/startup_applications", 40, 
_("Startup Applications"), NULL, "enlightenment/startup_applications", 
e_int_config_apps_startup);
    
-   e_configure_registry_category_add("screen", 30, _("Screen"), NULL, 
"enlightenment/screen_setup");
-   e_configure_registry_item_add("screen/virtual_desktops", 10, _("Virtual 
Desktops"), NULL, "enlightenment/desktops", e_int_config_desks);
-   e_configure_registry_item_add("screen/screen_resolution", 20, _("Screen 
Resolution"), NULL, "enlightenment/screen_resolution", e_int_config_display);
-   e_configure_registry_item_add("screen/screen_lock", 30, _("Screen Lock"), 
NULL, "enlightenment/desklock", e_int_config_desklock);
-   e_configure_registry_item_add("screen/screen_saver", 40, _("Screen Saver"), 
NULL, "enlightenment/screensaver", e_int_config_screensaver);
-   e_configure_registry_item_add("screen/power_management", 50, _("Power 
Management"), NULL, "enlightenment/power_management", e_int_config_dpms);
+//   e_configure_registry_category_add("screen", 30, _("Screen"), NULL, 
"enlightenment/screen_setup");
+//   e_configure_registry_item_add("screen/virtual_desktops", 10, _("Virtual 
Desktops"), NULL, "enlightenment/desktops", e_int_config_desks);
+//   e_configure_registry_item_add("screen/screen_resolution", 20, _("Screen 
Resolution"), NULL, "enlightenment/screen_resolution", e_int_config_display);
+//   e_configure_registry_item_add("screen/screen_lock", 30, _("Screen Lock"), 
NULL, "enlightenment/desklock", e_int_config_desklock);
+//   e_configure_registry_item_add("screen/screen_saver", 40, _("Screen 
Saver"), NULL, "enlightenment/screensaver", e_int_config_screensaver);
+//   e_configure_registry_item_add("screen/power_management", 50, _("Power 
Management"), NULL, "enlightenment/power_management", e_int_config_dpms);
    
    e_configure_registry_category_add("keyboard_and_mouse", 40, _("Keyboard & 
Mouse"), NULL, "enlightenment/behavior");
    e_configure_registry_item_add("keyboard_and_mouse/key_bindings", 10, _("Key 
Bindings"), NULL, "enlightenment/keys", e_int_config_keybindings);
@@ -483,7 +483,7 @@
    e_configure_registry_category_add("internal", -1, _("Internal"), NULL, 
"enlightenment/internal");
 //   e_configure_registry_item_add("internal/borders_border", -1, _("Border"), 
NULL, "enlightenment/windows", e_int_config_borders_border);
 //   e_configure_registry_item_add("internal/wallpaper_desk", -1, 
_("Wallpaper"), NULL, "enlightenment/windows", e_int_config_wallpaper_desk);
-   e_configure_registry_item_add("internal/desk", -1, _("Desk"), NULL, 
"enlightenment/windows", e_int_config_desk);
+//   e_configure_registry_item_add("internal/desk", -1, _("Desk"), NULL, 
"enlightenment/windows", e_int_config_desk);
 //   e_configure_registry_item_add("internal/ibar_other", -1, _("IBar Other"), 
NULL, "enlightenment/windows", e_int_config_apps_ibar_other);
 }
 
===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_includes.h,v
retrieving revision 1.163
retrieving revision 1.164
diff -u -3 -r1.163 -r1.164
--- e_includes.h        24 Jul 2007 16:27:18 -0000      1.163
+++ e_includes.h        28 Jul 2007 03:50:13 -0000      1.164
@@ -73,7 +73,6 @@
 #include "e_widget_image.h"
 #include "e_config_dialog.h"
 #include "e_int_config_focus.h"
-#include "e_int_config_desks.h"
 #include "e_int_border_locks.h"
 #include "e_thumb.h"
 #include "e_int_border_remember.h"
@@ -93,10 +92,6 @@
 #include "e_int_config_mousebindings.h"
 #include "e_int_config_performance.h"
 #include "e_int_config_winlist.h"
-#include "e_int_config_display.h"
-#include "e_int_config_desklock.h"
-#include "e_int_config_screensaver.h"
-#include "e_int_config_dpms.h"
 #include "e_int_config_exebuf.h"
 #include "e_int_config_dialogs.h"
 #include "e_int_config_mime.h"
@@ -141,7 +136,6 @@
 #include "e_filereg.h"
 #include "e_widget_aspect.h"
 #include "e_widget_desk_preview.h"
-#include "e_int_config_desk.h"
 #include "e_int_config_clientlist.h"
 #include "e_fm_prop.h"
 #include "e_mouse.h"



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to