| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
2005-04-08 Adam Weinberger <adamw@gnome.org>
* en_CA.po: Updated Canadian English translation.
svn path=/trunk/; revision=29198
|
|
|
|
|
|
|
|
|
| |
2005-04-08 Jeffrey Stedfast <fejj@novell.com>
* em-composer-utils.c (em_utils_send_receipt): Simplify the
scanning for '@' by using strchr().
svn path=/trunk/; revision=29197
|
|
|
|
|
|
|
|
|
|
|
| |
2005-04-08 Rodrigo Moya <rodrigo@novell.com>
Fixes #70035
* importers/icalendar-importer.c (support_format_fn, load_file_fn):
use e_cal_util_parse_ics_string instead of icalparser_parse_string.
svn path=/trunk/; revision=29194
|
|
|
|
|
|
|
|
|
|
|
| |
2005-04-06 Radek Doulik <rodo@novell.com>
* e-msg-composer.c (delete_old_signature): block gtkhtml's
selection so that we don't set primary X selection
Fixes #36972
svn path=/trunk/; revision=29192
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-04-04 Sivaiah Nallagatla <snallagatla@novell.com>
* gui/component/addressbook.c (load_source_auth_cb)
(addressbook_authenticate) : get the uri from Ebook
instead of Esource. e_source_get_uri returns NULL when
it does not have a reference to source group with it
which happens when the source list from which this source
was taken is destroyed but Ebook has reference to that source.
e_book_get_uri returns the same uri and it will be always present
Fixes #73330
svn path=/trunk/; revision=29190
|
|
|
|
|
|
|
|
|
|
|
| |
2005-04-08 Chenthill Palanisamy <pchenthill@novell.com>
Fixes #74265
* itip-view.c (format_date_and_time_x): In time_days_in_month
the months are indexed from 0, so subtract one from the month
argument and send it.
svn path=/trunk/; revision=29189
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-04-03 Sivaiah Nallagatla <snallagatla@novell.com>
* gui/widgets/eab-gui-util.c (do_copy) :
use eab_merging_book_add_contact instead of
e_book_async_add_contact to take care of duplicate
checking
Fixes #74255
svn path=/trunk/; revision=29187
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-04-08 Not Zed <NotZed@Ximian.com>
* evolution-message-composer.xml: change the label to "Request
read receipt".
2004-03-31 ERDI Gergo <cactus@cactus.rulez.org>
* evolution-message-composer.xml: Added new menu item for
requesting message receipts when composing a new message
svn path=/trunk/; revision=29186
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-04-08 Not Zed <NotZed@Ximian.com>
* em-composer-utils.c (em_utils_ask_receipt): removed.
(em_utils_handle_receipt): asynchronously load message if none is
supplied.
* em-folder-view.c (emfv_set_seen): pass message in.
* em-composer-utils.c (em_utils_ask_receipt): strip leading lwsp
on the disposition address.
(em_utils_ask_receipt): added a comment about which rfc.
(em_utils_handle_receipt): merged ask_receipt into here. Changed
api to take a message instead, so we don't have to load the
message every time. Also only set receipt-handled if we have a
receipt requested in the first place.
2005-04-05 ERDI Gergo <cactus@cactus.rulez.org>
* mail-errors.xml: Added new dialog for receipt requests
* em-composer-utils.c (em_utils_guess_account): Made guess_account
public, to be callable from em-folder-view
(em_utils_send_receipt): New function to send an RFC
2298-compliant message delivery notification
svn path=/trunk/; revision=29185
|
|
|
|
|
|
|
|
| |
2004-08-07 ERDI Gergo <cactus@cactus.rulez.org>
* e-account.h: Added new receipt_policy field to services
svn path=/trunk/; revision=29184
|
|
|
|
|
|
|
|
| |
2005-04-05 ERDI Gergo <cactus@cactus.rulez.org>
* e-msg-composer.c: implement read-receipt functionality.
svn path=/trunk/; revision=29183
|
|
|
|
| |
svn path=/trunk/; revision=29182
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-04-05 Chenthill Palanisamy <pchenthill@novell.com>
* gui/e-cal-model.c: (cal_opened_cb): If the status
is busy call open method again, do not remove the
client.
* gui/gnome-cal.c: (client_cal_opened_cb),
(default_client_cal_opened_cb): IF the status is busy
and the load_state is not loaded call open method.
svn path=/trunk/; revision=29181
|
|
|
|
|
|
|
|
|
|
|
| |
2005-04-07 JP Rosevear <jpr@novell.com>
Fixes #74291
* itip-view.c (itip_view_init): remove comment to re-enable
description display
svn path=/trunk/; revision=29179
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-04-06 Yu Mengjie <meng-jie.yu@sun.com>
* addressbook/ea-minicard-view.c: (ea_minicard_view_get_name),
(ea_minicard_view_ref_state_set):
return proper atk_object name and atk_stateset to avoid crash.
* addressbook/ea-minicard.c: (ea_minicard_get_name),
(ea_minicard_ref_state_set):
return proper atk_object name and atk_stateset to avoid crash.
Fixes #74404
svn path=/trunk/; revision=29177
|
|
|
|
|
|
|
|
| |
2005-04-07 Antonio Xu <antonio.xu@sun.com>
Commit Yong Sun's patch which was reviewed by NotZed
svn path=/trunk/; revision=29176
|
|
|
|
|
|
|
|
| |
2005-04-06 Francisco Javier F. Serrador <serrador@cvs.gnome.org>
* es.po: Updated Spanish translation.
svn path=/trunk/; revision=29174
|
|
|
|
|
|
|
|
| |
2005-04-06 Francisco Javier F. Serrador <serrador@cvs.gnome.org>
* es.po: Updated Spanish translation.
svn path=/trunk/; revision=29173
|
|
|
|
| |
svn path=/trunk/; revision=29172
|
|
|
|
| |
svn path=/trunk/; revision=29166
|
|
|
|
|
|
|
|
|
| |
2005-04-05 Not Zed <NotZed@Ximian.com>
* bbdb.c (bbdb_handle_reply): noop if we can't open the book/we're
disabled.
svn path=/trunk/; revision=29162
|
|
|
|
|
|
|
|
|
|
|
| |
2005-04-05 Not Zed <NotZed@Ximian.com>
** See bug #74320
* em-format.c (em_format_part_as): if the snooped type is NULL,
fall back to application/octet-stream.
svn path=/trunk/; revision=29161
|
|
|
|
|
|
|
|
|
| |
2005-04-05 Alexander Shopov <ash@contact.bg>
* bg.po: Updated Bulgarian translation by
Vladimir Petkov <vpetkov@i-space.org>
svn path=/trunk/; revision=29160
|
|
|
|
|
|
|
|
| |
2005-04-05 Frank Arnold <farnold@cvs.gnome.org>
* de.po: Updated German translation.
svn path=/trunk/; revision=29158
|
|
|
|
|
|
|
|
|
| |
2005-03-11 David Malcolm <dmalcolm@redhat.com>
* configure.in: set up DBUS_VERSION for use in the new-mail-notify
plugin
svn path=/trunk/; revision=29155
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-03-11 David Malcolm <dmalcolm@redhat.com>
* new-mail-notify.c: preprocessor hackery using the value of
DBUS_VERSION to cope with changes to the semantics of
dbus_message_append_args
* Makefile.am: define the DBUS_VERSION in the preprocessor
svn path=/trunk/; revision=29154
|
|
|
|
|
|
|
|
| |
2005-04-04 Vincent van Adrighem <adrighem@gnome.org>
* nl.po: Translation updated by Tino Meinen.
svn path=/trunk/; revision=29153
|
|
|
|
|
|
|
|
|
|
|
| |
2005-04-04 Rodney Dawes <dobey@novell.com>
* em-folder-view.c (emfv_popup_items): Add Mark as Read/Unread back
to the context menu (#73192)
Fix the ordering values for some menu items in the context menu that
had duplicate order values
svn path=/trunk/; revision=29152
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-04-04 Rodrigo Moya <rodrigo@novell.com>
Fixes #68423
* gui/migration.c (migrate_ical):
* gui/e-tasks,c (e_tasks_expunge):
* gui/gnome-cal.c (gnome_calendar_purge): fixed huge (in some cases)
memory leaks.
svn path=/trunk/; revision=29151
|
|
|
|
|
|
|
|
| |
2005-04-02 Adam Weinberger <adamw@gnome.org>
* en_CA.po: Updated Canadian English translation.
svn path=/trunk/; revision=29149
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-04-01 Rodrigo Moya <rodrigo@novell.com>
Fixes #41740
* gui/calendar-errors.xml:
* gui/calendar-errors.xml.h: added editor error.
* gui/alarm-notify/alarm-queue.c (edit_component): display error messages
when we can't load the component in the editor.
* gui/alarm-notify/Makefile.am: linked against libemiscwidgets.la.
svn path=/trunk/; revision=29148
|
|
|
|
| |
svn path=/trunk/; revision=29147
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-03-31 Chenthill Palanisamy <pchenthill@novell.com>
Fixes #73879
* gui/dialogs/comp-editor.[ch]:
(comp_editor_sensitize_attachment_bar): Added a function
to sensitize/desensitize the attachment bar.
(comp_editor_notify_client_changed): When client changes
sensitize the attachment bar.
* gui/dialogs/event-editor.c: (event_editor_construct):
* gui/dialogs/task-editor.c: (task_editor_construct): Sensitize
the attachment bar.
svn path=/trunk/; revision=29146
|
|
|
|
|
|
|
|
|
|
| |
2005-03-31 Not Zed <NotZed@Ximian.com>
** See bug #72935
* em-folder-view.c: always enable the stop button.
svn path=/trunk/; revision=29144
|
|
|
|
|
|
|
|
|
|
|
| |
2005-03-31 Not Zed <NotZed@Ximian.com>
** See bug #72518
* em-folder-tree.c (emft_popup_delete_folder): prompt for vfolder
case differently.
svn path=/trunk/; revision=29143
|
|
|
|
|
|
|
|
|
|
| |
2005-03-31 Not Zed <NotZed@Ximian.com>
* message-list.c (on_selection_changed_cmd): only noop if we only
have 1 message selected, otherwise we don't update the menu's.
Fixes a problem introduced by 64987's fix.
svn path=/trunk/; revision=29141
|
|
|
|
| |
svn path=/trunk/; revision=29139
|
|
|
|
|
|
|
|
| |
2005-03-31 Adam Weinberger <adamw@gnome.org>
* en_CA.po: Updated Canadian English translation.
svn path=/trunk/; revision=29138
|
|
|
|
|
|
|
|
|
|
| |
2005-03-31 Jeffrey Stedfast <fejj@novell.com>
* lib/e-cert-db.c (install_loadable_roots): Copied Mozilla code to
check if the nssckbi root certs module was too old and if it was,
delete/unload it.
svn path=/trunk/; revision=29137
|
|
|
|
|
|
|
|
|
|
|
| |
2005-03-31 JP Rosevear <jpr@novell.com>
Fixes #73844
* itip-formatter.c (extract_itip_data): make sure we check the
kind of the correct item
svn path=/trunk/; revision=29133
|
|
|
|
|
|
|
|
|
|
|
| |
2005-03-31 Vivek Jain <jvivek@novell.com>
**Fixes #74002
* share-folder-common.c :
(get_cnc): return cnc as NULL if evoluiton is in offline.
(create_folder): return -1 if in offline
svn path=/trunk/; revision=29132
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-03-31 Vivek Jain <jvivek@novell.com>
**Fixes #73787 (bugzilla innerweb.novell)
* share-folder.c :
(add_right_clicked)
(edit_right_clicked)
(delete_right_clicked) : use path passed in the callback to get the
current iterator
also including some NULL checks
svn path=/trunk/; revision=29131
|
|
|
|
|
|
|
|
| |
2005-03-31 Miloslav Trmac <mitr@volny.cz>
* cs.po: Updated Czech translation.
svn path=/trunk/; revision=29130
|
|
|
|
| |
svn path=/trunk/; revision=29129
|
|
|
|
|
|
|
|
|
|
| |
2005-03-29 Chenthill Palanisamy <pchenthill@novell.com>
Fixes #73969
* gui/e-calendar-view.c: (delete_event): Remove the
recurrence id property if its present.
svn path=/trunk/; revision=29128
|
|
|
|
|
|
|
|
| |
2005-03-30 Adam Weinberger <adamw@gnome.org>
* en_CA.po: Updated Canadian English translation.
svn path=/trunk/; revision=29127
|
|
|
|
|
|
|
|
|
|
| |
2005-03-30 Li Yuan <li.yuan@sun.com>
* gui/smime-ui.glade:
add a11y name to Certificates Table
Fixes #73914
svn path=/trunk/; revision=29126
|
|
|
|
|
|
|
|
|
|
| |
2005-03-30 Li Yuan <li.yuan@sun.com>
* itip-formatter.c: (itip_formatter_page_factory):
add a11y name to Conflict Search Table
Fixes #73914
svn path=/trunk/; revision=29125
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-03-30 Li Yuan <li.yuan@sun.com>
* em-account-prefs.c: (em_account_prefs_treeview_new):
add a11y name to Mail Accounts Table
* mail-config.glade:
add a11y name to tables in Mail Preferences page and
Composer Preferences page.
Fixes #73914
svn path=/trunk/; revision=29124
|
|
|
|
|
|
|
|
|
|
|
| |
2005-03-30 Li Yuan <li.yuan@sun.com>
Fixes #73914
* gui/dialogs/cal-prefs-dialog.glade:
add a11y name to Publishing Table.
svn path=/trunk/; revision=29123
|
|
|
|
|
|
|
|
| |
2005-03-29 Gabor Kelemen <kelemeng@gnome.hu>
* hu.po: Hungarian translation updated.
svn path=/trunk/; revision=29122
|
|
|
|
|
|
|
|
|
| |
2005-03-29 Adi Attar <aattar@cvs.gnome.org>
* xh.po: Added Xhosa translation.
* configure.in: Added "xh" to ALL_LINGUAS.
svn path=/trunk/; revision=29118
|
|
|
|
|
|
|
|
|
|
|
| |
2005-03-28 Rodrigo Moya <rodrigo@novell.com>
Fixes #44719
* gui/alarm-queue.c (display_notification): make the alarm dialog sticky
when not using the system tray.
svn path=/trunk/; revision=29116
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-03-28 Vivek Jain <jvivek@novell.com>
**Fixes #73198
* share-folder-common.c :
(org_gnome_shared_folder_factory):
(create_folder__created) : pass the full name in get_conatiner_id
(get_container_id) : break the full name and start looking for the
name from the top most parent. This will give proper container id
even in the case of the duplicate names at different hierarchies
svn path=/trunk/; revision=29115
|
|
|
|
|
|
|
|
|
| |
2005-03-27 Ahmad Riza H Nst <ari@160c.afraid.org>
* configure.in: Added id (Indonesian) to ALL_LINGUAS line.
* po/id.po: Added Indonesian Translation.
svn path=/trunk/; revision=29114
|
|
|
|
|
|
|
|
| |
2005-03-27 Pawan Chitrakar <pawan@nplinux.org>
* ne.po: Updated Nepali translation
svn path=/trunk/; revision=29113
|
|
|
|
| |
svn path=/trunk/; revision=29111
|
|
|
|
|
|
|
|
| |
2005-03-26 Vincent van Adrighem <adrighem@gnome.org>
* nl.po: Translation updated by Tino Meinen.
svn path=/trunk/; revision=29110
|
|
|
|
|
|
| |
* en_CA.po: Updated Canadian English translation.
svn path=/trunk/; revision=29109
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-03-24 JP Rosevear <jpr@novell.com>
Fixes #69272
* gui/comp-util.c (cal_comp_event_new_with_defaults): ensure we
always return a valid comp
* gui/comp-util.c (cal_comp_task_new_with_defaults): ditto; fix
obvious pasto that would cause a leak
svn path=/trunk/; revision=29107
|
|
|
|
|
|
| |
* da.po: Updated Danish translation.
svn path=/trunk/; revision=29102
|
|
|
|
|
|
|
|
|
|
| |
2005-03-24 Chenthill Palanisamy <pchenthill@novell.com>
Fixes #73320
* gui/e-meeting-list-view.c: (attendee_edited_cb): Check if
we are editing the same row and if so do not remove the attendee.
svn path=/trunk/; revision=29098
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-03-24 Harry Lu <harry.lu@sun.com>
* gal/a11y/e-table/gal-a11y-e-table-item.c:
(eti_a11y_reset_focus_object): New function to reset focus object.
(eti_rows_deleted), (gal_a11y_e_table_item_new),
(eti_a11y_cursor_changed_cb): call the new function.
Fixes #73920
svn path=/trunk/; revision=29097
|
|
|
|
|
|
|
|
|
|
| |
2005-03-24 Chenthill Palanisamy <pchenthill@novell.com>
Fixes #73508
* gui/dialogs/meeting-page.c: (meeting_page_fill_widgets): Set the
organizers status as NEEDS ACTION, checking for the static capability.
svn path=/trunk/; revision=29096
|
|
|
|
|
|
|
|
|
|
|
| |
2005-03-16 Li Yuan <li.yuan@sun.com>
* gui/widgets/gal-view-minicard.c: (gal_view_minicard_class_init):
remove the edit function.
Fixes #40762
svn path=/trunk/; revision=29095
|
|
|
|
|
|
|
|
|
|
|
| |
2005-03-16 Li Yuan <li.yuan@sun.com>
* gui/calendar-view.c: (calendar_view_class_init):
remove the edit function.
Fixes # 40762
svn path=/trunk/; revision=29094
|
|
|
|
|
|
|
|
|
|
| |
2005-03-16 Li Yuan <li.yuan@sun.com>
* gal-define-views-dialog.c: (etable_selection_change_forall_cb):
Fixes #40762
svn path=/trunk/; revision=29093
|
|
|
|
|
|
|
|
| |
2005-03-22 David Trowbridge <trowbrds@cs.colorado.edu>
* Makefile.am: Use $(weatherdatadir) rather than $(weatherdir), get
rid of an incorrect comment
svn path=/trunk/; revision=29092
|
|
|
|
|
|
|
|
|
| |
2005-03-22 Chenthill Palanisamy <pchenthill@novell.com>
* gui/calendar-component.c: (popup_event_cb): Popup all the
menu items when clicked on the source.
svn path=/trunk/; revision=29090
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-03-22222222222222222222222222222222222222222222 Chenthill Palanisamy <pchenthill@novell.com>
Fixes #73541
* csv-format.c: (do_save_calendar_csv):
* ical-format.c: (do_save_calendar_ical):
* rdf-format.c: (do_save_calendar_rdf): Changed the
cal e_cal_new to auth_new_from_source, so that the
ecal has the auth function in it.
svn path=/trunk/; revision=29089
|
|
|
|
|
|
|
|
|
| |
2005-03-22 Christian Rose <menthos@menthos.com>
* POTFILES.in: Added missing file entry.
* sv.po: Updated Swedish translation.
svn path=/trunk/; revision=29087
|
|
|
|
|
|
|
|
| |
2005-03-22 Frank Arnold <farnold@cvs.gnome.org>
* de.po: Updated German translation.
svn path=/trunk/; revision=29086
|
|
|
|
|
|
|
|
|
|
| |
2005-03-21 JP Rosevear <jpr@novell.com>
Fixes #73066
* apps_evolution_shell.schemas.in.in: fix typo
svn path=/trunk/; revision=29081
|
|
|
|
|
|
| |
* en_CA.po: Updated Canadian English translation.
svn path=/trunk/; revision=29078
|
|
|
|
|
|
|
|
| |
2005-03-21 Radek Doulik <rodo@novell.com>
* configure.in: require gtkhmtl 3.7.0 with 3.8 package/api version
svn path=/trunk/; revision=29077
|
|
|
|
|
|
|
|
|
|
|
| |
2005-03-21 Chenthill Palanisamy <pchenthill@novell.com>
Fixes #73031
* gui/dialogs/event-editor.c: (event_editor_finalize):
* gui/dialogs/task-editor.c: (task_editor_finalize): Added
a check for the presence of the object before unreffing it.
svn path=/trunk/; revision=29076
|
|
|
|
|
|
|
|
| |
2005-03-21 Philip Van Hoof <pvanhoof@gnome.org>
* configure.in: Fix for #73917
svn path=/trunk/; revision=29075
|
|
|
|
|
|
|
|
|
|
| |
2005-03-21 JP Rosevear <jpr@novell.com>
* gui/gnome-cal.c (default_client_cal_opened_cb): if its busy, try
again
(client_cal_opened_cb): ditto
svn path=/trunk/; revision=29074
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-03-21 JP Rosevear <jpr@novell.com>
* gui/e-day-view.c (e_day_view_on_main_canvas_drag_data_received):
abort sequence
(e_day_view_on_top_canvas_motion): prevent drag of recurring events
(e_day_view_on_main_canvas_motion): ditto
* gui/e-calendar-view.c (on_unrecur_appointment): clear recur id
svn path=/trunk/; revision=29073
|
|
|
|
|
|
|
|
|
|
|
| |
2005-03-21 JP Rosevear <jpr@novell.com>
* gui/tasks-component.c (ensure_sources): ensure the color and
primary config are set on the personal source
* gui/calendar-component.c (ensure_sources): ditto
svn path=/trunk/; revision=29072
|
|
|
|
|
|
|
|
|
| |
2005-03-21 JP Rosevear <jpr@novell.com>
* main.c: switch #ifdef DEVELOPMENT to #if DEVELOPMENT so the
configure.in foo actually controls this
svn path=/trunk/; revision=29070
|
|
|
|
|
|
|
|
|
| |
2005-03-21 Li Yuan <li.yuan@sun.com>
* gui/print.c: (print_comp_item):
Fixes #44579
svn path=/trunk/; revision=29068
|
|
|
|
|
|
|
|
|
|
|
| |
2005-03-17 Chenthill Palanisamy <pchenthill@novell.com>
Fixes #68525, 68580
* gui/gnome-cal.c (update_query), (gnome_calendar_init):
Added a boolean variable to avoid crash when a race condition
occurs.
svn path=/trunk/; revision=29062
|
|
|
|
|
|
| |
this value.
svn path=/trunk/; revision=29060
|
|
|
|
|
|
|
|
|
|
| |
2005-03-18 Vivek Jain <jvivek@novell.com>
* send-options.h:
* send-options.c: (org_gnome_compose_send_options): replace
X_RETURN_NOTIFY_DECLINE with X_RETURN_NOTIFY_DELETE
svn path=/trunk/; revision=29059
|
|
|
|
|
|
|
|
|
|
| |
2005-03-18 Vivek Jain <jvivek@novell.com>
**Fixes #73473
* send-options.c :(org_gnome_compose_send_options)
user proper entry to calculate the date of reply requested
svn path=/trunk/; revision=29058
|
|
|
|
|
|
|
|
|
|
| |
2005-03-17 Not Zed <NotZed@Ximian.com>
* es-event.h: fix the qualifier bit assignments for the STATE target.
* e-shell.c (offline_procedure_finished_cb): fix offline state event.
svn path=/trunk/; revision=29057
|
|
|
|
| |
svn path=/trunk/; revision=29053
|
|
|
|
|
|
|
|
|
|
| |
2005-03-16 Jeffrey Stedfast <fejj@novell.com>
* em-format-html.c (efh_format_headers): Don't show multiple
"Mailer" headers even if multiple x-mailer/user-agent/whatever
headers exist. Fixes bug #70394.
svn path=/trunk/; revision=29052
|
|
|
|
|
|
| |
source url.
svn path=/trunk/; revision=29051
|
|
|
|
|
|
| |
* en_CA.po: Updated Canadian English translation.
svn path=/trunk/; revision=29050
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-03-16 Not Zed <NotZed@Ximian.com>
** See bug #73363
* em-folder-view.c (emfv_list_message_selected): insert a timeout
before loading the message.
(emfv_message_selected_timeout): handle the timeout, start loading
the message.
(emfv_set_folder, emfv_destroy): cleanups for above.
svn path=/trunk/; revision=29049
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-03-16 Not Zed <NotZed@Ximian.com>
** See bug #73559
* em-filter-source-element.c
(em_filter_source_element_get_sources): check the url != "" and decoded
before using it.
svn path=/trunk/; revision=29048
|
|
|
|
|
|
|
|
|
|
| |
2005-03-16 Not Zed <NotZed@Ximian.com>
** See bug #73347
* mail-composer-errors.xml: set the default for auto-recover.
svn path=/trunk/; revision=29047
|
|
|
|
|
|
|
|
|
|
| |
2005-03-16 Not Zed <NotZed@Ximian.com>
** See bug #71003, again.
* mail-component.c (impl_quit): fix sense of 'can quit' logic.
svn path=/trunk/; revision=29044
|
|
|
|
|
|
|
|
|
|
|
| |
2005-03-16 Rodrigo Moya <rodrigo@novell.com>
Fixes #73101
* calendar-errors.xml:
* calendar-errors.xml.h: removed unnecessary leading space.
svn path=/trunk/; revision=29043
|
|
|
|
|
|
|
|
|
|
|
| |
2005-03-16 Rodrigo Moya <rodrigo@novell.com>
Fixes 72983
* gui/e-cal-list-view.c (e_cal_list_view_new): set EXPAND_RECURRENCES
flag on the model.
svn path=/trunk/; revision=29041
|
|
|
|
|
|
|
|
|
|
| |
2005-03-16 Pawan Chitrakar <pawan@nplinux.org>
* ne.po: Added nepali translation
* configure.in: Added ne in ALL_LINGUAS
svn path=/trunk/; revision=29038
|
|
|
|
|
|
|
|
|
|
|
| |
2005-03-14 Not Zed <NotZed@Ximian.com>
** See bug #73550
* em-format-hook.c (emfh_format_format): if we are disabled, don't
invoke handler, try to invoke old handler if there was one.
svn path=/trunk/; revision=29032
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-03-14 Not Zed <NotZed@Ximian.com>
** See bug #73550 (related for config pages)
* e-config.c (ech_config_widget_factory): if we are disabled, then
noop.
(ech_config_factory, ech_commit, ech_abort): same.
svn path=/trunk/; revision=29031
|
|
|
|
|
|
|
|
|
|
|
| |
2005-03-16 Mengjie Yu <meng-jie.yu@sun.com>
* gui/widgets/e-addressbook-view.c: (search_menu_activated):
make the search field consistent with the Search Dialog.
Fixes #73270
svn path=/trunk/; revision=29030
|
|
|
|
|
|
| |
* en_CA.po: Updated Canadian English translation.
svn path=/trunk/; revision=29029
|
|
|
|
| |
svn path=/trunk/; revision=29028
|
|
|
|
|
|
|
|
|
| |
2005-03-15 Hans Petter Jansson <hpj@novell.com>
* e-msg-composer.c (setup_cut_copy_paste): Set up c/c/p for To: Cc:
Bcc: and Post To: entries too.
svn path=/trunk/; revision=29027
|
|
|
|
|
|
|
|
|
| |
2005-03-15 JP Rosevear <jpr@novell.com>
* gui/itip-utils.c (itip_send_comp): when publishing, the to_list
will always be null so don't error out then
svn path=/trunk/; revision=29026
|
|
|
|
|
|
|
|
|
| |
2005-03-11 JP Rosevear <jpr@novell.com>
* itip-formatter.c (extract_itip_data): set the type appropriately
so that assigned tasks can be handled
svn path=/trunk/; revision=29025
|
|
|
|
| |
svn path=/trunk/; revision=29024
|
|
|
|
|
|
|
|
|
|
| |
2005-03-14 Not Zed <NotZed@Ximian.com>
* menus/gal-view-menus.c (build_menus): don't
bonobo_ui_free_string from bonobo_ui_node_to_string - it should be
g_free'd now (api chagne in bonobo).
svn path=/trunk/; revision=29020
|
|
|
|
| |
svn path=/trunk/; revision=29019
|
|
|
|
| |
svn path=/trunk/; revision=29018
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-03-13 JP Rosevear <jpr@novell.com>
Fixes #73563
* gui/alarm-notify/alarm-queue.c (notify_dialog_cb): make sure in
the snooze case the tray (and via callbacks then) the dialog is
destroyed
svn path=/trunk/; revision=29011
|
|
|
|
|
|
|
|
|
|
| |
2005-03-14 Theppitak Karoonboonyanan <theppitak@gmail.com>
* gal/e-text/e-text.c (e_text_retrieve_surrounding_cb)
(e_text_delete_surrounding_cb): bounds check the selection
beginning.
svn path=/trunk/; revision=29008
|
|
|
|
|
|
|
|
|
| |
2005-03-14 Theppitak Karoonboonyanan <theppitak@gmail.com>
* e-cell-text.c (e_cell_text_retrieve_surrounding_cb)
(e_cell_text_delete_surrounding_cb): selecion fixes for im's.
svn path=/trunk/; revision=29007
|
|
|
|
|
|
|
|
|
|
|
| |
2005-03-14 Chenthill Palanisamy <pchenthill@novell.com>
Fixes #72979
* gui/e-cal-list-view.c (find_meeting),
(e_cal_list_view_on_table_double_click): Check whether its a
meeting and send appropriate boolean variable.
svn path=/trunk/; revision=29006
|
|
|
|
|
|
| |
* tr.po: Updated Turkish Translation
svn path=/trunk/; revision=29002
|
|
|
|
|
|
| |
right palce. Fixes #73501
svn path=/trunk/; revision=29000
|
|
|
|
|
|
|
|
|
|
| |
2005-03-09 Not Zed <NotZed@Ximian.com>
* gui/e-week-view-event-item.c (e_week_view_event_item_draw_icons):
* gui/e-day-view.c (e_day_view_reshape_day_event): free the ecalcomponent
after using it.
svn path=/trunk/; revision=28998
|
|
|
|
|
|
|
|
|
|
|
| |
2005-03-10 Not Zed <NotZed@Ximian.com>
** See bug #73293
* message-list.c (main_folder_changed): emit a 'list built' signal
if we just modified it too.
svn path=/trunk/; revision=28997
|
|
|
|
|
|
| |
* da.po: Updated Danish translation.
svn path=/trunk/; revision=28996
|
|
|
|
|
|
|
|
|
|
| |
2005-03-10 Vivek Jain <jvivek@novell.com>
**fixes bug #73139
* em-folder-tree.c (render_pixbuf):change the shared-folder icon names
to the names in gnome-icon-theme
svn path=/trunk/; revision=28994
|
|
|
|
|
|
|
|
|
|
| |
2005-03-10 Vivek Jain <jvivek@novell.com>
**Fixes #73201
* share-folder-common.c : (org_gnome_shared_folder_factory)
use full_name given by CamelFolder to get the selected folder name
svn path=/trunk/; revision=28993
|
|
|
|
| |
svn path=/trunk/; revision=28990
|
|
|
|
|
|
|
|
|
|
| |
2005-03-09 Sankar P <psankar@novell.com>
* send-options.c: (org_gnome_compose_send_options)
Updated code to add priority to the appropriate header
Fixes the problem of Priority not set in outgoing mails
svn path=/trunk/; revision=28988
|
|
|
|
|
|
| |
duplicated accountWizard definition.
svn path=/trunk/; revision=28980
|
|
|
|
|
|
|
|
|
|
|
| |
2005-03-08 Chenthill Palanisamy <pchenthill@novell.com>
Fixes #73141
* gui/dialogs/comp-editor.c:
(comp_editor_notify_client_changed):Assign the updated client
to priv->client and unref the old one.
svn path=/trunk/; revision=28979
|
|
|
|
|
|
|
|
|
| |
2005-03-07 Alexander Shopov <ash@contact.bg>
* bg.po: Updated Bulgarian translation by
Iassen Pramatarov <turin@fsa-bg.org>
svn path=/trunk/; revision=28975
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-03-07 Sivaiah Nallagatla <snallagatla@novell.com>
* camel-gw-listner.c (add_addressbook_sources) :
don't free container list here. It is chaced in
connection and will be frred later.
Fixes #72807
svn path=/trunk/; revision=28973
|
|
|
|
|
|
|
|
|
| |
2005-03-06 Rodrigo Moya <rodrigo@novell.com>
* gui/dialogs/recur-comp.c (recur_component_dialog): disable dialog for
asking user which instance(s) to modify.
svn path=/trunk/; revision=28971
|
|
|
|
| |
svn path=/trunk/; revision=28970
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-03-03 Sivaiah Nallagatla <snallagatla@novell.com>
* gui/component/addressbook.c (load_source_auth_cb):
Make sure LoadSourceData has call back installed
before calling it. cb is NULL when called from
auth_required_cb
Fixes #73206
svn path=/trunk/; revision=28968
|
|
|
|
| |
svn path=/trunk/; revision=28966
|
|
|
|
| |
svn path=/trunk/; revision=28965
|
|
|
|
|
|
|
|
|
|
|
| |
2005-02-28 Sivaiah Nallagatla <snallagatla@novell.com>
* calendar-file.c (e_calendar_file_dummy) :
don't set the relative uri if already present.
part of fix for #73152
svn path=/trunk/; revision=28960
|
|
|
|
|
|
|
|
|
|
|
| |
2005-02-28 Sivaiah Nallagatla <snallagatla@novell.com>
* addressbook-file.c (e_book_file_dummy) :
don't set the relative uri if already present.
Also change the typo in the prototype s/calendar/book
part of fix for #73152
svn path=/trunk/; revision=28959
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-03-04 Rodrigo Moya <rodrigo@novell.com>
Fixes #72835
* gui/alarm-notify/alarm-notify-dialog.[ch] (alarm_notify_dialog):
changed to return the dialog we create, and to run in the background.
(dialog_response_cb): response callback for the dialog.
* gui/alarm-notify/alarm-queue.c (alarm_queue_done): don't g_assert,
just check for midnight_refresh pointer, and clear it up if not NULL.
Also, traverse all clients with g_hash_table_foreach_remove.
(free_client_alarms_cb, alarm_queue_remove_client, load_alarms): added
missing cleanup code.
(queue_midnight_refresh): don't g_assert, just check for midnigh_refresh
pointer and clear it up if not NULL.
(open_alarm_dialog): store the dialog returned by alarm_notify_dialog().
(tray_icon_destroyed_cb): destroy the dialog if still around.
svn path=/trunk/; revision=28956
|
|
|
|
|
|
|
|
| |
2005-03-04 Laszlo Dvornik <dvornik@gnome.hu>
* hu.po: Hungarian translation updated by Gabor Kelemen.
svn path=/trunk/; revision=28955
|
|
|
|
|
|
|
|
|
|
|
| |
2005-03-02 Mengjie Yu <meng-jie.yu@sun.com>
* gal/widgets/e-reflow.c: (e_reflow_event):don't allow to drag
the first line of mini reflows.
Fixes #73207
svn path=/trunk/; revision=28952
|
|
|
|
| |
svn path=/trunk/; revision=28951
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-03-03 Not Zed <NotZed@Ximian.com>
** See bug #66592
* mail-tools.c (mail_tool_make_message_attachment): jus call
camel_medium_remove_header to remove the bcc header, don't need to
loop.
* mail-ops.c (mail_send_message): try to find the account by uid
first, fall back to name.
* em-composer-utils.c (composer_get_message): set
x-evolution-account by uid, not name.
2005-03-02 Not Zed <NotZed@Ximian.com>
** See bug #66592
* em-composer-utils.c (got_post_folder): no longer needed.
(composer_get_message): remove 'post' and 'no_recipeints' args.
* mail-ops.c (mail_send_message): change for xev changes. Also
handle postto if set.
* mail-tools.c (mail_tool_remove_xevolution_headers)
(mail_tool_restore_xevolution_headers): fix for api change.
(mail_tool_destroy_xevolution): remove.
* mail-tools.h: remove XEvolution, just use a struct _header_raw
for it.
* em-composer-utils.c (em_utils_composer_send_cb): don't post
message here, just queue it like any other outgoing mail.
svn path=/trunk/; revision=28950
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-03-03 Not Zed <NotZed@Ximian.com>
** See bug #66592
* e-msg-composer.c (e_msg_composer_get_message_draft): set the uid
for the x-evolution-account, not the account name, which can
change.
(e_msg_composer_new_with_message): find the account by uid first,
fallback to name search.
svn path=/trunk/; revision=28949
|
|
|
|
|
|
|
|
| |
2005-03-01 Not Zed <NotZed@Ximian.com>
* *.c: Remove/disable debug.
svn path=/trunk/; revision=28948
|
|
|
|
|
|
|
|
|
|
| |
2005-02-16 Not Zed <NotZed@Ximian.com>
* groupwise-account-setup.c (org_gnome_gw_account_setup): return
NULL, not an invisible, so it doesn't interfere with account
editor.
svn path=/trunk/; revision=28946
|
|
|
|
|
|
|
|
|
|
|
| |
2005-03-02 Not Zed <NotZed@Ximian.com>
** See "bug" 73100
* mail-dialogs.glade: empty out the license_top_label text, it is
always overwriten by the code.
svn path=/trunk/; revision=28944
|
|
|
|
| |
svn path=/trunk/; revision=28943
|
|
|
|
| |
svn path=/trunk/; revision=28942
|
|
|
|
| |
svn path=/trunk/; revision=28941
|
|
|
|
|
|
|
|
|
| |
2005-03-01 Jeffrey Stedfast <fejj@novell.com>
* e-search-bar.c (subitem_activated_cb): Make the entry widget
grab focus. Fixes bug #60551.
svn path=/trunk/; revision=28940
|
|
|
|
| |
svn path=/trunk/; revision=28938
|
|
|
|
|
|
|
|
|
| |
2005-03-02 Philip Van Hoof <pvanhoof@gnome.org>
* rdf-format.c: Fixes for Bug #73099 and Bug #73098
* csv-format.c: Changed malloc to g_malloc and char to gchar
svn path=/trunk/; revision=28937
|
|
|
|
|
|
|
|
| |
2005-03-02 Laurent Dhima <laurenti@alblinux.net>
* sq.po: Updated Albanian translation.
svn path=/trunk/; revision=28936
|
|
|
|
|
|
|
|
| |
2005-03-02 Philip Van Hoof <pvanhoof@gnome.org>
* csv-format.c: Fixes for Bug #73099 and Bug #73098
svn path=/trunk/; revision=28935
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-03-01 Not Zed <NotZed@Ximian.com>
* message-list.c: include atkutil.h
(message_list_construct): cast warning.
* mail-session.c (mail_session_set_interactive): remove unused
variable since we can no longer terminate password requests.
* mail-autofilter.c (em_vfolder_rule_from_address): properly
define in header.
* em-utils.c (emu_get_save_filesel): only define filename in the
!gtkfilechooser case.
* em-mailer-prefs.c (restore_labels_clicked): cast for warning.
(em_mailer_prefs_construct): same.
* em-format-html.c (efh_format_header): remove unused variable.
* em-account-editor.c (emae_widget_druid_glade): remove unused
variable.
* importers/mail-importer.h: forward-delcare struct
_MailComponent.
* *c: remove/disable various debug.
svn path=/trunk/; revision=28934
|
|
|
|
|
|
|
|
|
|
|
| |
2005-03-02 Harry Lu <harry.lu@sun.com>
Fix for 71733.
* mail-signature-editor.c: (mail_signature_editor): if is_new,
let name_entry get the focus.
svn path=/trunk/; revision=28933
|
|
|
|
|
|
|
|
| |
2005-03-01 Laurent Dhima <laurenti@alblinux.net>
* sq.po: Updated Albanian translation.
svn path=/trunk/; revision=28930
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-02-28 JP Rosevear <jpr@novell.com>
* configure.in: bump version, requires
2005-02-28 JP Rosevear <jpr@novell.com>
* configure.in: add startup wizard plugin
2005-02-28 JP Rosevear <jpr@novell.com>
* plugins/Makefile.am: dist standard and experimental plugins
* configure.in: move "all" plugins to standard and experimental
and default to building the standard set
svn path=/trunk/; revision=28927
|
|
|
|
|
|
|
|
| |
2005-02-28 JP Rosevear <jpr@novell.com>
* configure.in: bump version, requires
svn path=/trunk/; revision=28926
|
|
|
|
|
|
|
|
| |
2005-02-21 JP Rosevear <jpr@novell.com>
* startup-wizard.c: A plugin the does the startup wizard
svn path=/trunk/; revision=28925
|
|
|
|
|
|
|
|
|
|
|
| |
2005-02-28 Harish Krishnaswamy <kharish@novell.com>
Fixes #69556
* gui/dialogs/cal-attachment-bar.c:
(cal_attachment_bar_attach_mime_part): Add missing call to
attach_mime_part.
svn path=/trunk/; revision=28923
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-02-28 Rodrigo Moya <rodrigo@novell.com>
Fixes #72928
* gui/alarm-notify/notify-main.c (main): don't call alarm_queue_done...
* gui/alarm-notify/alarm-notify.c (alarm_notify_finalize): ...do it at
the same level than alarm_queue_init.
svn path=/trunk/; revision=28922
|
|
|
|
| |
svn path=/trunk/; revision=28921
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-02-26 Sivaiah Nallagatla <snallagatla@novell.com>
* gui/widgets/e-addressbook-view.c :
Change the e-popup item type for "Cut"
from E_POPUP_BAR to E_POPUP_ITEM
Fixes #73013
svn path=/trunk/; revision=28920
|
|
|
|
|
|
|
|
|
| |
2005-02-28 JP Rosevear <jpr@novell.com>
* gui/gnome-cal.c (gnome_calendar_goto_today): revert fix for
70000, its a ui change
svn path=/trunk/; revision=28919
|
|
|
|
|
|
|
|
| |
2005-03-01 Žygimantas BeruÄka <uid0@akl.lt>
* lt.po: Updated Lithuanian translation.
svn path=/trunk/; revision=28918
|
|
|
|
|
|
|
|
|
| |
2005-02-28 JP Rosevear <jpr@novell.com>
* e-shell-window-commands.c (command_submit_bug): update authors
list for about dialog
svn path=/trunk/; revision=28917
|
|
|
|
|
|
|
|
|
|
| |
2005-02-28 Chenthill Palanisamy <pchenthill@novell.com>
* gui/dialogs/comp-editor.c: (attachment_bar_icon_clicked_cb),
(setup_widgets): Connect the signal to "event", and open the attachment
only if its a double click from the cal attachment bar.
svn path=/trunk/; revision=28916
|
|
|
|
|
|
|
|
| |
2005-02-28 Priit Laes <plaes@cvs.gnome.org>
* et.po: Translation updated.
svn path=/trunk/; revision=28915
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-02-28 Chenthill Palanisamy <pchenthill@novell.com>
Fixes #72958
* gui/dialogs/comp-editor.c: (save_comp): If the backend
returns success, if the delay delivery is set, do not
show them in the view, since it will not be created in the
server.
svn path=/trunk/; revision=28914
|
|
|
|
| |
svn path=/trunk/; revision=28913
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-02-24 Not Zed <NotZed@Ximian.com>
** See bug #72609
* em-inline-filter.c (emif_scan): try to convert the filename
based on the incoming charset or the locale charset. This will
make sure it is always valid.
svn path=/trunk/; revision=28911
|
|
|
|
|
|
|
|
| |
2005-02-28 Not Zed <NotZed@Ximian.com>
* em-folder-browser.c: reverted Mengjie's patch for 72545.
svn path=/trunk/; revision=28910
|
|
|
|
|
|
|
|
|
|
| |
2005-02-25 Li Yuan <li.yuan@sun.com>
Fix for #73009.
* e-table-config-no-group.glade:
* e-table-config.glade:
svn path=/trunk/; revision=28906
|
|
|
|
|
|
|
|
| |
2005-02-27 JP Rosevear <jpr@novell.com>
* configure.in: add mail/default/de to ac_output to fix the build
svn path=/trunk/; revision=28905
|
|
|
|
|
|
|
|
| |
2005-02-27 Christian Rose <menthos@menthos.com>
* sv.po: Updated Swedish translation.
svn path=/trunk/; revision=28903
|
|
|
|
|
|
|
|
| |
2005-02-27 Francisco Javier F. Serrador <serrador@cvs.gnome.org>
* es.po: Updated Spanish translation.
svn path=/trunk/; revision=28902
|
|
|
|
|
|
|
|
| |
2005-02-27 Christian Rose <menthos@menthos.com>
* sv.po: Updated Swedish translation.
svn path=/trunk/; revision=28901
|
|
|
|
| |
svn path=/trunk/; revision=28900
|
|
|
|
| |
svn path=/trunk/; revision=28899
|
|
|
|
|
|
|
|
| |
2005-02-27 Frank Arnold <farnold@cvs.gnome.org>
* Makefile.am: Added German (de) to the list of subdirs.
svn path=/trunk/; revision=28898
|
|
|
|
|
|
|
|
| |
2005-02-27 Frank Arnold <farnold@cvs.gnome.org>
* default/de/Inbox: Added German translation of default inbox.
svn path=/trunk/; revision=28897
|
|
|
|
|
|
|
|
| |
2005-02-27 Christian Rose <menthos@menthos.com>
* sv.po: Updated Swedish translation.
svn path=/trunk/; revision=28896
|
|
|
|
| |
svn path=/trunk/; revision=28895
|
|
|
|
| |
svn path=/trunk/; revision=28894
|
|
|
|
|
|
| |
creation only after user is authenticated and hostname is set by validate().
svn path=/trunk/; revision=28893
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-02-25 Sivaiah Nallagatla <snallagatla@novell.com>
* gui/conact-editor/eab-editor.c
(eab_editor_prompt_to_save_changes) : Just close
the editor when user presees cancel or closes the editor
when there are no changes. Seems to be broken
by earlier Change for #70371
Fixes #73005
svn path=/trunk/; revision=28892
|
|
|
|
|
|
|
|
|
| |
2005-02-23 Björn Torkelsson <torkel@acc.umu.se>
* Makefile.am (DISTCLEANFILES): remove *.pc and intltool-*
files generated by configure when running make distclean.
svn path=/trunk/; revision=28891
|
|
|
|
|
|
|
|
|
|
|
| |
2005-02-25 Sivaiah Nallagatla <snallagatla@novell.com>
* gui/calendar-component.c (ensure_sources) :
Make sure the base uri is same as the one
migration code uses. Avoids two "On This Computer"
groups when both migration and this code runs.
svn path=/trunk/; revision=28890
|
|
|
|
|
|
|
|
| |
2005-02-24 Björn Torkelsson <torkel@acc.umu.se>
* clean up author/descriptions for various plugins.
svn path=/trunk/; revision=28889
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-02-21 Rodrigo Moya <rodrigo@novell.com>
Fixes #71527
* ical-format.c (display_error_message): changed to get a simple
string instead of a GError.
(do_save_calendar_ical): use GNOME-VFS for saving the file.
svn path=/trunk/; revision=28888
|
|
|
|
|
|
|
|
|
|
|
| |
2005-02-25 Mengjie Yu <meng-jie.yu@sun.com>
* em-folder-browser.c: (emfb_edit_select_all):make the 'select all'
work in all conditions.
Fixes #72545
svn path=/trunk/; revision=28887
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-02-23 Li Yuan <li.yuan@sun.com>
Fix for 72897 and 72797.
* ea-cell-table.c:
(ea_cell_table_destroy): no need to output the information.
* widgets/ea-calendar-cell.c:
(ea_calendar_cell_get_type): add instance init function.
(ea_calendar_cell_class_init): add ref_state_set function.
(ea_calendar_cell_init): instance init function.
(ea_calendar_cell_new): change the cell's role to ATK_ROLE_TABLE_CELL.
(ea_calendar_cell_ref_state_set): the ref_state_set function.
(atk_component_interface_init),
(component_interface_get_extents),
(component_interface_grab_focus): implement grab focus function.
* widgets/ea-calendar-cell.h:
add the state_set variable.
* widgets/ea-calendar-item.c:
(ea_calendar_item_new): change the item's role to ATK_ROLE_CALENDAR.
no need to connect "selection_preview_changed" signal here.
(date_range_changed_cb): call ea_calendar_set_focus_object.
(ea_calendar_set_focus_object): make the "gail-focus-object" of the item
point to the focused cell.
svn path=/trunk/; revision=28886
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-02-24 Not Zed <NotZed@Ximian.com>
** See bug #68459
* em-composer-utils.c (get_reply_sender): check the followup-to
header before the newsgroups header.
(reply_get_composer, get_reply_sender, get_reply_all): change
post-to to be a CamelNNTPAddress not a string pointer.
svn path=/trunk/; revision=28885
|
|
|
|
|
|
|
|
|
|
|
| |
2005-02-21 Not Zed <NotZed@Ximian.com>
** See bug #71003
* mail-component.c (impl_quit): add a new state MC_QUIT_THREADS to
wait for all mail threads to finish before quitting.
svn path=/trunk/; revision=28884
|
|
|
|
|
|
|
|
|
|
|
| |
2005-02-21 Not Zed <NotZed@Ximian.com>
** See bug #34153 and no doubt duplicates
* mail-component.c (impl_requestQuit): use the VISIBLE count not
the TOTAL count to check if there are unsent emails.
svn path=/trunk/; revision=28883
|
|
|
|
| |
svn path=/trunk/; revision=28882
|
|
|
|
|
|
|
|
|
|
|
| |
2005-02-23 Jeffrey Stedfast <fejj@novell.com>
* em-format-html.c (efh_format_header): Don't use the pre-UTF-8
converted subject header string from the CamelMimeMessage object,
decode it ourselves using the the user's override charset. Fixes
bug #62109.
svn path=/trunk/; revision=28881
|
|
|
|
|
|
| |
* da.po: Updated Danish translation.
svn path=/trunk/; revision=28880
|
|
|
|
| |
svn path=/trunk/; revision=28879
|
|
|
|
|
|
|
|
|
|
|
| |
2005-02-23 Harry Lu <harry.lu@sun.com>
Fix for 72793.
* gal/a11y/e-table/gal-a11y-e-cell.c: (gal_a11y_e_cell_grab_focus):
for e-cell-vbox's children cell, we grab the e-cell-vbox.
svn path=/trunk/; revision=28878
|
|
|
|
|
|
|
|
|
|
|
| |
2005-02-23 JP Rosevear <jpr@novell.com>
Fixes #33287
* e-shell-window.c (e_shell_window_new): set the send/receive
sensitivity when we first start up
svn path=/trunk/; revision=28877
|
|
|
|
|
|
|
|
|
|
|
| |
2005-02-21 Not Zed <NotZed@Ximian.com>
** See bug #71528.
* em-migrate.c (remove_system_searches, em_migrate_1_4): remove
all 'system' searches when upgrading from pre 2.0.
svn path=/trunk/; revision=28876
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-02-21 Not Zed <NotZed@Ximian.com>
** See bug #68592
* gui/certificate-manager.c (yourcerts_selection_changed): dont
pass backup to handle_selection_changed.
(certificate_manager_config_control_new): disable the backup
buttons always.
svn path=/trunk/; revision=28875
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-02-21 Not Zed <NotZed@Ximian.com>
** See bug #71967
* em-account-editor.c (emae_receive_options_extra_item): make sure
we track the keep_on_server setting in the e-account, not just the
url (hack).
svn path=/trunk/; revision=28874
|
|
|
|
|
|
|
|
| |
2005-02-23 JP Rosevear <jpr@novell.com>
* POTFILES.in: e-passwords moved to e-d-s
svn path=/trunk/; revision=28873
|
|
|
|
| |
svn path=/trunk/; revision=28872
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-02-23 Hans Petter Jansson <hpj@novell.com>
* configure.in: Make mailer depend on libedataserverui.
2005-02-23 Hans Petter Jansson <hpj@novell.com>
* Makefile.am (eutilinclude_HEADERS)
(libeutil_la_SOURCES): Remove e-passwords from here, it now
lives in libedataserverui.
* e-passwords.[ch]: Removed.
2005-02-23 Hans Petter Jansson <hpj@novell.com>
* gui/component/addressbook-view.c:
* gui/component/addressbook.c: Include
<libedataserverui/e-passwords.h>.
2005-02-23 Hans Petter Jansson <hpj@novell.com>
* common/authentication.c:
* gui/e-pub-utils.c:
* gui/alarm-notify/alarm-notify.c:
* gui/alarm-notify/notify-main.c:
* gui/dialogs/url-editor-dialog.c:
Include <libedataserverui/e-passwords.h>.
* gui/itip-utils.c: Remove e-passwords.h include, it's not
needed.
2005-02-23 Hans Petter Jansson <hpj@novell.com>
* mail-session.c:
* mail-config.c: Include <libedataserverui/e-passwords.h>.
2005-02-23 Hans Petter Jansson <hpj@novell.com>
* gui/component.c:
* lib/e-cert-db.c:
* lib/e-pkcs12.c: Include <libedataserverui/e-passwords.h>.
2005-02-23 Hans Petter Jansson <hpj@novell.com>
* e-shell-window-commands.c:
* e-shell.c:
* main.c: Include <libedataserverui/e-passwords.h>.
2005-02-23 Hans Petter Jansson <hpj@novell.com>
* camel-gw-listener.c: Include <libedataserverui/e-passwords.h>.
2005-02-23 Hans Petter Jansson <hpj@novell.com>
* send-options.c: Include <libedataserverui/e-passwords.h>.
svn path=/trunk/; revision=28871
|
|
|
|
|
|
|
|
|
|
|
| |
2005-02-23 JP Rosevear <jpr@novell.com>
Fixes #70000
* gui/gnome-cal.c (gnome_calendar_goto_today): set the view type
to day view
svn path=/trunk/; revision=28870
|
|
|
|
|
|
|
|
|
| |
2005-02-23 Kjartan Maraas <kmaraas@gnome.org>
* nb.po: Update
* no.po: Update
svn path=/trunk/; revision=28869
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-02-23 Chenthill Palanisamy <pchenthill@novell.com>
Fixes #72006
* gui/dialogs/comp-editor.c: (real_edit_comp):
* gui/dialogs/event-editor.c: (show_meeting):
* gui/dialogs/task-editor.c: (show_assignment): Reset
the changed state, to suppress the promt_to_changes
dialog when the fields are not changed.
svn path=/trunk/; revision=28868
|
|
|
|
| |
svn path=/trunk/; revision=28867
|
|
|
|
|
|
|
|
| |
2005-02-23 Priit Laes <plaes@cvs.gnome.org>
* et.po: Translation updated by Ivar Smolin.
svn path=/trunk/; revision=28866
|
|
|
|
|
|
|
|
|
|
| |
2005-02-22 Not Zed <NotZed@Ximian.com>
* em-account-editor.c (emae_send_page): fix argument order to
memset.
(emae_security_page): fix the non-have_nss case.
svn path=/trunk/; revision=28865
|
|
|
|
|
|
|
|
| |
2005-02-22 Marco Pesenti Gritti <marco@gnome.org>
* configure.in: Depend on gnome-vfs >= 2.4
svn path=/trunk/; revision=28864
|
|
|
|
|
|
|
|
|
| |
2005-02-22 Marco Pesenti Gritti <marco@gnome.org>
* shell/e-shell-window-commands.c: (command_quick_reference):
Use gnome-vfs API to open quick reference in the pdf viewer
svn path=/trunk/; revision=28863
|
|
|
|
|
|
|
|
|
| |
2005-02-22 Marco Pesenti Gritti <marco@gnome.org>
* mail/em-popup.c: (emp_apps_open_in), (emp_standard_menu_factory):
Use gnome-vfs API to launch external applications
svn path=/trunk/; revision=28862
|
|
|
|
|
|
|
|
|
|
|
| |
2005-02-22 Not Zed <NotZed@Ximian.com>
** See bug #40515
* mail-config.c (mail_config_signature_run_script): run the script
using /bin/sh -c, so arguments may be passed to the script.
svn path=/trunk/; revision=28860
|
|
|
|
|
|
|
|
|
|
|
| |
2005-02-22 Not Zed <NotZed@Ximian.com>
** See bug #68866
* em-format-quote.c (emfq_format_headers): line-feed after all
headers for blind people.
svn path=/trunk/; revision=28859
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-02-21 Not Zed <NotZed@Ximian.com>
** See bug #35219
* em-utils.c (em_utils_flag_for_followup_clear): clear the flag
tags rather than setting them to "". Also change to using newer
messageinfo api.
(tag_editor_response, em_utils_flag_for_followup)
(em_utils_flag_for_followup_completed): some cleanup/api stuff.
svn path=/trunk/; revision=28858
|
|
|
|
|
|
|
|
|
| |
2005-02-21 Not Zed <NotZed@Ximian.com>
* exchange-account-setup.c (org_gnome_exchange_owa_url): if the
host is null in the url, set it to "", so it has a non-null value.
svn path=/trunk/; revision=28857
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-02-21 Not Zed <NotZed@Ximian.com>
** See bug #64987
* message-list.c (message_list_select_thread): select the paths
with one call.
(on_selection_changed_cmd): get the cursor_uid from the cursor.
svn path=/trunk/; revision=28856
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-02-21 Not Zed <NotZed@Ximian.com>
** See bug #72337
* mail-component.c (store_info_new, store_info_unref): refcount
the storeinfo's.
(mc_add_store_done): noop if removed.
(store_hash_free, mail_component_remove_store): mark storeinfo
removed.
svn path=/trunk/; revision=28855
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-02-21 Not Zed <NotZed@Ximian.com>
** See bug #70718
* em-folder-view.c (emfv_list_built): handle list_built events -
whenever the list changes.
(emfv_gui_folder_changed, emfv_folder_changed): removed, we want
to run off the viewed list, not the physical folder.
svn path=/trunk/; revision=28854
|
|
|
|
| |
svn path=/trunk/; revision=28853
|
|
|
|
| |
svn path=/trunk/; revision=28852
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-02-21 JP Rosevear <jpr@novell.com>
Fixes #63866, #67714, #62089, #47747, #61495
* gui/e-select-names-renderer.h: update signal
* gui/e-select-names-renderer.c
(e_select_names_renderer_editing_done): emit the cancelled signal
properly and don't update if it was cancelled
(e_select_names_renderer_focus_out_event): if the cell loses focus
the editing is done
(e_select_names_renderer_start_editing): listen for focus out
event, and only set the address if appropriate
(e_select_names_renderer_get_property): handle name/email props
(e_select_names_renderer_set_property): ditto
(e_select_names_renderer_finalize): free name/email
(e_select_names_renderer_class_init): install name/email props;
cell_edited returns lists now
* gui/e-select-names-editable.h: update protos
* gui/e-select-names-editable.c: don't really override any of the
gtkentry editable cell routines since we directly inherit from
ENameSelectorEntry
(e_select_names_editable_get_emails): get all the email addresses
(e_select_names_editable_get_names): get all the names
(e_select_names_editable_set_address): set the destination
correctly for editing
* gui/e-meeting-list-view.c (attendee_edited_cb): handle a blank
entry by removing it and don't allow an entry that already exists
to be entered
(attendee_editing_canceled_cb): if the item editing is cancelled
and it has no name or email address, remove it
(process_section): if the contact has multiple addresses (ie a
mailing list), expand the entries
* gui/e-calendar-marshal.list: add new marshaller
svn path=/trunk/; revision=28851
|
|
|
|
|
|
|
|
|
|
| |
2005-02-22 Rodney Dawes <dobey@novell.com>
* em-account-editor.c (emae_security_page): The GladeXML object is
no longer a part of the private structure, and we need to reference
it directly as it is a local variable now
svn path=/trunk/; revision=28850
|
|
|
|
|
|
|
|
|
| |
2005-02-22 William Jon McCann <mccann@jhu.edu>
* e-shell-window.c (setup_offline_toggle): Make offline button scale
with font size. Fixes #48868.
svn path=/trunk/; revision=28849
|
|
|
|
|
|
|
|
|
|
| |
2005-02-22 Rodney Dawes <dobey@novell.com>
* data/Makefile.am (CLEANFILES): add new variable with the generated
keys and desktop file listed so that they get removed with make clean
(EXTRA_DIST): Don't dist the generated keys file
svn path=/trunk/; revision=28848
|
|
|
|
| |
svn path=/trunk/; revision=28847
|
|
|
|
|
|
|
|
| |
2005-02-22 Miloslav Trmac <mitr@volny.cz>
* cs.po: Updated Czech translation.
svn path=/trunk/; revision=28846
|
|
|
|
| |
svn path=/trunk/; revision=28845
|
|
|
|
|
|
|
|
| |
2005-02-22 Vincent van Adrighem <adrighem@gnome.org>
* nl.po: Translation updated.
svn path=/trunk/; revision=28844
|
|
|
|
| |
svn path=/trunk/; revision=28843
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-02-21 Harry Lu <harry.lu@sun.com>
Fix for 72781
* addressbook/ea-minicard-view.c: (ea_minicard_view_new):
set the role to panel.
* addressbook/ea-minicard.c: (ea_minicard_new): ditto.
svn path=/trunk/; revision=28842
|
|
|
|
|
|
|
|
| |
2005-02-22 Duarte Loreto <happyguy_pt@hotmail.com>
* pt.po: Updated Portuguese translation.
svn path=/trunk/; revision=28841
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-02-19 Sivaiah Nallagatla <snallagatla@novell.com>
* gui/calendar-component.c (ensure_sources) :
Make sure all the default source groups and sources
are present by adding missing ones. Also update the
base uri of "On This Computer" group to take care
of change in user home dir.
(calendar_component_init) : call ensure_sources
* gui/tasks-component.c (ensure_sources)
(tasks_component_init) : ditto
Takes care of #67411 & #67724 for
calendar and tasks components.
svn path=/trunk/; revision=28840
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-02-19 Sivaiah Nallagatla <snallagatla@novell.com>
* gui/contact-editor/eab-editor.c
(eab_editor_prompt_to_save_changes) : close
the editor here in case of save and discard
so that callers need not worry about closing
* gui/contact-list-editor/e-contact-list-editor.c
(closed_cb) (app_delete_event_cb) : don't close
the editor here as that is handled by _save_changes
call. Also no need to check for return value of that
function as it does not matter here.
Fixes #70371
svn path=/trunk/; revision=28839
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-02-19 Sivaiah Nallagatla <snallagatla@novell.com>
* gui/component/addressbook-component.c
(ensure_sources) : update the base uri
of the "On This Computer" group when user home dir
changes. Also unref personal source if created here.
Fixes #67724
svn path=/trunk/; revision=28838
|
|
|
|
|
|
|
|
| |
2005-02-21 Maxim Dziumanenko <mvd@mylinux.com.ua>
* Update Ukrainian translation.
svn path=/trunk/; revision=28837
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-02-21 Rodney Dawes <dobey@novell.com>
* e-combo-button.c (paint): Fix the calculation of which shadow type
to use to be more appropriate for the widget state and relief
Always call gtk_box_paint and not only in special cases like GtkButton
(e_combo_button_init): Change the arrow packing to pack_end
Fixes #54503
svn path=/trunk/; revision=28836
|
|
|
|
|
|
|
|
| |
2005-02-21 Christian Rose <menthos@menthos.com>
* sv.po: Updated Swedish translation.
svn path=/trunk/; revision=28835
|
|
|
|
|
|
|
|
| |
2005-02-21 Changwoo Ryu <cwryu@debian.org>
* ko.po: Updated Korean translation.
svn path=/trunk/; revision=28834
|
|
|
|
|
|
| |
* da.po: Updated Danish translation.
svn path=/trunk/; revision=28832
|
|
|
|
|
|
|
|
| |
2005-02-21 Christian Rose <menthos@menthos.com>
* sv.po: Updated Swedish translation.
svn path=/trunk/; revision=28831
|
|
|
|
|
|
|
|
| |
2005-02-21 Frank Arnold <farnold@cvs.gnome.org>
* de.po: Updated German translation.
svn path=/trunk/; revision=28830
|
|
|
|
|
|
|
|
| |
2005-02-21 Priit Laes <plaes@cvs.gnome.org>
* et.po: Translation updated by Ivar Smolin.
svn path=/trunk/; revision=28829
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-02-14 Not Zed <NotZed@Ximian.com>
** See bug #61363 & e-util/ChangeLog
* em-account-editor.c: All sorts of changes to make the ui more
dynamic, re-create all widgets when it needs a reconfigure. A bit
slower and it flickers a bit.
* em-account-editor.c (emae_setup_service): take xml file pointer.
(emae_send_page): create a new send page every time we need to,
don't re-use the old oneq.
(emae_setup_authtype): renamed to refresh_authtype.
(emae_setup_service): init authtype pointer.
(emae_needs_auth): use the auth_frame pointer directly.
(emae_refresh_providers): rename from setup_providers.
2005-02-11 Not Zed <NotZed@Ximian.com>
* em-account-editor.c (emae_setup_service): set needs_auth to NULL
if we don't, so it gets reset if the ui changes.
2005-02-10 Not Zed <NotZed@Ximian.com>
* em-account-editor.c (emae_setup_providers): don't include any
providers which are store and transport in the transport page.
(emae_send_page): show no send options page at all if the provider is
store and transport.
(emae_uri_changed): copy store url to transport if as above.
2005-02-09 Not Zed <NotZed@Ximian.com>
** See bug #70795
* em-folder-view.c (em_folder_view_open_selected): set the search
on the browser to match the current view.
* message-list.c (mail_regen_list): save the search if no folder
set, incase the folder gets set later on.
svn path=/trunk/; revision=28828
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-02-10 Not Zed <NotZed@Ximian.com>
** See bug #61363 & mail/ChangeLog
* e-config.c (ec_rebuild): work properly if the page factory
returns NULL, so the code can selectivly turn off pages.
(ec_druid_next, ec_druid_prev): skip non-created pages.
* e-config.c (ec_rebuild): re-order notebook child properly.
Connect to destroy events so we update the widget-node widget
pointer properly for linked ui reconfigures.
svn path=/trunk/; revision=28827
|
|
|
|
| |
svn path=/trunk/; revision=28826
|
|
|
|
|
|
|
|
| |
2005-02-20 Christian Rose <menthos@menthos.com>
* sv.po: Updated Swedish translation.
svn path=/trunk/; revision=28825
|
|
|
|
| |
svn path=/trunk/; revision=28824
|