| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
2005-02-04 Yong Sun <yong.sun@sun.com>
Fix for #56901
* gui/print.c: (bound_text): When the width>maxwidth, the
pointer 'p' should also be backwarded, same as 'o'.
svn path=/trunk/; revision=28700
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-02-04 Not Zed <NotZed@Ximian.com>
* em-subscribe-editor.c (sub_folderinfo_get): reverted jeff's
patch for the subscribed hint.
** See bug #65329
* em-folder-properties.c (emfp_dialog_got_folder): translate
local-store special folders.
svn path=/trunk/; revision=28699
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
svn path=/trunk/; revision=28697
|
|
|
|
|
|
|
|
|
|
|
| |
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-02-01 Priit Laes <amd@store20.com>
* configure.in : Remove duplicate entry for addressbook-groupwise in
plugins list.
svn path=/trunk/; revision=28694
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
svn path=/trunk/; revision=28690
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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-02 Li Yuan <li.yuan@sun.com>
* e-url-entry.c: (init):
add a11y name to url link button.
svn path=/trunk/; revision=28688
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
svn path=/trunk/; revision=28679
|
|
|
|
|
|
|
|
| |
2005-02-02 Žygimantas BeruÄka <uid0@akl.lt>
* lt.po: Updated Lithuanian translation.
svn path=/trunk/; revision=28678
|
|
|
|
|
|
|
|
|
|
|
| |
2005-02-02 Rodrigo Moya <rodrigo@novell.com>
Fixes #72090
* gui/calendar-component.c (impl_handleURI): don't assume the URI is
always correct.
svn path=/trunk/; revision=28677
|
|
|
|
| |
svn path=/trunk/; revision=28676
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
svn path=/trunk/; revision=28674
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-02-01 Harry Lu <harry.lu@sun.com>
Fix for 71924, 71926, 71932
Don't split sentences that need translation.
Also remove two useless variables.
* calendar/ea-cal-view-event.c: (ea_cal_view_event_get_name):
* calendar/ea-day-view.c: (ea_day_view_get_name):
* calendar/ea-week-view.c: (ea_week_view_get_name),
(ea_week_view_get_n_children):
* widgets/ea-calendar-item.c: (ea_calendar_item_get_name),
(e_calendar_item_get_offset_for_date):
svn path=/trunk/; revision=28668
|
|
|
|
|
|
|
|
| |
2005-02-01 JP Rosevear <jpr@novell.com>
* e-shell-window-commands.c: add to about box
svn path=/trunk/; revision=28666
|
|
|
|
|
|
|
|
|
|
|
|
| |
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 JP Rosevear <jpr@novell.com>
* MAINTAINERS: Update
svn path=/trunk/; revision=28663
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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 JP Rosevear <jpr@novell.com>
* gui/e-tasks.c (e_tasks_destroy): fix typo
* gui/gnome-cal.c (gnome_calendar_destroy): ditto
svn path=/trunk/; revision=28661
|
|
|
|
|
|
|
|
|
|
| |
2005-02-01 Rodrigo Moya <rodrigo@novell.com>
* gui/e-cal-menu.c (e_cal_menu_target_new_select):
* gui/e-cal-popup.c (e_cal_popup_target_new_select): add correct mask
for detached recurrences.
svn path=/trunk/; revision=28660
|
|
|
|
|
|
|
|
| |
2005-02-01 Priit Laes <plaes@cvs.gnome.org>
* et.po: Translation updated by Ivar Smolin.
svn path=/trunk/; revision=28659
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
svn path=/trunk/; revision=28657
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
svn path=/trunk/; revision=28654
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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 Priit Laes <amd@store20.com>
* configure.in : Remove duplicate entry for calendar-file in
plugins list.
svn path=/trunk/; revision=28651
|
|
|
|
|
|
| |
corrected exchange-accout-setup plugin code.
svn path=/trunk/; revision=28650
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
svn path=/trunk/; revision=28648
|
|
|
|
|
|
|
|
|
| |
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-02-01 Francisco Javier F. Serrador <serrador@cvs.gnome.org>
* es.po: Updated Spanish trasnlation.
svn path=/trunk/; revision=28643
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
2005-01-31 Hans Petter Jansson <hpj@novell.com>
* importers/mail-importer.h (mc): Remove unused global symbol.
svn path=/trunk/; revision=28639
|
|
|
|
|
|
|
|
|
| |
2005-01-28 Jeffrey Stedfast <fejj@novell.com>
* message-list.c (message_list_set_folder): Reset the normalised
string sort table.
svn path=/trunk/; revision=28638
|
|
|
|
|
|
|
|
| |
2005-01-31 Žygimantas BeruÄka <uid0@akl.lt>
* lt.po: Updated Lithuanian translation.
svn path=/trunk/; revision=28637
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-01-31 Sivaiah Nallagatla <snallagatla@novell.com>
* gaimbuddies.c (bbdb_sync_buddy_list) : initialize
GError* to NULL
Fixes #71512
* bbdb.c (bbdb_open_addressbook) : ditto
svn path=/trunk/; revision=28636
|
|
|
|
| |
svn path=/trunk/; revision=28635
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-01-31 JP Rosevear <jpr@novell.com>
Fixes #71937
* evolution-mail.schemas.in.in: fix spelling error
* mail-errors.xml: fix two spelling errors
svn path=/trunk/; revision=28633
|
|
|
|
| |
svn path=/trunk/; revision=28632
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-01-31 Rodrigo Moya <rodrigo@novell.com>
Fixes #71929
* calendar/ea-day-view.c (ea_day_view_get_name):
* calendar/ea-week-view.c (ea_week_view_get_name): don't use spaces
before colons.
svn path=/trunk/; revision=28631
|
|
|
|
|
|
|
|
| |
2005-01-31 Žygimantas BeruÄka <uid0@akl.lt>
* lt.po: Updated Lithuanian translation.
svn path=/trunk/; revision=28630
|
|
|
|
|
|
|
|
|
|
| |
2005-01-31 Priit Laes <amd@tt.ee>
Fixes #61078
* gui/dialogs/task-page.glade: use consistent style for markup.
svn path=/trunk/; revision=28629
|
|
|
|
| |
svn path=/trunk/; revision=28628
|
|
|
|
|
|
|
|
|
|
|
| |
2005-01-31 Chenthill Palanisamy <pchenthill@novell.com>
Fixes #64682
* gui/e-calendar-view.c: (transfer_item_to): Added an
X property to identify if the appointment is moved from
another calendar.
svn path=/trunk/; revision=28627
|
|
|
|
|
|
|
|
| |
2005-01-31 Priit Laes <plaes@cvs.gnome.org>
* et.po: Translation updated by Ivar Smolin.
svn path=/trunk/; revision=28626
|
|
|
|
|
|
| |
corrected exchange-accout-setup plugin codewas.
svn path=/trunk/; revision=28624
|
|
|
|
|
|
|
|
|
|
| |
2005-01-31 Not Zed <NotZed@Ximian.com>
** See bug #67083
* em-format-html.c (efh_format_text_header): no-wrap the header line.
svn path=/trunk/; revision=28623
|
|
|
|
|
|
|
|
|
|
|
| |
2005-01-31 Not Zed <NotZed@Ximian.com>
** See bug #69850
* mail-autofilter.c (rule_from_message): dont crash if we're
missing the requested headers.
svn path=/trunk/; revision=28622
|
|
|
|
|
|
|
|
|
|
|
| |
2005-01-31 Not Zed <NotZed@Ximian.com>
** See bug #71521.
* em-account-editor.c (emae_url_set_hostport): dont ever set a
NULL host.
svn path=/trunk/; revision=28621
|
|
|
|
|
|
|
|
| |
2005-01-30 Marcel Telka <marcel@telka.sk>
* sk.po: Updated Slovak translation.
svn path=/trunk/; revision=28619
|
|
|
|
|
|
|
|
| |
05-01-30 Žygimantas BeruÄka <uid0@akl.lt>
* lt.po: Updated Lithuanian translation.
svn path=/trunk/; revision=28618
|
|
|
|
| |
svn path=/trunk/; revision=28617
|
|
|
|
|
|
| |
the last commit - let the HEAD to get built again.
svn path=/trunk/; revision=28616
|
|
|
|
|
|
|
|
| |
2005-01-29 Francisco Javier F. Serrador <serrador@cvs.gnome.org>
* es.po: String changes in Latino and Spanish strings.
svn path=/trunk/; revision=28615
|
|
|
|
|
|
|
|
|
| |
2005-01-29 Sivaiah Nallagatla <snallagatla@novell.com>
* configure.in : add addressbook-groupwise plguin to the
plguin list
svn path=/trunk/; revision=28614
|
|
|
|
| |
svn path=/trunk/; revision=28613
|
|
|
|
| |
svn path=/trunk/; revision=28612
|
|
|
|
| |
svn path=/trunk/; revision=28611
|
|
|
|
| |
svn path=/trunk/; revision=28610
|
|
|
|
|
|
|
|
|
|
| |
2005-01-28 Sivaiah Nallagatla <snallagatla@novell.com>
* addressbook/ea-minicard-view.c
(ea_minicard_view_get_name) : fix a typo present
in the string too
svn path=/trunk/; revision=28609
|
|
|
|
|
|
|
|
|
|
| |
2005-01-28 JP Rosevear <jpr@novell.com>
Fixes #71930
* POTFILES.in: add missing e-error files
svn path=/trunk/; revision=28608
|
|
|
|
|
|
|
|
| |
2005-01-28 Christian Rose <menthos@menthos.com>
* sv.po: Updated Swedish translation.
svn path=/trunk/; revision=28607
|
|
|
|
|
|
|
|
| |
2005-01-28 Žygimantas BeruÄka <uid0@akl.lt>
* lt.po: Updated Lithuanian translation.
svn path=/trunk/; revision=28606
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-01-28 JP Rosevear <jpr@novell.com>
Fixes #71452
* gui/dialogs/comp-editor.c (setup_widgets): listen for
delete_event signal and handle it outside of the response signal
so that cancel works properly
svn path=/trunk/; revision=28605
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-01-29 Parthasarathi Susarla <sparthasarathi@novell.com>
* addressbook/gui/contact-list-editor/e-contact-list-editor.c
(save_contact) : call the eab_merging_* functions instead of
e_book_sync* directly. The merging function check for duplication.
The following functions have been called:
1. eab_merging_book_add_contact for adding a new entry
2. eab_merging_book_commit_contact for commiting a modified entry
Fixes bug #57819
svn path=/trunk/; revision=28604
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-01-29 Sivaiah Nallagatla <snallagatla@novell.com>
* gui/contact-editor/e-contact-editor.c
(sensitize_im_types) : new function to sensitize
im types based on supported fields
(sensitize_im_record) : call sensitize_im_types
for each record
(sensitize_im) : if none of the im types
are supported disable the im entries
Fixes #68799
svn path=/trunk/; revision=28603
|
|
|
|
| |
svn path=/trunk/; revision=28602
|
|
|
|
|
|
|
|
|
|
|
| |
2005-01-28 Sivaiah Nallagatla <snallagatla@novell.com>
* gui/widgets/eab-vcard-control.c (pstream_load) :
Changed a string to make it complete and clear
for transaltion
Fixes #61067
svn path=/trunk/; revision=28601
|
|
|
|
|
|
|
|
|
| |
2005-01-28 Rodrigo Moya <rodrigo@novell.com>
* gui/e-tasks.c (setup_widgets):
* gui/gnome-cal.c (setup_widgets): use correct key name.
svn path=/trunk/; revision=28600
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-01-28 Rodrigo Moya <rodrigo@novell.com>
Fixes #33078
* gui/gnome-cal.c: deal now with categories entirely here, no more
"categories_changed" signal from the backends.
(free_categories, add_categories, append_category_cb,
client_categories_changed_cb, copy_categories): removed.
(gnome_calendar_add_source): don't connect to removed signal.
(gnome_calendar_destroy): destroy the config listener.
(gnome_calendar_init): create a listener for the categories list
GConf key.
(config_categories_changed_cb): callback for configuration changes
in category list.
(setup_widgets): initialize the search bar with categories from
the configuration.
* gui/e-tasks.c (client_categories_changed_cb, e_tasks_add_todo_source,
e_tasks_init, config_categories_changed_cb, e_tasks_destroy,
setup_widgets): same as gnome-cal.c.
svn path=/trunk/; revision=28599
|
|
|
|
|
|
|
|
|
|
| |
2005-01-26 Sivaiah Nallagatla <snallagatla@novell.com>
* gui/component/addressbook.c (addressbook_authenticate) :
Remove leading "%s" from the transalatable string
Fixes #36137
svn path=/trunk/; revision=28598
|
|
|
|
|
|
|
|
| |
2005-01-28 JP Rosevear <jpr@novell.com>
* e-component-registry.c: Remove e-shell-utils.c include
svn path=/trunk/; revision=28597
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-01-28 Sivaiah Nallagatla <snallagatla@novell.com>
* addressbook/ea-minicard-view.c
(ea_minicard_view_get_name) : use ngetext
instead of splitting the the sentence to take care
of different messages for plural vs singular case
Fixes #61060
svn path=/trunk/; revision=28596
|
|
|
|
|
|
|
|
|
|
| |
2005-01-26 Sivaiah Nallagatla <snallagatla@novell.com>
* gui/component/addressbook.c (addressbook_authenticate) :
Remove leading "%s" from the transalatable string
Fixes #36137
svn path=/trunk/; revision=28595
|
|
|
|
|
|
|
|
|
|
| |
2005-01-28 Sivaiah Nallagatla <snallagatla@novell.com>
* camel-gw-listner.c (get_address_book_names_from_server)
: Remove leading "%s" in the message. Similar to
#36137
svn path=/trunk/; revision=28594
|
|
|
|
|
|
|
|
|
|
|
| |
2005-01-28 Not Zed <NotZed@Ximian.com>
** See bug #71520.
* em-account-prefs.c (account_edit_clicked): repeat the nasty hack
from account_edit, to refresh the list after edit.
svn path=/trunk/; revision=28593
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-01-27 Not Zed <NotZed@Ximian.com>
* See bug #69815.
* mail-component.c (impl_quit): shutdown vfolders as first step.
* mail-vfolder.c (vfolder_setup_do): if we're shutdown during
processing, just noop.
(vfolder_adduri_do): same.
(mail_vfolder_shutdown): set the shutdown flag.
svn path=/trunk/; revision=28592
|
|
|
|
|
|
|
|
|
| |
2005-01-27 JP Rosevear <jpr@novell.com>
* itip-view.c (format_date_and_time_x): make tomorrow and this
week strings work properly
svn path=/trunk/; revision=28591
|
|
|
|
|
|
|
|
| |
2005-01-27 JP Rosevear <jpr@novell.com>
* itip-formatter.c (find_cal_opened_cb): remove debug test
svn path=/trunk/; revision=28590
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-01-27 Rodney Dawes <dobey@novell.com>
* mail-config.glade: Fix the labels in the account druid to be
left aligned, and justified left
Fix the border and spacing for all the vboxes in the account druid
pages to be HIG compliant
Fix the account naming info label to be more concise
Fixes #68696
svn path=/trunk/; revision=28589
|
|
|
|
|
|
|
|
| |
2005-01-27 Francisco Javier F. Serrador <serrador@cvs.gnome.org>
* es.po: Updated Spanish translation.
svn path=/trunk/; revision=28588
|
|
|
|
|
|
|
|
|
|
| |
2005-01-27 Rodney Dawes <dobey@novell.com>
* mail-send-recv.c (build_dialog): Fix the dialog to have borders
that are HIG-compliant and fix up the spacing and padding of the
internal widgets to do the right thing to be HIG compliant
svn path=/trunk/; revision=28587
|
|
|
|
|
|
|
|
| |
2005-01-27 Priit Laes <plaes@cvs.gnome.org>
* et.po: Translation updated by Ivar Smolin.
svn path=/trunk/; revision=28586
|
|
|
|
| |
svn path=/trunk/; revision=28585
|
|
|
|
|
|
|
|
| |
2005-01-27 JP Rosevear <jpr@novell.com>
* itip-formatter.c: add some debugging spew
svn path=/trunk/; revision=28584
|
|
|
|
|
|
|
|
| |
2005-01-27 JP Rosevear <jpr@novell.com>
* itip-formatter.c: add some debugging spew
svn path=/trunk/; revision=28583
|
|
|
|
|
|
|
|
| |
2005-01-27 JP Rosevear <jpr@novell.com>
* em-format-hook.c: add a d(x) debugging define and default to off
svn path=/trunk/; revision=28582
|
|
|
|
|
|
|
|
|
| |
2005-01-27 Kjartan Maraas <kmaraas@gnome.org>
* nb.po: Update
* no.po: Update
svn path=/trunk/; revision=28581
|
|
|
|
|
|
|
|
|
| |
2005-01-27 Rodrigo Moya <rodrigo@novell.com>
* itip-formatter.c (update_attendee_status): deal with the itip
message having an individual instance.
svn path=/trunk/; revision=28580
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-01-26 Sivaiah Nallagatla <snallagatla@novell.com>
* util/eab-book-util.c (strstrcase) :
case insesitive version of strstr. Used
from camel
(eab_contact_list_from_string) : do case in sensitive
search for "BEGIN:VCARD" and "END:VCARD" to
take care of broken vcards
Fixes #70339
svn path=/trunk/; revision=28578
|
|
|
|
|
|
|
|
|
| |
2005-01-27 Alexander Shopov <ash@contact.bg>
* bg.po: Updated Bulgarian translation by
Vladimir Petkov <vpetkov@i-space.org>
svn path=/trunk/; revision=28577
|
|
|
|
|
|
|
|
|
| |
2005-01-26 Hao Sheng <hao.sheng@sun.com>
* gui/contact-list-editor/e-contact-list-editor.c:
(setup_name_selector): add access key to 'Member' Button.
svn path=/trunk/; revision=28576
|
|
|
|
|
|
|
|
| |
2005-01-27 Frank Arnold <farnold@cvs.gnome.org>
* de.po: Updated German translation.
svn path=/trunk/; revision=28575
|
|
|
|
|
|
|
|
|
|
|
| |
2005-01-26 Mengjie Yu <meng-jie.yu@sun.com>
Fixes #71774
* em-folder-tree.c: (emft_popup_rename_folder):
we should check whether the 'new_name' is a NULL pointer to avoid
Evolution crashes.
svn path=/trunk/; revision=28574
|
|
|
|
|
|
|
|
|
| |
2005-01-27 Mengjie Yu <meng-jie.yu@sun.com>
* e-request.c: (e_request_string):add a11y description for the
entry.
svn path=/trunk/; revision=28573
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-01-27 Li Yuan <li.yuan@sun.com>
* gal/a11y/e-table/Makefile.am:
add gal-a11y-e-cell-vbox.h and gal-a11y-e-cell-vbox.c
* gal/a11y/e-table/gal-a11y-e-cell-popup.c:
(gal_a11y_e_cell_popup_new):
add i18n support to strings.
Fixes #70261
* gal/a11y/e-table/gal-a11y-e-cell-text.c:
(ect_dispose): disconnect the insert and the delete signal.
(ect_check):do some check works.
(ect_get_name), (ect_get_text),
(ect_get_character_at_offset), (ect_get_caret_offset),
(ect_get_character_count), (ect_get_n_selections),
(ect_get_selection), (ect_add_selection), (ect_set_caret_offset),
(ect_insert_text): use e_cell_text_get_text_by_view instead of
e_cell_text_get_text. make get_name work well when e-cell-text
is being edited.
(ect_do_action_edit): call e_table_item_enter_edit only when
the cell is editable.
(ect_text_inserted_cb), (ect_text_deleted_cb):
emit the text_changed::insert(delete) signal. make gnopernicus
know the text_changed.
(ect_class_init): add dispose function.
(ect_action_init): add the edit action.
(gal_a11y_e_cell_text_get_type): no ect_init function now.
(cell_text_destroyed): unref the atkobject.
(gal_a11y_e_cell_text_new): connect text_inserted and text_deleted
singals and make sure the state of editable is right.
* gal/a11y/e-table/gal-a11y-e-cell-text.h:
add two signal handler id.
* gal/a11y/e-table/gal-a11y-e-cell-toggle.c:
(gal_a11y_e_cell_toggle_dispose): fix #70261.
(model_change_cb): make gnopernicus to report state change signal.
(gal_a11y_e_cell_toggle_new):add i18n support to strings.
* gal/a11y/e-table/gal-a11y-e-cell-tree.c:
(gal_a11y_e_cell_tree_new):
add i18n support to strings.
Fixes #61688
* gal/a11y/e-table/gal-a11y-e-cell-vbox.c: (ecv_get_n_children),
(subcell_destroyed), (ecv_ref_child), (ecv_dispose),
(ecv_ref_accessible_at_point), (ecv_class_init), (ecv_init),
(ecv_atk_component_iface_init), (gal_a11y_e_cell_vbox_get_type),
(gal_a11y_e_cell_vbox_new):
* gal/a11y/e-table/gal-a11y-e-cell-vbox.h:
implement a11y object of ECellVbox.
Fixes #48976
* gal/a11y/e-table/gal-a11y-e-cell.c:
function name are changed form eti_* to gal_a11y_e_cell_*
(is_valid): check if the cell is valid.
(gal_a11y_e_cell_dispose): make sure state_set is null.
(gal_a11y_e_cell_get_name): implement the get_name function.
(gal_a11y_e_cell_ref_state_set): add VISIBLE state.
(gal_a11y_e_cell_get_parent),
(gal_a11y_e_cell_get_index_in_parent),
(gal_a11y_e_cell_get_extents): use e_tree_get_cell_geometry and
e_table_get_cell_geometry instead of e_table_item_get_cell_geometry.
(gal_a11y_e_cell_grab_focus): make grab_focus work with e-tree also.
(gal_a11y_e_cell_atk_component_iface_init),
(gal_a11y_e_cell_class_init): add get_name function.
(gal_a11y_e_cell_init): add some state to cell.
(idle_do_action): check if cell is valid.
(gal_a11y_e_cell_action_do_action): check if cell is valid.
(gal_a11y_e_cell_get_type), (gal_a11y_e_cell_construct):
ref e-table-item.
* gal/a11y/e-table/gal-a11y-e-table-click-to-add.c:
(etcta_get_description), (etcta_action_get_name): add i18n support to strings.
(etcta_get_name): if etcta has message, return it.
(etcta_ref_state_set): implement the ref_state_set function,
add SENSITIVE and SHOWING state.
(etcta_class_init):add ref_state_set function.
(etcta_selection_cursor_changed): call atk_focus_tracker_notify
to a11y-e-cell
(gal_a11y_e_table_click_to_add_new): connect
etcta_selection_cursor_changed to cursor_changed signal.
* gal/a11y/e-table/gal-a11y-e-table-item-factory.c:
(gal_a11y_e_table_item_factory_create_accessible):
parameters of gal_a11y_e_table_item_new have been changed.
Fixes #68675
Fixes #70324
Fixes #68681
Fixes #68627
* gal/a11y/e-table/gal-a11y-e-table-item.c:
remove the cell_data support.
(item_destroyed): add ATK_STATE_DEFUNCT state and unref selection.
(eti_ref_state_set): just ref state_set.
(eti_dispose): we have unref selection in item_destroyed.
remove the cell_data support.
(eti_ref_child): remove support for column header. use eti_ref_at
instead of atk_table_ref_at.
(eti_get_extents): add support for click to add.
(eti_ref_accessible_at_point): e-tree and e-table are different here.
(cell_destroyed): add a check and unref item. remove the cell_data support.
(eti_ref_at): if e-table-item has DEFUNCT state, return NULL.
remove the cell_data support.
(eti_get_column_header): use column name as the a11y name. set it role
as ATK_ROLE_TABLE_COLUMN_HEADER.
(table_is_row_selected): use view_to_model_row to convert row when
uses source model.
(table_get_selected_rows): if e-table-item has DEFUNCT state, return 0.
(table_remove_row_selection): use view_to_model_row to convert row
when uses source model.
(eti_rows_inserted), (eti_rows_deleted): remove the cell_data support.
(eti_tree_model_node_changed_cb): emit visible-data-changed signal. for
the eti_clear_rows have been removed.
(eti_header_structure_changed): remove the cell_data support.
(eti_class_init): add eti_ref_state_set, remove eti_get_parent
and eti_get_index_in_parent.
(eti_init): init parent and index_in_parent.
(gal_a11y_e_table_item_new): add some states. get name form parents.
init role correctly. add FOCUSED state to focused cell.
remove the cell_data support.
(eti_a11y_selection_changed_cb): if e-table-item has DEFUNCT state,
just return.
(eti_a11y_cursor_changed_cb): remove the FOCUESD state form the old cell.
(selection_add_selection): if it has been focused already, just return.
if another row was focused, clear it first.
(selection_ref_selection): use eti_ref_at instead of atk_table_ref_at.
(gal_a11y_e_table_item_init): add this function.
* gal/a11y/e-table/gal-a11y-e-table-item.h:
add gal_a11y_e_table_item_init and change the parameters of
gal_a11y_e_table_item_new.
* gal/a11y/e-table/gal-a11y-e-table.c:
(find_first_table_item): find the first item of the group.
(eti_get_accessible), (find_table_item): find the first table item.
(init_child_item): ref every group's first item.
(et_ref_accessible_at_point): no need to call init_child_item here.
just ref the item.
(et_get_n_children): add support for multiple ETableItems.
(et_ref_child): add support for multiple ETableItems.
(et_get_layer): Set AtkLayer as ATK_LAYER_WIDGET for e-table.
(et_atk_component_iface_init): add et_get_layer function.
(gal_a11y_e_table_new):ref the a11y and widget, and unref it in
the idle function to avoid crash.
Fixes #71158
* gal/a11y/e-table/gal-a11y-e-tree.c:
(init_child_item): just get the a11y object of the child item.
(et_get_layer): Set AtkLayer as ATK_LAYER_WIDGET for etree.
(et_atk_component_iface_init): add et_get_layer function.
* gal/util/e-marshal.list:
add support for the text_inserted and text_deleted signal.
svn path=/trunk/; revision=28572
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-01-27 Li Yuan <li.yuan@sun.com>
* e-cell-combo.c: (e_cell_combo_init), (e_cell_combo_do_popup),
(e_cell_combo_list_button_press), (e_cell_combo_button_press),
(e_cell_combo_button_release), (e_cell_combo_key_press):
add an a11y name for the popup list.
make shortcut key ALT+Arrow work.
Fixes #70261
* e-cell-text.c: (e_cell_text_class_init), (_delete_selection),
(_insert):
add "text_inserted" and "text_deleted" signals to notify the
text has been changed.
(e_cell_text_get_text_by_view):
new helper function to get the text being editted.
* e-cell-text.h:
add signal declaration.
* e-cell-toggle.c: (etog_draw):
add range check for negative values.
* e-cell-vbox.c: (e_cell_vbox_class_init):
* e-cell-vbox.h:
make ECellVboxView public since it will be used in a11y part.
* e-table-click-to-add.c: (etcta_style_set),
(create_rect_and_text), (etcta_realize), (etcta_class_init),
(e_table_click_to_add_commit):
add "style_set" signal to click_to_add and implement
the style_set function.
(etcta_init):
add a11y name to click to add.
* e-table-click-to-add.h:
add "style_set" signal to click_to_add and implement
the style_set function.
* e-table-config.c: (config_button_up), (config_button_down):
check whether the columns are empty.
* e-table-group-container.c:
* e-table-group-container.h:
make ETableGroupContainerChildNode public since it
will be used in a11y part.
* e-table-item.c: (eti_init):
init eti->cols.
(eti_event):
at GDK_KEY_PRESS event and GDK_Down key pressed, we check
view_col value before we pass it to eti_e_cell_event.
(eti_class_init):
call the new initialize function
* e-table.c: (table_canvas_focus_event_cb):
if canvas has a focused item but the etable does not
have a cursor row, just focus the first item after check
whether the click_to_add should get the focus.
svn path=/trunk/; revision=28571
|
|
|
|
|
|
|
|
|
|
| |
2005-01-26 JP Rosevear <jpr@novell.com>
Fixes #71485
* calendar-errors.xml: fix paste-o
svn path=/trunk/; revision=28570
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-01-26 JP Rosevear <jpr@novell.com>
Fixes #71485
* itip-formatter.c (update_attendee_status): fix message paste-o
* itip-view.c (format_date_and_time_x): improve translator
comments
svn path=/trunk/; revision=28569
|
|
|
|
|
|
|
|
| |
2005-01-26 David Trowbridge <trowbrds@cs.colorado.edu>
* org-gnome-calendar-weather.eplug.in: fix typo
svn path=/trunk/; revision=28568
|
|
|
|
|
|
|
|
| |
2005-01-26 Francisco Javier F. Serrador <serrador@cvs.gnome.org>
* es.po: Updated Spanish translation.
svn path=/trunk/; revision=28567
|
|
|
|
|
|
|
|
|
| |
2005-01-26 Rodney Dawes <dobey@novell.com>
* e-error.c (e_error_newv): Fix up spacing to be HIG compliant for
the borders around the dialogs
svn path=/trunk/; revision=28566
|
|
|
|
|
|
|
|
|
|
| |
2005-01-26 Jeffrey Stedfast <fejj@novell.com>
* e-config.c (ech_check): If the plugin isn't enabled, return TRUE
so that the suer doesn't get locked in one of the account druid
pages.
svn path=/trunk/; revision=28565
|
|
|
|
|
|
|
|
| |
2005-01-26 Rodney Dawes <dobey@novell.com>
* configure.in: Add mail/default/pt/Makefile to AC_OUTPUT
svn path=/trunk/; revision=28564
|
|
|
|
|
|
|
|
|
|
|
| |
2005-01-26 JP Rosevear <jpr@novell.com>
Fixes #38195
* e-cell-combo.c (e_cell_combo_set_popdown_strings): don't convert
to the locale for gtk widgets now
svn path=/trunk/; revision=28563
|
|
|
|
|
|
|
|
|
|
| |
2005-01-26 Rodrigo Moya <rodrigo@novell.com>
* gui/dialogs/recurrence-page.c (sensitize_buttons): objects returned
from e_cal_get_objects_for_uid are ECalComponent's, so use
g_object_unref to free them, not icalcomponent_free.
svn path=/trunk/; revision=28562
|
|
|
|
|
|
|
|
|
|
|
| |
2005-01-26 Li Yuan <li.yuan@sun.com>
* gui/dialogs/cal-prefs-dialog.glade:
use full name for the weekday checkbox.
Fixes #71729.
svn path=/trunk/; revision=28561
|
|
|
|
|
|
|
|
| |
2005-01-26 Žygimantas BeruÄka <uid0@akl.lt>
* lt.po: Updated Lithuanian translation.
svn path=/trunk/; revision=28560
|
|
|
|
|
|
|
|
|
| |
2005-01-26 JP Rosevear <jpr@novell.com>
* gui/itip-utils.c (itip_send_comp): make sure we free the user
list
svn path=/trunk/; revision=28559
|
|
|
|
|
|
|
|
|
|
| |
2005-01-25 JP Rosevear <jpr@novell.com>
* itip-formatter.c (pitip_free): actually destroy the client
hashes so the signals get cleaned up
(format_itip): create a proper unique classid for the pobject
svn path=/trunk/; revision=28558
|
|
|
|
|
|
|
|
|
| |
2005-01-25 Duarte Loreto <happyguy_pt@hotmail.com>
* pt/Inbox, pt/Makefile.am: Added Portuguese translation
* Makefile.am: Added Portuguese (pt) to the list of subdirs
svn path=/trunk/; revision=28557
|
|
|
|
|
|
| |
2005-01-25 Updated ja.po. T.Aihana <aihana@gnome.gr.jp>
svn path=/trunk/; revision=28556
|
|
|
|
|
|
| |
from POTFILES.in
svn path=/trunk/; revision=28554
|
|
|
|
|
|
|
|
|
| |
2005-01-25 Alexander Shopov <ash@contact.bg>
* bg.po: Updated Bulgarian translation by
Vladimir Petkov <vpetkov@i-space.org>
svn path=/trunk/; revision=28553
|
|
|
|
| |
svn path=/trunk/; revision=28552
|
|
|
|
|
|
|
|
|
| |
2005-01-25 Rodrigo Moya <rodrigo@novell.com>
* calendar-weather.c (e_plugin_lib_enable): set all new categories to
not searchable.
svn path=/trunk/; revision=28551
|
|
|
|
|
|
|
|
|
| |
2005-01-25 Li Yuan <li.yuan@sun.com>
* gui/e-calendar-table.c: (e_calendar_table_init):
add a11y name to task table.
svn path=/trunk/; revision=28550
|
|
|
|
|
|
|
|
|
|
| |
2005-01-25 Mengjie Yu <meng-jie.yu@sun.com>
* em-mailer-prefs.c: (restore_labels_clicked),
(em_mailer_prefs_construct):
add a11y names for color pickers.
svn path=/trunk/; revision=28549
|
|
|
|
| |
svn path=/trunk/; revision=28548
|
|
|
|
|
|
|
|
| |
2005-01-25 Hendrik Richter <hendrik@gnome-de.org>
* de.po: Updated German translation.
svn path=/trunk/; revision=28547
|
|
|
|
|
|
|
|
| |
2005-01-24 JP Rosevear <jpr@novell.com>
* configure.in: bump version and requires
svn path=/trunk/; revision=28545
|
|
|
|
| |
svn path=/trunk/; revision=28544
|
|
|
|
| |
svn path=/trunk/; revision=28543
|
|
|
|
| |
svn path=/trunk/; revision=28542
|
|
|
|
|
|
|
|
|
|
| |
2005-01-24 Hans Petter Jansson <hpj@novell.com>
* Makefile.am (libevolution_mail_la_LIBADD): Pull in the contact
editors, so we can pass pointers to their creation functions to
ENameSelectorEntry.
svn path=/trunk/; revision=28541
|
|
|
|
|
|
|
|
|
|
| |
2005-01-24 Hans Petter Jansson <hpj@novell.com>
* e-msg-composer-hdrs.c (create_addressbook_entry): Set pointers to the
contact editor creation functions in the entries, so they can pop up
said editors.
svn path=/trunk/; revision=28540
|
|
|
|
|
|
|
|
|
| |
2005-01-25 Not Zed <NotZed@Ximian.com>
* e-error.c: turn off debug output, people think its a significant
error.
svn path=/trunk/; revision=28539
|
|
|
|
|
|
|
|
|
| |
2005-01-25 Rodrigo Moya <rodrigo@novell.com>
* gui/contact-editor/e-contact-editor.c (categories_clicked): use the
new ECategoriesDialog widget.
svn path=/trunk/; revision=28538
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-01-24 Rodney Dawes <dobey@novell.com>
* evolution-mail-global.xml: Add C-A-m as a keybinding for the
"Post New Message" menuitem
Add C-S-m to the "Compose New Message" menuitem as well
Fixes #68352
svn path=/trunk/; revision=28537
|
|
|
|
|
|
|
|
| |
2005-01-24 JP Rosevear <jpr@novell.com>
* searchtypes.xml: add back body contains
svn path=/trunk/; revision=28536
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-01-21 JP Rosevear <jpr@novell.com>
Fixes #46287
* mail-config.glade: remove enable/disable button
* em-composer-prefs.h: remove unused button
* em-composer-prefs.c (spell_language_toggled): handle the cell
being toggled
(spell_setup): enable/disable button is gone
(em_composer_prefs_construct): setup a listener for the toggle
cell
svn path=/trunk/; revision=28535
|
|
|
|
|
|
|
|
| |
2005-01-24 Francisco Javier F. Serrador <serrador@cvs.gnome.org>
* es.po: Updated Spanish translation.
svn path=/trunk/; revision=28534
|
|
|
|
|
|
|
|
| |
2005-01-24 Hendrik Richter <hendrik@gnome-de.org>
* de.po: Updated German translation.
svn path=/trunk/; revision=28533
|
|
|
|
|
|
|
|
|
|
|
| |
2005-01-21 JP Rosevear <jpr@novell.com>
Fixes #70622
* gui/widgets/eab-contact-display.c (eab_contact_display_init):
construct the html widget
svn path=/trunk/; revision=28532
|
|
|
|
| |
svn path=/trunk/; revision=28531
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-01-24 Chenthill Palanisamy <pchenthill@novell.com>
* org-gnome-send-options.eplug.in: Changed the item_type to
section instead of item.
* send-options.c (get_cnc): Made the necessary changes to get cnc
since some part of dependant code was changed in groupwise account
set up plugin.
(org_gnome_send_options): Changed the prototype of the function
to return the widget.
(send_options_commit): Added a warning message if the Modification
was not sent to the server.
svn path=/trunk/; revision=28530
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-01-24 Vivek Jain <jvivek@novell.com>
*properties.glade : changed the layout of the widgets
*share-folder.[ch]: removed the checkbuttons for display of rights
: removed new_list, update_list and remove_list
added users_list
*share-folder.c : removed function (update_list_update)
(share_folder_construct) : added gtk_cell_renderer_toggle for
displaying rights
added one structure SharedUsers to have a single list instead of three
different lists. Made corresponding changes in all functions.
*share-folder-common.c : (new_folder_response): use
gtk_widget_reparent to pack the widget
added two files
*org-gnome-shared-folder-errors.xml
*org-gnome-shared-folder-errors.xml.h : to display error message
*Makefile.am : included error data
svn path=/trunk/; revision=28529
|
|
|
|
|
|
|
| |
2005-01-24 Vivek Jain <jvivek@novell.com>
to display error messages
svn path=/trunk/; revision=28528
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-01-24 Radek Doulik <rodo@ximian.com>
* em-popup.[ch]: removed EM_POPUP_SELECT_MARK_[NO]JUNK masks
2005-01-20 Radek Doulik <rodo@ximian.com>
* em-folder-view.c: patch from Chris Lahey, makes Mark as Junk/not
Junk items active on all messages, removes calls to
message_list_get_selected where not needed
svn path=/trunk/; revision=28527
|
|
|
|
| |
svn path=/trunk/; revision=28526
|
|
|
|
|
|
|
|
|
| |
2005-01-24 Rodrigo Moya <rodrigo@novell.com>
* gui/dialogs/recurrence-page.c (sensitize_buttons): if there are
detached instances, disable recurrence date widgets.
svn path=/trunk/; revision=28525
|
|
|
|
| |
svn path=/trunk/; revision=28524
|
|
|
|
|
|
|
|
|
| |
2005-01-24 Mengjie Yu <meng-jie.yu@sun.com>
* e-search-bar.c: (set_option):
add a11y name for the option menu.
svn path=/trunk/; revision=28523
|
|
|
|
| |
svn path=/trunk/; revision=28522
|
|
|
|
|
|
|
|
| |
2005-01-24 Not Zed <NotZed@Ximian.com>
* searchtypes.xml: changed for 69122.
svn path=/trunk/; revision=28517
|
|
|
|
|
|
|
|
| |
2005-01-23 Frank Arnold <farnold@cvs.gnome.org>
* de.po: Updated German translation.
svn path=/trunk/; revision=28516
|
|
|
|
|
|
|
|
| |
2005-01-23 Vincent van Adrighem <adrighem@gnome.org>
* nl.po: Translation updated by Jo Vermeulen.
svn path=/trunk/; revision=28515
|
|
|
|
| |
svn path=/trunk/; revision=28514
|
|
|
|
|
|
| |
fixed some compile time warnings.
svn path=/trunk/; revision=28513
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-01-23 Sivaiah Nallagatla <snalagatla@novell.com>
* camel-gw-listener.c (add_esource)
(modify_esource) (add_addressbook_sources) :
Don't set offline_sync value taken from camel url
instead set "1" or "0" depending upon offline is enabled
or not
svn path=/trunk/; revision=28512
|
|
|
|
|
|
|
|
|
|
| |
2005-01-22 Nat Friedman <nat@novell.com>
* gaimbuddies.c (im_list_contains_buddy): Check the buddy account
name, not alias. Duh.
(free_contact_list): Removed.
svn path=/trunk/; revision=28511
|
|
|
|
| |
svn path=/trunk/; revision=28510
|
|
|
|
| |
svn path=/trunk/; revision=28509
|
|
|
|
| |
svn path=/trunk/; revision=28508
|
|
|
|
| |
svn path=/trunk/; revision=28507
|
|
|
|
| |
svn path=/trunk/; revision=28506
|
|
|
|
| |
svn path=/trunk/; revision=28505
|
|
|
|
| |
svn path=/trunk/; revision=28504
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-01-21 Sivaiah Nallagatla <snallagatla@novell.com>
* gui/widgets/e-addressbook-model.[ch]
(eab_model_class_init) : renamed the signal
CONTACT_REMOVED to CONTACTS_REMOVED and chaned
the param type POINTER from INT
(remove_contact) : delete all the contacts
from the model and emit CONATCTS_REMOVED
signal instead of emitting it many times
* gui/widgets/e-addressbook-reflow-adpater.c
(e_addressbook_reflow_adapter_construct)
(remove_contacts) : renamed remove_contact to remove_contacts
and when number of conacts is more than 1 use _model_changed
instead of _remove_item
* gui/widgets/e-addressbook-table-adapter.c
(eab_table_adapter_construct)
(remove_contacts) : ditto
* gui/widgets/e-addressbook-view.c
(eab_view_new) :
(contacts_removed) : renamed contact_removed
to contacts_removed and traverese over indices
to find displayed contact indiex
fixes #71448
svn path=/trunk/; revision=28503
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-01-21 Rodney Dawes <dobey@novell.com>
* gal/e-text/e-text.c (_do_tooltip): Don't pass in the "fill_color"
property for creating the canvas item for the tooltip
* gal/widgets/e-reflow.c (set_empty): Don't pass in the "fill_color"
property for creating the EText canvas item
Fixes #9413
svn path=/trunk/; revision=28501
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-01-21 Rodney Dawes <dobey@novell.com>
* gui/contact-editor/e-contact-quick-add.c (build_quick_add_dialog):
Change the xpad and ypad to 0 here, we don't need the extra padding
Add the GTK_DIALOG_NO_SEPARATOR flag for creating the dialog
Set proper border widths on some dialog containers for the HIG
Set the row/column spacings for the table widget
Create the labels outside of the table packing calls and set the proper
alignment for them to be HIG compliant
Set the border width of the table widget to 12 for HIG compliance
* gui/widgets/eab-popup-control.c (edit_contact_info_cb): Removed
(eab_popup_control_display_contact): Just go ahead and open the
editor, no need to have an intermittent window with a button for it
(add_contacts_cb): Remove this as we don't need it any more
(eab_popup_control_no_matches): Just go straight to the quick-add
dialog, and don't pop up an intermittent window with a button
Fixes #41210 #60852
svn path=/trunk/; revision=28499
|
|
|
|
|
|
|
|
|
|
| |
2005-01-21 Rodney Dawes <dobey@novell.com>
* gui/contact-editor/e-contact-editor.c (e_contact_editor_init):
Call gtk_widget_ensure_style to ensure that we set the border widths
of some dialog containers properly for HIG compliance
svn path=/trunk/; revision=28498
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-01-21 Rodney Dawes <dobey@novell.com>
* gui/merging/eab-contact-duplicate-detected.glade:
Fix some spacing and remove the separator for HIG compliance
* gui/merging/eab-contact-merging.c (match_query_callback):
Set proper border widths on some dialog containers for the HIG
Fixes #41228
svn path=/trunk/; revision=28497
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-01-21 JP Rosevear <jpr@novell.com>
Fixes #46404
* gui/widgets/e-addressbook-view.c (eab_view_print): just show the
dialog, not show all (margin settings aren't supposed to be used);
use e_print to get the dialog
(eab_view_print_preview): use e_print config for previewing
* printing/e-contact-print.c (e_contact_print_preview): get the
e_print config for previewing
(e_contact_print_contact_dialog_new): use e_print to get the
print dialog
* printing/e-contact-print-envelope.c
(e_contact_print_envelope_dialog_new): use e_print to get the
print dialog
svn path=/trunk/; revision=28496
|
|
|
|
| |
svn path=/trunk/; revision=28495
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-01-18 JP Rosevear <jpr@novell.com>
Fixes #46404
* em-folder-view.c (emfv_print_response): use the config in the
print data and free it
(em_folder_view_print): load the config from e_print and use the
dialog from e_print
svn path=/trunk/; revision=28494
|
|
|
|
|
|
|
|
|
|
| |
2005-01-21 Sivaiah Nallagatla <snallagtla@novell.com>
* org-gnome-gw-account-setup.eplug.in : changed
the item type from "item" to "item_table". avoids
some debug spew on the console
svn path=/trunk/; revision=28493
|
|
|
|
|
|
|
|
| |
2005-01-21 JP Rosevear <jpr@novell.com>
* apps_evolution_shell.schemas.in.in: close long tag
svn path=/trunk/; revision=28492
|
|
|
|
|
|
|
|
| |
2005-01-21 JP Rosevear <jpr@novell.com>
* configure.in: e-util needs libgnomeprintui now
svn path=/trunk/; revision=28491
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-01-21 JP Rosevear <jpr@novell.com>
Fixes #46404
* gui/tasks-control.c (tasks_control_print_cmd): just call print
tasks, we don't do the dialog here
* gui/print.h: update protos
* gui/print.c (print_calendar): use e_print routines for config
and dialog and make copies and range settings properly available
(print_comp): ditto
(print_table): bring up dialog here so that printing for calendar
list view works correctly
* gui/calendar-commands.c (print): pass extra params to print
table
svn path=/trunk/; revision=28490
|
|
|
|
|
|
|
|
| |
2005-01-21 JP Rosevear <jpr@novell.com>
* apps_evolution_shell.schemas.in.in: add print_config schema item
svn path=/trunk/; revision=28489
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-01-21 JP Rosevear <jpr@novell.com>
Fixes #46404
* Makefile.am: build new files
* e-print.[hc]: print related config and dialog routines
svn path=/trunk/; revision=28488
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-01-21 JP Rosevear <jpr@novell.com>
* e-shell-offline-handler.c
(impl_OfflineProgressListener_updateProgress): mark priv->finished
as true first so we don't access freed memory if we get finalized
during the signal emmission
(cancel_offline): ditto
(finalize_offline): ditto
(e_shell_offline_handler_put_components_offline): ditto
svn path=/trunk/; revision=28487
|
|
|
|
|
|
|
|
| |
2005-01-21 Sivaiah Nallagatla <snallagatla@novell.com>
* configure.in : added addressbook-file plugin
svn path=/trunk/; revision=28486
|
|
|
|
| |
svn path=/trunk/; revision=28485
|
|
|
|
|
|
|
|
|
|
|
| |
2005-01-21 Sivaiah Nallagatla <snallagatla@novell.com>
* gui/component/address-config.c (eabc_commit) :
reverting my last change, we will acheive
the same thing with addressbook-file plguin
in a better way
svn path=/trunk/; revision=28484
|
|
|
|
|
|
|
|
| |
2005-01-21 Žygimantas BeruÄka <uid0@akl.lt>
* lt.po: Updated Lithuanian translation.
svn path=/trunk/; revision=28483
|
|
|
|
|
|
|
|
|
| |
2005-01-18 Kjartan Maraas <kmaraas@gnome.org>
* nb.po: Update
* no.po: Update
svn path=/trunk/; revision=28480
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-01-21 Hans Petter Jansson <hpj@novell.com>
* gui/contact-editor/e-contact-quick-add.c (quick_add_set_name)
(quick_add_set_email): Don't set properties on the contact immediately.
(clicked_cb): Set the properties on the contact immediately before
passing it on. This way, the FULL_NAME will only be set once, and so
the FILE_AS field will be updated here.
svn path=/trunk/; revision=28479
|
|
|
|
|
|
|
|
|
|
|
| |
2005-01-21 Not Zed <NotZed@Ximian.com>
** See bug #60664.
* em-format-html-display.c (efhd_init, efhd_gtkhtml_style_set): if
the style changes, re-calculate the page colours, and redraw.
svn path=/trunk/; revision=28478
|
|
|
|
|
|
|
|
|
|
| |
2005-01-20 Mengjie Yu <meng-jie.yu@sun.com>
* e-shell-importer.c: (import_druid_esc),
(e_shell_importer_start_import):
Close import wizard on 'ESC'
svn path=/trunk/; revision=28477
|
|
|
|
|
|
|
|
|
|
|
| |
2005-01-21 Sivaiah Nallagatla <snallagatla@novell.com>
* gui/component/addressbook-config.c
(eabc_commit) : in case of new book
set the uid of the source as the relative
uri.
svn path=/trunk/; revision=28470
|
|
|
|
| |
svn path=/trunk/; revision=28469
|
|
|
|
| |
svn path=/trunk/; revision=28468
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-01-20 Jeffrey Stedfast <fejj@novell.com>
* em-folder-tree.c (emft_copy_folders__desc): Added a description
function for copying folders (so we don't get a "Working 0x..."
status message).
* mail-mt.c (do_op_status): Always g_free(what) since we always
strdup it.
svn path=/trunk/; revision=28467
|
|
|
|
|
|
|
|
| |
2005-01-20 Francisco Javier F. Serrador <serrador@cvs.gnome.org>
* es.po: Updated Spanish translation.
svn path=/trunk/; revision=28466
|
|
|
|
|
|
|
|
|
| |
2005-01-20 Parthasarathi Susarla <sparthasarathi@novell.com>
* configure.in : added a plugin for displaying the
groupwise status tracking options
svn path=/trunk/; revision=28465
|
|
|
|
|
|
|
|
| |
Palanisamy <pchenthill@novell.com>
* first commit of the status tracking plugin
svn path=/trunk/; revision=28464
|
|
|
|
|
|
|
|
| |
2005-01-20 Frank Arnold <farnold@cvs.gnome.org>
* de.po: Updated German translation.
svn path=/trunk/; revision=28463
|
|
|
|
|
|
|
|
|
| |
2005-01-20 Sivaiah Nallagatla <snallagatla@novell.com>
* camel-gw-listener.c: (add_calendar_tasks_sources):
Assiged value to URL.
svn path=/trunk/; revision=28462
|
|
|
|
| |
svn path=/trunk/; revision=28461
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-01-20 Not Zed <NotZed@Ximian.com>
** See bug #64964.
* e-error.c (e_error_newv): just use add_button, not
add_action_widget, for stock+label widgets, since they both show
the same, and for some reason set_default_response doesn't work
otherwise.
svn path=/trunk/; revision=28460
|
|
|
|
|
|
|
|
| |
2005-01-20 Harry Lu <harry.lu@sun.com>
* e-search-bar.c: (activate_by_subitems): add a translater note.
svn path=/trunk/; revision=28457
|
|
|
|
|
|
|
|
|
|
|
| |
2004-11-23 Not Zed <NotZed@Ximian.com>
* gui/certificate-manager.c (delete_ca): don't remove the tree
node if deleting the cert failed.
(delete_your): same.
(delete_contact): same. Hoorah for code-reuse.
svn path=/trunk/; revision=28456
|
|
|
|
|
|
|
|
|
|
|
| |
2005-01-19 Hao Sheng <hao.sheng@sun.com>
* gui/contact-editor/contact-editor.glade:
add accessable key to the contact editor UI.
* gui/contact-list-editor/contact-list-editor.glade:
add accessable key to the contact list editor UI.
svn path=/trunk/; revision=28455
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-01-20 Not Zed <NotZed@Ximian.com>
** See bug #55831.
* evolution-mail.schemas.in.in: added open_many prompt key.
* mail-errors.xml: added ask-open-many
* em-folder-view.c (em_folder_view_open_selected): put back the
'you're opening too many are you sure' thing.
svn path=/trunk/; revision=28454
|
|
|
|
|
|
|
|
| |
2005-01-19 Frank Arnold <farnold@cvs.gnome.org>
* de.po: Updated German translation.
svn path=/trunk/; revision=28453
|
|
|
|
|
|
|
|
|
| |
2005-01-19 Jeffrey Stedfast <fejj@novell.com>
* em-folder-properties.c (emfp_get_folder_item): Increment i each
time thru the loop or we lose widgets.
svn path=/trunk/; revision=28452
|
|
|
|
|
|
|
|
| |
2005-01-19 Priit Laes <plaes@cvs.gnome.org>
* et.po: Translation updated by Ivar Smolin.
svn path=/trunk/; revision=28451
|
|
|
|
|
|
|
|
|
|
| |
2005-01-19 Rodrigo Moya <rodrigo@novell.com>
* importers/icalendar-importer.c (update_objects): use receive_objects
method instead of individually updating objects. Set the method on the
VCALENDAR object we create.
svn path=/trunk/; revision=28450
|
|
|
|
|
|
|
|
|
| |
2005-01-19 Rodrigo Moya <rodrigo@novell.com>
* importers/icalendar-imporer.c (update_objects): use receive_objects
method instead of individually updating objects.
svn path=/trunk/; revision=28449
|
|
|
|
|
|
|
|
|
| |
2005-01-19 Vivek Jain <jvivek@novell.com>
*install-shared.c
(org_gnome_popup_wizard): fixed a crash, caused by g_free
(install_folder_response): free the memory
svn path=/trunk/; revision=28448
|
|
|
|
| |
svn path=/trunk/; revision=28447
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-01-19 Harry Lu <harry.lu@sun.com>
Fix for 46359, enable "Alt+Down Arrow" to show the popup for
e-combo-cell-editable.c.
* e-combo-cell-editable.c: (show_popup): rewrite it to a more
generic function.
(button_clicked_cb): call the new show_popup function.
(entry_key_press_event_cb): show popup if "Alt+Down Arrow".
(ecce_grab_focus): new function.
(ecce_class_init): add grab_focus handler so that the entry
can get focus.
svn path=/trunk/; revision=28446
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-01-19 Not Zed <NotZed@Ximian.com>
** See bug #66943.
* em-composer-utils.c (save_draft_done): check if the
editor_engine is still there before trying to invoke a method on
it.
(em_utils_composer_save_draft_cb): grab resources before getting
the folder, so the composer doesn't go away.
svn path=/trunk/; revision=28445
|
|
|
|
|
|
|
|
| |
2005-01-19 Frank Arnold <farnold@cvs.gnome.org>
* de.po: Partially updated German translation.
svn path=/trunk/; revision=28443
|
|
|
|
| |
svn path=/trunk/; revision=28442
|
|
|
|
|
|
|
|
| |
2005-01-18 Priit Laes <plaes@cvs.gnome.org>
* et.po: Translation updated by Ivar Smolin.
svn path=/trunk/; revision=28441
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-01-18 Rodrigo Moya <rodrigo@novell.com>
* gui/e-week-view.c (process_component): killed warnings.
(e_week_view_start_editing_event): do nothing if the calendar is
read only.
* gui/e-day-view.c (e_day_view_start_editing_event): ditto.
svn path=/trunk/; revision=28440
|
|
|
|
|
|
|
| |
handled properly and password dialog comes up on pressing ok button, in failure
cases.
svn path=/trunk/; revision=28439
|
|
|
|
|
|
|
|
|
| |
2005-01-18 Rodrigo Moya <rodrigo@novell.com>
* em-filter-source-element.c:
* mail-config.c: removed e-url.h include.
svn path=/trunk/; revision=28438
|
|
|
|
|
|
|
|
|
| |
2005-01-17 Rodrigo Moya <rodrigo@novell.com>
* e-url.[ch]:
* Makefile.am: removed e-url.[ch], which are now in libedataserver.
svn path=/trunk/; revision=28437
|
|
|
|
|
|
|
|
|
| |
2005-01-18 Vivek Jain <jvivek@novell.com>
*install-shared.c
(org_gnome_popup_wizard): removed unnecessary stuff for the display of
wizard
svn path=/trunk/; revision=28436
|
|
|
|
|
|
| |
hostname is not read.
svn path=/trunk/; revision=28435
|
|
|
|
|
|
|
|
|
|
| |
2005-01-18 Hao Sheng <hao.sheng@sun.com>
* gui/component/addressbook-view.c:
(addressbook_view_init): add a11y name for the contact's
treeview.
svn path=/trunk/; revision=28434
|
|
|
|
|
|
|
|
|
|
|
| |
2005-01-15 Sivaiah Nallagatla <snallagatla@novell.com>
* camel-gw-listner.c : use url->host instead of reading "poa"
parameter everywhere. use "use_ssl" param instead of soap_ssl
We not longer have separate settings for soap as we use soap for mail
now
svn path=/trunk/; revision=28433
|
|
|
|
|
|
|
|
|
| |
2005-01-18 Harish Krishnaswamy <kharish@novell.com>
* gui/dialogs/cal-attachment-bar.c
(cal_attachment_bar_get_attachment_list): handle error conditions more
gracefully.
svn path=/trunk/; revision=28432
|
|
|
|
| |
svn path=/trunk/; revision=28431
|
|
|
|
|
|
|
|
|
|
| |
2005-01-18 Parthasarathi Susarla <sparthasarathi@novell.com>
*install-shared.c
(org_gnome_popup_wizard): displays the message without the
mime headers
svn path=/trunk/; revision=28430
|
|
|
|
|
|
|
|
|
|
|
| |
2005-01-18 Hao Sheng <hao.sheng@sun.com>
* gui/contact-editor/contact-editor.glade:
add a11y names for widgets named "Image","Anniversary" and "Birthday".
* gui/contact-editor/e-contact-editor.c:
(e_contact_editor_create_date): add string1 as entry's a11y name.
svn path=/trunk/; revision=28429
|
|
|
|
|
|
|
|
|
| |
2005-01-18 Hao Sheng <hao.sheng@sun.com>
* misc/e-dateedit.[ch]:
(e_date_edit_get_entry): return the entry of the date edit.
svn path=/trunk/; revision=28428
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-01-17 Sivaiah Nallagatla <snallagatla@novell.com>
* gui/contact-editor/e-contact-editor.c
(fill_in_email_record) : show "other" when email
does not carry "TYPE"
(fill_in_email) : pass deafult email
types instead of -1 when clearing fields
Fixes #70922
svn path=/trunk/; revision=28427
|
|
|
|
|
|
| |
gconf and setting it in EAccount.
svn path=/trunk/; revision=28426
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-01-18 Not Zed <NotZed@Ximian.com>
** See bug #70768.
* em-folder-browser.c (emfb_mark_all_read): get the uid list from
the message-list (view) rather than folder (model).
* message-list.c (message_list_foreach): removed, no longer used.
(message_list_get_uids): new function replacing ml_foreach, get
visible uids's of messages.
svn path=/trunk/; revision=28425
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-01-18 Not Zed <NotZed@Ximian.com>
* em-format-html.c (emfh_gethttp): kill old 'load http 0 now=0' debug.
** See bug #70563.
* em-utils.c (emu_set_proxy, emu_proxy_setup)
(em_utils_get_proxy_uri): make sure the init code is called from
main thread (gconf usage), and add locking for data consistency.
svn path=/trunk/; revision=28424
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-01-17 Vivek Jain <jvivek@novell.com>
*install-shared.c : (org_gnome_popup_wizard): included a condition
(null check) to fix a crash
* shared-folder-common.c :(org_gnome_shared_folder_factory): some
condition checks to avoid the possible crashes
(get_container_id): included code to return top level container id if
folder name is passed as null
svn path=/trunk/; revision=28423
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-01-17 Rodrigo Moya <rodrigo@novell.com>
* gui/calendar-component.c:
* gui/calendar-offline-handler.c:
* gui/comp-editor-factory.c:
* gui/e-tasks.c:
* gui/gnome-cal.c:
* gui/misc.c:
* gui/alarm-notify/alarm-notify.c: use libedataserver's e-url.
svn path=/trunk/; revision=28422
|
|
|
|
|
|
|
|
|
|
| |
2005-01-17 Nat Friedman <nat@novell.com>
* gui/dialogs/url-editor-dialog.glade: Changed the title for the
free/busy publishing settings dialog to "Free/Busy Publishing
Settings" (away from "Free/Busy Editor" which made no sense).
svn path=/trunk/; revision=28421
|
|
|
|
|
|
|
|
|
| |
2005-01-17 Rodrigo Moya <rodrigo@novell.com>
* gui/e-calendar-view.c (on_unrecur_appointment): removed the
e_day_view_... prefix in warning messages.
svn path=/trunk/; revision=28420
|
|
|
|
| |
svn path=/trunk/; revision=28419
|
|
|
|
|
|
|
| |
* gui/dialogs/cal-attachment-bar.c (destroy):
fixed a kludge.
svn path=/trunk/; revision=28418
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-01-14 Not Zed <NotZed@Ximian.com>
** Related to changes for #65178.
* mail-vfolder.c (mv_find_folder): changed from my_list_find, take
store arg and use camel_Store_Folder_uri_equal() instead of wrong
uri_cmp function.
(mail_vfolder_delete_uri): same.
(mail_vfolder_rename_uri): same.
(uri_is_ignore): take store arg, and same as above. use the right
uri for checking sent folder.
(mail_vfolder_*): convert to storing uri's in camel form.
svn path=/trunk/; revision=28417
|