Commit Graph

28025 Commits

Author SHA1 Message Date
f5bed9bf7b ** Fixes bug #495123
2007-11-27  Matthew Barnes  <mbarnes@redhat.com>

	** Fixes bug #495123

	* composer/Makefile.am:
	Add a bunch of files for managing composer headers.

	* composer/e-msg-composer.c (build_message), (from_changed_cb),
	(set_editor_signature), (e_msg_composer_set_body),
	(e_msg_composer_get_preferred_account):
	* plugins/exchange-operations/exchange-mail-send-options.c
	(append_to_header):
	Use e_msg_composer_hdrs_get_from_account() to obtain the EAccount.

	* composer/e-msg-composer-hdrs.c:
	* composer/e-msg-composer-hdrs.h:
	Massive refactoring to use new EComposerHeader classes.

	* composer/e-composer-header.c:
	* composer/e-composer-header.h:
	* composer/e-composer-from-header.c:
	* composer/e-composer-from-header.h:
	* composer/e-composer-name-header.c:
	* composer/e-composer-name-header.h:
	* composer/e-composer-post-header.c:
	* composer/e-composer-post-header.h:
	* composer/e-composer-text-header.c:
	* composer/e-composer-text-header.h:
	New GObject classes manage different types of composer headers.
	See bug #495123 for a more detailed description of each class.

	* mail/mail-session.c (mail_session_init):
	Pass the CamelSession to the EAccountComboBox class (ugly hack).

	* widgets/misc/Makefile.am:
	Add e-account-combo-box.[ch].

	* widgets/misc/e-account-combo-box.c:
	* widgets/misc/e-account-combo-box.h:
	New widget renders an EAccountList as a combo box.  Also listens
	for changes to the EAccountList and updates itself accordingly.


svn path=/trunk/; revision=34600
2007-11-27 20:24:44 +00:00
8aa60af54e ** Fix for bug #500024
2007-11-27  Milan Crha  <mcrha@redhat.com>

	** Fix for bug #500024

	* gui/print.c: (print_comp): Set number of pages first.


svn path=/trunk/; revision=34597
2007-11-27 18:07:03 +00:00
5ce84cd713 Updated Slovenian translation
svn path=/trunk/; revision=34596
2007-11-27 14:18:37 +00:00
353f42514a Updated Slovenian translation
svn path=/trunk/; revision=34595
2007-11-27 14:17:45 +00:00
1f74b32037 ** Fix for bug #214645
2007-11-27  Milan Crha  <mcrha@redhat.com>

	** Fix for bug #214645

	* gui/e-week-view.c: (e_week_view_get_day_position),
	(e_week_view_convert_position_to_day):
	* gui/e-week-view-layout.c: (e_week_view_layout_event),
	(e_week_view_layout_get_span_position):
	Collapses non-working days to occupy one row and expand other days
	if possible.


svn path=/trunk/; revision=34594
2007-11-27 09:48:14 +00:00
dd34eba30c ** Fixes bug #495951 Use GtkTreeView in place of ETable
2007-11-26  Gilles Dartiguelongue  <gdartigu@svn.gnome.org>

        ** Fixes bug #495951
        Use GtkTreeView in place of ETable


svn path=/trunk/; revision=34590
2007-11-26 21:40:20 +00:00
d218775fe4 ** Fixes bug #497810
2007-11-26  Andre Klapper  <a9016009@gmx.de>

	** Fixes bug #497810

 	* ui/evolution.xml:
	* shell/e-shell-window-commands.c:
	add "Evolution FAQ" help menu item


svn path=/trunk/; revision=34589
2007-11-26 19:50:36 +00:00
1fd244770a ** Fixes bug #499644
2007-11-26  Matthew Barnes  <mbarnes@redhat.com>

	** Fixes bug #499644

	* em-junk-filter.c (user_remote_tests_cb),
	(org_gnome_sa_use_remote_tests):
	The behavior of the "Include remote tests" check button was swapped
	with respect to its state.  Probably why SpamAssassin seemed slow.


svn path=/trunk/; revision=34586
2007-11-26 14:11:28 +00:00
042ba3ee7e ** Fix for bug #216485 Edit->Select thread menu fix and improvement.
2007-11-26 Nicholas Miell <nmiell@gmail.com>

	** Fix for bug #216485
	Edit->Select thread menu fix and improvement.

	* mail/em-folder-browser.c: (emfb_edit_select_subthread): new function,
	(emfb_enable_map, emfb_verbs) hook it up
	* mail/message-list.c: (select_thread): new function based on
	thread_select_foreach, (thread_select_foreach): remove the logic
	now in select_thread, (message_list_select_thread): use
	select_thread, (subthread_select_foreach): new function,
	(message_list_select_subthread): new function
	* mail/message-list.h: (message_list_select_subthread): add prototype

	* ui/evolution-mail-list.xml
	Add Select Message Subthread


svn path=/trunk/; revision=34585
2007-11-26 11:28:54 +00:00
897f2574fd ** Fix for bug #346693
2007-11-26  Milan Crha  <mcrha@redhat.com>

	** Fix for bug #346693

	* gui/e-day-view.c: (e_day_view_on_editing_started):
	Ensure new event in top canvas will be visible.


svn path=/trunk/; revision=34584
2007-11-26 10:20:59 +00:00
e1cbf635f8 ** Fix for bug #380644
2007-11-26  Milan Crha  <mcrha@redhat.com>

	** Fix for bug #380644

	* gui/dialogs/task-page.h: (task_page_add_attendee):
	* gui/dialogs/task-page.c: (task_page_add_attendee):
	* gui/dialogs/event-page.h: (event_page_add_attendee):
	* gui/dialogs/event-page.c: (event_page_add_attendee):
	New function to add attendee to store and name selector.
	* gui/dialogs/task-page.c: (remove_attendee): Remove attendee also
	from name selector (keep consistent).
	* gui/dialogs/task-editor.c: (task_editor_edit_comp):
	Use task_page_add_attendee to add known attendees.
	* gui/dialogs/event-editor.c: (event_editor_edit_comp):
	Use event_page_add_attendee to add known attendees.

	* gui/e-meeting-store.c: (e_meeting_store_remove_all_attendees),
	(e_meeting_store_remove_attendee): Code cleanup by Matthew Barnes.


svn path=/trunk/; revision=34582
2007-11-26 10:16:52 +00:00
ced5862cb6 ** Fix for bug #325730
2007-11-23  Milan Crha  <mcrha@redhat.com>

	** Fix for bug #325730

	* gui/e-memos.c: (table_selection_change_cb):
	* gui/e-tasks.c: (table_selection_change_cb):
	Clear task/memo preview when have more or less than one row selected.
	* gui/e-cal-model.c: (e_cal_view_objects_added_cb),
	(e_cal_view_objects_removed_cb), (remove_client_objects):
	First delete, then notify, so we read from updated store.


svn path=/trunk/; revision=34577
2007-11-23 09:56:15 +00:00
36917891fe ** Fix for bug #353807
2007-11-23  Milan Crha  <mcrha@redhat.com>

	** Fix for bug #353807

	* mail-to-task.c: (do_mail_to_task): Notice user if any error occur
	during opening calendar, calendar is readonly or when add fails.


svn path=/trunk/; revision=34576
2007-11-23 09:51:07 +00:00
fe9f7e3ec7 ** Fix for bug #495711
2007-11-23  Milan Crha  <mcrha@redhat.com>

	** Fix for bug #495711

	* gui/contact-editor/e-contact-editor.h: (struct _EContactEditor):
	* gui/contact-editor/e-contact-editor.c: (full_name_response),
	(full_name_clicked), (e_contact_editor_init):
	Keep track of previously created Full Name dialog and reuse it.


svn path=/trunk/; revision=34575
2007-11-23 09:45:46 +00:00
906aa2cf6a ** Fix for bug #494414
2007-11-23  Milan Crha  <mcrha@redhat.com>

	** Fix for bug #494414

	* em-folder-selection-button.c: (set_contents): If used uri points
	to an account, then prepend account's name to folder name.


svn path=/trunk/; revision=34574
2007-11-23 09:42:41 +00:00
614642401c ** Fix for bug #479081
2007-11-23  Milan Crha  <mcrha@redhat.com>

	** Fix for bug #479081

	* exchange-account-setup.c: (org_gnome_exchange_owa_url):
	Check for input validity immediately after creating setup widgets.


svn path=/trunk/; revision=34572
2007-11-23 09:38:33 +00:00
4f786c1511 ** Fix for bug #458237
2007-11-23  Milan Crha  <mcrha@redhat.com>

	** Fix for bug #458237

	* itip-formatter.c: (start_calendar_server), (source_selected_cb):
	Check for non-NULL source before using it to prevent a crash.


svn path=/trunk/; revision=34570
2007-11-23 09:33:14 +00:00
1414e25bb3 ** Fix for bug #494425
2007-11-23  Milan Crha  <mcrha@redhat.com>

	** Fix for bug #494425

	* em-utils.c: (get_unique_file_names):
	New helper function to "assign" unique file name to each part.
	* em-utils.c: (em_utils_save_parts): Use new helper function.


svn path=/trunk/; revision=34568
2007-11-23 09:22:45 +00:00
1c88010c53 ** Fix for bug #335931
2007-11-23  Milan Crha  <mcrha@redhat.com>

	** Fix for bug #335931

	* message-list.c: (struct _regen_list_msg): New member last_row.
	* message-list.c: (regen_list_regen): Store last_row for later use.
	* message-list.c: (regen_list_regened): Restore row based on last_row
	when no uid was selected before.
	* message-list.c: (mail_regen_list): Init new last_row member.
	* em-folder-view.c: (emfv_select_next_message): New helper function
	to select messages in list.
	* em-folder-view.c: (emfv_popup_mark_junk), (emfv_popup_mark_nojunk),
	(emfv_popup_delete): Using new helper function, so get same behavior.

	* message-list.h: (struct _MessageList):
	* message-list.c: (on_cursor_activated_cmd): Removed cursor_row member.


svn path=/trunk/; revision=34567
2007-11-23 09:06:00 +00:00
c67cc6aa87 ** Fix for bug #484603
2007-11-23  Milan Crha  <mcrha@redhat.com>

	** Fix for bug #484603

	* gui/e-week-view.c: (e_week_view_reshape_event_span):
	Do not forget for organizer icon when counting used icons.


svn path=/trunk/; revision=34565
2007-11-23 08:50:21 +00:00
1364889a98 ** Fix for bug #498551
2007-11-22  Milan Crha  <mcrha@redhat.com>

	** Fix for bug #498551

	* em-folder-tree.c: (emft_get_folder_info__got):
	Remove placeholder node even for store if no children found.


svn path=/trunk/; revision=34563
2007-11-22 07:37:14 +00:00
c362915ea1 ** Fix for bug #256899 by Chaya
2007-11-22  Milan Crha  <mcrha@redhat.com>

	** Fix for bug #256899 by Chaya

	* mail-config.glade:
	* em-account-prefs.h: (struct _EMAccountPrefs):
	* em-account-prefs.c: (account_delete_clicked),
	(account_able_clicked), (account_able_toggled),
	(account_cursor_change), (em_account_prefs_construct):
	Remove "Disable/Enable" button from Mail Accounts preferences.


svn path=/trunk/; revision=34562
2007-11-22 07:00:46 +00:00
01dd4d2c12 Updated Occitan translation
svn path=/trunk/; revision=34561
2007-11-21 18:47:12 +00:00
6b03a3cd5f Updated Occitan translation
svn path=/trunk/; revision=34560
2007-11-20 21:26:19 +00:00
5434fdb0d2 Updated Spanish translation
svn path=/trunk/; revision=34559
2007-11-20 21:14:07 +00:00
3dd5a2bdfa sv.po: Updated Swedish translation
svn path=/trunk/; revision=34558
2007-11-20 16:43:54 +00:00
39fad64046 ** Fix for bug #480514
2007-11-20  Milan Crha  <mcrha@redhat.com>

	** Fix for bug #480514

	* em-folder-browser.c: (get_view_query),
	(emfb_search_search_activated): Let work "Last 5 Days' Messages" and
	"Recent messages" filters in Sent folder too.


svn path=/trunk/; revision=34556
2007-11-20 09:01:59 +00:00
b865316e7e ** Fix for bug #493783
2007-11-20  Milan Crha  <mcrha@redhat.com>

	** Fix for bug #493783

	* em-format-html.c: (efh_format_timeout): Do not erase old content
	when re-formatting same mail, so keep scroll position.


svn path=/trunk/; revision=34554
2007-11-20 08:57:40 +00:00
502751f240 ** Fix for bug #498173
2007-11-19  Sankar P  <psankar@novell.com>

	** Fix for bug #498173

	* plugin-manager.c: (eppm_response):
	e_plugin_configure should be called only
	when user clicks on Configure button.



svn path=/trunk/; revision=34553
2007-11-19 13:00:15 +00:00
aa3aab8304 ** Fix for bug #401337
2007-11-19  Milan Crha  <mcrha@redhat.com>

	** Fix for bug #401337

	* gui/dialogs/task-page.glade:
	* gui/dialogs/task-page.c: (sensitize_widgets), (get_widgets):
	Use other mnemonic for Organizer and let it work properly.


svn path=/trunk/; revision=34552
2007-11-19 09:56:52 +00:00
5e800b4fc3 Updated Spanish translation
svn path=/trunk/; revision=34550
2007-11-18 21:47:21 +00:00
82101429ac ** Fix for bug #495875
right click menu reordering

svn path=/trunk/; revision=34549
2007-11-17 23:20:07 +00:00
2c18711420 fixing little typo
* fixing little typo

svn path=/trunk/; revision=34548
2007-11-17 22:14:55 +00:00
aad95f711a ** Fix bug #495872
uniformization of actions with memos/calendars/tasks

svn path=/trunk/; revision=34547
2007-11-17 22:11:53 +00:00
dd92a1c0e4 Evolution 2.21.2 release.
2007-11-12  Srinivasa Ragavan  <sragavan@novell.com>

        * NEWS, configure.in: Evolution 2.21.2 release.


svn path=/trunk/; revision=34545
2007-11-17 17:00:38 +00:00
26c2424778 ** Fix for bug #492793
2007-11-16  Milan Crha  <mcrha@redhat.com>

	** Fix for bug #492793

	* gui/dialogs/task-page.c: (task_page_fill_component):
	* gui/dialogs/comp-editor.c: (page_changed_cb),
	(page_summary_changed_cb), (page_dates_changed_cb):
	* gui/dialogs/event-page.c: (event_page_fill_component):
	* gui/dialogs/memo-page.c: (memo_page_fill_component):
	Pass real widget as parent to e_notice, not a GObject.


svn path=/trunk/; revision=34543
2007-11-16 14:52:25 +00:00
22b05338cf Fixed bug 422993. Thanks to Hanka Zalska.
2007-11-15  Marcel Telka  <marcel@telka.sk>

	* sk.po: Fixed bug 422993. Thanks to Hanka Zalska.

svn path=/trunk/; revision=34540
2007-11-15 23:51:18 +00:00
73258ef76f Call camel_folder_info_new() instead of g_new0().
2007-11-14  Matthew Barnes  <mbarnes@redhat.com>

	* mail/em-folder-tree.c (em_folder_tree_get_selected_folder_info):
	* plugins/exchange-operations/exchange-folder.c (ex_create_folder_info):
	Call camel_folder_info_new() instead of g_new0().


svn path=/trunk/; revision=34538
2007-11-15 04:38:31 +00:00
9e4fcb29cf ** Remove trailing whitespace from source code.
2007-11-14  Matthew Barnes  <mbarnes@redhat.com>

	** Remove trailing whitespace from source code.


svn path=/trunk/; revision=34537
2007-11-14 22:04:21 +00:00
7e8f8bb9e5 sv.po: Updated Swedish translation
svn path=/trunk/; revision=34536
2007-11-14 15:11:17 +00:00
646619ebd4 Updated Spanish translation
svn path=/trunk/; revision=34535
2007-11-14 14:04:15 +00:00
4f5569e8e8 Updated German translation.
2007-11-14  Andre Klapper  <a9016009@gmx.de>

	* de.po: Updated German translation.


svn path=/trunk/; revision=34534
2007-11-14 00:02:50 +00:00
301a69d414 Fixed invalid translation. Thanks to Matej Krizan.
2007-11-13  Marcel Telka  <marcel@telka.sk>

	* sk.po: Fixed invalid translation. Thanks to Matej Krizan.

svn path=/trunk/; revision=34533
2007-11-13 21:10:43 +00:00
df7b5b4b43 ** Fix for bug #494323
2007-11-13  Ondrej Jirman  <megous@megous.com>

	** Fix for bug #494323

	* gui/e-meeting-store.c: removed useless EBook use.


svn path=/trunk/; revision=34531
2007-11-13 18:43:44 +00:00
11cf7790eb ** Fix for bug #494320
2007-11-13  Ondrej Jirman  <megous@megous.com>

	** Fix for bug #494320

	* e-popup.c: (e_popup_create_menu): Add support for redefining
	existing menu items.


svn path=/trunk/; revision=34530
2007-11-13 18:36:02 +00:00
303194b97a ** Fix for bug #263236
2007-11-13  Milan Crha  <mcrha@redhat.com>

	** Fix for bug #263236

	* mail.error.xml: Terminology cleanup.


svn path=/trunk/; revision=34529
2007-11-13 17:44:00 +00:00
a24d05849b Updated Spanish translation
svn path=/trunk/; revision=34528
2007-11-12 22:39:32 +00:00
d6dbc91c65 ** Fix for bug #458515 string corrected
2007-11-12  indu  <indu_ait@yahoo.co.in>

          ** Fix for bug #458515
          *  status-track.c: (recipient->undelivered_date)
             string corrected


svn path=/trunk/; revision=34527
2007-11-12 22:08:41 +00:00
7c30eabd8a ** Fix for bug #496248
2007-11-12  Andre Klapper  <a9016009@gmx.de>

	** Fix for bug #496248

	* gui/alarm-notify/alarm-notify.glade:
	mark "location" field selectable.


svn path=/trunk/; revision=34526
2007-11-12 21:55:48 +00:00
3a717dd813 Updated Spanish translation
svn path=/trunk/; revision=34525
2007-11-12 17:43:19 +00:00