2005-02-04 Not Zed <NotZed@Ximian.com>
* mail-session.c (alert_user, do_user_message): if we aren't
waiting for cancel, then don't worry about waiting on the reply
port, otherwise we could block when we don't need to, if there is
another window already up.
svn path=/trunk/; revision=28698
2005-02-03 Jeffrey Stedfast <fejj@novell.com>
* message-list.c (message_list_set_folder): Use
g_hash_table_foreach_remove() instead so the keys don't point to
free'd values.
(normalised_free): Return TRUE.
svn path=/trunk/; revision=28696
2005-02-01 Priit Laes <amd@store20.com>
* configure.in : Remove duplicate entries for addressbook-groupwise,
groupwise-status-tracking and default-source in plugins list. Fixes
make distclean.
svn path=/trunk/; revision=28695
2005-03-03 Rodney Dawes <dobey@novell.com>
* itip-view.c (itip_view_init): Set the spacing for ourself to 12
to be HIG compliant as we are a GtkHBox derivative
Align the icon at 0.5 in the X direction to be HIG compliant
Set the spacing between table rows/columns to be HIG compliant
Fix the spacing/padding for all the boxes and packing calls to be
HIG compliant
Fixes#41235
svn path=/trunk/; revision=28693
2005-02-03 Rodney Dawes <dobey@novell.com>
* calendar-errors.xml.h: Update to include new strings from the
calendar-errors.xml file
svn path=/trunk/; revision=28692
2005-02-02 Rodney Dawes <dobey@novell.com>
* Makefile.am (INCLUDES): Use $(weatherdir) instead of duplicating the
define for it below
(weatherdir): Fix to use the correct versioned directory
svn path=/trunk/; revision=28691
2005-02-03 Chenthill Palanisamy <pchenthill@novell.com>
* send-options.c: (add_day_to_time), (send_options_commit),
(org_gnome_compose_send_options):Added functions to destroy
the dialog when the composer is destroyed to solve the crash.
Removed the return statement so that the send options gets
added to the composer headers. Made modification in setting
the values for some headers.
Changing the file name from Changelog to ChangeLog.
svn path=/trunk/; revision=28689
2005-02-03 Li Yuan <li.yuan@sun.com>
* gui/dialogs/task-details-page.c: (get_widgets):
add a11y name to url.
* gui/dialogs/task-details-page.glade:
add a11y name to date completed.
* gui/dialogs/task-page.glade:
add a11y names to due date and start date.
svn path=/trunk/; revision=28687
2005-02-03 Vivek Jain <jvivek@novell.com>
* calendar-errors.xml : added a warning message for invalid server
version
* gui/gnome-cal.c (default_client_cal_opened_cb)
(client_cal_opened_cb): added a case to check the
call status and display warning
svn path=/trunk/; revision=28686
2004-02-02 Hans Petter Jansson <hpj@ximian.com>
* gui/component/addressbook-component.c (ensure_sources): Implement
based on the create_groups () function in addressbook-migrate.c.
(addressbook_component_init): Call ensure_sources (). This will create
the necessary addressbook source groups if they somehow disappeared
from GConf.
* gui/component/addressbook-config.c (addressbook_config_edit_source):
If we can't get any source groups, just issue a console warning and
return NULL. Creating sources without groups is meaningless.
Work around for #67411
svn path=/trunk/; revision=28685
2005-02-02 Rodney Dawes <dobey@novell.com>
* gui/component/ldap-config.glade: Fix a small spacing issue in the
Display section's children, to be HIG compliant
svn path=/trunk/; revision=28683
2005-02-02 Rodney Dawes <dobey@novell.com>
* em-subscribe-editor.c (em_subscribe_editor_new): Use the
gtk_widget_ensure_style method instead of gtk_widget_realize when
setting the border widths of the dialog containers for HIG compliance
Fixes#68743
svn path=/trunk/; revision=28682
2005-02-02 Rodney Dawes <dobey@novell.com>
* gui/dialogs/alarm-dialog.c (alarm_dialog_run): Set the border width
for the internal dialog containers to be HIG compliant
* gui/dialogs/alarm-dialog.glade: Remove the separator in the dialog
and fix some spacing/padding issues to be HIG compliant
* gui/dialogs/alarm-list-dialog.c (alarm_list_dialog_run): Set the
border width for the internal dialog containers to be HIG compliant
* gui/dialogs/alarm-list-dialog.glade: Remove the separator in the
dialog and fix some spacing/padding issues to be HIG compliant
svn path=/trunk/; revision=28681
2005-02-02 Jeffrey Stedfast <fejj@novell.com>
Fixes bug #70454
* em-subscribe-editor.c (sub_folderinfo_get): Request subscription
info (new flag).
(sub_fill_level): Fixed the FIXME here (imap4 now implements
CAMEL_FOLDER_SUBSCRIBED flag properly).
svn path=/trunk/; revision=28680
2005-02-02 Chenthill Palanisamy <pchenthill@novell.com>
reviewed by Harish Krishnaswamy <kharish@novell.com>
Fixes#71460
* itip-formatter.c: (view_response_cb): If the my_address
is not set. Set it from the backend.
svn path=/trunk/; revision=28675
2005-02-01 Rodney Dawes <dobey@novell.com>
* evolution-mail-global.xml:
* evolution-mail-message.xml:
Use the term vFolder instead of "VFolder" or "virtual folder"
Fixes#68137
svn path=/trunk/; revision=28665
2005-02-01 Rodney Dawes <dobey@novell.com>
* em-folder-browser.c: Replace "_Virtual Folder" with "_vFolder" for
the search menu to create a vfolder from a search
* em-folder-tree-model.c (sort_cb): s/VFolders/vFolders/ for sorting
in the folder tree
(em_folder_tree_model_load_state): s/VFolders/vFolders/ in a comment
* em-folder-view.c: s/VFolder/vFolder/ for the popup menu
* em-vfolder-editor.c (em_vfolder_editor_new): Replace the string
"Virtual _Folders" with "v_Folders" for the label
* em-vfolder-rule.c (em_vfolder_editor_sourcelist_new): Repalce the
string "VFolder source" with "vFolder source"
* mail-errors.xml:
* mail-errors.xml.h: Replace "virtual folder" with "vFolder" in an
error string
* mail-vfolder.c (vfolder_setup_desc): s/vfolder/vFolder/
(vfolder_setup_do): s/vfolder/vFolder/
(vfolder_load_storage): s/VFolders/vFolders/
(vfolder_edit_rule): s/VFolder/vFolder/
(vfolder_gui_add_rule): s/VFolder/vFolder/
Fixes#68137
svn path=/trunk/; revision=28664
2005-02-01 Rodney Dawes <dobey@novell.com>
* gui/dialogs/comp-editor.c (setup_widgets): Clean up the spacing
and padding, and shove the notebook and expander arrow into a vbox
so that we can be HIG compliant
(comp_editor_init): Remove the separator from the "dialog" and set
the border width for the internal dialog widgets appropriately to
be compliant with the HIG for dialog borders
svn path=/trunk/; revision=28662
2005-02-01 Rodrigo Moya <rodrigo@novell.com>
* gui/calendar-commands.c
(calendar_control_sensitize_calendar_commands): only add real data
to the array.
svn path=/trunk/; revision=28658
2005-02-01 Not Zed <NotZed@Ximian.com>
** See bug #65329.
* mail-component.c (view_changed_cb): translate special names on
the local store.
svn path=/trunk/; revision=28655
2005-02-01 Not Zed <NotZed@Ximian.com>
* em-folder-tree-model.c (sort_cb): use the type hint to sort for
inbox, not the name.
(emft_is_special_local_folder): removed.
(em_folder_tree_model_set_folder_info): special-case the
local-store case, handle translated names and the name hints.
* em-folder-tree.c (render_pixbuf): use the camel folderinfo
folder type to determine the icon, don't hardcode based on name.
** See bug #71310
* em-composer-prefs.c (sig_add_script_response): force a save of
the signatures as soon as they change. Also save the script name
if we were just editing it, not just the signature name.
svn path=/trunk/; revision=28653
2005-02-01 JP Rosevear <jpr@novell.com>
Fixes#71944
* gui/e-tasks.c: declare config_categories_changed_cb before its
used
svn path=/trunk/; revision=28652
2005-02-01 Not Zed <NotZed@Ximian.com>
** See bug #71312.
* em-folder-view.c (em_folder_view_open_selected): if we're
looking at a vfolder, then look open the original folder if we need
to perform any edits.
svn path=/trunk/; revision=28649
2005-01-31 Hans Petter Jansson <hpj@novell.com>
* common/Makefile.am (libevolution_calendarprivate_la_LDFLAGS):
Remove the -module flag, this isn't supposed to be a module.
svn path=/trunk/; revision=28647
2005-01-31 Hans Petter Jansson <hpj@novell.com>
* idl/evolution-calendar.idl: Remove definition of CalObjUID and
include that from Evolution-DataServer-Calendar.idl instead. This
prevents the typecode from being defined twice.
svn path=/trunk/; revision=28642
2005-01-31 Hans Petter Jansson <hpj@novell.com>
* gui/widgets/eab-config.c (_EABConfigPrivate): Use guint instead of
ulong for signal ID.
svn path=/trunk/; revision=28641
2005-01-31 Hans Petter Jansson <hpj@novell.com>
* gui/e-cal-config.c (_ECalConfigPrivate): Use guint instead of ulong
for signal ID.
svn path=/trunk/; revision=28640