[evolution-patches] partial fix for 41128
- From: Anna Marie Dirks <anna ximian com>
- To: evolution-patches ximian com
- Subject: [evolution-patches] partial fix for 41128
- Date: 18 Apr 2003 13:57:16 -0400
This patch partially fixes 41228 by adding proper spacing/padding to the
"Default Folders" page of the Settings dialog.
-Anna
--
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:41:29 -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-config-default-folders.glade
===================================================================
RCS file: /cvs/gnome/evolution/shell/glade/e-shell-config-default-folders.glade,v
retrieving revision 1.4
diff -u -u -w -r1.4 e-shell-config-default-folders.glade
--- glade/e-shell-config-default-folders.glade 4 Nov 2002 01:06:50 -0000 1.4
+++ glade/e-shell-config-default-folders.glade 18 Apr 2003 17:41:29 -0000
@@ -2,44 +2,44 @@
<!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd" >
<glade-interface>
+
<widget class="GtkWindow" id="default folders">
- <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>
+ <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="GtkTable" id="default_folders_table">
- <property name="border_width">4</property>
- <property name="homogeneous">no</property>
- <property name="row_spacing">4</property>
- <property name="column_spacing">4</property>
- <property name="n-rows">4</property>
- <property name="n-columns">2</property>
- <property name="visible">yes</property>
+ <property name="border_width">12</property>
+ <property name="visible">True</property>
+ <property name="n_rows">4</property>
+ <property name="n_columns">2</property>
+ <property name="homogeneous">False</property>
+ <property name="row_spacing">6</property>
+ <property name="column_spacing">6</property>
<child>
<widget class="GtkLabel" id="label1">
+ <property name="visible">True</property>
<property name="label" translatable="yes">_Mail:</property>
+ <property name="use_underline">True</property>
+ <property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_CENTER</property>
- <property name="wrap">no</property>
+ <property name="wrap">False</property>
+ <property name="selectable">False</property>
<property name="xalign">0</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
- <property name="visible">yes</property>
- <property name="use_underline">yes</property>
</widget>
<packing>
<property name="left_attach">0</property>
<property name="right_attach">1</property>
<property name="top_attach">0</property>
<property name="bottom_attach">1</property>
- <property name="x_padding">0</property>
- <property name="y_padding">0</property>
<property name="x_options">fill</property>
<property name="y_options"></property>
</packing>
@@ -47,23 +47,23 @@
<child>
<widget class="GtkLabel" id="label4">
+ <property name="visible">True</property>
<property name="label" translatable="yes">_Tasks:</property>
+ <property name="use_underline">True</property>
+ <property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_CENTER</property>
- <property name="wrap">no</property>
+ <property name="wrap">False</property>
+ <property name="selectable">False</property>
<property name="xalign">0</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
- <property name="visible">yes</property>
- <property name="use_underline">yes</property>
</widget>
<packing>
<property name="left_attach">0</property>
<property name="right_attach">1</property>
<property name="top_attach">3</property>
<property name="bottom_attach">4</property>
- <property name="x_padding">0</property>
- <property name="y_padding">0</property>
<property name="x_options">fill</property>
<property name="y_options"></property>
</packing>
@@ -71,23 +71,23 @@
<child>
<widget class="GtkLabel" id="label3">
+ <property name="visible">True</property>
<property name="label" translatable="yes">_Contacts:</property>
+ <property name="use_underline">True</property>
+ <property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_CENTER</property>
- <property name="wrap">no</property>
+ <property name="wrap">False</property>
+ <property name="selectable">False</property>
<property name="xalign">0</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
- <property name="visible">yes</property>
- <property name="use_underline">yes</property>
</widget>
<packing>
<property name="left_attach">0</property>
<property name="right_attach">1</property>
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
- <property name="x_padding">0</property>
- <property name="y_padding">0</property>
<property name="x_options">fill</property>
<property name="y_options"></property>
</packing>
@@ -95,23 +95,23 @@
<child>
<widget class="GtkLabel" id="label2">
+ <property name="visible">True</property>
<property name="label" translatable="yes">C_alendar:</property>
+ <property name="use_underline">True</property>
+ <property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_CENTER</property>
- <property name="wrap">no</property>
+ <property name="wrap">False</property>
+ <property name="selectable">False</property>
<property name="xalign">0</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
- <property name="visible">yes</property>
- <property name="use_underline">yes</property>
</widget>
<packing>
<property name="left_attach">0</property>
<property name="right_attach">1</property>
<property name="top_attach">2</property>
<property name="bottom_attach">3</property>
- <property name="x_padding">0</property>
- <property name="y_padding">0</property>
<property name="x_options">fill</property>
<property name="y_options"></property>
</packing>
@@ -119,39 +119,34 @@
<child>
<widget class="Custom" id="default_mail_button">
+ <property name="visible">True</property>
<property name="creation_function">e_shell_config_default_folder_selector_button_new</property>
<property name="int1">0</property>
<property name="int2">0</property>
<property name="last_modification_time">Wed, 10 Apr 2002 17:54:56 GMT</property>
- <property name="visible">yes</property>
</widget>
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
<property name="top_attach">0</property>
<property name="bottom_attach">1</property>
- <property name="x_padding">0</property>
- <property name="y_padding">0</property>
- <property name="x_options">expand|fill</property>
<property name="y_options">fill</property>
</packing>
</child>
<child>
<widget class="Custom" id="default_contacts_button">
+ <property name="visible">True</property>
<property name="creation_function">e_shell_config_default_folder_selector_button_new</property>
<property name="int1">0</property>
<property name="int2">0</property>
<property name="last_modification_time">Wed, 10 Apr 2002 17:55:01 GMT</property>
- <property name="visible">yes</property>
</widget>
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
- <property name="x_padding">0</property>
- <property name="y_padding">0</property>
<property name="x_options">fill</property>
<property name="y_options">fill</property>
</packing>
@@ -159,19 +154,17 @@
<child>
<widget class="Custom" id="default_calendar_button">
+ <property name="visible">True</property>
<property name="creation_function">e_shell_config_default_folder_selector_button_new</property>
<property name="int1">0</property>
<property name="int2">0</property>
<property name="last_modification_time">Wed, 10 Apr 2002 17:55:06 GMT</property>
- <property name="visible">yes</property>
</widget>
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
<property name="top_attach">2</property>
<property name="bottom_attach">3</property>
- <property name="x_padding">0</property>
- <property name="y_padding">0</property>
<property name="x_options">fill</property>
<property name="y_options">fill</property>
</packing>
@@ -179,19 +172,17 @@
<child>
<widget class="Custom" id="default_tasks_button">
+ <property name="visible">True</property>
<property name="creation_function">e_shell_config_default_folder_selector_button_new</property>
<property name="int1">0</property>
<property name="int2">0</property>
<property name="last_modification_time">Wed, 10 Apr 2002 17:55:12 GMT</property>
- <property name="visible">yes</property>
</widget>
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
<property name="top_attach">3</property>
<property name="bottom_attach">4</property>
- <property name="x_padding">0</property>
- <property name="y_padding">0</property>
<property name="x_options">fill</property>
<property name="y_options">fill</property>
</packing>
@@ -199,4 +190,5 @@
</widget>
</child>
</widget>
+
</glade-interface>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]