Commit Graph

28615 Commits

Author SHA1 Message Date
5cbf864dca Updated Czech doc translation by Jiri Eischmann.
svn path=/trunk/; revision=35323
2008-04-05 19:42:29 +00:00
52ba74cef4 ** Fixes part of bug #526152, plus some tangential code cleanup.
2008-04-05  Matthew Barnes  <mbarnes@redhat.com>

	** Fixes part of bug #526152, plus some tangential code cleanup.

	* mail/Makefile.am:
	Remove all the IDL crud for GnomeSpell.

	* mail/em-composer-prefs.c:
	* mail/evolution-mail.schemas.in:
	* mail/mail-config.c:
	Define our own GConf keys for active spell checking languages
	and the underline color for misspelled words, instead of relying
	on GnomeSpell's GConf keys.  The new keys are:
	/apps/evolution/mail/composer/spell_color	(string)
	/apps/evolution/mail/composer/spell_languages	(list of strings)

	* mail/em-composer-prefs.c:
	* mail/em-composer-prefs.h:
	Cleanup the logic a bit to improve readability.

	* mail/mail-config.c:
	Cleanup the GConf notification logic:
	- We don't need the notification IDs for GConf keys we're watching.
	- Minimize the repetition of GConf keys to reduce the risk of typos.
	- Reduce the number of notification callback functions.

	* mail/Spell.idl:
	Remove this file; we don't use GnomeSpell anymore.

	* composer/e-msg-composer.c:
	* composer/e-composer-private.h:
	Initialize a new composer's spell checking language menu via
	our new "spell_languages" GConf key.

	* tools/killev.c (main):
	No need to continue killing the GnomeSpell Bonobo server.


svn path=/trunk/; revision=35322
2008-04-05 15:26:26 +00:00
20fca64c5a Same as below.
2008-04-04  Jeffrey Stedfast  <fejj@novell.com>

	* em-format-quote.c (emfq_format_header): Same as below.


svn path=/trunk/; revision=35320
2008-04-05 02:59:53 +00:00
5a8c7e1830 Need to unfold some headers. Also simplified figuring out the label.
2008-04-04  Jeffrey Stedfast  <fejj@novell.com>

	* em-format-html.c (efh_format_header): Need to unfold some
	headers. Also simplified figuring out the label.
	(efh_format_headers): Cleaned up some code.


svn path=/trunk/; revision=35319
2008-04-05 02:51:38 +00:00
af6064b6e1 ** Fix for bug #264456
2008-04-02  Milan Crha  <mcrha@redhat.com>

	** Fix for bug #264456

	* mail-component.c: (view_changed):
	Do not count deleted junk messages when doesn't show deleted messages.


svn path=/trunk/; revision=35317
2008-04-03 14:14:20 +00:00
b2574922fa ** Fix for bug #350308
2008-04-03  Milan Crha  <mcrha@redhat.com>

	** Fix for bug #350308

	* em-format-html-display.c: (efhd_gtkhtml_realise): Make colors only
	darker, not lighter. Use black in case someone has too dark theme.


svn path=/trunk/; revision=35316
2008-04-03 13:43:42 +00:00
16068d9b41 ** Merge the mbarnes-composer branch
2008-04-02  Matthew Barnes <mbarnes@redhat.com>

	** Merge the mbarnes-composer branch

	* configure.in:
	Bump libgtkhtml requirement to 3.19.1.
	Add gtkhtml-editor dependency for addressbook, calendar and mail.
	Remove print-message plugin; new composer implements this natively.

	* tools/Makefile.am:
	Remove CORBA rules for the old composer.

	* addressbook/gui/widgets/Makefile.am:
	Remove CORBA rules for the old composer.

	* addressbook/gui/widgets/eab-gui-util.c
	(eab_send_to_contact_and_email_num_list),
	(eab_send_contact_list_as_attachment):
	Adapt to new Bonobo-less composer widget.

	* calendar/gui/Makefile.am:
	Remove CORBA rules for the old composer.

	* calendar/gui/itip-utils.c (comp_from), (comp_to_list),
	(comp_subject), (comp_content_type), (comp_filename),
	(comp_description), (append_cal_attachments), (itip_send_comp),
	(reply_to_calendar_comp):
	Adapt to new Bonobo-less composer widget.

	* composer/Makefile.am:
	Remove CORBA rules for the old composer.

	* composer/e-msg-composer.c:
	* composer/e-msg-composer.h:
	EMsgComposer is now a subclass of GtkhtmlEditor.
	Extensive refactoring and cleanup, too much to list in detail.

	* composer/e-composer-header.c:
	* composer/e-composer-header.h:
	Add "sensitive" property along with get/set functions.

	* composer/e-composer-from-header.c:
	* composer/e-composer-from-header.h:
	Propagate "refreshed" signal from EAccountComboBox.
	Add function e_composer_from_header_get_account_list().

	* composer/e-composer-private.c:
	* composer/e-composer-private.h:
	New files manage composer's private data.
	Allows other composer files to manipulate private data.

	* composer/e-msg-composer-hdrs.c:
	* composer/e-msg-composer-hdrs.h:
	Remove these files; replaced by EComposerHeaderTable widget.

	* composer/evolution-composer.c:
	* composer/evolution-composer.h:
	Remove these files; composer is now a subclass of GtkhtmlEditor.

	* composer/e-msg-composer-select-file.c:
	* composer/e-msg-composer-select-file.h:
	Remove these files; logic moved to e-msg-composer.c.

	* composer/listener.c:
	* composer/listener.h:
	Remove these files; event handlers moved to e-msg-composer.c.

	* composer/Composer.idl:
	* composer/Evolution-Composer.idl:
	Remove these files; composer is no longer a Bonobo object.

	* mail/em-composer-prefs (sig_edit_cb),
	(em_composer_prefs_new_signature):
	Adapt to new Bonobo-less signature editor.

	* mail/mail-signature-editor.c:
	* mail/mail-signature-editor.h:
	Rewrite the signature editor as a subclass of GtkhtmlEditor.
	Eliminates Bonobo from the equation.

	* mail/em-composer-utils.c (composer_get_message),
	(em_utils_composer_send_cb), (save_draft_done),
	(em_utils_composer_save_draft_cb), (create_new_composer),
	(em_utils_compose_new_message),
	(em_utils_compose_new_message_with_mailto), (em_utils_post_to_folder),
	(em_utils_post_to_url), (edit_message), (forward_attached),
	(forward_non_attached), (reply_get_composer), (composer_set_body),
	(em_utils_reply_to_message), (post_reply_to_message):
	Adapt to new Bonobo-less composer.

	* mail/mail-component-factory.c:
	Composer is no longer needs a Bonobo factory.

	* mail/mail-config.c:
	Fix style pattern for EMsgComposer widgets.

	* plugins/groupwise/mail-send-options.c
	(org_gnome_composer_send_options):
	Adapt to streamlined EMsgComposer API.

	* plugins/exchange-operations/Makefile.am:
	Add EVOLUTION_MAIL_CFLAGS and EVOLUTION_MAIL_LIBS.

	* plugins/exchange-operations/exchange-mail-send-options.c
	(append_to_header), (org_gnome_exchange_send_options):
	Adapt to streamlined EMsgComposer API.

	* plugins/mailing-list-actions/mailing-list-actions.c
	(emla_list_action_do):
	Adapt to streamlined EMsgComposer API.

	* po/POTFILES.in: Update file list for new composer.

	* ui/evolution-composer-entries.xml:
	Remove this file; obsoleted by new composer.

	* widgets/misc/Makefile.am:
	Add EVOLUTION_MAIL_LIBS.

	* widgets/misc/e-account-combo-box.c:
	* widgets/misc/e-account-combo-box.h:
	New function e_account_combo_box_get_account_list().
	Emit a "refreshed" signal when the EAccountList changes.
	Add an internal reverse-lookup index.

	* widgets/misc/e-charset-picker.c (e_charser_add_radio_actions):
	New function adds radio actions to an action group.
	Will eventually replace e_charset_picker_bonobo_ui_populate().

	* widgets/misc/e-signature-combo-box.c:
	* widgets/misc/e-signature-combo-box.h:
	New function e_signature_combo_box_get_signature_list().

	... separate issue ...

	* configure.in:
	Bump eds_minimum_version to 2.23.1 for
	CAMEL_FOLDER_JUNKED_NOT_DELETED symbol.


svn path=/trunk/; revision=35313
2008-04-02 18:37:22 +00:00
ee50e5d68e ** Fix for bug #271863
2008-04-02  Milan Crha  <mcrha@redhat.com>

	** Fix for bug #271863

	* mail-component.c: (view_changed):
	Do not count deleted junked messages to total number of messages
	with unchecked "Hide Deleted Messages" option.


svn path=/trunk/; revision=35312
2008-04-02 13:33:11 +00:00
20765294d7 ** Fix for bug #522764
2008-04-02  Ross Burton  <ross@openedhand.com>

	** Fix for bug #522764

	* exchange-account-setup.c:
	* exchange-folder-subscription.c:
	* exchange-folder-permission.c: Remove unused include.


svn path=/trunk/; revision=35311
2008-04-02 13:07:45 +00:00
4f8cb403b2 s/evo_label_a.PNG/evo_label_a.png here, too.
2008-04-02  Tor Lillqvist  <tml@novell.com>

	* Makefile.am (DOC_FIGURES): s/evo_label_a.PNG/evo_label_a.png
	here, too.


svn path=/trunk/; revision=35309
2008-04-02 04:13:09 +00:00
d5361676ec Duplicate. Use evo_label_a.png.
svn path=/trunk/; revision=35308
2008-04-02 04:12:07 +00:00
66b60ff8c9 Version bump for 2.23.1.
2008-04-01  Matthew Barnes  <mbarnes@redhat.com>

	* configure.in: Version bump for 2.23.1.


svn path=/trunk/; revision=35303
2008-04-01 19:43:43 +00:00
07cc33c00f Remove this, it's a duplicate of es/figures/evo_label_a.png.
2008-04-01  Tor Lillqvist  <tml@novell.com>

	* es/figures/evo_label_a.PNG: Remove this, it's a duplicate of
	es/figures/evo_label_a.png.


svn path=/trunk/; revision=35298
2008-04-01 12:15:48 +00:00
4ac1cad438 ** Fixes bug #525508, spotted by Thomas M.
2008-04-01  Matthew Barnes  <mbarnes@redhat.com>

	** Fixes bug #525508, spotted by Thomas M.

	* message-list.c (ml_tree_value_at):
	Fix a leaking CamelURL in the COL_LOCATION case.


svn path=/trunk/; revision=35297
2008-04-01 11:37:42 +00:00
18fc206e96 ** Fixes bug #525510, patch from Thomas M.
2008-04-01  Matthew Barnes  <mbarnes@redhat.com>

	** Fixes bug #525510, patch from Thomas M.

	* mail/message-list.c (ml_tree_value_at):
	Mark "On This Computer" for translation.


svn path=/trunk/; revision=35296
2008-04-01 11:21:00 +00:00
e040065df0 Mono Loader Camel.cs: Type cast. Fixes compile error.
svn path=/trunk/; revision=35295
2008-04-01 10:42:13 +00:00
401c1b900e Updated German translation.
2008-31-31  Philipp Kerling  <k.philipp@gmail.com>

	* de.po: Updated German translation.

svn path=/trunk/; revision=35293
2008-03-31 12:54:42 +00:00
d927bcf83f Bugfix in German translation by Dominik Sandjaja
2008-03-31  Philipp Kerling  <k.philipp@gmail.com>

        * de.po: Bugfix in German translation by Dominik Sandjaja

svn path=/trunk/; revision=35292
2008-03-31 12:50:26 +00:00
667dd21d35 ** Fix for bug #521562
2008-03-31  Milan Crha  <mcrha@redhat.com>

	** Fix for bug #521562

	* gui/contact-editor/e-contact-editor-address.c: (countries []):
	Small typo fix.


svn path=/trunk/; revision=35291
2008-03-31 10:04:51 +00:00
53b7122d0e ** Fix for bug #506347
2008-03-31  Milan Crha  <mcrha@redhat.com>

	** Fix for bug #506347

	* gui/widgets/eab-contact-display.c:
	(eab_contact_display_render_compact):
	Inherit background colors from actual theme, do not use hardcoded one.


svn path=/trunk/; revision=35290
2008-03-31 10:01:55 +00:00
0e3447e1da ** Fix for bug #404241
2008-03-31  Milan Crha  <mcrha@redhat.com>

	** Fix for bug #404241

	* gui/widgets/e-minicard.c: (get_email_location), (add_email_field):
	* gui/widgets/eab-contact-display.c: (get_email_location):
	Never return NULL, rather return "Other" as default.


svn path=/trunk/; revision=35289
2008-03-31 09:58:42 +00:00
14517736a2 Patch from Qin Kuangyu: Fix for bug #346555 (Fixed a couple of mnemonic conflicts)
svn path=/trunk/; revision=35288
2008-03-31 08:40:04 +00:00
a88fceee7c Patch from Frederic Crozat <fcrozat@mandriva.com>: Fix for bug #501885 (Specify locale directory correctly)
svn path=/trunk/; revision=35287
2008-03-31 05:27:44 +00:00
bc8bd32417 Fix some unused variable warnings.
2008-03-29  Matthew Barnes  <mbarnes@redhat.com>

	* mail/em-network-prefs.c (em_network_prefs_finalise),
	(em_network_prefs_destroy), (emnp_parse_ignore_hosts):
	Fix some unused variable warnings.


svn path=/trunk/; revision=35283
2008-03-29 15:38:06 +00:00
e7fb6d133e sv.po: Updated Swedish translation
svn path=/trunk/; revision=35280
2008-03-27 23:03:52 +00:00
5ce421aecb ** Fixes bug #523271
2008-03-27  Matthew Barnes  <mbarnes@redhat.com>

	** Fixes bug #523271

	* mail/em-popup.c (emp_standard_menu_factory):
	Lowercase the MIME type before passing it to
	gnome_vfs_mime_get_all_applications().


svn path=/trunk/; revision=35276
2008-03-27 17:20:21 +00:00
660c728dcc ** Fix for bug #523541
2008-03-27  Milan Crha  <mcrha@redhat.com>

	** Fix for bug #523541

	* itip-formatter.c: (find_server):
	Do not leak memory returned by e_cal_component_get_recurid_as_string.


svn path=/trunk/; revision=35275
2008-03-27 13:08:06 +00:00
dbb506b643 ** Fix for bug #522178
2008-03-27  Milan Crha  <mcrha@redhat.com>

	** Fix for bug #522178

	* mail-folder-cache.c: (folder_changed): Put back hack with
	checking time of new message in the folder based with last
	time of new mail as it was before patch in bug #492702.


svn path=/trunk/; revision=35273
2008-03-27 12:00:31 +00:00
7ea7aa0b49 ** Fix for bug #519292
2008-03-27  Milan Crha  <mcrha@redhat.com>

	** Fix for bug #519292

	* mail/message-list.h: (message_list_set_expand_all):
	* mail/message-list.c: (message_list_set_expand_all):
	Remove unused confusing function.
	* mail/message-list.c: (regen_list_done):
	Use numbers instead of gboolean value.

	* widgets/table/e-tree-table-adapter.c: (set_expanded_state_func),
	(set_collapsed_state_func): Use rather recurse function.


svn path=/trunk/; revision=35271
2008-03-27 11:45:36 +00:00
c11807e2eb ** Fix for bug #517492
2008-03-27  Milan Crha  <mcrha@redhat.com>

	** Fix for bug #517492

	* gui/dialogs/calendar-setup.c: (calendar_setup_edit_calendar),
	(calendar_setup_edit_task_list), (calendar_setup_edit_memo_list):
	Set proper dialog caption with New or Properties.


svn path=/trunk/; revision=35270
2008-03-27 11:36:39 +00:00
b9a0f67d3e ** Fix for bug #511957
2008-03-27  Milan Crha  <mcrha@redhat.com>

	** Fix for bug #511957

	* plugins/groupwise-features/org-gnome-proxy-login-errors.xml:
	* plugins/groupwise-features/org-gnome-shared-folder.errors.xml:
	* plugins/groupwise-features/org-gnome-proxy-errors.xml:
	* plugins/groupwise-features/org-gnome-mail-retract-errors.xml:
	Mark messages for translation.

	* po/POTFILES.in:
	Added plugins/groupwise-features/org-gnome-mail-retract-errors.xml.


svn path=/trunk/; revision=35269
2008-03-27 11:31:40 +00:00
787be15b58 ** Fix for bug #511956
2008-03-27  Milan Crha  <mcrha@redhat.com>

	** Fix for bug #511956

	* share-folder.c: (notification_clicked): Mark text for translation.
	* properties.glade: Make dialog nicer.


svn path=/trunk/; revision=35268
2008-03-27 11:25:56 +00:00
107a40775f ** Fix for bug #511953
2008-03-27  Milan Crha  <mcrha@redhat.com>

	** Fix for bug #511953

	* share-folder.c: (notification_clicked): Create dialog properly.


svn path=/trunk/; revision=35266
2008-03-27 11:21:44 +00:00
45f90d5e70 ** Fix for bug #511950
2008-03-27  Milan Crha  <mcrha@redhat.com>

	** Fix for bug #511950

	* properties.glade: Do not force button/label sizes.


svn path=/trunk/; revision=35264
2008-03-27 11:18:21 +00:00
83cdb01f28 ** Fix for bug #507526
2008-03-27  Milan Crha  <mcrha@redhat.com>

	** Fix for bug #507526

	* e-send-options.glade: Add translators' comment.


svn path=/trunk/; revision=35263
2008-03-27 11:13:36 +00:00
34dcaea22c ** Fix for bug #502826 (original patch by nickspoon0)
2008-03-27  Milan Crha  <mcrha@redhat.com>

	** Fix for bug #502826 (original patch by nickspoon0)

	* mail-config.glade:
	* em-composer-prefs.c: (attach_style_reply_new_order),
	(attach_style_info_reply), (em_composer_prefs_construct):
	Reword and reorder Reply Style items in the Preferences.


svn path=/trunk/; revision=35262
2008-03-27 11:09:32 +00:00
8ef7c0306e ** Fix for bug #488175
2008-03-27  Milan Crha  <mcrha@redhat.com>

	** Fix for bug #488175

	* message-list.c: (ml_tree_value_at):
	Colorize follow-up messages same as with due-by flag.


svn path=/trunk/; revision=35261
2008-03-27 11:04:18 +00:00
2759c2e3a7 ** Fix for bug #438613
2008-03-27  Milan Crha  <mcrha@redhat.com>

	** Fix for bug #438613

	* addressbook/addressbook.error.xml:
	Improved "contact-delete-error-perm" secondary text.

	* calendar/calendar.error.xml: New message "prompt-read-only-cal-editor".
	* calendar/gui/dialogs/comp-editor.c: (prompt_and_save_changes),
	(menu_file_save_cb): Use different read-only message when checking
	from contact editor and from calendar UI.


svn path=/trunk/; revision=35260
2008-03-27 10:38:33 +00:00
eaca5de27a ** Fix for bug #316572
2008-03-27  Milan Crha  <mcrha@redhat.com>

	** Fix for bug #316572

	* gui/component/ldap-config.glade: Do not translate unused text.


svn path=/trunk/; revision=35258
2008-03-27 10:26:18 +00:00
aab7505550 Fixes Bug #524434. From PC Radhika <pradhika@novell.com>
svn path=/trunk/; revision=35252
2008-03-26 07:02:12 +00:00
eef9fcb864 Updated British English translation.
2008-03-25  Philip Withnall  <pwithnall@svn.gnome.org>

	* en_GB.po: Updated British English translation.


svn path=/trunk/; revision=35250
2008-03-25 23:20:55 +00:00
5113ce2c53 Updated Greek translation
svn path=/trunk/; revision=35247
2008-03-25 16:59:07 +00:00
126fef4ef3 ** Fix for bug #524310
2008-03-25  Dan Williams  <dcbw@redhat.com>

	** Fix for bug #524310

	* mail/mail-session.c: don't double-free server messages


svn path=/trunk/; revision=35244
2008-03-25 14:54:40 +00:00
a10be1eb58 Fix for Bug #507372 from PC Radhika <pradhika@novell.com>
svn path=/trunk/; revision=35243
2008-03-25 13:23:20 +00:00
05c0a6191a We are using some g_object_set on EAccount. We should also avoid
2008-03-25  Sankar P  <psankar@novell.com>

	* proxy.c: (org_gnome_proxy):
	We are using some g_object_set on EAccount. 
	We should also avoid double-free later. So reffing. 

svn path=/trunk/; revision=35241
2008-03-25 11:42:56 +00:00
62c855b631 Varadhan's patch for configurable proxy settings in Evolution.
M    shell/apps_evolution_shell.schemas.in
M    shell/ChangeLog
A    mail/em-network-prefs.c
M    mail/GNOME_Evolution_Mail.server.in.in
A    mail/em-network-prefs.h
M    mail/ChangeLog
M    mail/mail-config.glade
M    mail/Makefile.am
M    mail/mail-component-factory.c
M    mail/mail-config-factory.c

svn path=/trunk/; revision=35240
2008-03-25 11:28:50 +00:00
b90194e639 Translation updated by Ivar Smolin
2008-03-25  Priit Laes  <plaes at svn dot gnome dot org>

	* et.po: Translation updated by Ivar Smolin

svn path=/trunk/; revision=35238
2008-03-25 06:58:57 +00:00
e5295fded9 Translation updated by Ivar Smolin
2008-03-23  Priit Laes  <plaes at svn dot gnome dot org>

	* et.po: Translation updated by Ivar Smolin

svn path=/trunk/; revision=35236
2008-03-22 22:21:35 +00:00
43beee2933 Updated Danish translation
svn path=/trunk/; revision=35235
2008-03-21 22:47:33 +00:00
61e472e08a Updated Lithuanian translation.
2008-03-21  Gintautas Miliauskas  <gintas@akl.lt>

	* lt.po: Updated Lithuanian translation.



svn path=/trunk/; revision=35230
2008-03-20 22:20:20 +00:00