aboutsummaryrefslogtreecommitdiffstats
path: root/lib/widgets/ephy-location-entry.c
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@gnome.org>2004-02-11 23:48:33 +0800
committerMarco Pesenti Gritti <marco@src.gnome.org>2004-02-11 23:48:33 +0800
commit6ffa823dbba4a41c83f30776267b133ccc48fa94 (patch)
treeeb7dcc91c9a96abf91fdb226d58535698697a246 /lib/widgets/ephy-location-entry.c
parent1e23dc1c811a619678c6b2f8876a8c30066b7654 (diff)
downloadgsoc2013-epiphany-6ffa823dbba4a41c83f30776267b133ccc48fa94.tar.gz
gsoc2013-epiphany-6ffa823dbba4a41c83f30776267b133ccc48fa94.tar.zst
gsoc2013-epiphany-6ffa823dbba4a41c83f30776267b133ccc48fa94.zip
Cleanup
2004-02-11 Marco Pesenti Gritti <marco@gnome.org> * lib/widgets/ephy-location-entry.c: (completion_func): Cleanup * src/bookmarks/ephy-bookmarks.c: Increase format version
Diffstat (limited to 'lib/widgets/ephy-location-entry.c')
-rw-r--r--lib/widgets/ephy-location-entry.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/widgets/ephy-location-entry.c b/lib/widgets/ephy-location-entry.c
index cee04febb..61fc47c40 100644
--- a/lib/widgets/ephy-location-entry.c
+++ b/lib/widgets/ephy-location-entry.c
@@ -243,9 +243,9 @@ completion_func (GtkEntryCompletion *completion,
model = gtk_entry_completion_get_model (completion);
gtk_tree_model_get (model, iter,
- le->priv->text_col, &item, -1);
- gtk_tree_model_get (model, iter,
- le->priv->keywords_col, &keywords, -1);
+ le->priv->text_col, &item,
+ le->priv->keywords_col, &keywords,
+ -1);
if (!strncmp (key, item, strlen (key)))
{
tle='2008-11-19 20:11:50 +0800'>2008-11-192-2/+50 | | | | | | | | | | | | | | | | 2008-11-19 Milan Crha <mcrha@redhat.com> ** Fix for bug #556224 * gui/gnome-cal.c: (struct _GnomeCalendarPrivate), (setup_widgets), (update_todo_view_async), (update_todo_view), (gnome_calendar_init), (gnome_calendar_destroy): Run always 'update_todo_view' in a separate thread and guard its body with a mutex. * gui/gnome-cal.c: (update_query_async): Do not leak. svn path=/trunk/; revision=36803 * ** Fix for BNC bug #434320Srinivasa Ragavan2008-11-192-1/+27 | | | | | | | | | | | | | 2008-11-19 Srinivasa Ragavan <sragavan@novell.com> ** Fix for BNC bug #434320 * plugins/mail-notification/mail-notification.c: When the popup is clicked close the status icon. svn path=/trunk/; revision=36802 * ** Fix for bug #555276Srinivasa Ragavan2008-11-192-0/+11 | | | | | | | | | | | | 2008-11-19 Srinivasa Ragavan <sragavan@novell.com> ** Fix for bug #555276 * mail/mail-vfolder.c: Don't load vfolder as subfolder. svn path=/trunk/; revision=36799 * Patch from Li Yuan <li.yuan@sun.com> ** Fix for bug #560329 (Fix the ↵Suman Manjunath2008-11-192-1/+8 | | | | | | signature of the 'children-changed' signal emission). svn path=/trunk/; revision=36797 * ** Fixes bug #557818Matthew Barnes2008-11-186-545/+74 | | | | | | | | | | | | | | | | | 2008-11-17 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #557818 * addressbook/gui/component/addressbook-view.c: * calendar/gui/calendar-component.c: * calendar/gui/memos-component.c: * calendar/gui/tasks-component.c: ESourceSelector now handles most of the drag-and-drop signals. We just have to listen for the new "data-dropped" signal and deal with it. Gets rid of a lot of duplicate logic. svn path=/trunk/; revision=36793 * ** Fixes bug #560882Matthew Barnes2008-11-183-2/+11 | | | | | | | | | | | | | | 2008-10-17 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #560882 * widgets/table/e-table-defines.h: * widgets/table/e-table-header-utils.c (e_table_header_draw_button): Left-align header labels instead of centering them, and adjust the header padding so they look purdy. svn path=/trunk/; revision=36792 * ** Fixes bug #558322Matthew Barnes2008-11-186-0/+66 | | | | | | | | | | | | | | | | | | | 2008-11-17 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #558322 * addressbook/gui/component/addressbook-view.c (rename_addressbook_cb): * calendar/gui/calendar-component.c (rename_calendar_cb): * calendar/gui/memos-component.c (rename_memo_list_cb): * calendar/gui/tasks-component.c (rename_task_list_cb): New "Rename" item in the source selector pop-up menu calls the recently added e_source_selector_edit_primary_selection(). Still need to bind the "F2" key to this action, but I'm not sure how whether EPopup supports that. svn path=/trunk/; revision=36791 * Updated Russian translation.Nickolay V. Shmyrev2008-11-162-1977/+2107 | | | | | | | | | 2008-11-16 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * ru.po: Updated Russian translation. svn path=/trunk/; revision=36789 * Updated Czech translation of manual by Jiri Eischmann.Petr Kovar2008-11-152-93/+97 | | | | | | | | 2008-11-15 Petr Kovar <pknbe@volny.cz> * cs/cs.po: Updated Czech translation of manual by Jiri Eischmann. svn path=/trunk/; revision=36787 * Updated Spanish translationJorge Gonzalez Gonzalez2008-11-152-338/+370 | | | | svn path=/trunk/; revision=36785 * Do not display the default headers when all the headers are disabled inBharath Acharya2008-11-133-5/+7 | | | | | | | | | | 2008-11-13 Bharath Acharya <abharath@novell.com> * em-folder-view.c: (emfv_setting_notify): * em-format-html.c: (efh_format_headers): Do not display the default headers when all the headers are disabled in Mail preferences. svn path=/trunk/; revision=36780 * ** Part of fix for bug #524377Milan Crha2008-11-137-1/+81 | | | | | | | | | | | | | | | | | | | | | 2008-11-12 Milan Crha <mcrha@redhat.com> ** Part of fix for bug #524377 * configure.in: Bump eds minimum version to 2.25.2 because of camel's int camel_header_param_encode_filenames_in_rfc_2047. * mail/mail-config.glade: * mail/evolution-mail.schemas.in: * mail/em-composer-prefs.c: (em_composer_prefs_construct): * mail/mail-config.c: (gconf_outlook_filenames_changed), (mail_config_init): Declare, be able to change and listen to changes on new key, '/apps/evolution/mail/composer/outlook_filenames' to encode file names header in camel based on the RFC 2047, instead of the correct RFC 2231. Note: Requires at least eds revision 9756. svn path=/trunk/; revision=36779 * ** Fix for bug #559810Milan Crha2008-11-132-1/+8 | | | | | | | | | | | | 2008-11-12 Milan Crha <mcrha@redhat.com> ** Fix for bug #559810 * e-util-labels.c: (e_util_labels_parse): Do not localize empty label names, also localize them only first time. svn path=/trunk/; revision=36777 * ** Fix for bug #559701Srinivasa Ragavan2008-11-122-5/+14 | | | | | | | | | | | | | 2008-11-07 Srinivasa Ragavan <sragavan@novell.com> ** Fix for bug #559701 * e-msg-composer.c: (e_load_spell_languages): Don't save when its NULL. svn path=/trunk/; revision=36775 * ** Fix for bug #559604Milan Crha2008-11-114-0/+110 | | | | | | | | | | | | | | | 2008-11-11 Milan Crha <mcrha@redhat.com> ** Fix for bug #559604 * gui/e-calendar-view.h: (e_calendar_view_get_attendees_status_info): * gui/e-calendar-view.c: (e_calendar_view_get_attendees_status_info), (e_calendar_view_get_tooltips): * gui/e-calendar-table.c: (query_tooltip_cb): Show attendees' status in the tooltip if available. svn path=/trunk/; revision=36773 * Fix for bug #440646 (bugzilla.novell.com) - Set the ESource color-spec for ↵Suman Manjunath2008-11-112-1/+8 | | | | | | proxy accounts in the correct format. svn path=/trunk/; revision=36772 * Fix for bug #490503 - Show summary of unaccepted meetings as bold in ↵Suman Manjunath2008-11-113-35/+41 | | | | | | calendar views. svn path=/trunk/; revision=36770 * Fix for bug #443190 (bugzilla.novell.com) - Block signals from ↵Suman Manjunath2008-11-102-3/+10 | | | | | | attachment-bar while still filling the widgets. svn path=/trunk/; revision=36769 * Fixed Czech translation by Jiri Eischmann, thanks to Kamil Paral. Updated ↵Petr Kovář2008-11-104-8557/+4590 | | | | | | Czech translation of manual by Jiri Eischmann. svn path=/trunk/; revision=36767 * Updated Spanish translationJorge Gonzalez Gonzalez2008-11-092-715/+741 | | | | svn path=/trunk/; revision=36765 * ** Fixes bug #557581Matthew Barnes2008-11-084-18/+49 | | | | | | | | | | | | | | | | | | | | | | 2008-11-07 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #557581 * configure.in: Break up the version definitions such that we can calculate the latest stable version and pass a STABLE_VERSION definition to shell/main.c. * shell/main.c: Replace DEVELOPMENT with STABLE_VERSION, which actually defines the latest stable version (e.g. 2.24). STABLE_VERSION is only defined if the current version is _unstable_ (e.g. 2.25). * shell/main.c (show_development_warning): Use STABLE_VERSION instead of hard-coding the version number. svn path=/trunk/; revision=36761 * Committing on behalf of Matthew Barnes <mbarnes@redhat.com>Matthew Barnes2008-11-072-26/+37 | | | | | | | | | | | | | | 2008-11-07 Matthew Barnes <mbarnes@redhat.com> ** Fix for bug #552583 * mail-config.c: (mail_config_get_account_by_source_url): Instead of preserving the authmech attribute in the two URLs being compared, strip the attributes out of both URLs and just do a simple string comparison. We're just trying to match a URL to an account here. The authentication method shouldn't be relevant. svn path=/trunk/; revision=36758 * Ship COPYING.OPENLDAP as wellSankarasivasubramanian Pasupathilingam2008-11-072-0/+6 | | | | svn path=/trunk/; revision=36757 * Committing on behalf of Matthew Barnes <mbarnes@redhat.com>Matthew Barnes2008-11-072-4/+23 | | | | | | | | | | | | 2008-11-07 Matthew Barnes <mbarnes@redhat.com> ** Fix for bug #559518 * google-source.c: (retrieve_list_clicked), (retrieve_list_sensitize), (plugin_google): Desensitizes the button when the username field is blank. svn path=/trunk/; revision=36755 * ** Fix for bug #440007 (bnc) Print Preview of Calendar Event Shows BlankBharath Acharya2008-11-072-1/+8 | | | | | | | | | | | | 2008-11-07 Bharath Acharya <abharath@novell.com> ** Fix for bug #440007 (bnc) Print Preview of Calendar Event Shows Blank Page Before Data * gui/print.c: (print_comp_draw_real): Print the attendees only if its the first page. svn path=/trunk/; revision=36752 * ** Fix for BNC bug #437226 Proper message is missing in mail sent byBharath Acharya2008-11-072-12/+20 | | | | | | | | | | | | 2008-11-07 Bharath Acharya <abharath@novell.com> ** Fix for BNC bug #437226 Proper message is missing in mail sent by delegatee * em-format-html.c (efh_format_headers): Regression caused by r35319. Check for the condition only after the while loop. svn path=/trunk/; revision=36750 * ** Fix for bug #557246Bharath Acharya2008-11-072-1/+9 | | | | | | | | | | | | | 2008-10-22 Bharath Acharya <abharath@novell.com> ** Fix for bug #557246 * exchange-folder.c: * (org_gnome_exchange_check_inbox_subscribed): Pop up the "Unsubscribe Folder" option only for the subscribed folders and not to the Other's folder hierarchy. svn path=/trunk/; revision=36748 * #541121: itip-formatter: don't allow sending a response to meetingPatrick Ohly2008-11-072-1/+11 | | | | | | invitation replies svn path=/trunk/; revision=36747 * ** Fix for bug #557726Bharath Acharya2008-11-062-0/+19 | | | | | | | | | | | 2008-11-06 Bharath Acharya <abharath@novell.com> ** Fix for bug #557726 * google-contacts-source.c: (destroy_ui_data), (plugin_google_contacts): Destroy the widgets created by this group. svn path=/trunk/; revision=36745 * ** Fixes part of bug #559371Matthew Barnes2008-11-065-57/+132 | | | | | | | | | | | | | | | | | | | | | | | | 2008-11-05 Matthew Barnes <mbarnes@redhat.com> ** Fixes part of bug #559371 * composer/e-msg-composer.c (e_load_spell_languages): New function loads a list of GtkhtmlSpellLanguage structs from GConf, taking care of details like converting language codes to structs and ensuring the returned list is non-empty. * composer/e-msg-composer.c (e_save_spell_languages): New function saves a list of GtkhtmlSpellLanguage structs to GConf, taking care of details like converting the structs to language codes. * composer/e-msg-composer.c (msg_composer_constructor): * mail/em-composer-prefs.c (spell_language_save), (spell_setup): Simplify the logic by using e_load_spell_languages() and e_save_spell_languages(). svn path=/trunk/; revision=36743 * ** Fixes bug #554450Matthew Barnes2008-11-052-0/+29 | | | | | | | | | | | | | 2008-11-04 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #554450 * composer/e-msg-composer.c (msg_composer_init): Get drag-and-drop to the attachment bar working again, but see my note in the source code. I'm still not sure why it broke. svn path=/trunk/; revision=36741 * ** Fix for bug #558354Milan Crha2008-11-045-5/+192 | | | | | | | | | | | | | | | | | | 2008-11-04 Milan Crha <mcrha@redhat.com> ** Fix for bug #558354 * gui/alarm-notify/alarm-notify.glade: * gui/alarm-notify/alarm-notify-dialog.h: (enum AlarmNotifyResult): * gui/alarm-notify/alarm-notify-dialog.c: (struct AlarmNotify), (dismiss_pressed_cb), (notified_alarms_dialog_new): * gui/alarm-notify/alarm-queue.c: (notify_dialog_cb): Changed "Close" button to "Dismiss All" and added a "Dismiss" button to the alarm notification dialog to be able to dismiss only some of the alarms shown in the dialog. svn path=/trunk/; revision=36740 * ** Fix for bug #386036Milan Crha2008-11-043-1/+194 | | | | | | | | | | | | | 2008-11-04 Milan Crha <mcrha@redhat.com> ** Fix for bug #386036 * vfoldertypes.xml: * filtertypes.xml: Added new option "Sender or Recipients" which filters on From/To/Cc/Bcc headers. svn path=/trunk/; revision=36739 * Fix compiler warnings.Matthew Barnes2008-11-047-35/+46 | | | | | | | | | | | | | | 2008-11-04 Matthew Barnes <mbarnes@redhat.com> * calendar/gui/calendar-commands.c: * calendar/gui/calendar-component.h: * calendar/gui/gnome-cal.c: * e-util/e-non-intrusive-error-dialog.c: * e-util/e-non-intrusive-error-dialog.h: Fix compiler warnings. svn path=/trunk/; revision=36738 * Fix proxy login dialog missing artwork issueSankarasivasubramanian Pasupathilingam2008-11-042-1/+8 | | | | svn path=/trunk/; revision=36736 * Missed commiting these files in the previous commit.Akhil Laddha2008-11-043-7/+391 | | | | | | | | | | | | | | | 2008-11-04 Akhil Laddha <lakhil@novell.com> * e-non-intrusive-error-dialog.c (eni_query_tooltip_cb), (eni_render_pixbuf), (eni_render_date), (eni_append_logs), (eni_config_get_error_level), (eni_config_get_error_timeout), (eni_error_timeout_changed), (eni_error_level_value_changed), (eni_show_logger): * e-non-intrusive-error-dialog.h: Missed commiting these files in the previous commit. svn path=/trunk/; revision=36735 * Evolution 2.25.1 release and version bumpEVOLUTION_2_25_1Srinivasa Ragavan2008-11-043-2/+90 | | | | | | | | | | 2008-11-03 Srinivasa Ragavan <sragavan@novell.com> * configure.in, NEWS: Evolution 2.25.1 release and version bump svn path=/trunk/; revision=36733 * Added addressbook/gui/component/autocompletion-config.cSrinivasa Ragavan2008-11-042-0/+5 | | | | | | | | | | 2008-11-03 Srinivasa Ragavan <sragavan@novell.com> * POTFILES.in: Added addressbook/gui/component/autocompletion-config.c svn path=/trunk/; revision=36732 * Update Ukrainian translation.Maxim Dziumanenko2008-11-042-5209/+6024 | | | | | | | | 2008-11-3 Maxim Dziumanenko <dziumanenko@gmail.com> * Update Ukrainian translation. svn path=/trunk/; revision=36730 * License Change from GPL to LGPLSankarasivasubramanian Pasupathilingam2008-11-036-354/+102 | | | | svn path=/trunk/; revision=36728 * ** Fix for bug #559086Ashish Shrivastava2008-11-0315-265/+255 | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-11-03 Ashish Shrivastava <shashish@novell.com> ** Fix for bug #559086 * Most of the calendar errors are now non-intrusive * calendar.error.xml: Added a new error message for non-intrusive backend_died. * apps_evolution_calendar.schemas.in: * calendar-commands.c: Added new verb for help debug message (help_debug): * gnome-cal.c: Support for non-intrusive error. (client_cal_opened_cb), Define fash table and accessing errors: * e-calendar-view.c: (error_response): (e_calendar_utils_show_error_silent), (e_calendar_utils_show_info_silent): * e-calendar-view.h: * calendar-component.c: Added EActivityHandler and ELogger: (calendar_component_peek_activity_handler), (calendar_component_show_logger): * calendar-component.h: svn path=/trunk/; revision=36727 * ** Fixes bug #559041Matthew Barnes2008-11-032-0/+9 | | | | | | | | | | | | 2008-11-03 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #559041 * widgets/text/e-text.c (e_text_class_init): Add translator comment for "im_context" property. svn path=/trunk/; revision=36725 * ** Fixes bug #559040Matthew Barnes2008-11-034-7/+16 | | | | | | | | | | | | | | 2008-11-03 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #559040 * ui/evolution-addressbook.xml: * ui/evolution-mail-global.xml: * ui/evolution-mail-list.xml: No period at the end of tooltips, and use sentence case. svn path=/trunk/; revision=36724 * ** Fixes bug #559042Matthew Barnes2008-11-034-2/+14 | | | | | | | | | | | | | 2008-11-02 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #559042 * calendar/gui/e-itip-control.c (write_recurrence_piece): * mail/mail-config.glade: Remove extra spaces in translated strings. svn path=/trunk/; revision=36722 * ** Fixes bug #559028Matthew Barnes2008-11-032-2/+19 | | | | | | | | | | | | 2008-11-02 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #559028 * composer/e-msg-composer.c (msg_composer_key_press_event): Skip over the style toolbar when tabbing in reverse. svn path=/trunk/; revision=36720 * Merged Brazilian Portuguese translation from branch gnome-2-24. FixesLeonardo Ferreira Fontenelle2008-11-032-1390/+1439 | | | | | | | | | | | 2008-11-03 Leonardo Ferreira Fontenelle <leonardof@gnome.org> * pt_BR.po: Merged Brazilian Portuguese translation from branch gnome-2-24. Fixes capitalization, verb tense in descriptions, some terminology errors, double spaces and random errors. Improves access keys. svn path=/trunk/; revision=36719 * ** Fixes bug #557613Matthew Barnes2008-11-032-5/+13 | | | | | | | | | | | | | 2008-11-02 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #557613 * mail/em-utils.c (try_open_e_book): Wait for try_open_e_book_cb() to run before freeing the EFlag. It will run regardless of whether the EBook operation completes. svn path=/trunk/; revision=36715 * Remove this unused internal function.Matthew Barnes2008-11-022-88/+5 | | | | | | | | | | 2008-11-02 Matthew Barnes <mbarnes@redhat.com> * e-util.c (do_format_number_as_float): Remove this unused internal function. svn path=/trunk/; revision=36713 * Translation updated.Gabor Kelemen2008-11-022-3/+7 | | | | | | | | 2008-11-02 Gabor Kelemen <kelemeng@gnome.hu> * hu.po: Translation updated. svn path=/trunk/; revision=36711 * ** Fixes bug #558726 (patch by Frederic van Starbmann)Matthew Barnes2008-11-016-3/+24 | | | | | | | | | | | | | | 2008-10-31 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #558726 (patch by Frederic van Starbmann) * mail/em-format-html.c (emfh_multipart_related_check): * plugins/mail-to-task/mail-to-task.c (do_mail_to_task): * plugins/plugin-manager/plugin-manager.c (eppm_enable_toggled): Fix several potential format string crashes. svn path=/trunk/; revision=36709 * Fix a crash when selecting "Forward as iCalendar".Matthew Barnes2008-11-012-1/+6 | | | | | | | | | | 2008-10-31 Matthew Barnes <mbarnes@redhat.com> * calendar/gui/itip-utils.c (itip_send_comp): Fix a crash when selecting "Forward as iCalendar". svn path=/trunk/; revision=36708 * Disable delete and rename onSankarasivasubramanian Pasupathilingam2008-10-312-0/+12 | | | | | | right click menu for the system folders svn path=/trunk/; revision=36703 * Only include the toplevel GTK+ header.Matthew Barnes2008-10-3120-34/+50 | | | | | | | | | | | | | | | | | | | | | | | | 2008-10-30 Matthew Barnes <mbarnes@redhat.com> * addressbook/gui/contact-editor/test-editor.c: * addressbook/gui/widgets/e-minicard-label.c: * addressbook/gui/widgets/e-minicard-view-widget.c: * addressbook/gui/widgets/test-reflow.c: * calendar/gui/control-factory.c: * calendar/gui/e-calendar-table.c: * calendar/gui/e-week-view-event-item.c: * calendar/gui/weekday-picker.c: * e-util/e-icon-factory.c: * shell/importer/evolution-importer-client.h: * shell/importer/intelligent.c: * shell/test/evolution-test-component.c: * widgets/menus/gal-view-menus.c: * widgets/misc/e-activity-handler.c: * widgets/table/e-table-config-field.h: Only include the toplevel GTK+ header. svn path=/trunk/; revision=36699 * Updated Danish translationKenneth Nielsen2008-10-302-1381/+1485 | | | | svn path=/trunk/; revision=36698 * License ChangesSankarasivasubramanian Pasupathilingam2008-10-2918-150/+152 | | | | svn path=/trunk/; revision=36693 * Updated Spanish translationJorge Gonzalez Gonzalez2008-10-272-480/+248 | | | | svn path=/trunk/; revision=36687 * Translation updated by Ivar SmolinPriit Laes2008-10-252-6048/+42 | | | | | | | | 2008-10-25 Priit Laes <plaes at svn dot gnome dot org> * et.po: Translation updated by Ivar Smolin svn path=/trunk/; revision=36686 * Translation updated by Ivar SmolinPriit Laes2008-10-242-62/+51 | | | | | | | | 2008-10-24 Priit Laes <plaes at svn dot gnome dot org> * et.po: Translation updated by Ivar Smolin svn path=/trunk/; revision=36682 * sv.po: Updated Swedish translationDaniel Nylander2008-10-242-1964/+2059 | | | | svn path=/trunk/; revision=36681 * Added Asturian translation on behalf of Mikel GonzálezGil Forcada Codinachs2008-10-233-0/+23409 | | | | svn path=/trunk/; revision=36678 * ** Fixes bug #557563Philipp Kerling2008-10-232-4/+10 | | | | | | | | | | 2008-10-23 Philipp Kerling <k.philipp@gmail.com> ** Fixes bug #557563 * de.po: Updated German translation (patch by Ronny Standke). svn path=/trunk/; revision=36677 * Just some minor code polishing.Matthew Barnes2008-10-233-26/+33 | | | | | | | | | | | 2008-10-22 Matthew Barnes <mbarnes@redhat.com> * mail-send-recv.c: * mail-send-recv.h: Just some minor code polishing. svn path=/trunk/; revision=36676 * ** Fixes bug #549025Matthew Barnes2008-10-224-5/+30 | | | | | | | | | | | | | | | | | | | 2008-10-22 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #549025 * configure.in: Restrict libmono linkage to the mono plugin, so that downstream packagers can isolate the mono dependency to a subpackage. Add configuration summary lines indicating whether the Mono and Python bindings are enabled. * plugins/mono/Makefile.am: Add $(MONO_CFLAGS) and $(MONO_LIBS) explicitly. The mono plugin is the only module that should be linking against libmono. svn path=/trunk/; revision=36675 * Re-factor spinner usageSankarasivasubramanian Pasupathilingam2008-10-216-95/+73 | | | | svn path=/trunk/; revision=36671 * ** Fixes bug #555958 (patch by Anis Elleuch)Matthew Barnes2008-10-202-0/+12 | | | | | | | | | | | | | 2008-10-20 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #555958 (patch by Anis Elleuch) * calendar/gui/dialogs/comp-editor.c (comp_editor_init): Add the UI manager's accelerator group to the editor window so that menu shortcut keys work. svn path=/trunk/; revision=36667 * Patch from Patrick Ohly <Patrick.Ohly@gmx.de>: Fix for a build break while ↵Suman Manjunath2008-10-202-1/+5 | | | | | | compiling out-of-tree. svn path=/trunk/; revision=36663 * Milan Crha <mcrha@redhat.com> ** Fix for bug #553715 (Set end time for the ↵Suman Manjunath2008-10-202-2/+9 | | | | | | event properly, not same as start time). svn path=/trunk/; revision=36661 * Milan Crha <mcrha@redhat.com> ** Fix for bug #528816 (Disable vCalendar ↵Suman Manjunath2008-10-202-11/+31 | | | | | | importer when we can parse proper iCalendar from the given file). svn path=/trunk/; revision=36659 * ** Revert the patch committed in rev 36458Akhil Laddha2008-10-201-1/+1 | | | | | | | | | | | 2008-10-20 Akhil Laddha <lakhil@novell.com> ** Revert the patch committed in rev 36458 * Patch from Bug 552583 svn path=/trunk/; revision=36656 * Milan Crha <mcrha@redhat.com> ** Fix for bug #514989 (Calculate tomorrow ↵Suman Manjunath2008-10-202-1/+8 | | | | | | from current time, not from the date to convert). svn path=/trunk/; revision=36655 * ** Fix for bug #438155Milan Crha2008-10-203-1/+25 | | | | | | | | | | | | 2008-10-19 Milan Crha <mcrha@redhat.com> ** Fix for bug #438155 * message-list.h: (struct _MessageList): message-list.c: (message_list_init), (message_list_finalise), (regen_list_done), (regen_list_free), (ml_regen_timeout), (mail_regen_cancel): Guard access to the 'regen' list with a lock. svn path=/trunk/; revision=36652 * Updated Thai translation.Theppitak Karoonboonyanan2008-10-192-1954/+2026 | | | | | | | | | 2008-10-19 Theppitak Karoonboonyanan <thep@linux.thai.net> * th.po: Updated Thai translation. svn path=/trunk/; revision=36648 * Don't mix declarations and statements.Matthew Barnes2008-10-182-2/+6 | | | | | | | | | | 2008-10-17 Matthew Barnes <mbarnes@redhat.com> * plugins/groupwise-features/send-options.c (org_gnome_send-options): Don't mix declarations and statements. svn path=/trunk/; revision=36646 * Updated Slovak translation.Marcel Telka2008-10-182-678/+496 | | | | | | | | 2008-10-17 Marcel Telka <marcel@telka.sk> * sk.po: Updated Slovak translation. svn path=/trunk/; revision=36643 * License changes.Sankarasivasubramanian Pasupathilingam2008-10-189-21/+44 | | | | svn path=/trunk/; revision=36641 * Updated Spanish translationJorge Gonzalez Gonzalez2008-10-172-450/+434 | | | | svn path=/trunk/; revision=36640 * ** Fix for bug #555276Srinivasa Ragavan2008-10-172-0/+21 | | | | | | | | | | | | 2008-10-17 Srinivasa Ragavan <sragavan@novell.com> ** Fix for bug #555276 * mail/mail-vfolder.c: Don't load a vfolder as a sub folder. svn path=/trunk/; revision=36639 * ** Fix for bug #503898Matthew Barnes2008-10-172-3/+9 | | | | | | | | | | 2008-10-17 Matthew Barnes <mbarnes@redhat.com> ** Fix for bug #503898 * filter-rule.c: (get_widget): s/criteria/condition/ svn path=/trunk/; revision=36637 * ** Fix for bug #364542Milan Crha2008-10-172-4/+86 | | | | | | | | | | | | | | | 2008-10-17 Milan Crha <mcrha@redhat.com> ** Fix for bug #364542 * em-utils.c: (struct TryOpenEBookStruct), (try_open_e_book_cb), (try_open_e_book), (em_utils_in_addressbook), (em_utils_contact_photo): Stop when camel operation has been canceled. Also check for cancellation when opening EBook, thus the UI (preview) will not freeze with slow address books. svn path=/trunk/; revision=36635 * ** Fix for bug #311479Kandepu Prasad2008-10-173-2/+10 | | | | | | | | | | | | 2008-10-17 Kandepu Prasad <kaprasad@novell.com> ** Fix for bug #311479 * import.glade: * importer/import.glade: rephrasing the heading in Evolution Import Assistant svn path=/trunk/; revision=36634 * ** Fix for bug #511918Milan Crha2008-10-172-96/+95 | | | | | | | | | | | | | | 2008-10-17 Milan Crha <mcrha@redhat.com> ** Fix for bug #511918 * tools/evolution-addressbook-export-list-cards.c: (struct _EContactCSVFieldData), (csv_field_data[]), (e_contact_csv_get_data_type), (e_contact_csv_get): Use TRUE/FALSE texts for boolean values and do not free returned value for them, otherwise it crashes. svn path=/trunk/; revision=36632 * Matthew Barnes <mbarnes@redhat.com> ** Fix for bug #548469 (Drop support ↵Suman Manjunath2008-10-1710-207/+72 | | | | | | for deprecated libnm-glib). svn path=/trunk/; revision=36631 * ** Fix for bug #556059Matt Davey2008-10-173-1/+10 | | | | | | | | | | | | 2008-10-17 Matt Davey <mcdavey@mrao.cam.ac.uk> ** Fix for bug #556059 * conduits/common/Makefile.am: * conduits/common/libecalendar-common-conduit.c: Allow building outside the source tree. svn path=/trunk/; revision=36629 * ** Fix for bug #553609Milan Crha2008-10-172-0/+12 | | | | | | | | | | | 2008-10-17 Milan Crha <mcrha@redhat.com> ** Fix for bug #553609 * gui/e-week-view.c: (e_week_view_set_selected_time_range): Do not do any changes when the view has not been shown yet. svn path=/trunk/; revision=36627 * ** Fix for bug #530872Milan Crha2008-10-172-2/+12 | | | | | | | | | | | 2008-10-17 Milan Crha <mcrha@redhat.com> ** Fix for bug #530872 * gui/e-calendar-table.c: (e_calendar_table_on_open_task): Check for NULL soon enough to not crash. svn path=/trunk/; revision=36625 * ** Fix for bug #556284Bharath Acharya2008-10-162-36/+15 | | | | | | | | | | | | | | 2008-10-15 Bharath Acharya <abharath@novell.com> ** Fix for bug #556284 * templates.c: (reply_with_template), * (org_gnome_templates_popup), (action_template_cb): Fixes for fetching the store using mail_component_peek_local_store. Fixes the right-click crash issues caused on OS_WIN32 by Templates plugin. svn path=/trunk/; revision=36620 * Change License from GPL to LGPLSankarasivasubramanian Pasupathilingam2008-10-1412-129/+181 | | | | svn path=/trunk/; revision=36617 * Remove improper FSF copyright statements; was never signed over to themSankarasivasubramanian Pasupathilingam2008-10-149-13/+15 | | | | | | * Remove improper FSF copyright statements; was never signed over to them and was incorrectly added to this file due to a mistake made by the original developer. svn path=/trunk/; revision=36616 * ** Fix for bug #550441Srinivasa Ragavan2008-10-142-0/+8 | | | | | | | | | | | | 2008-10-14 Srinivasa Ragavan <sragavan@novell.com> ** Fix for bug #550441 * itip-formatter.c: (view_response_cb): Ignore if summary not there. svn path=/trunk/; revision=36614 * ** Fixes bug #556191Matthew Barnes2008-10-142-1/+6 | | | | | | | | | | | 2008-10-13 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #556191 * po/POTFILES.in: Remove org-gnome-mark-calendar-offline.eplug.xml svn path=/trunk/; revision=36613 * Fix for bug #424818 (bugzilla.novell.com) - Integrate the ↵Suman Manjunath2008-10-1314-241/+129 | | | | | | mark-calendar-offline plugin into the main code as we already have a similar per-calendar option which does the same thing. svn path=/trunk/; revision=36610 * ** Fix for bug #550441Milan Crha2008-10-132-6/+11 | | | | | | | | | | | | 2008-10-13 Milan Crha <mcrha@redhat.com> ** Fix for bug #550441 * itip-formatter.c: (view_response_cb): Use the proper functions to traverse messages in a folder's summary. svn path=/trunk/; revision=36607 * ** Updated fix for bug #555775Bharath Acharya2008-10-132-1/+8 | | | | | | | | | | | 2008-10-13 Bharath Acharya <abharath@novell.com> ** Updated fix for bug #555775 * e-composer-private.c: (e_composer_private_init): Reverting a hunk from the previous patch as suggested by Matthew Barnes. svn path=/trunk/; revision=36605 * Fixed typo in the Brazilian Portuguese translation.Leonardo Ferreira Fontenelle2008-10-122-2/+6 | | | | | | | | 2008-10-11 Leonardo Ferreira Fontenelle <leonardof@gnome.org> * pt_BR.po: Fixed typo in the Brazilian Portuguese translation. svn path=/trunk/; revision=36602 * Merged from branch gnome-2-24.Leonardo Ferreira Fontenelle2008-10-122-16/+23 | | | | | | | | 2008-10-11 Leonardo Ferreira Fontenelle <leonardof@gnome.org> * pt_BR.po: Merged from branch gnome-2-24. svn path=/trunk/; revision=36600 * Fixed terminology in the Brazilian Portuguese translation.Leonardo Ferreira Fontenelle2008-10-122-180/+135 | | | | | | | | 2008-10-11 Leonardo Ferreira Fontenelle <leonardof@gnome.org> * pt_BR.po: Fixed terminology in the Brazilian Portuguese translation. svn path=/trunk/; revision=36598 * Updated Slovak translation.Marcel Telka2008-10-112-1630/+488 | | | | | | | | 2008-10-11 Marcel Telka <marcel@telka.sk> * sk.po: Updated Slovak translation. svn path=/trunk/; revision=36595 * #541121: improved itip formatter: allow replying to forwarded and already ↵Patrick Ohly2008-10-102-9/+93 | | | | | | | | | | | | | | | | | | | imported invitations; honor RVSP flag in invitation itip-formatter.c: the whole logic for "reply to organize" was improved. If an organizer exists, replying is enabled. Sending a reply is enabled by default if the event looks like a meeting (= has attendees). The wish of the organizer to not get replies is checked (previous Evolution releases ignored it); in this case the default is to not send a reply. In all cases the user can override the default. Merged from 2.24 branch. svn path=/trunk/; revision=36594 * License changesSankarasivasubramanian Pasupathilingam2008-10-102-30/+26 | | | | svn path=/trunk/; revision=36591 * Updated Spanish translation, fixes bug #554832Jorge Gonzalez Gonzalez2008-10-102-1420/+1527 | | | | svn path=/trunk/; revision=36590 * ** Fix for bug #555775Bharath Acharya2008-10-102-1/+10 | | | | | | | | | | | | 2008-10-10 Bharath Acharya <abharath@novell.com> ** Fix for bug #555775 * e-composer-private.c: (e_composer_private_init): Include e-util-private.h for Win32 redefinition of EVOLUTION_UIDIR and build the filename using it. svn path=/trunk/; revision=36587 * ** Fix for bug #555203Bharath Acharya2008-10-102-0/+10 | | | | | | | | | | | | 2008-10-07 Bharath Acharya <abharath@novell.com> ** Fix for bug #555203 * mail-session.c: (get_password): Use the url value in cases where the account goes NULL. Fixes the issue of Exchange not sending mails, because it does not have a valid transport url to use. svn path=/trunk/; revision=36585 * License changesSankarasivasubramanian Pasupathilingam2008-10-106-216/+160 | | | | svn path=/trunk/; revision=36583 * ** Fixes bug #555494Matthew Barnes2008-10-094-6/+18 | | | | | | | | | | | | | | 2008-10-09 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #555494 * addressbook/gui/widgets/e-addressbook-view.c (generate_viewoption_menu): * calendar/gui/cal-search-bar.c (generate_viewoption_menu): Category icons are not themed. Load by file, not by icon name. svn path=/trunk/; revision=36581 * ** Fix for bug #530606Milan Crha2008-10-094-11/+53 | | | | | | | | | | | | | | | | | | | | | 2008-10-08 Milan Crha <mcrha@redhat.com> ** Fix for bug #530606 * exchange-contacts.c: (e_exchange_contacts_get_contacts), (e_exchange_contacts_pcontacts_on_change), (e_exchange_contacts_pcontacts), (e_exchange_contacts_check), (e_exchange_contacts_commit): * exchange-account-setup.c: (btn_chpass_clicked), (btn_dass_clicked), (btn_fsize_clicked), (org_gnome_exchange_show_folder_size_factory): * exchange-calendar.c: (e_exchange_calendar_get_calendars), (e_exchange_calendar_pcalendar_on_change), (e_exchange_calendar_pcalendar), (e_exchange_calendar_check), (e_exchange_calendar_commit): Check validity of returned pointer before using it. svn path=/trunk/; revision=36579 * Change License from GPL to LGPL.Sankarasivasubramanian Pasupathilingam2008-10-087-57/+82 | | | | svn path=/trunk/; revision=36576 * ** Fix for bug #554566Lucian Langa2008-10-062-2/+34 | | | | | | | | | | | | | 2008-10-06 Lucian Langa <lucilanga@gnome.org> ** Fix for bug #554566 * rule-editor.c: (rule_editor_class_init), (rule_edit), (rule_top), (rule_up), (rule_down), (rule_bottom), (cursor_changed) (update_selected_rule): new function to update current selected rule svn path=/trunk/; revision=36569 * Remove obsolete functions.Sankarasivasubramanian Pasupathilingam2008-10-063-40/+6 | | | | svn path=/trunk/; revision=36567 * Remove obsolete files.Sankarasivasubramanian Pasupathilingam2008-10-061-2/+0 | | | | svn path=/trunk/; revision=36566 * Removed obsolete files.Sankarasivasubramanian Pasupathilingam2008-10-063-146/+6 | | | | svn path=/trunk/; revision=36565 * ** Fix for bug #554349Sankar P2008-10-052-3/+35 | | | | | | | | | | | | 2008-10-05 Sankar P <psankar@novell.com> ** Fix for bug #554349 * mail/em-folder-browser.c: Expand threads and select messages, if user has given select-all. svn path=/trunk/; revision=36562 * Updated Galician translationIgnacio Casal Quinteiro2008-10-052-2176/+2252 | | | | svn path=/trunk/; revision=36558 * Updated Finnish translationIlkka Tuohela2008-10-042-1031/+1115 | | | | svn path=/trunk/; revision=36556 * Updated Slovak translation.Marcel Telka2008-10-042-5525/+7023 | | | | | | | | 2008-10-03 Marcel Telka <marcel@telka.sk> * sk.po: Updated Slovak translation. svn path=/trunk/; revision=36552 * ** Fix for bug #554664Milan Crha2008-10-032-1/+8 | | | | | | | | | | | | 2008-10-03 Milan Crha <mcrha@redhat.com> ** Fix for bug #554664 * e-composer-actions.c: (action_attach_cb): Call attach_remote_file when knows the URI points to it. svn path=/trunk/; revision=36549 * Change license from GPL to LGPLSankarasivasubramanian Pasupathilingam2008-10-032-20/+25 | | | | svn path=/trunk/; revision=36547 * Change license from GPL to LGPL.Sankarasivasubramanian Pasupathilingam2008-10-031-30/+20 | | | | svn path=/trunk/; revision=36545 * Removed obsolete files.Sankarasivasubramanian Pasupathilingam2008-10-034-527/+6 | | | | svn path=/trunk/; revision=36543 * Change License from GPL to LGPL.Sankarasivasubramanian Pasupathilingam2008-10-032-13/+19 | | | | svn path=/trunk/; revision=36541 * Change licese from GPL to LGPL.Sankarasivasubramanian Pasupathilingam2008-10-0325-204/+286 | | | | svn path=/trunk/; revision=36539 * Updated Brazilian Portuguese translation.Og B. Maciel2008-10-012-239/+221 | | | | svn path=/trunk/; revision=36532 * ** Fix for bug #554418Milan Crha2008-10-0113-27/+81 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-10-01 Milan Crha <mcrha@redhat.com> ** Fix for bug #554418 * e-util/e-util.h: (e_util_guess_mime_type): * e-util/e-util.c: (e_util_guess_mime_type): Guess mime_type based on the file content only when permitted by the caller, otherwise check based on the filename only, where it fallbacks if file content guess fails. * mail/em-utils.c: (em_utils_snoop_type): * mail/em-popup.c: (emp_standard_menu_factory): Guess mime_type based on the filename only. * composer/e-msg-composer.c: (handle_uri), (e_msg_composer_add_inline_image_from_file): Guess mime_type based on the file content, if failed, then on the filename. * widgets/misc/e-attachment.c: (attachment_guess_mime_type): Allow guessing mime_type based on the file content. * calendar/gui/dialogs/comp-editor.c: (set_attachment_list): * calendar/gui/e-cal-popup.c: (ecalp_standard_menu_factory): Allow/disallow guessing of the mime_type based on the file content. svn path=/trunk/; revision=36529 * French translation update. Fixed #554548 thanks to Hanka Zalska from SunRobert-André Mauchin2008-10-012-1483/+1559 | | | | svn path=/trunk/; revision=36528 * ** Fix for bug #554458Milan Crha2008-10-016-11/+34 | | | | | | | | | | | | | | | 2008-10-01 Milan Crha <mcrha@redhat.com> ** Fix for bug #554458 * configure.in: Bump glib version to 2.18.0 because of g_content_type_from_mime_type. * mail/em-popup.c: (emp_standard_menu_factory): * calendar/gui/e-cal-popup.c: (ecalp_standard_menu_factory): Use content-type to call of g_app_info_get_all_for_type. svn path=/trunk/; revision=36526 * Mark two forgotten strings for translation. Fixes bug #553070Gabor Kelemen2008-10-012-2/+10 | | | | | | | | 2008-10-01 Gabor Kelemen <kelemeng@gnome.hu> * send-options.c: Mark two forgotten strings for translation. Fixes bug #553070 svn path=/trunk/; revision=36524 * Add translator comment to the occurrences of the Proxy term. Fixes bugGabor Kelemen2008-10-016-2/+18 | | | | | | | | | | | | | 2008-10-01 Gabor Kelemen <kelemeng@gnome.hu> * org-gnome-proxy-errors.xml: * org-gnome-proxy-login-errors.xml: * proxy.c: * proxy-listing.glade: * proxy-login-dialog.glade: Add translator comment to the occurrences of the Proxy term. Fixes bug #554297 svn path=/trunk/; revision=36523 * Change License from GPL to LGPL.Sankarasivasubramanian Pasupathilingam2008-10-0115-124/+195 | | | | svn path=/trunk/; revision=36520 * ** Fix for bug #553527Milan Crha2008-10-012-13/+106 | | | | | | | | | | | | | 2008-10-01 Milan Crha <mcrha@redhat.com> ** Fix for bug #553527 * bbdb.c: (struct todo_struct), (free_todo_struct), (bbdb_do_in_thread), (bbdb_do_thread), (bbdb_handle_reply): Do the EBook work in a separate thread to have better performance on reply with slow address books. svn path=/trunk/; revision=36518 * ** Fix for bug #519491Milan Crha2008-10-012-13/+45 | | | | | | | | | | | | | | | | | | | 2008-10-01 Milan Crha <mcrha@redhat.com> ** Fix for bug #519491 * itip-view.c: (ensure_utf8), (itip_view_set_organizer), (itip_view_set_organizer_sentby), (itip_view_set_attendee), (itip_view_set_attendee_sentby), (itip_view_set_proxy), (itip_view_set_delegator), (itip_view_set_summary), (itip_view_set_location), (itip_view_set_status), (itip_view_set_comment), (itip_view_set_description), (itip_view_add_upper_info_item), (itip_view_add_lower_info_item): Convert texts to valid UTF-8 texts before passing them to Gtk+ functions which requires that. svn path=/trunk/; revision=36516 * ** Fix for bug #511947Milan Crha2008-10-012-9/+22 | | | | | | | | | | | | | | | 2008-10-01 Milan Crha <mcrha@redhat.com> ** Fix for bug #511947 * proxy-login.c: (proxy_login_get_cnc): Pass in optional parent for password dialog. * proxy-login.c: (proxy_soap_login), (proxy_login_update_tree), (org_gnome_proxy_account_login): Adapt to the above change and check for NULL values to prevent runtime warnings. svn path=/trunk/; revision=36514 * Translation updated by Ivar SmolinPriit Laes2008-10-012-1267/+1352 | | | | | | | | 2008-10-01 Priit Laes <plaes at svn dot gnome dot org> * et.po: Translation updated by Ivar Smolin svn path=/trunk/; revision=36512 * Updated Brazilian Portuguese translation by Vladimir Melo.Jonh Wendell2008-10-011-1323/+1410 | | | | | | | | | 2008-09-30 Jonh Wendell <jwendell@gnome.org> * pt_BR.po: Updated Brazilian Portuguese translation by Vladimir Melo. svn path=/trunk/; revision=36508 * ** Fix for bug #545045Philip Withnall2008-10-012-2/+14 | | | | | | | | | | | | 2008-09-30 Philip Withnall <philip@tecnocode.co.uk> ** Fix for bug #545045 * mail-send-recv.c (build_dialog): Don't show SMTP in the Send/Receive dialogue if there are no unsent mails. svn path=/trunk/; revision=36505 * Updated Norwegian bokmål translation.Kjartan Maraas2008-10-012-636/+717 | | | | | | | | 2008-09-30 Kjartan Maraas <kmaraas@gnome.org> * nb.po: Updated Norwegian bokmål translation. svn path=/trunk/; revision=36504 * Change License from GPL to LGPL.Sankarasivasubramanian Pasupathilingam2008-09-3014-107/+163 | | | | svn path=/trunk/; revision=36502 * Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>Alexander Shopov2008-09-302-19/+29 | | | | | | | | | 2008-09-30 Alexander Shopov <ash@contact.bg> * bg.po: Updated Bulgarian translation by Alexander Shopov <ash@contact.bg> svn path=/trunk/; revision=36500 * Remove unnecessary FIXME. normalized columns are for internalSankarasivasubramanian Pasupathilingam2008-09-302-3/+6 | | | | | | | | * mail/message-list.c: Remove unnecessary FIXME. normalized columns are for internal manipulation. svn path=/trunk/; revision=36499 * Added new column "Subject - Trimmed". Patch by hpj.Sankarasivasubramanian Pasupathilingam2008-09-304-3/+81 | | | | svn path=/trunk/; revision=36498 * Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>Alexander Shopov2008-09-302-1216/+1312 | | | | | | | | | 2008-09-30 Alexander Shopov <ash@contact.bg> * bg.po: Updated Bulgarian translation by Alexander Shopov <ash@contact.bg> svn path=/trunk/; revision=36497 * Updated Slovenian translationMatej Urbančič2008-09-301-821/+876 | | | | svn path=/trunk/; revision=36493 * Updated Dutch translation by Wouter Bolsterlee.Wouter Bolsterlee2008-09-292-1169/+1246 | | | | | | | | | 2008-09-29 Wouter Bolsterlee <wbolster@svn.gnome.org> * nl.po: Updated Dutch translation by Wouter Bolsterlee. svn path=/trunk/; revision=36488 * Updated Czech translation of manual by Jiri Eischmann.Petr Kovar2008-09-292-4879/+9459 | | | | | | | | 2008-09-29 Petr Kovar <pknbe@volny.cz> * cs.po: Updated Czech translation of manual by Jiri Eischmann. svn path=/trunk/; revision=36486 * Unbreak build, sorry for the inconvenience.Gabor Kelemen2008-09-292-4/+8 | | | | | | | | 2008-09-29 Gabor Kelemen <kelemeng@gnome.hu> * shell.error.xml: Unbreak build, sorry for the inconvenience. svn path=/trunk/; revision=36483 * Unbreak build, sorry for the inconvenience.Gabor Kelemen2008-09-292-4/+8 | | | | | | | | 2008-09-29 Gabor Kelemen <kelemeng@gnome.hu> * shell.error.xml: Unbreak build, sorry for the inconvenience. svn path=/trunk/; revision=36482 * Mark some forgotten strings for translation. Fixes bug #553067Gabor Kelemen2008-09-292-2/+6 | | | | | | | | 2008-09-29 Gabor Kelemen <kelemeng@gnome.hu> * mail-config.glade: Mark some forgotten strings for translation. Fixes bug #553067 svn path=/trunk/; revision=36479 * Mark some forgotten strings for translation. Fixes bug #553106Gabor Kelemen2008-09-292-4/+8 | | | | | | | | 2008-09-29 Gabor Kelemen <kelemeng@gnome.hu> * shell.error.xml: Mark some forgotten strings for translation. Fixes bug #553106 svn path=/trunk/; revision=36477 * Mark some forgotten strings for translation. Fixes bug #553105Gabor Kelemen2008-09-292-4/+8 | | | | | | | | 2008-09-29 Gabor Kelemen <kelemeng@gnome.hu> * calendar.error.xml: Mark some forgotten strings for translation. Fixes bug #553105 svn path=/trunk/; revision=36475 * ** Fix for bug #530716Milan Crha2008-09-294-12/+39 | | | | | | | | | | | | | | | | | 2008-09-29 Milan Crha <mcrha@redhat.com> ** Fix for bug #530716 * mail/mail-session.c: (user_message_response), (user_message_exec), (user_message_response_free): Differentiate between response with valid message pointer and with one already freed. * widgets/misc/e-activity-handler.c: (error_cleanup): GtkDialog errors close by the response message, not as other widgets, because creator of the dialog waits for that signal and takes care of the widget. svn path=/trunk/; revision=36473 * ** Fix for bug #530691Milan Crha2008-09-294-105/+94 | | | | | | | | | | | | | | | | | | 2008-09-29 Milan Crha <mcrha@redhat.com> ** Fix for bug #530691 * em-folder-utils.c: (emfu_delete_rec), (emfu_delete_done), (emfu_delete_folders), (emfu_delete_response), (em_folder_utils_delete_folder): * mail-ops.h: (mail_remove_folder): * mail-ops.c: (mail_remove_folder), (struct _remove_folder_msg), (remove_folder_desc), (remove_folder_rec), (remove_folder_exec), (remove_folder_done), (remove_folder_free): Remove folders in its own thread, not in main thread. svn path=/trunk/; revision=36471 * ** Fix for bug #497928Milan Crha2008-09-292-4/+9 | | | | | | | | | | | | 2008-09-29 Milan Crha <mcrha@redhat.com> ** Fix for bug #497928 * bbdb.c: (source_changed_cb), (gaim_source_changed_cb): Set URI to empty string when user deletes previously selected source. svn path=/trunk/; revision=36469 * ** Remove unused filesSrinivasa Ragavan2008-09-291-2/+3 | | | | | | | | | | | | 2008-09-29 Srinivasa Ragavan <sragavan@novell.com> ** Remove unused files * widgets/table/Makefile.am: * widgets/table/e-cell-spin-button.c: * widgets/table/e-cell-spin-button.h: svn path=/trunk/; revision=36468 * Remove obsolete files.Sankarasivasubramanian Pasupathilingam2008-09-294-751/+6 | | | | svn path=/trunk/; revision=36466 * License changes from GPL to LGPLSankarasivasubramanian Pasupathilingam2008-09-2926-268/+333 | | | | svn path=/trunk/; revision=36465 * Updated Serbian translationGoran Rakic2008-09-283-6/+10 | | | | svn path=/trunk/; revision=36463 * ** Fix for bug #553297Milan Crha2008-09-262-0/+10 | | | | | | | | | | | | 2008-09-26 Milan Crha <mcrha@redhat.com> ** Fix for bug #553297 * gui/e-day-view.c: (e_day_view_on_editing_stopped): Do not try to access uninitialized variables. svn path=/trunk/; revision=36460 * ** Fix for bug #552583 (Suggested by Sebastian Keller)Milan Crha2008-09-262-1/+8 | | | | | | | | | | | | 2008-09-26 Milan Crha <mcrha@redhat.com> ** Fix for bug #552583 (Suggested by Sebastian Keller) * mail-session.c: (get_password): Do not hide auth_mech from the URL. svn path=/trunk/; revision=36458 * ** Fix for bug #535248Milan Crha2008-09-262-4/+21 | | | | | | | | | | | | | 2008-09-26 Milan Crha <mcrha@redhat.com> ** Fix for bug #535248 * e-logger.c: (flush_logfile), (logger_set_component), (logger_finalize), (e_logger_log), (e_logger_get_logs): Check if log file has been opened successfully before using it. svn path=/trunk/; revision=36456 * ** Fix for bug #553461 and bug #553389Philip Withnall2008-09-265-7/+19 | | | | | | | | | | | | | | | | | | | 2008-09-26 Philip Withnall <philip@tecnocode.co.uk> ** Fix for bug #553461 and bug #553389 * publish-calendar.c (url_remove_clicked): * publish-calendar.glade: * url-editor-dialog.c (create_uri), (check_input), (publish_service_changed), (set_from_uri): * url-editor-dialog.h: Rename the "SSH" option to "Secure FTP (SSH)" and update the code accordingly. Also, change a related string to use better terminology. svn path=/trunk/; revision=36455 * ** Fix for bug #553148Philip Withnall2008-09-2610-8/+38 | | | | | | | | | | | | | | | | | | | 2008-09-25 Philip Withnall <philip@tecnocode.co.uk> ** Fix for bug #553148 * addressbook/gui/contact-editor/contact-editor.glade: * addressbook/gui/contact-editor/e-contact-editor-im.c: * composer/mail-composer.error.xml: * plugins/groupwise-account-setup/org-gnome-gw-account-setup.eplug.xml: * plugins/groupwise-features/org-gnome-compose-send-options.xml: * plugins/groupwise-features/org-gnome-groupwise-features.eplug.xml: Standardise "GroupWise" usage in translatable strings. svn path=/trunk/; revision=36453 * ** Fix for bug #551121Philip Withnall2008-09-263-5/+13 | | | | | | | | | | | | | | 2008-09-25 Philip Withnall <philip@tecnocode.co.uk> ** Fix for bug #551121 * em-junk-filter.c (pipe_to_sa_full), (em_junk_sa_respawn_spamd): * org-gnome-sa-junk-plugin.eplug.xml: Standardise use of "SpamAssassin" vs. "spamassassin" or "Spamassassin". svn path=/trunk/; revision=36452 * ** Fix for bug #552551Philip Withnall2008-09-252-1/+8 | | | | | | | | | | | | 2008-09-25 Philip Withnall <philip@tecnocode.co.uk> ** Fix for bug #552551 * em-folder-browser.c (emfb_search_search_activated): Add a NULL check for search_word before calling strcmp. svn path=/trunk/; revision=36451 * License change from GPL to LGPLSankarasivasubramanian Pasupathilingam2008-09-2514-125/+174 | | | | svn path=/trunk/; revision=36448 * ** Fix for bug #313225Milan Crha2008-09-244-1/+25 | | | | | | | | | | | | | | | | 2008-09-24 Milan Crha <mcrha@redhat.com> ** Fix for bug #313225 * mail/message-list.c: (struct states_pixmaps), (ml_tree_value_at), (message_list_create_extras): Show meeting icon in 'Attachment' column on messages with '$has_cal' user flag set. * plugins/itip-formatter/itip-formatter.c: (format_itip): Set the user flag '$has_cal' on the message when formatting a calendar attachment. svn path=/trunk/; revision=36445 * Change License from GPL to LGPLSankarasivasubramanian Pasupathilingam2008-09-2443-444/+567 | | | | svn path=/trunk/; revision=36443 * License changes from GPL to LGPLSankarasivasubramanian Pasupathilingam2008-09-2411-83/+129 | | | | svn path=/trunk/; revision=36440 * ** Fixes bug #553479Philip Withnall2008-09-2417-17/+71 | | | | | | | | | | | | | | | | | | | | | | | 2008-09-24 Philip Withnall <philip@tecnocode.co.uk> ** Fixes bug #553479 * shell/shell.error.xml: * plugins/webdav-account-setup/webdav-contacts-source.c (plugin_webdav_contacts): * plugins/tnef-attachments/org-gnome-tnef-attachments.eplug.xml: * plugins/python/org-gnome-evolution-python.eplug.xml: * plugins/google-account-setup/org-gnome-evolution-google.eplug.xml: * plugins/audio-inline/org-gnome-audio-inline.eplug.xml: * mail/em-migrate.c (migrate_to_db): * mail/evolution-mail.schemas.in: * addressbook/gui/component/ldap-config.glade: String capitalisation improvements. svn path=/trunk/; revision=36439 * Updated French translation.Claude Paroz2008-09-242-2567/+3121 | | | | | | | | 2008-09-23 Claude Paroz <claude@2xlibre.net> * fr/fr.po: Updated French translation. svn path=/trunk/; revision=36437 * ** Fix for bug #553273Milan Crha2008-09-2317-15/+60 | | | | | | | | | | | | | | | | | | | | | | | 2008-09-23 Milan Crha <mcrha@redhat.com> ** Fix for bug #553273 * addressbook/gui/component/addressbook-view.c: (delete_addressbook_folder), (delete_addressbook_cb): * addressbook/gui/widgets/eab-gui-util.c: (save_it): * addressbook/gui/contact-list-editor/e-contact-list-model.c: (e_contact_list_model_add_email): * addressbook/gui/contact-list-editor/e-contact-list-editor.c: (contact_list_editor_contact_exists): * plugins/exchange-operations/exchange-config-listener.c: (exchange_config_listener_authenticate): * mail/em-composer-utils.c: (em_utils_handle_receipt): * mail/em-folder-view.c: (emfv_delete_msg_response): * composer/e-composer-actions.c: (action_save_cb): * calendar/gui/alarm-notify/alarm-queue.c: (edit_component): * calendar/gui/tasks-component.c: (delete_task_list_cb): * calendar/gui/calendar-component.c: (delete_calendar_cb): * calendar/gui/memos-component.c: (delete_memo_list_cb): Always end e_error_run/e_error_new calls with NULL parameter. svn path=/trunk/; revision=36434 * ** Fix for bug #552575Milan Crha2008-09-232-0/+8 | | | | | | | | | | | | 2008-09-23 Milan Crha <mcrha@redhat.com> ** Fix for bug #552575 * gui/widgets/eab-gui-util.c: (eab_send_contact_list_as_attachment): Register default callbacks to composer to be able to send/save draft. svn path=/trunk/; revision=36432 * ** Part of fix for bug #272391Milan Crha2008-09-233-2/+91 | | | | | | | | | | | | | | | | | 2008-09-23 Milan Crha <mcrha@redhat.com> ** Part of fix for bug #272391 * gui/component/apps_evolution_addressbook.schemas.in: * gui/component/autocompletion-config.c: (struct AutocompletionConfig), (config_control_destroy_notify), (add_section), (show_address_check_toggled_cb), (autocompletion_config_control_new): New UI for Edit->Preferences->Autocompletion, with the checkbox for the key "/apps/evolution/addressbook/completion/show_address" to be able to setup whether show mail address for the autocompleted contact. svn path=/trunk/; revision=36431 * Malayalam translation updated by Hari VishnuPraveen Arimbrathodiyil2008-09-232-6402/+7700 | | | | svn path=/trunk/; revision=36429 * ** Fixes bug #552851Philip Withnall2008-09-232-2/+12 | | | | | | | | | | | | | | 2008-09-22 Philip Withnall <philip@tecnocode.co.uk> ** Fixes bug #552851 * org-gnome-shared-folder.errors.xml: Add translator comments to the accept/decline strings, and improve some other strings in the file. svn path=/trunk/; revision=36428 * Fix 'cs' build break due to my git-merge issues.Srinivasa Ragavan2008-09-222-1/+4 | | | | | | | | 2008-09-22 Srinivasa Ragavan <sragavan@novell.com> * configure.in: Fix 'cs' build break due to my git-merge issues. svn path=/trunk/; revision=36426 * Version bump for Evolution 2.25.1Srinivasa Ragavan2008-09-222-3/+7 | | | | | | | | 2008-09-22 Srinivasa Ragavan <sragavan@novell.com> * configure.in: Version bump for Evolution 2.25.1 svn path=/trunk/; revision=36424 * Add LGPL v2, v3 licensing header.Srinivasa Ragavan2008-09-223-0/+674 | | | | | | | | | | | 2008-09-22 Srinivasa Ragavan <sragavan@novell.com> * COPYING.LGPL2: Add LGPL v2, v3 licensing header. * COPYING.LGPL3: svn path=/trunk/; revision=36422 * Evolution 2.24.0 release.Srinivasa Ragavan2008-09-224-3/+72 | | | | | | | | | | 2008-09-22 Srinivasa Ragavan <sragavan@novell.com> * NEWS, configure.in: Evolution 2.24.0 release. svn path=/trunk/; revision=36420 * Fix for build break.Srinivasa Ragavan2008-09-222-0/+5 | | | | | | | | 2008-09-22 Srinivasa Ragavan <sragavan@novell.com> * configure.in: Fix for build break. svn path=/trunk/; revision=36419 * Translation updated by Ivar SmolinPriit Laes2008-09-222-371/+49 | | | | | | | | 2008-09-22 Priit Laes <plaes at svn dot gnome dot org> * et.po: Translation updated by Ivar Smolin svn path=/trunk/; revision=36418 * Add mail/default/it/Makefile to AC_OUTPUT.Luca Ferretti2008-09-222-0/+6 | | | | | | | | | | 2008-09-22 Luca Ferretti <elle.uca@libero.it> * configure.in: Add mail/default/it/Makefile to AC_OUTPUT. svn path=/trunk/; revision=36417 * Added Italian translation for default email message.Luca Ferretti2008-09-224-1/+1457 | | | | | | | | | | | | 2008-09-22 Luca Ferretti <elle.uca@libero.it> * default/Makefile.am: * default/it/Inbox: * default/it/Makefile.am: Added Italian translation for default email message. svn path=/trunk/; revision=36416 * Added Entry for Bengali India Translation UpdationRuna Bhattacharjee2008-09-221-0/+4 | | | | svn path=/trunk/; revision=36415 * Updated Bengali India TranslationRuna Bhattacharjee2008-09-221-216/+222 | | | | svn path=/trunk/; revision=36414 * Added Czech translation of default email message by Jiri Eischmann. Ditto.Petr Kovar2008-09-224-1/+330 | | | | | | | | | | | 2008-09-22 Petr Kovar <pknbe@volny.cz> * default/cs/Inbox: Added Czech translation of default email message by Jiri Eischmann. * default/cs/Makefile.am: Ditto. * default/Makefile.am: Ditto. svn path=/trunk/; revision=36413 * Updated Polish translationWadim Dziedzic2008-09-221-1612/+2644 | | | | | | | | 2008-09-21 Wadim Dziedzic <wdziedzic@aviary.pl> * pl.po: Updated Polish translation svn path=/trunk/; revision=36412 * Updated Russian translation.Nickolay V. Shmyrev2008-09-221-32/+122 | | | | | | | | | 2008-09-21 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * ru.po: Updated Russian translation. svn path=/trunk/; revision=36411 * Updated Polish translationWadim Dziedzic2008-09-222-29/+4 | | | | | | | | 2008-09-21 Wadim Dziedzic <wdziedzic@aviary.pl> * default/pl/Inbox: Updated Polish translation svn path=/trunk/; revision=36410 * Updated Russian translation.Nickolay V. Shmyrev2008-09-222-2621/+2808 | | | | | | | | | 2008-09-21 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * ru.po: Updated Russian translation. svn path=/trunk/; revision=36409 * Updated Polish translationWadim Dziedzic2008-09-211-3/+3 | | | | | | | | 2008-09-21 Wadim Dziedzic <wdziedzic@aviary.pl> * pl.po: Updated Polish translation svn path=/trunk/; revision=36408 * Updated Norwegian bokmål translation.Kjartan Maraas2008-09-212-1481/+1478 | | | | | | | | 2008-09-21 Kjartan Maraas <kmaraas@gnome.org> * nb.po: Updated Norwegian bokmål translation. svn path=/trunk/; revision=36407 * Updated Polish translationWadim Dziedzic2008-09-212-5367/+6159 | | | | | | | | 2008-09-21 Wadim Dziedzic <wdziedzic@aviary.pl> * pl.po: Updated Polish translation svn path=/trunk/; revision=36406 * Updated Arabic Translation by OsamaKhalid.Djihed Afifi2008-09-212-276/+143 | | | | | | * Updated Arabic Translation by OsamaKhalid. svn path=/trunk/; revision=36405 * hindi update by Rajesh RanjanRajesh Ranjan2008-09-212-333/+184 | | | | svn path=/trunk/; revision=36404 * hindi update by Rajesh RanjanRajesh Ranjan2008-09-212-356/+209 | | | | svn path=/trunk/; revision=36403 * hindi update by Rajesh RanjanRajesh Ranjan2008-09-211-0/+4 | | | | svn path=/trunk/; revision=36402 * hindi update by Rajesh RanjanRajesh Ranjan2008-09-211-1904/+2348 | | | | svn path=/trunk/; revision=36401 * Translation updated.Gabor Kelemen2008-09-212-4903/+5632 | | | | | | | | 2008-09-21 Gabor Kelemen <kelemeng@gnome.hu> * hu.po: Translation updated. svn path=/trunk/; revision=36400 * One new figure added and one obsolete removed.Claude Paroz2008-09-213-0/+4 | | | | | | | | 2008-09-20 Claude Paroz <claude@2xlibre.net> * fr/figures/*: One new figure added and one obsolete removed. svn path=/trunk/; revision=36399 * Updated Danish translationKenneth Nielsen2008-09-212