[evolution-patches] patch for 41145



This patch fixes 41145 by using stock buttons in the Autocompletion
Folders page of the Settings Dialog.

-Anna

ps. Does this break string freeze? (I changed a button from non-stock
"Delete" to stock "Remove" -- if a Remove button is used elsewhere in
the shell, then, am I okay?  


-- 
Anna Marie Dirks <anna ximian com>
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/shell/ChangeLog,v
retrieving revision 1.1243
diff -u -u -r1.1243 ChangeLog
--- ChangeLog	17 Apr 2003 20:55:21 -0000	1.1243
+++ ChangeLog	18 Apr 2003 16:02:20 -0000
@@ -1,3 +1,39 @@
+2003-04-18  Anna Marie Dirks  <anna ximian com>
+
+	* glade/e-folder-list.glade: Added icons and stock buttons to 
+	the autocompletion page of the settings dialog. Fixes 41145.
+
+	* glade/e-shell-config-default-folders.glade: Added appropriate
+	spacing/padding to the default folder pages of the settings dialog. 
+	Partial fix for 41008.
+
+	* glade/e-active-connection-dialog.glade: Fixed padding/spacing/caps
+	of the "Go Offline" dialog. Fixes 41225 and 41227. 
+
+	* e-shell-folder-selection-dialog.c (e_shell_folder_selection_dialog_construct): Added appropriate border width to the folder selection dialog. Fixes 
+	41022, partially fixes 41025. 
+
+	* e-shell-folder-creation-dialog.c (add_storage_set_view): Added
+	appropriate spacing to the main vbox of the folder creation dialog.
+	Partially fixes 41008.
+
+	
+	* e-shell-folder-commands.c (delete_dialog): Corrected border 
+	with for Delete Folder dialog. Fixes 41036. 
+	(e_shell_command_copy_folder): Corrected capitalization of the "Copy
+	Folder" window title. Partial fix for 41205. 
+	(e_shell_command_move_folder): Corrected the capitalization of the
+	"Move Folder" dialog. Fixes 41024. 
+
+	* e-shortcuts-view.c
+	(destroy_group_cb): Set the border width of the message dialog 
+	to 6. Also corrected the capitalization for "Delete Shortcut 
+	Dialog".
+	(show_new_group_dialog): Fixed the title of "Create New Shortcut
+	Group"
+	(rename_shortcut_cb): Corrected the label capitalization for 
+	Rename dialog. 
+
 2003-04-17  Dan Winship  <danw ximian com>
 
 	* e-shell-folder-creation-dialog.c (add_folder_types): If the
Index: glade/e-folder-list.glade
===================================================================
RCS file: /cvs/gnome/evolution/shell/glade/e-folder-list.glade,v
retrieving revision 1.3
diff -u -u -r1.3 e-folder-list.glade
--- glade/e-folder-list.glade	4 Nov 2002 01:06:50 -0000	1.3
+++ glade/e-folder-list.glade	18 Apr 2003 16:02:20 -0000
@@ -1,109 +1,110 @@
 <?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
-<!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd"; >
+<!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd";>
 
 <glade-interface>
-  <widget class="GtkWindow" id="window-contents-reparented">
-    <property name="visible">no</property>
-    <property name="title" translatable="yes">window1</property>
-    <property name="type">GTK_WINDOW_TOPLEVEL</property>
-    <property name="modal">no</property>
-    <property name="allow_shrink">no</property>
-    <property name="allow_grow">yes</property>
-    <property name="window-position">GTK_WIN_POS_NONE</property>
-
-    <child>
-      <widget class="GtkFrame" id="frame-toplevel">
-        <property name="label" translatable="yes"></property>
-        <property name="label_xalign">0</property>
-        <property name="shadow">GTK_SHADOW_ETCHED_IN</property>
-        <property name="visible">yes</property>
-
-        <child>
-          <widget class="GtkVBox" id="vbox1">
-            <property name="homogeneous">no</property>
-            <property name="spacing">0</property>
-            <property name="visible">yes</property>
-
-            <child>
-              <widget class="Custom" id="custom-optionmenu">
-                <property name="creation_function">create_custom_optionmenu</property>
-                <property name="int1">0</property>
-                <property name="int2">0</property>
-                <property name="last_modification_time">Fri, 22 Mar 2002 15:09:48 GMT</property>
-                <property name="visible">yes</property>
-              </widget>
-              <packing>
-                <property name="padding">0</property>
-                <property name="expand">no</property>
-                <property name="fill">yes</property>
-              </packing>
-            </child>
-
-            <child>
-              <widget class="GtkHBox" id="hbox1">
-                <property name="homogeneous">no</property>
-                <property name="spacing">0</property>
-                <property name="visible">yes</property>
-
-                <child>
-                  <widget class="Custom" id="custom-folder-list">
-                    <property name="creation_function">create_custom_folder_list</property>
-                    <property name="int1">0</property>
-                    <property name="int2">0</property>
-                    <property name="last_modification_time">Tue, 19 Mar 2002 18:07:28 GMT</property>
-                    <property name="visible">yes</property>
-                  </widget>
-                  <packing>
-                    <property name="padding">0</property>
-                    <property name="expand">yes</property>
-                    <property name="fill">yes</property>
-                  </packing>
-                </child>
-
-                <child>
-                  <widget class="GtkVButtonBox" id="vbuttonbox1">
-                    <property name="layout_style">GTK_BUTTONBOX_START</property>
-                    <property name="spacing">0</property>
-                    <property name="visible">yes</property>
-
-                    <child>
-                      <widget class="GtkButton" id="button-add">
-                        <property name="can_default">yes</property>
-                        <property name="can_focus">yes</property>
-                        <property name="label" translatable="yes">_Add</property>
-                        <property name="relief">GTK_RELIEF_NORMAL</property>
-                        <property name="visible">yes</property>
-                        <property name="use_underline">yes</property>
-                      </widget>
-                    </child>
-
-                    <child>
-                      <widget class="GtkButton" id="button-remove">
-                        <property name="can_default">yes</property>
-                        <property name="can_focus">yes</property>
-                        <property name="label" translatable="yes">_Delete</property>
-                        <property name="relief">GTK_RELIEF_NORMAL</property>
-                        <property name="visible">yes</property>
-                        <property name="use_underline">yes</property>
-                      </widget>
-                    </child>
-                  </widget>
-                  <packing>
-                    <property name="padding">0</property>
-                    <property name="expand">no</property>
-                    <property name="fill">no</property>
-                  </packing>
-                </child>
-              </widget>
-              <packing>
-                <property name="padding">0</property>
-                <property name="expand">yes</property>
-                <property name="fill">yes</property>
-              </packing>
-            </child>
-          </widget>
-        </child>
-      </widget>
-    </child>
-  </widget>
+
+<widget class="GtkWindow" id="window-contents-reparented">
+  <property name="title" translatable="yes">window1</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">False</property>
+
+  <child>
+    <widget class="GtkFrame" id="frame-toplevel">
+      <property name="visible">True</property>
+      <property name="label_xalign">0</property>
+      <property name="label_yalign">0.5</property>
+      <property name="shadow_type">GTK_SHADOW_ETCHED_IN</property>
+
+      <child>
+	<widget class="GtkVBox" id="vbox1">
+	  <property name="visible">True</property>
+	  <property name="homogeneous">False</property>
+	  <property name="spacing">0</property>
+
+	  <child>
+	    <widget class="Custom" id="custom-optionmenu">
+	      <property name="visible">True</property>
+	      <property name="creation_function">create_custom_optionmenu</property>
+	      <property name="int1">0</property>
+	      <property name="int2">0</property>
+	      <property name="last_modification_time">Fri, 22 Mar 2002 15:09:48 GMT</property>
+	    </widget>
+	    <packing>
+	      <property name="padding">0</property>
+	      <property name="expand">False</property>
+	      <property name="fill">True</property>
+	    </packing>
+	  </child>
+
+	  <child>
+	    <widget class="GtkHBox" id="hbox1">
+	      <property name="visible">True</property>
+	      <property name="homogeneous">False</property>
+	      <property name="spacing">0</property>
+
+	      <child>
+		<widget class="Custom" id="custom-folder-list">
+		  <property name="visible">True</property>
+		  <property name="creation_function">create_custom_folder_list</property>
+		  <property name="int1">0</property>
+		  <property name="int2">0</property>
+		  <property name="last_modification_time">Tue, 19 Mar 2002 18:07:28 GMT</property>
+		</widget>
+		<packing>
+		  <property name="padding">0</property>
+		  <property name="expand">True</property>
+		  <property name="fill">True</property>
+		</packing>
+	      </child>
+
+	      <child>
+		<widget class="GtkVButtonBox" id="vbuttonbox1">
+		  <property name="visible">True</property>
+		  <property name="layout_style">GTK_BUTTONBOX_START</property>
+		  <property name="spacing">6</property>
+
+		  <child>
+		    <widget class="GtkButton" id="button-add">
+		      <property name="visible">True</property>
+		      <property name="can_default">True</property>
+		      <property name="can_focus">True</property>
+		      <property name="label">gtk-add</property>
+		      <property name="use_stock">True</property>
+		      <property name="relief">GTK_RELIEF_NORMAL</property>
+		    </widget>
+		  </child>
+
+		  <child>
+		    <widget class="GtkButton" id="button-remove">
+		      <property name="visible">True</property>
+		      <property name="can_default">True</property>
+		      <property name="can_focus">True</property>
+		      <property name="label">gtk-remove</property>
+		      <property name="use_stock">True</property>
+		      <property name="relief">GTK_RELIEF_NORMAL</property>
+		    </widget>
+		  </child>
+		</widget>
+		<packing>
+		  <property name="padding">0</property>
+		  <property name="expand">False</property>
+		  <property name="fill">False</property>
+		</packing>
+	      </child>
+	    </widget>
+	    <packing>
+	      <property name="padding">0</property>
+	      <property name="expand">True</property>
+	      <property name="fill">True</property>
+	    </packing>
+	  </child>
+	</widget>
+      </child>
+    </widget>
+  </child>
+</widget>
+
 </glade-interface>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]