Commit Graph

28108 Commits

Author SHA1 Message Date
95c53dcc18 Updated Spanish translation
svn path=/trunk/; revision=34703
2007-12-15 21:14:52 +00:00
6cb13b10b6 Part of fix for #492702 from Milan Crha : New mail notify and preferences ui movement.
svn path=/trunk/; revision=34702
2007-12-15 11:59:39 +00:00
4f7d3decd1 Updated Norwegian bokmål translation.
2007-12-15  Kjartan Maraas  <kmaraas@gnome.org>

	* nb.po: Updated Norwegian bokmål translation.

svn path=/trunk/; revision=34701
2007-12-15 11:19:32 +00:00
4045000b05 Attachment reminder cleanup. Fixes 502312. Added some more fixes over Milan Crha's work.
svn path=/trunk/; revision=34700
2007-12-14 19:50:44 +00:00
76a44f8af0 Updated spanish translation
svn path=/trunk/; revision=34699
2007-12-14 15:01:27 +00:00
1e2bc8d38c Moving some code from tree to model where it belongs. Fixes some CPU usage
2007-12-14  Sankar P  <psankar@novell.com>

	* em-folder-tree-model.c: (emft_model_unread_count_changed),
	(em_folder_tree_model_init),
	(em_folder_tree_model_set_unread_count):
	* em-folder-tree.c: (em_folder_tree_construct):
	Moving some code from tree to model where it belongs.
	Fixes some CPU usage issue whenever (un)read count is updated.
	Hopefully no regresssions.



svn path=/trunk/; revision=34698
2007-12-14 12:37:56 +00:00
1ef77c8fc4 Patch by <nickspoon0@gmail.com>
2007-12-14  Tobias Mueller  <tobiasmue@svn.gnome.org>
        Patch by <nickspoon0@gmail.com>

        ** Fixes bug 502188

        * publish-calendar.c: initialize "remember" variable to
        FALSE.


svn path=/trunk/; revision=34697
2007-12-14 09:05:10 +00:00
61f5cfcbaf Fix an implicit function declaration.
2007-12-13  Matthew Barnes  <mbarnes@redhat.com>

	* mail/mail-send-recv.c:
	Fix an implicit function declaration.


svn path=/trunk/; revision=34696
2007-12-13 21:48:18 +00:00
0e65436015 Fix all "entity not defined" warnings (#437579).
2007-12-13  Matthew Barnes  <mbarnes@redhat.com>

	* help/C/evolution.xml:
	Fix all "entity not defined" warnings (#437579).


svn path=/trunk/; revision=34695
2007-12-13 21:34:15 +00:00
cda4109744 ** Fixes bug 474651
2007-12-13  Tobias Mueller  <tobiasmue@svn.gnome.org>

        ** Fixes bug 474651
        * calendar/gui/memos-component.c:
        * addressbook/gui/component/addressbook.c:
        * calendar/gui/tasks-control.c:
        * calendar/gui/tasks-component.c:
        * widgets/misc/e-dateedit.c:
        * calendar/gui/e-cal-model-tasks.c:
        * widgets/misc/e-cell-percent.c:
        * calendar/gui/e-itip-control.c:
        * calendar/gui/comp-editor-factory.c:
        Use format strings in gtk_message_dialog_new


svn path=/trunk/; revision=34694
2007-12-13 18:23:31 +00:00
c73bf5eaa7 ** Fix for bug #340267
2007-12-13  Milan Crha  <mcrha@redhat.com>

	** Fix for bug #340267

	* gui/e-cal-component-preview.c: (write_html):
	* gui/e-cal-component-memo-preview.c: (write_html):
	Show description in preview as preformatted text, so
	tabulators are kept instead of treated as white spaces.


svn path=/trunk/; revision=34693
2007-12-13 09:47:15 +00:00
75b76dedf1 Patch by evilninjasquirrel@hotbrev.com
2007-12-13  Tobias Mueller  <tobiasmue@svn.gnome.org>
        Patch by evilninjasquirrel@hotbrev.com

        ** Fixes bug 474043
        * plugins/exchange-operations/exchange-operations.c:
        * plugins/exchange-operations/exchange-operations.h
        Prevent buffer overflows, by introducing a fourth parameter to
        exchange_operations_tokenize_string - a max size to copy



svn path=/trunk/; revision=34692
2007-12-12 23:08:15 +00:00
df0dfc753e Patch from Alex "weej" Jones <alex@weej.com>: Fix for bug #503111 (Suppress "Loading %s as the default junk plugin" message)
svn path=/trunk/; revision=34691
2007-12-12 16:37:57 +00:00
e3e9fc8d4a ** Fix for bug #502318
2007-12-11  Milan Crha  <mcrha@redhat.com>

	** Fix for bug #502318

	* em-format-html-display.c: (struct _EMFormatHTMLDisplayPrivate),
	(efhd_search_destroy), (em_format_html_get_search_dialog),
	(em_format_html_display_search), (em_format_html_display_search_with),
	(em_format_html_display_search_close), (efhd_complete):
	Track search dialog activity rather based on flag than on widget
	existence, because the pointer to that widget it still
	there (non-NULL) even after destroy of that widget.


svn path=/trunk/; revision=34689
2007-12-11 12:35:28 +00:00
3f9be25786 ** Fix for bug #336074
2007-12-11  Milan Crha  <mcrha@redhat.com>

	** Fix for bug #336074

	* mail-send-recv.c: (get_folders):
	Determine whether refresh folder from the store based on result of new
	store's function 'camel_store_can_refresh_folder'.

Note: Be sure you updated evolution-data-server (revision 8288) and evolution-exchange too

svn path=/trunk/; revision=34688
2007-12-11 08:44:22 +00:00
105608d291 Updated Greek translation
svn path=/trunk/; revision=34687
2007-12-11 08:10:26 +00:00
2e1605c30e ** Fix for bug #501969 Passwords should not be forgotten for all errors
2007-12-11  Sankar P  <psankar@novell.com>

	** Fix for bug #501969
        * Passwords should not be forgotten for all errors


svn path=/trunk/; revision=34686
2007-12-11 05:32:58 +00:00
9ebabcebd1 Updated Spanish translation
svn path=/trunk/; revision=34685
2007-12-11 05:27:50 +00:00
e0d883ba5e Updated Slovenian translation
svn path=/trunk/; revision=34684
2007-12-10 15:10:48 +00:00
a933414f93 ** Fix for bug #502501
2007-12-10  Srinivasa Ragavan  <sragavan@novell.com>

	** Fix for bug #502501

	* main.c: (show_recovery_warning): Re use the existing string.


svn path=/trunk/; revision=34683
2007-12-10 07:39:24 +00:00
0445320615 If it is not FolderBrowser object, the pane size signal is not sent. Fix
2007-12-10  Jeff Cai  <jeff.cai@sun.com>

        * em-folder-view.c: (emfv_setting_notify):
        If it is not FolderBrowser object, the pane size
        signal is not sent.
        Fix #501677


svn path=/trunk/; revision=34681
2007-12-10 05:40:20 +00:00
4cbd83f8a9 ** Fixes bug 474651
2007-12-10  Tobias Mueller  <tobiasmue@svn.gnome.org>

        ** Fixes bug 474651

        * addressbook/gui/contact-editor/eab-editor.c:
        * plugins/save-calendar/ical-format.c:
        * plugins/save-calendar/csv-format.c:
        * plugins/save-calendar/rdf-format.c:
        * plugins/ipod-sync/ical-format.c:
        * plugins/ipod-sync/ipod-sync.c:
        * plugins/ipod-sync/evolution-ipod-sync.c:
        * calendar/gui/dialogs/changed-comp.c:
        * calendar/gui/dialogs/copy-source-dialog.c:
        * calendar/gui/dialogs/delete-error.c:
        Use format strings in gtk_message_dialog_new


svn path=/trunk/; revision=34680
2007-12-09 23:04:53 +00:00
dbdeeca21b change "Evolution FAQ" menu item name to "Frequently Asked questions". if
2007-12-09  Andre Klapper  <a9016009@gmx.de>
 
 	* evolution.xml:
 	change "Evolution FAQ" menu item name to "Frequently Asked questions".
	if i think of it, our users should not need a geek dictionary.


svn path=/trunk/; revision=34679
2007-12-09 22:20:31 +00:00
b22980a553 Updated Spanish translation
svn path=/trunk/; revision=34678
2007-12-09 18:58:22 +00:00
1190a53686 Updated Occitan translation
svn path=/trunk/; revision=34677
2007-12-09 15:50:38 +00:00
abb66ab405 Updated Occitan translation
svn path=/trunk/; revision=34676
2007-12-09 15:42:45 +00:00
909d700bb7 Updated German translation.
2007-12-08  Andre Klapper  <a9016009@gmx.de>

	* de.po: Updated German translation.


svn path=/trunk/; revision=34675
2007-12-08 17:00:53 +00:00
0ae2c7a106 Updated Occitan translation
svn path=/trunk/; revision=34674
2007-12-08 14:39:23 +00:00
a1dfcac56f Updated Occitan translation
svn path=/trunk/; revision=34673
2007-12-08 14:21:44 +00:00
1e1d2c681d Updated Occitan translation
svn path=/trunk/; revision=34672
2007-12-08 14:18:01 +00:00
84372c8015 Add missing files from mail-remote. Updated Norwegian bokmål translation.
2007-12-08  Kjartan Maraas  <kmaraas@gnome.org>

	* POTFILES.in: Add missing files from mail-remote.
	* nb.po: Updated Norwegian bokmål translation.

svn path=/trunk/; revision=34671
2007-12-08 13:19:12 +00:00
b1b27a5400 Wrong translation of "delete" fixed by Rodrigo Flores.
2007-12-08  Leonardo Ferreira Fontenelle  <leonardof@svn.gnome.org>

	* pt_BR.po: Wrong translation of "delete" fixed by Rodrigo Flores.

svn path=/trunk/; revision=34670
2007-12-08 13:18:40 +00:00
0393621697 ** Fix for bug #329706
2007-12-07  Alex Kloss  <alexkloss@att.net>

	** Fix for bug #329706

	* em-utils.c (em_utils_prompt_user):
	Add mnemonic 'd' to 'Do not show...' checkbox
	* mail.error.xml:
	Remove redundant 'Send anyway' label
	Reorder buttons to 'Send','Cancel' as per HIG


svn path=/trunk/; revision=34668
2007-12-07 18:39:06 +00:00
9fe2bb92d1 Patch from Akhil Laddha <lakhil@novell.com>: Fix for bug #475508 (UI: Changed the string for search folder and filter creation from message list, etc to make it understandable)
svn path=/trunk/; revision=34667
2007-12-07 16:08:26 +00:00
800c99fd15 Patch from Bob Mauchin <zebob.m@pengzone.org>: Fix for bug #438769 (UI: Changed label from 'Search name' to 'Rule name' in the add-new-message-filter dialog)
svn path=/trunk/; revision=34666
2007-12-07 15:27:18 +00:00
e2ef0d70d9 ** Fix for bug #500561
2007-12-07  Denis Washington <denisw@svn.gnome.org>

	** Fix for bug #500561

	* em-folder-browser.c: Added icon for mark all messages as read menu 
	item.
--This 

M    mail/em-folder-browser.c
M    mail/ChangeLog
M    ui/ChangeLog
M    ui/evolution-mail-list.xml

svn path=/trunk/; revision=34665
2007-12-07 04:32:14 +00:00
f687dfb536 Updated Norwegian bokmål translation.
2007-12-06  Kjartan Maraas  <kmaraas@gnome.org>

	* nb.po: Updated Norwegian bokmål translation.

svn path=/trunk/; revision=34664
2007-12-06 18:24:52 +00:00
dfc1240fa8 Patch from David Turner <cillian64@googlemail.com>: Fix for bug #468277 (missing mnemonic in 'New Address Book' dialog)
svn path=/trunk/; revision=34663
2007-12-06 18:03:17 +00:00
af3502a88b Patch from Alex Kloss <alexkloss@att.net>: Fix for bug #347328 (missing mnemonic/mnemonic conflict in GW features -> New shared folder -> Users dialog)
svn path=/trunk/; revision=34662
2007-12-06 17:45:37 +00:00
a47ca1aa0b Updated Spanish translation
svn path=/trunk/; revision=34661
2007-12-06 14:29:08 +00:00
ab0001db0d ** Fix for bug #263236
2007-12-06  Milan Crha  <mcrha@redhat.com>

	** Fix for bug #263236

	* em-folder-view.c: (emfv_delete_msg_response):
	Look for "Do not ask me again" check in alignment, so
	let it works properly.


svn path=/trunk/; revision=34660
2007-12-06 13:50:40 +00:00
7fef4ba1e9 ** Fixes bug #392747 (extra cleanup work)
2007-12-05  Matthew Barnes  <mbarnes@redhat.com>

	** Fixes bug #392747 (extra cleanup work)

	* calendar/gui/e-day-view.c (e_day_view_style_set):
	* calendar/gui/e-week-view-titles-item.c
	(e_week_view_titles_item_draw):
	* calendar/gui/e-week-view.c (e_week_view_style_set):
	* calendar/gui/print.c (print_month_summary):
	* calendar/gui/e-meeting-time-sel.c
	(e_meeting_time_selector_recalc_date_form):
	Call e_get_month_name() or e_get_weekday_name() instead of
	e_utf8_strftime() or g_date_strftime().

	e_utf8_strftime() or g_date_strftime().
	* widgets/misc/e-calendar-item.c (e_calendar_item_show_popup_menu):
	Call e_get_month_name() instead of e_utf8_strftime().


svn path=/trunk/; revision=34659
2007-12-05 20:50:15 +00:00
dbc59d48be Patch from David Turner <cillian64@googlemail.com>: Fix for bug #408170 (missing mnemonic in calendar list view, when right clicked on the column headers)
svn path=/trunk/; revision=34658
2007-12-05 18:27:17 +00:00
4c836a0a82 Corrected misspelled instances of vCard in:
M    addressbook/gui/component/addressbook-view.c
M    addressbook/gui/widgets/eab-vcard-control.c
M    addressbook/gui/widgets/eab-gui-util.c
M    addressbook/gui/widgets/e-addressbook-view.c
M    addressbook/importers/evolution-vcard-importer.c

svn path=/trunk/; revision=34657
2007-12-05 17:57:09 +00:00
1613f2b67d Bump libgtkhtml requirement to 3.17.3 due to bug #271551.
2007-12-05  Matthew Barnes  <mbarnes@redhat.com>

	* configure.in:
	Bump libgtkhtml requirement to 3.17.3 due to bug #271551.


svn path=/trunk/; revision=34656
2007-12-05 17:50:30 +00:00
8ec38d8ef8 ** Fix for bug #501474
2007-12-05  Milan Crha  <mcrha@redhat.com>

	** Fix for bug #501474

	* gui/gnome-cal.c: (update_memo_view):
	Fix wrong expression from bug #359267


svn path=/trunk/; revision=34655
2007-12-05 15:44:22 +00:00
f8f0a9295f Fix a compiler warning.
2007-12-05  Srinivasa Ragavan  <sragavan@novell.com>

	* mail-config.h: Fix a compiler warning.



svn path=/trunk/; revision=34654
2007-12-05 15:36:39 +00:00
4102e69e63 Fix a compiler warning
2007-12-05  Srinivasa Ragavan  <sragavan@novell.com>

	* e-util.h: Fix a compiler warning


svn path=/trunk/; revision=34653
2007-12-05 15:35:31 +00:00
08380ae64e ** Add basic support for crash recovery
2007-12-05  Srinivasa Ragavan  <sragavan@novell.com>

	** Add basic support for crash recovery

	* apps_evolution_shell.schemas.in: Keys to recover and recovery dialog.
	* e-shell.c: (e_shell_quit): Delete the lock while quitting.
	* main.c: (show_recovery_warning), (idle_cb): Create lock and also show 
	the warning dialog.


svn path=/trunk/; revision=34652
2007-12-05 15:11:26 +00:00
eeeb246bdd Move preferences to the configure tab.
2007-12-05  Sankar P  <psankar@novell.com>

	* attachment-reminder.c: (e_plugin_lib_get_configure_widget):
	Move preferences to the configure tab.



svn path=/trunk/; revision=34651
2007-12-05 08:42:09 +00:00