From: <ale...@us...> - 2004-03-02 17:28:57
|
Update of /cvsroot/morphix/mcp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7307 Modified Files: config.log mcp.glade translation Log Message: added iconviewer-widget (sortof), resizing still doesn't work (disabled). added directory of .desktop files for MCP, .directory support not yet included into widget. Nope Tiago doesn't kill me for this... Index: config.log =================================================================== RCS file: /cvsroot/morphix/mcp/config.log,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** config.log 5 Sep 2003 12:16:14 -0000 1.2 --- config.log 2 Mar 2004 17:09:10 -0000 1.3 *************** *** 551,552 **** --- 551,610 ---- configure: exit 0 + + ## ---------------------- ## + ## Running config.status. ## + ## ---------------------- ## + + This file was extended by config.status, which was + generated by GNU Autoconf 2.57. Invocation command line was + + CONFIG_FILES = src/Makefile + CONFIG_HEADERS = + CONFIG_LINKS = + CONFIG_COMMANDS = + $ ./config.status + + on myBox + + config.status:661: creating src/Makefile + config.status:984: executing default-1 commands + config.status:984: executing default-2 commands + + ## ---------------------- ## + ## Running config.status. ## + ## ---------------------- ## + + This file was extended by config.status, which was + generated by GNU Autoconf 2.57. Invocation command line was + + CONFIG_FILES = + CONFIG_HEADERS = config.h + CONFIG_LINKS = + CONFIG_COMMANDS = + $ ./config.status + + on myBox + + config.status:765: creating config.h + config.status:884: config.h is unchanged + config.status:984: executing default-1 commands + config.status:984: executing default-2 commands + + ## ---------------------- ## + ## Running config.status. ## + ## ---------------------- ## + + This file was extended by config.status, which was + generated by GNU Autoconf 2.57. Invocation command line was + + CONFIG_FILES = po/Makefile.in + CONFIG_HEADERS = + CONFIG_LINKS = + CONFIG_COMMANDS = + $ ./config.status + + on myBox + + config.status:661: creating po/Makefile.in + config.status:984: executing default-1 commands + config.status:984: executing default-2 commands Index: mcp.glade =================================================================== RCS file: /cvsroot/morphix/mcp/mcp.glade,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** mcp.glade 1 Sep 2003 19:25:15 -0000 1.1.1.1 --- mcp.glade 2 Mar 2004 17:09:10 -0000 1.2 *************** *** 6,12 **** <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> --- 6,12 ---- <widget class="GtkWindow" id="MainWindow"> <property name="width_request">400</property> ! <property name="height_request">350</property> <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> *************** *** 14,21 **** <property name="default_width">400</property> <property name="default_height">250</property> ! <property name="resizable">True</property> <property name="destroy_with_parent">True</property> <signal name="destroy" handler="gtk_main_quit" last_modification_time="Sun, 29 Jun 2003 22:05:39 GMT"/> ! <signal name="show" handler="on_window1_show" last_modification_time="Sun, 29 Jun 2003 13:42:55 GMT"/> <child> --- 14,22 ---- <property name="default_width">400</property> <property name="default_height">250</property> ! <property name="resizable">False</property> <property name="destroy_with_parent">True</property> <signal name="destroy" handler="gtk_main_quit" last_modification_time="Sun, 29 Jun 2003 22:05:39 GMT"/> ! <signal name="show" handler="on_MainWindow_show" last_modification_time="Tue, 17 Feb 2004 16:48:37 GMT"/> ! <signal name="configure_event" handler="on_MainWindow_configure_event" last_modification_time="Fri, 27 Feb 2004 17:02:53 GMT"/> <child> *************** *** 28,42 **** <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> --- 29,36 ---- <widget class="GtkDrawingArea" id="MainDrawingArea"> <property name="visible">True</property> <signal name="destroy_event" handler="gtk_main_quit" last_modification_time="Sun, 29 Jun 2003 13:42:10 GMT"/> ! <signal name="button_press_event" handler="on_MainDrawingArea_button_press_event" last_modification_time="Tue, 17 Feb 2004 16:54:32 GMT"/> ! <signal name="expose_event" handler="on_MainDrawingArea_expose_event" last_modification_time="Tue, 17 Feb 2004 16:54:48 GMT"/> ! <signal name="key_press_event" handler="on_MainDrawingArea_key_press_event" last_modification_time="Thu, 19 Feb 2004 10:05:00 GMT"/> </widget> <packing> Index: translation =================================================================== RCS file: /cvsroot/morphix/mcp/translation,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** translation 1 Sep 2003 19:25:17 -0000 1.1.1.1 --- translation 2 Mar 2004 17:09:10 -0000 1.2 *************** *** 5,7 **** */ ! gchar *s = N_("Morphix Configuration Panel"); --- 5,7 ---- */ ! gchar *s = N_("Morphix Control Panel"); |