[evolution-patches] patches for 41008



These two patches add proper spacing/padding to the "Create New Folder"
dialog.

-- 
Anna Marie Dirks <anna ximian com>


Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/shell/ChangeLog,v
retrieving revision 1.1243
diff -u -u -w -r1.1243 ChangeLog
--- ChangeLog	17 Apr 2003 20:55:21 -0000	1.1243
+++ ChangeLog	18 Apr 2003 17:48:28 -0000
@@ -1,3 +1,45 @@
+2003-04-18  Anna Marie Dirks  <anna ximian com>
+
+	* glade/evolution-startup-wizard.glade: Added spacing/padding to 
+	first-run dialog. Fixes 41242. 
+
+	* glade/e-shell-folder-creation-dialog.glade: Misc HIG-related tweaks,
+	mostly spacing and padding related. Fixes 41008. 
+
+	* 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 41128.
+
+	* 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-shell-folder-creation-dialog.glade
===================================================================
RCS file: /cvs/gnome/evolution/shell/glade/e-shell-folder-creation-dialog.glade,v
retrieving revision 1.6
diff -u -u -w -r1.6 e-shell-folder-creation-dialog.glade
--- glade/e-shell-folder-creation-dialog.glade	14 Jan 2003 22:29:40 -0000	1.6
+++ glade/e-shell-folder-creation-dialog.glade	18 Apr 2003 17:48:28 -0000
@@ -4,6 +4,7 @@
 <glade-interface>
 
 <widget class="GtkDialog" id="create_folder_dialog">
+  <property name="border_width">6</property>
   <property name="visible">True</property>
   <property name="title" translatable="yes"></property>
   <property name="type">GTK_WINDOW_TOPLEVEL</property>
@@ -19,7 +20,7 @@
     <widget class="GtkVBox" id="dialog-vbox1">
       <property name="visible">True</property>
       <property name="homogeneous">False</property>
-      <property name="spacing">8</property>
+      <property name="spacing">12</property>
 
       <child internal-child="action_area">
 	<widget class="GtkHButtonBox" id="dialog-action_area1">
@@ -67,8 +68,8 @@
 	  <child>
 	    <widget class="GtkLabel" id="folder_name_label">
 	      <property name="visible">True</property>
-	      <property name="label" translatable="yes">Folder name:</property>
-	      <property name="use_underline">False</property>
+	      <property name="label" translatable="yes">Folder _name:</property>
+	      <property name="use_underline">True</property>
 	      <property name="use_markup">False</property>
 	      <property name="justify">GTK_JUSTIFY_CENTER</property>
 	      <property name="wrap">False</property>
@@ -108,8 +109,8 @@
 	  <child>
 	    <widget class="GtkLabel" id="folder_type_label">
 	      <property name="visible">True</property>
-	      <property name="label" translatable="yes">Folder type:</property>
-	      <property name="use_underline">False</property>
+	      <property name="label" translatable="yes">Folder _type:</property>
+	      <property name="use_underline">True</property>
 	      <property name="use_markup">False</property>
 	      <property name="justify">GTK_JUSTIFY_CENTER</property>
 	      <property name="wrap">False</property>
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/shell/ChangeLog,v
retrieving revision 1.1243
diff -u -u -w -r1.1243 ChangeLog
--- ChangeLog	17 Apr 2003 20:55:21 -0000	1.1243
+++ ChangeLog	18 Apr 2003 17:48:49 -0000
@@ -1,3 +1,45 @@
+2003-04-18  Anna Marie Dirks  <anna ximian com>
+
+	* glade/evolution-startup-wizard.glade: Added spacing/padding to 
+	first-run dialog. Fixes 41242. 
+
+	* glade/e-shell-folder-creation-dialog.glade: Misc HIG-related tweaks,
+	mostly spacing and padding related. Fixes 41008. 
+
+	* 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 41128.
+
+	* 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: e-shell-folder-creation-dialog.c
===================================================================
RCS file: /cvs/gnome/evolution/shell/e-shell-folder-creation-dialog.c,v
retrieving revision 1.47
diff -u -u -w -r1.47 e-shell-folder-creation-dialog.c
--- e-shell-folder-creation-dialog.c	25 Mar 2003 15:48:33 -0000	1.47
+++ e-shell-folder-creation-dialog.c	18 Apr 2003 17:48:49 -0000
@@ -349,7 +349,7 @@
 	scrolled_window = gtk_scrolled_window_new (NULL, NULL);
 	gtk_scrolled_window_set_policy (GTK_SCROLLED_WINDOW (scrolled_window), GTK_POLICY_AUTOMATIC, GTK_POLICY_AUTOMATIC);
 	gtk_scrolled_window_set_shadow_type (GTK_SCROLLED_WINDOW (scrolled_window), GTK_SHADOW_IN);
-	gtk_box_pack_start (GTK_BOX (vbox), scrolled_window, TRUE, TRUE, 0);
+	gtk_box_pack_start (GTK_BOX (vbox), scrolled_window, TRUE, TRUE, 6);
 
 	gtk_container_add (GTK_CONTAINER (scrolled_window), storage_set_view);
 


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