From: <ale...@us...> - 2003-12-02 04:14:43
|
Update of /cvsroot/morphix/mcp2 In directory sc8-pr-cvs1:/tmp/cvs-serv30946 Modified Files: mcp.conf mcp.glade translation Log Message: greatly simplified conf/xml file Index: mcp.conf =================================================================== RCS file: /cvsroot/morphix/mcp2/mcp.conf,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** mcp.conf 10 Nov 2003 02:03:59 -0000 1.1.1.1 --- mcp.conf 1 Dec 2003 21:25:59 -0000 1.2 *************** *** 2,130 **** <mcp> <global> - <minimumx>400</minimumx> - <minimumy>400</minimumy> </global> <item> ! ! <command>gtkxrandr</command> ! ! <name>Display</name> ! <namex>25</namex> ! <namey>60</namey> ! <namexmax>270</namexmax> ! <tip>Helps you set your X settings</tip> - <icon>../Monitor.png</icon> - <iconx>30</iconx> - <icony>10</icony> - <iconwidth>48</iconwidth> - <iconheight>48</iconheight> - </item> - <item> - - <command>networkconf</command> - <name>Network</name> - <namex>115</namex> - <namey>60</namey> - <namexmax>270</namexmax> - <tip>Helps you set your network settings</tip> - <icon>../Networking.png</icon> - <iconx>120</iconx> - <icony>10</icony> - <iconwidth>48</iconwidth> - <iconheight>48</iconheight> </item> - <item> - - <command>soundconf</command> - <name>Sound</name> - <namex>210</namex> - <namey>60</namey> - <namexmax>270</namexmax> - <tip>Helps you set your sound settings</tip> - <icon>../Speaker.png</icon> - <iconx>210</iconx> - <icony>10</icony> - <iconwidth>48</iconwidth> - <iconheight>48</iconheight> </item> <item> - <command>keybconf</command> - <name>Keyboard</name> - <namex>290</namex> - <namey>60</namey> - <namexmax>270</namexmax> - <tip>Helps you set your keyboard settings</tip> - <icon>../Keyboard2.png</icon> - <iconx>300</iconx> - <icony>10</icony> - <iconwidth>48</iconwidth> - <iconheight>48</iconheight> </item> - <item> <command>morphixinstaller</command> - <name>Harddisk Install</name> - <namex>20</namex> - <namey>150</namey> - <namexmax>370</namexmax> - <tip>Copy Morphix to the harddisk for usage without CD</tip> - <icon>../Harddisk.png</icon> - <iconx>30</iconx> - <icony>100</icony> - <iconwidth>48</iconwidth> - <iconheight>48</iconheight> </item> <item> <command>sudo xterm</command> - <name>Root Xterminal</name> - <namex>115</namex> - <namey>150</namey> - <namexmax>100</namexmax> <tip>Open a root terminal</tip> - <icon>../GNOME-Terminal-BabyTux.png</icon> - <iconx>120</iconx> - <icony>100</icony> - <iconwidth>48</iconwidth> - <iconheight>48</iconheight> </item> <item> <command>i18nconf</command> - <name>Locale</name> - <namex>210</namex> - <namey>150</namey> - <namexmax>270</namexmax> - <tip>For setting the keymapping</tip> - <icon>../Font-Capplet.png</icon> - <iconx>210</iconx> - <icony>100</icony> - <iconwidth>48</iconwidth> - <iconheight>48</iconheight> </item> </mcp> --- 2,49 ---- <mcp> <global> </global> <item> ! <command>./mcp ../mcp.conf2</command> ! <name>Module controls</name> <tip>Helps you set your X settings</tip> <icon>../Monitor.png</icon> </item> <item> <command>networkconf</command> <name>Network</name> <tip>Helps you set your network settings</tip> <icon>../Networking.png</icon> </item> <item> <command>soundconf</command> <name>Sound</name> <tip>Helps you set your sound settings</tip> <icon>../Speaker.png</icon> </item> <item> <command>keybconf</command> <name>Keyboard</name> <tip>Helps you set your keyboard settings</tip> <icon>../Keyboard2.png</icon> </item> <item> <command>morphixinstaller</command> <name>Harddisk Install</name> <tip>Copy Morphix to the harddisk for usage without CD</tip> <icon>../Harddisk.png</icon> </item> <item> <command>sudo xterm</command> <name>Root Xterminal</name> <tip>Open a root terminal</tip> <icon>../GNOME-Terminal-BabyTux.png</icon> </item> <item> <command>i18nconf</command> <name>Locale</name> <tip>For setting the keymapping</tip> <icon>../Font-Capplet.png</icon> </item> </mcp> Index: mcp.glade =================================================================== RCS file: /cvsroot/morphix/mcp2/mcp.glade,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** mcp.glade 10 Nov 2003 02:03:59 -0000 1.1.1.1 --- mcp.glade 1 Dec 2003 21:25:59 -0000 1.2 *************** *** 5,17 **** <widget class="GtkWindow" id="MainWindow"> - <property name="width_request">400</property> - <property name="height_request">250</property> <property name="visible">True</property> ! <property name="title" translatable="yes">Morphix Configuration Panel</property> <property name="type">GTK_WINDOW_TOPLEVEL</property> <property name="window_position">GTK_WIN_POS_NONE</property> <property name="modal">False</property> - <property name="default_width">400</property> - <property name="default_height">250</property> <property name="resizable">True</property> <property name="destroy_with_parent">True</property> --- 5,13 ---- <widget class="GtkWindow" id="MainWindow"> <property name="visible">True</property> ! <property name="title" translatable="yes">Morphix Control Panel</property> <property name="type">GTK_WINDOW_TOPLEVEL</property> <property name="window_position">GTK_WIN_POS_NONE</property> <property name="modal">False</property> <property name="resizable">True</property> <property name="destroy_with_parent">True</property> *************** *** 26,42 **** <child> ! <widget class="GtkDrawingArea" id="MainDrawingArea"> <property name="visible">True</property> ! <signal name="button_press_event" handler="on_drawingarea1_button_press_event" last_modification_time="Sun, 29 Jun 2003 13:40:51 GMT"/> ! <signal name="drag_begin" handler="on_drawingarea1_drag_begin" last_modification_time="Sun, 29 Jun 2003 13:41:06 GMT"/> ! <signal name="drag_end" handler="on_drawingarea1_drag_end" last_modification_time="Sun, 29 Jun 2003 13:41:13 GMT"/> ! <signal name="drag_drop" handler="on_drawingarea1_drag_drop" last_modification_time="Sun, 29 Jun 2003 13:41:21 GMT"/> ! <signal name="drag_motion" handler="on_drawingarea1_drag_motion" last_modification_time="Sun, 29 Jun 2003 13:41:28 GMT"/> ! <signal name="drag_leave" handler="on_drawingarea1_drag_leave" last_modification_time="Sun, 29 Jun 2003 13:41:34 GMT"/> ! <signal name="key_press_event" handler="on_drawingarea1_key_press_event" last_modification_time="Sun, 29 Jun 2003 13:41:45 GMT"/> ! <signal name="show" handler="on_drawingarea1_show" last_modification_time="Sun, 29 Jun 2003 13:42:02 GMT"/> ! <signal name="destroy_event" handler="gtk_main_quit" last_modification_time="Sun, 29 Jun 2003 13:42:10 GMT"/> ! <signal name="button_release_event" handler="on_drawingarea1_button_release_event" last_modification_time="Sun, 29 Jun 2003 13:42:29 GMT"/> ! <signal name="expose_event" handler="on_MainDrawingArea_expose_event" last_modification_time="Sun, 29 Jun 2003 17:07:59 GMT"/> </widget> <packing> --- 22,49 ---- <child> ! <widget class="GtkScrolledWindow" id="scrolledwindow1"> <property name="visible">True</property> ! <property name="can_focus">True</property> ! <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property> ! <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property> ! <property name="shadow_type">GTK_SHADOW_NONE</property> ! <property name="window_placement">GTK_CORNER_TOP_LEFT</property> ! ! <child> ! <widget class="GtkDrawingArea" id="MainDrawingArea"> ! <property name="visible">True</property> ! <signal name="button_press_event" handler="on_drawingarea1_button_press_event" last_modification_time="Sun, 29 Jun 2003 13:40:51 GMT"/> ! <signal name="drag_begin" handler="on_drawingarea1_drag_begin" last_modification_time="Sun, 29 Jun 2003 13:41:06 GMT"/> ! <signal name="drag_end" handler="on_drawingarea1_drag_end" last_modification_time="Sun, 29 Jun 2003 13:41:13 GMT"/> ! <signal name="drag_drop" handler="on_drawingarea1_drag_drop" last_modification_time="Sun, 29 Jun 2003 13:41:21 GMT"/> ! <signal name="drag_motion" handler="on_drawingarea1_drag_motion" last_modification_time="Sun, 29 Jun 2003 13:41:28 GMT"/> ! <signal name="drag_leave" handler="on_drawingarea1_drag_leave" last_modification_time="Sun, 29 Jun 2003 13:41:34 GMT"/> ! <signal name="key_press_event" handler="on_drawingarea1_key_press_event" last_modification_time="Sun, 29 Jun 2003 13:41:45 GMT"/> ! <signal name="show" handler="on_drawingarea1_show" last_modification_time="Sun, 29 Jun 2003 13:42:02 GMT"/> ! <signal name="destroy_event" handler="gtk_main_quit" last_modification_time="Sun, 29 Jun 2003 13:42:10 GMT"/> ! <signal name="button_release_event" handler="on_drawingarea1_button_release_event" last_modification_time="Sun, 29 Jun 2003 13:42:29 GMT"/> ! <signal name="expose_event" handler="on_MainDrawingArea_expose_event" last_modification_time="Sun, 29 Jun 2003 17:07:59 GMT"/> ! </widget> ! </child> </widget> <packing> Index: translation =================================================================== RCS file: /cvsroot/morphix/mcp2/translation,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** translation 10 Nov 2003 02:03:59 -0000 1.1.1.1 --- translation 1 Dec 2003 21:25:59 -0000 1.2 *************** *** 5,7 **** */ ! gchar *s = N_("Morphix Configuration Panel"); --- 5,7 ---- */ ! gchar *s = N_("Morphix Control Panel"); |