| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
svn path=/trunk/; revision=36116
|
|
|
|
| |
svn path=/trunk/; revision=36112
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-08-27 Milan Crha <mcrha@redhat.com>
** Fix for bug #523327
* gui/e-cal-component-preview.c: (write_html):
* gui/e-cal-component-memo-preview.c: (write_html):
Show description in monospace font and wrap lines too.
svn path=/trunk/; revision=36103
|
|
|
|
|
|
| |
* Updated Arabic Translation by Abou Manal.
svn path=/trunk/; revision=36081
|
|
|
|
| |
svn path=/trunk/; revision=36053
|
|
|
|
| |
svn path=/trunk/; revision=36047
|
|
|
|
| |
svn path=/trunk/; revision=36046
|
|
|
|
| |
svn path=/trunk/; revision=36042
|
|
|
|
| |
svn path=/trunk/; revision=36041
|
|
|
|
| |
svn path=/trunk/; revision=36040
|
|
|
|
| |
svn path=/trunk/; revision=36039
|
|
|
|
| |
svn path=/trunk/; revision=36038
|
|
|
|
|
|
|
|
|
|
| |
2008-08-22 Inaki Larranaga Murgoitio <dooteo@euskalgnu.org>
* eu.po: Updated Basque translation.
svn path=/trunk/; revision=36037
|
|
|
|
|
|
|
|
| |
2008-08-22 Åsmund Skjæveland <aasmunds@ulrik.uio.no>
* nn.po: Updated Norwegian Nynorsk translation.
svn path=/trunk/; revision=36036
|
|
|
|
|
|
|
| |
a calendar. Patch by Rouslan Solomakhin <rouslan@solomakhin.net>.
Fixes bug 547822.
svn path=/trunk/; revision=36035
|
|
|
|
| |
svn path=/trunk/; revision=36034
|
|
|
|
|
|
| |
Macedonian translation.
svn path=/trunk/; revision=36033
|
|
|
|
|
|
|
|
| |
2008-08-21 Åsmund Skjæveland <aasmunds@ulrik.uio.no>
* nn.po: Updated Norwegian Nynorsk translation.
svn path=/trunk/; revision=36032
|
|
|
|
| |
svn path=/trunk/; revision=36031
|
|
|
|
| |
svn path=/trunk/; revision=36030
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-08-20 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #546926
* configure.in:
Bump eds_minimum_version to 2.23.91 for camel_shutdown().
* mail/mail-session.c (mail_session_shutdown):
New function simply calls camel_shutdown().
* mail/mail-component.c (impl_finalize):
Call mail_session_shutdown().
svn path=/trunk/; revision=36029
|
|
|
|
| |
svn path=/trunk/; revision=36028
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-08-20 Milan Crha <mcrha@redhat.com>
** Fix for bug #525555
* google-source.c: (print_uri_noproto): Removed.
* google-source.c: (user_changed): Do not leak.
* google-source.c: (plugin_google): Get username from source, not URL.
svn path=/trunk/; revision=36026
|
|
|
|
| |
svn path=/trunk/; revision=36025
|
|
|
|
| |
svn path=/trunk/; revision=36023
|
|
|
|
|
|
|
|
|
|
| |
2008-08-18 Srinivasa Ragavan <sragavan@novell.com>
* NEWS: Evolution 2.23.90 release and Version bump.
svn path=/trunk/; revision=36020
|
|
|
|
|
|
|
|
|
| |
2008-08-18 Theppitak Karoonboonyanan <thep@linux.thai.net>
* th.po: Updated Thai translation.
svn path=/trunk/; revision=36017
|
|
|
|
| |
svn path=/trunk/; revision=36016
|
|
|
|
|
|
|
|
|
|
| |
2008-08-18 Matthew Barnes <mbarnes@redhat.com>
* shell/test/evolution-test-component.c (impl_upgradeFromVersion):
Fix the function signature to conform to the component interface.
svn path=/trunk/; revision=36015
|
|
|
|
| |
svn path=/trunk/; revision=36014
|
|
|
|
|
|
|
|
|
|
| |
2008-08-18 Bharath Acharya <abharath@novell.com>
* e-icon-factory.c: (e_icon_factory_get_icon_filename),
(e_icon_factory_get_icon): Added a debug macro and turned it off.
svn path=/trunk/; revision=36013
|
|
|
|
| |
svn path=/trunk/; revision=36012
|
|
|
|
|
|
| |
NULL pointers).
svn path=/trunk/; revision=36011
|
|
|
|
| |
svn path=/trunk/; revision=36010
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-08-18 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #508732
* shell/e-shell.c:
Add a "crash_recovery" flag, with accessor functions for it.
* shell/e-shell-window (init_view):
Check and reset the "crash_recovery" flag before creating a
new shell view. The components can use this flag to take
steps to recover from the previous crash.
* shell/apps_evolution_shell.schemas.in:
Remove the "skip_recovery_dialog" and "recovery" keys.
* shell/Evolution-Component.idl (createView):
Add a "select_item" boolean parameter.
* shell/main.c:
Kill the crash recovery dialog. Instead just set the crash
recovery flag in e-shell appropriately.
* mail/mail-component.c (impl_createView):
Add a "select_item" argument for crash recovery, which we forward
to EMFolderBrowser as a "suppress_message_selection" flag.
* mail/em-folder-browser.c (emfb_set_folder):
Suppress automatic message selection if we are recovering from a
crash.
* addressbook/gui/component/addressbook-component.c (impl_createView):
* calendar/gui/calendar-component.c (impl_createView):
* calendar/gui/memos-component.c (impl_createView):
* calendar/gui/tasks-component.c (impl_createView):
Add a "select_item" argument for crash recovery, which these
components do not use.
* help/C/evolution.xml:
Remove the bit about crash recovery.
svn path=/trunk/; revision=36009
|
|
|
|
|
|
| |
the 'Send' button as important to have a label).
svn path=/trunk/; revision=36008
|
|
|
|
|
|
| |
icon is wrong size).
svn path=/trunk/; revision=36007
|
|
|
|
| |
svn path=/trunk/; revision=36006
|
|
|
|
|
|
|
|
| |
2008-08-17 Takeshi AIHANA <takeshi.aihana@gmail.com>
* ja.po: Updated Japanese translation.
svn path=/trunk/; revision=36005
|
|
|
|
|
|
|
|
| |
2008-08-16 Priit Laes <plaes at svn dot gnome dot org>
* et.po: Translation updated by Ivar Smolin
svn path=/trunk/; revision=36003
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-08-16 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #513363
* mail/default/C/Inbox:
Remove the outdated "New Features" list, and well as the incorrect
"Evolution team" email address.
svn path=/trunk/; revision=36002
|
|
|
|
|
|
|
|
|
|
|
| |
2008-08-16 Gilles Dartiguelongue <gdartigu@svn.gnome.org>
* e-icon-factory.c: (e_icon_size_to_gtk_icon_size),
(e_icon_factory_get_icon_filename), (e_icon_factory_get_icon):
Make evolution respect GTK_ICON_SIZE changes, part of bug #416258.
svn path=/trunk/; revision=36000
|
|
|
|
| |
svn path=/trunk/; revision=35999
|
|
|
|
|
|
|
|
| |
2008-08-15 Kjartan Maraas <kmaraas@gnome.org>
* nb.po: Updated Norwegian bokmål translation.
svn path=/trunk/; revision=35998
|
|
|
|
|
|
|
|
|
| |
2008-08-15 Milan Crha <mcrha@redhat.com>
* POTFILES.in: Added e-util/e-util.c there.
svn path=/trunk/; revision=35997
|
|
|
|
|
|
| |
instead of "Calendar" for consistency.
svn path=/trunk/; revision=35996
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-08-14 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #547411
* data/icons/hicolor_status_32x32_online.png:
* data/icons/hicolor_status_32x32_online.svg:
* data/icons/hicolor_status_32x32_offline.png:
* data/icons/hicolor_status_32x32_offline.svg:
New, Tangoized versions of the old "art" images.
* art/online.png:
* art/offline.png:
These are now obsolete. Remove them.
* widgets/misc/e-online-button.c (e_online_button_set_online):
The button icons are themed now but still oblong.
Load the icons by filename so GTK+ doesn't scale them.
svn path=/trunk/; revision=35995
|
|
|
|
|
|
|
|
|
|
| |
* em-popup.c: (emp_standard_menu_factory):
don't filter applications using g_app_info_should_show()
* gui/e-cal-popup.c: (ecalp_standard_menu_factory):
don't filter applications using g_app_info_should_show()
svn path=/trunk/; revision=35993
|
|
|
|
| |
svn path=/trunk/; revision=35992
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-08-14 Matthew Barnes <mbarnes@redhat.com>
* e-util/e-util.c (e_display_help):
New convenience function for launching help from Evolution.
Displays an error dialog over the given parent window if an
error occurs.
* addressbook/gui/contact-editor/e-contact-editor.c:
* calendar/gui/dialogs/comp-editor.c:
* plugins/email-custom-header/gui/contact-editor/e-contact-editor.c:
* plugins/exchange-operations/exchange-send-options.c:
* widgets/misc/e-multi-config-dialog.c:
* widgets/misc/e-send-options.c:
Use e_display_help() for displaying help.
svn path=/trunk/; revision=35991
|
|
|
|
| |
svn path=/trunk/; revision=35990
|
|
|
|
| |
svn path=/trunk/; revision=35989
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-08-17 Chenthill Palanisamy <pchenthill@novell.com>
* gui/dialogs/event-page.c: (source_changed_cb):
* gui/dialogs/memo-page.c: (source_changed_cb):
* gui/e-cal-model.c: (e_cal_model_set_timezone),
(e_cal_view_done_cb):
* gui/e-day-view-config.c: Fixed some warnings.
svn path=/trunk/; revision=35987
|
|
|
|
| |
svn path=/trunk/; revision=35986
|
|
|
|
|
|
|
|
|
|
|
|
| |
* google-contacts-source.c (on_ssl_cb_toggled),
(seconds_to_interval), (interval_to_seconds),
(on_interval_sb_value_changed), (on_interval_combo_changed),
(plugin_google_contacts):
Add ssl toggle; synch UI for refreshin with the google calendar plugin
svn path=/trunk/; revision=35984
|
|
|
|
| |
svn path=/trunk/; revision=35981
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-08-13 Matthew Barnes <mbarnes@redhat.com>
* e-util/e-gui-utils.c (e_create_image_widget):
Remove this unused function.
* e-util/e-util.h: Cosmetic cleanups.
svn path=/trunk/; revision=35980
|
|
|
|
| |
svn path=/trunk/; revision=35979
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-08-15 Chenthill Palanisamy <pchenthill@novell.com>
Fixes #347287
* gui/e-cal-list-view-config.c:
* (e_cal_list_view_config_set_view):
* gui/e-cal-list-view.c: (e_cal_list_view_new):
* gui/e-cal-list-view.h:
* gui/e-cal-model.c: (e_cal_model_set_timezone),
* (add_instance_cb),
(e_cal_view_objects_added_cb), (e_cal_view_done_cb),
(update_e_cal_view_for_client), (cal_opened_cb),
(add_new_client),
(e_cal_model_component_class_init),
(e_cal_model_component_finalize), (e_cal_model_component_init),
(e_cal_model_component_get_type),
(e_cal_model_copy_component_data),
(e_cal_model_free_component_data):
* gui/e-cal-model.h:
* gui/e-calendar-view.c: (e_calendar_view_init),
(e_calendar_view_set_model):
* gui/e-calendar-view.h:
* gui/e-day-view-config.c: (e_day_view_config_set_view):
* gui/e-day-view.c: (time_range_changed_cb),
(model_row_changed_cb), (model_cell_changed_cb),
(model_rows_inserted_cb), (model_rows_deleted_cb),
(timezone_changed_cb), (e_day_view_init), (init_model),
(e_day_view_new), (e_day_view_set_mins_per_row),
(e_day_view_add_event), (e_day_view_check_layout):
* gui/e-day-view.h:
* gui/e-week-view-config.c: (e_week_view_config_set_view):
* gui/e-week-view.c: (time_range_changed_cb),
(model_row_changed_cb), (model_cell_changed_cb),
(model_rows_inserted_cb), (model_rows_deleted_cb),
(timezone_changed_cb), (e_week_view_init), (init_model),
(e_week_view_new), (e_week_view_add_event),
(e_week_view_check_layout):
* gui/e-week-view.h:
* gui/gnome-cal.c: (message_proxy), (create_thread_pool),
(message_push), (update_query_async), (update_query),
(set_search_query), (set_timezone), (setup_widgets),
(update_view_times), (display_view), (display_view_cb),
(add_mclient_async), (add_mclient), (client_cal_opened_cb),
(default_client_cal_opened_cb),
(gnome_calendar_remove_source_by_uid),
(gnome_calendar_on_date_navigator_selection_changed): Use a
single model for all the views.
svn path=/trunk/; revision=35977
|
|
|
|
| |
svn path=/trunk/; revision=35976
|
|
|
|
|
|
| |
agent for HTTP requests used to load remote images).
svn path=/trunk/; revision=35974
|
|
|
|
| |
svn path=/trunk/; revision=35973
|
|
|
|
| |
svn path=/trunk/; revision=35972
|
|
|
|
|
|
|
|
|
|
|
| |
2008-08-12 Matthew Barnes <mbarnes@redhat.com>
* configure.in:
Bump eds_minimum_version to 2.23.90 for
E_BOOK_ERROR_UNSUPPORTED_AUTHENTICATION_METHOD.
svn path=/trunk/; revision=35971
|
|
|
|
| |
svn path=/trunk/; revision=35970
|
|
|
|
|
|
|
|
|
| |
2008-08-12 Milan Crha <mcrha@redhat.com>
* ipod-sync.c: Added missing include.
svn path=/trunk/; revision=35969
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-08-12 Milan Crha <mcrha@redhat.com>
** Fix for bug #519292
* message-list.c: (read_boolean_with_default),
(message_list_construct): Read 'thread_expand' and 'thread_latest'
safely with TRUE as default if key doesn't exist.
svn path=/trunk/; revision=35968
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-08-12 Matthew Barnes <mbarnes@redhat.com>
* addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in:
Fix a typo. (#547369)
* addressbook/gui/component/addressbook-migrate.c:
* calendar/gui/migration.c:
Fix TeX-style quotes. (#547372)
svn path=/trunk/; revision=35967
|
|
|
|
| |
svn path=/trunk/; revision=35966
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-08-12 Dmitrijs Ledkovs <dmitrij.ledkov@gmail.com>
** Fixes bug #498095
* gui/dialogs/event-page.glade: "D_escription" -> "_Description"
* gui/dialogs/task-page.glade: As above and "_Due Date" -> "D_ue Date"
Change mnemonics to resolve clash with "_Edit".
* gui/dialogs/memo-page.glade:
Set proper mnemonic widget for description label.
svn path=/trunk/; revision=35965
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-08-12 Milan Crha <mcrha@redhat.com>
** Fix for bug #547308
* gui/component/addressbook.c: (load_source_auth_cb):
Do not try to authenticate to the server more than twice when knows
the password and it didn't fail because of wrong user name/password.
* gui/widgets/eab-gui-util.c: (const char *status_to_string[]):
New string for new status code.
* gui/widgets/eab-gui-util.c: (eab_load_error_dialog):
Include detailed error in generic failure error, if available and is
not a repository offline error.
svn path=/trunk/; revision=35964
|
|
|
|
| |
svn path=/trunk/; revision=35963
|
|
|
|
|
|
|
|
|
|
| |
2008-08-12 Bharath Acharya <abharath@novell.com>
* Makefile.am: Have a check for OS_WIN32 and handle the schema
* data differently. make install error on win32.
svn path=/trunk/; revision=35961
|
|
|
|
|
|
|
|
|
|
| |
2008-08-12 Bharath Acharya <abharath@novell.com>
* Makefile.am: Use NO_UNDEFINED. Link with more libraries. To
generate dlls on Windows.
svn path=/trunk/; revision=35960
|
|
|
|
|
|
|
|
|
|
| |
2008-08-12 Bharath Acharya <abharath@novell.com>
* Makefile.am: Added necessary libraries to link to. Build break
while compiling on Windows.
svn path=/trunk/; revision=35959
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-08-11 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #546892
* e-util/e-icon-factory.c (e_icon_factory_get_image):
Kill this function. Use gtk_image_new_from_icon_name().
* e-util/e-icon-factory.c (e_icon_factory_get_icon_list):
Kill this function. Use gtk_window_set_icon_name().
* widgets/misc/e-activity-handler.c:
* widgets/misc/e-task-widget.c:
Purge the GdkPixbuf arguments from the API. We've been ignoring
them since the spinner icon was added.
* addressbook/gui/contact-editor/e-contact-editor-fullname.c:
* addressbook/gui/contact-editor/e-contact-editor-im.c:
* addressbook/gui/contact-editor/e-contact-editor-address.c:
* calendar/gui/alarm-notify/alarm-notify-dialog.c:
* calendar/gui/dialogs/alarm-dialog.c:
* calendar/gui/dialogs/alarm-list-dialog.c:
* calendar/gui/dialogs/cal-attachment-select-file.c:
* calendar/gui/dialogs/changed-comp.c:
* calendar/gui/dialogs/delete-error.c:
* calendar/gui/dialogs/select-source-dialog.c:
* mail/mail-send-recv.c:
* mail/message-tag-followup.c:
* widgets/misc/e-combo-button.c:
* widgets/misc/e-info-label.c:
* widgets/misc/e-url-entry.c:
* widgets/misc/e-task-widget.c:
Prefer gtk_window_set_icon_name() over gtk_window_set_icon_list().
* addressbook/gui/contact-editor/e-contact-editor-im.c:
* calendar/gui/dialogs/event-page.c:
* calendar/gui/e-timezone-entry.c:
* e-util/e-gui-utils.c:
* e-util/e-popup.c:
* plugins/import-ics-attachments/icsimporter.c:
* plugins/itip-formatter/itip-view.c:
* mail/em-folder-browser.c:
* mail/em-format-html-display.c:
* mail/mail-send-recv.c:
* mail/message-tag-followup.c:
Prefer gtk_image_new_from_icon_name() over e_icon_factory_get_image().
* calendar/gui/alarm-notify/alarm-queue.c:
* plugins/mail-notification/mail-notification.c:
Prefer gtk_status_icon_set_from_icon_name() over
gtk_status_icon_set_from_pixbuf().
* addressbook/gui/component/addressbook-view.c:
* calendar/gui/e-calendar-table.c:
* calendar/gui/e-calendar-view.c:
* calendar/gui/e-memo-table.c:
* mail/mail-mt.c:
e_activity_handler_operation_started() no longer takes a GdkPixbuf.
It was ignoring the pixbuf anyway ever since we added a spinner icon.
svn path=/trunk/; revision=35958
|
|
|
|
|
|
|
|
| |
2008-08-11 Duarte Loreto <happyguy_pt@hotmail.com>
* pt.po: Updated Portuguese translation.
svn path=/trunk/; revision=35957
|
|
|
|
| |
svn path=/trunk/; revision=35956
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-08-11 Milan Crha <mcrha@redhat.com>
** Fix for bug #352695
* e-tree-table-adapter.c: (e_tree_table_adapter_load_expanded_state),
(e_tree_table_adapter_load_expanded_state_xml):
Call the e_table_model_changed in the proper function, to prevent
lock of the model caused by previous commit to this bug.
svn path=/trunk/; revision=35955
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-08-11 Milan Crha <mcrha@redhat.com>
** Fix for bug #519292
* mail/message-list.c: (load_tree_expand_all): Drop function.
* mail/message-list.c: (regen_list_done): Rather use desired expanded state
value when creating the tree instead of the default model's value for
this to have 'expand/collapse all' commands work better and quicker.
* widgets/tablee-tree.h: (e_tree_load_all_expanded_state):
* widgets/tablee-tree.c: (e_tree_load_all_expanded_state):
* widgets/tablee-tree-table-adapter.h:
(e_tree_table_adapter_load_all_expanded_state):
* widgets/tablee-tree-table-adapter.c:
(e_tree_table_adapter_load_all_expanded_state),
(set_expanded_state_func), (set_collapsed_state_func):
Drop functions in favor of new functions.
* widgets/tablee-tree.h: (e_tree_force_expanded_state):
* widgets/tablee-tree.c: (e_tree_force_expanded_state):
* widgets/tablee-tree-table-adapter.h: (e_tree_table_adapter_force_expanded_state):
* widgets/tablee-tree-table-adapter.c: (e_tree_table_adapter_force_expanded_state),
(struct ETreeTableAdapterPriv), (create_gnode), (etta_init):
Use either default value of the model to expanded state of new node or
use the one which has been set (forced) by new functions.
svn path=/trunk/; revision=35954
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-08-11 Milan Crha <mcrha@redhat.com>
** Fix for bug #352695
* widgets/table/e-tree-table-adapter.h:
(e_tree_table_adapter_save_expanded_state_xml),
(e_tree_table_adapter_load_expanded_state_xml):
* widgets/table/e-tree-table-adapter.c:
(e_tree_table_adapter_save_expanded_state_xml),
(e_tree_table_adapter_save_expanded_state),
(e_tree_table_adapter_load_expanded_state_xml),
(e_tree_table_adapter_load_expanded_state):
* widgets/table/e-tree.h: (e_tree_save_expanded_state_xml),
(e_tree_load_expanded_state_xml):
* widgets/table/e-tree.c: (e_tree_save_expanded_state_xml),
(e_tree_load_expanded_state_xml):
Be able to store expanded state also in memory, not only on the disk.
* mail/message-list.c: (struct _MessageListPrivate), (save_tree_state),
(load_tree_state), (on_model_row_changed), (message_list_init),
(message_list_construct), (struct _regen_list_msg), (regen_list_done),
(regen_list_free), (mail_regen_list): Be able to recognize whether
there has been any change on any row in a list and save expanded
state only in case there was any change. Also use in-memory storing
of the expanded state in case we do not want to rewrite full view
It's for searches only, and it's not stored between sessions.
svn path=/trunk/; revision=35953
|
|
|
|
|
|
|
|
|
|
| |
2008-08-11 Srinivasa Ragavan <sragavan@novell.com>
** Part fix for bug #529743
* searchtypes.xml: Support Subject or Recipients contain search.
svn path=/trunk/; revision=35952
|
|
|
|
|
|
|
|
|
| |
2008-08-11 Srinivasa Ragavan <sragavan@novell.com>
* mail/message-list.c: Don't use uninitialized exception. It leads to
freeing uninitialized memory.
svn path=/trunk/; revision=35951
|
|
|
|
| |
svn path=/trunk/; revision=35946
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-08-08 Michael Monreal <mmonreal@svn.gnome.org>
** Fix for bug #546748
* addressbook/gui/component/addressbook-view.c:
Change "_Properties..." to "_Properties" to match HIG and other
components.
svn path=/trunk/; revision=35941
|
|
|
|
| |
svn path=/trunk/; revision=35940
|
|
|
|
|
|
|
|
|
|
| |
2008-08-08 Matthew Barnes <mbarnes@redhat.com>
* shell/e-shell-importer.c:
Remove unused EShell pointer from ImportData.
svn path=/trunk/; revision=35939
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-08-08 Michael Monreal <mmonreal@svn.gnome.org>
** Additional fix for bug #467115
* addressbook/gui/contact-editor/e-contact-editor.c:
(e_contact_editor_init):
* art/Makefile.am:
* data/icons/Makefile.am:
Get rid of old contact-editor icon.
svn path=/trunk/; revision=35937
|
|
|
|
|
|
|
|
|
|
|
| |
2008-08-08 Michael Monreal <mmonreal@svn.gnome.org>
** Fix for bug #546744
* addressbook/gui/component/addressbook-view.c:
Use address-book-new icon instead of contacts-new.
svn path=/trunk/; revision=35936
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-08-08 Milan Crha <mcrha@redhat.com>
** Fix for bug #544117
* gui/itip-utils.c: (itip_send_comp): Initialize variables to NULL,
to not free uninitialized memory in the cleanup part on the error.
svn path=/trunk/; revision=35935
|
|
|
|
|
|
|
|
| |
2008-08-08 Priit Laes <plaes at svn dot gnome dot org>
* et.po: Translation updated by Ivar Smolin
svn path=/trunk/; revision=35934
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-08-07 Paul Bolle <pebolle@tiscali.nl>
** Fix for bug #546788
* mail/em-folder-view.c: "/commands/ViewNormal" isn't actually used.
It is probably a leftover from a previous way of setting the formatting
style. It can be removed. Related cleanups.
* ui/evolution-mail-message.xml: Drop unused "ViewNormal" cmd entry.
svn path=/trunk/; revision=35929
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-08-07 Paul Bolle <pebolle@tiscali.nl>
** Fixes bug #546785
* plugins/bbdb/bbdb.c: (e_plugin_lib_enable):
The bbdb plugin is noisy when enabled:
"BBDB spinning up..."
Make this plugin just as polite as google-account-setup.
* plugins/caldav/caldav-source.c: (e_plugin_lib_enable):
The caldav plugin is noisy when enabled:
"CalDAV Eplugin starting up ..."
Make this plugin just as polite as google-account-setup.
svn path=/trunk/; revision=35928
|
|
|
|
| |
svn path=/trunk/; revision=35927
|
|
|
|
| |
svn path=/trunk/; revision=35926
|
|
|
|
| |
svn path=/trunk/; revision=35925
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-08-07 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #467115
* shell/e-component-registry.h:
Replace button and menu icon pixbufs with an icon name string.
* shell/e-component-registry.c (query_components):
No need to create pixbufs, just save the icon name.
* shell/e-sidebar.c:
Remember a default icon name rather than a default pixbuf.
* shell/e-sidebar.c (e_sidebar_add_button),
(e_sidebar_change_button_icon):
* shell/e-shell-window.c (e_shell_window_change_component_button_icon):
Take an icon name instead of a pixbuf.
* shell/e-shell-window.c (switch_view):
Call gtk_window_set_icon_name() instead of gtk_window_set_icon().
* shell/e-shell-window.c (setup_widgets):
Change XML from pixtype="pixbuf" to pixbuf="filename" and derive
an appropriate filename from the icon name.
svn path=/trunk/; revision=35924
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-08-07 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #530402
* plugins/mark-all-read/mark-all-read.c (prompt_user):
Improve dialog wording, and don't use a window title (HIG).
svn path=/trunk/; revision=35923
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-08-07 Milan Crha <mcrha@redhat.com>
** Fix for bug #324203
* gui/component/ldap-config.glade:
* gui/component/addressbook-config.c: (canbrowse_toggled_cb),
(eabc_details_limit): New check box to be able to set LDAP
address books browseable until reaches given limits.
Note: To let this really works, one should have eds of revision 9295 or better.
svn path=/trunk/; revision=35922
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-08-07 Milan Crha <mcrha@redhat.com>
** Fix for bug #535745
* configure.in: Require and link calendar libs with libgdata
and libgdata-google.
* plugins/google-account-setup/google-source.c: (sanitize_user_mail), (construct_default_uri),
(is_default_uri), (init_combo_values), (user_changed),
(cal_combo_changed), (claim_error), (retrieve_list_clicked),
(plugin_google): New widgets and functionality to retrieve list
of subscribed calendars from the Google account and let user choose
which one would be shown.
Note: Requires newer EDS, at least revision 9294.
svn path=/trunk/; revision=35921
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-08-06 Paul Bolle <pebolle@tiscali.nl>
** Fix for bug #546668
* mail/em-format-html.c: Drop a (pointless) define used only once.
* mail/em-format-html-display.c: Drop one unused define.
svn path=/trunk/; revision=35920
|
|
|
|
|
|
|
|
|
|
|
| |
2008-08-07 Matthew Barnes <mbarnes@redhat.com>
* em-format.c (emf_format_secure):
* em-format-html-display.c (efhd_xpkcs7mime_add_cert_table):
Use CamelDList instead of EDList.
svn path=/trunk/; revision=35919
|
|
|
|
| |
svn path=/trunk/; revision=35918
|
|
|
|
| |
svn path=/trunk/; revision=35917
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-08-06 Milan Crha <mcrha@redhat.com>
** Fix for bug #249844
* addressbook/gui/component/addressbook-component.c:
* calendar/gui/tasks-component.c: (impl__get_userCreatableItems):
* calendar/gui/memos-component.c: (impl__get_userCreatableItems):
* mail/mail-component.c: (impl__get_userCreatableItems):
* shell/test/evolution-test-component.c: (impl__get_userCreatableItems):
(impl__get_userCreatableItems): Do not let compiler claim.
* mail/em-event.h: (struct _EMEventTargetCustomIcon): Declare 'folder_name'
as const char * to let compiler happy; no copy of the pointer anyway.
* calendar/gui/calendar-component.c: (impl__get_userCreatableItems):
Use C_() macro instead of Q_() macro.
Use fully qualified names for "New" submenu entries.
svn path=/trunk/; revision=35916
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-08-06 Michael Monreal <mmonreal@svn.gnome.org>
** Fix for bug #467115
* addressbook/gui/component/addressbook-view.c:
(addressbook_view_init):
* calendar/gui/GNOME_Evolution_Calendar.server.in.in:
* calendar/gui/memos-component.c: (create_component_view):
* calendar/gui/tasks-component.c: (create_component_view):
* data/icons/Makefile.am:
* mail/GNOME_Evolution_Mail.server.in.in:
* mail/mail-component.c: (impl_createView):
Ship and use tango icons for the mail, tasks and memos components.
svn path=/trunk/; revision=35915
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-08-06 Michael Monreal <mmonreal@svn.gnome.org>
** Fix for bug #531288
* data/icons/Makefile.am:
* mail/GNOME_Evolution_Mail.server.in.in:
Use proxy icon from tango-icon-theme and fall back to the icon
shipped by gnome-control-center (thanks to Josef Vybíral).
svn path=/trunk/; revision=35914
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-08-06 Milan Crha <mcrha@redhat.com>
** Fix for bug #546263
* gui/widgets/e-minicard.c: (add_field), (add_email_field), (remodel):
Add 'width' property as the last one for 'new' item, thus it will know
all the information to properly calculate column widths. Also don't
set field names for the contact-lists. Both changes prevents messing
of minicard painting for changed contact-lists.
svn path=/trunk/; revision=35913
|
|
|
|
| |
svn path=/trunk/; revision=35912
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-08-06 Milan Crha <mcrha@redhat.com>
** Fix for bug #435969
* org-gnome-exchange-operations.eplug.xml:
Show authentication section in an account druid too.
svn path=/trunk/; revision=35911
|
|
|
|
|
|
|
|
|
|
| |
2008-08-04 Srinivasa Ragavan <sragavan@novell.com>
* NEWS: Evolution 2.23.6 release and version bump.
svn path=/trunk/; revision=35909
|
|
|
|
| |
svn path=/trunk/; revision=35908
|
|
|
|
|
|
|
|
|
| |
2008-08-05 Srinivasa Ragavan <sragavan@novell.com>
* mail/message-list.c: Fix a performance issue, where we can just go
by the presence than the exact count.
svn path=/trunk/; revision=35907
|
|
|
|
| |
svn path=/trunk/; revision=35906
|
|
|
|
| |
svn path=/trunk/; revision=35905
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-08-04 Matthew Barnes <mbarnes@redhat.com>
* mail/em-migrate.c (migrate_to_db):
* mail/em-network-prefs.c (notify_proxy_type_changed),
(widget_entry_changed_cb):
* mail/em-subscribe-editor.c (sub_fill_level), (sub_queue_fill_level),
(sub_row_expanded):
* mail/mail-vfolder.c:
Use G_STRLOC or G_STRFUNC instead of deprecated
G_GNUC_PRETTY_FUNCTION.
svn path=/trunk/; revision=35904
|
|
|
|
| |
svn path=/trunk/; revision=35903
|
|
|
|
|
|
| |
backend for addressbook - GUI plugin for account setup).
svn path=/trunk/; revision=35902
|
|
|
|
|
|
| |
consistent to the GUI for different components).
svn path=/trunk/; revision=35901
|
|
|
|
|
|
| |
/ Window (sub)menu in shortcut order).
svn path=/trunk/; revision=35900
|
|
|
|
|
|
| |
"Inbox" instead of "INBOX" while displaying IMAP mailbox).
svn path=/trunk/; revision=35899
|
|
|
|
|
|
| |
not append description if it is just an empty string).
svn path=/trunk/; revision=35898
|
|
|
|
|
|
| |
instead of Q_() macro, Use fully qualified names for New submenu entries).
svn path=/trunk/; revision=35897
|
|
|
|
|
|
| |
headers aren't displayed for some e-mails).
svn path=/trunk/; revision=35896
|
|
|
|
|
|
|
|
|
| |
2008-08-03 Andre Klapper <a9016009@gmx.de>
* C/evolution.xml: Make Claude happy (bug #544886 comment 4).
svn path=/trunk/; revision=35895
|
|
|
|
|
|
|
|
|
|
| |
2008-08-03 Andre Klapper <a9016009@gmx.de>
* C/evolution.xml: Typo fixes and fix for bug #544886 on
behalf of Allan Day.
svn path=/trunk/; revision=35894
|
|
|
|
|
|
|
|
|
| |
2008-08-03 Andre Klapper <a9016009@gmx.de>
* de/de.po: Update German translation.
svn path=/trunk/; revision=35893
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-08-02 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #546057
* gui/component/GNOME_Evolution_Addressbook.server.in.in:
* gui/contact-list-editor/contact-list-editor.glade:
Use "x-office-address-book" icon name instead of "stock_addressbook".
* gui/GNOME_Evolution_Calendar.server.in.in:
* gui/calendar-component.c:
* gui/e-calendar-view.c:
* gui/dialogs/alarm-dialog.c:
* gui/dialogs/alarm-list-dialog.c:
* gui/dialogs/changed-comp.c:
* gui/dialogs/comp-editor.c:
* gui/dialogs/delete-error.c:
* gui/dialogs/select-source-dialog.c:
Use "x-office-calendar" icon name instead of "stock_calendar".
svn path=/trunk/; revision=35892
|
|
|
|
| |
svn path=/trunk/; revision=35891
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-08-01 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #428384
* composer/mail-composer.error.xml:
Improve buttons in the "exit-unsaved" dialog by replacing "Cancel"
with "Continue Editing" and "Save Message" with "Save Draft".
Suggested by bytesmythe.
svn path=/trunk/; revision=35890
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-08-01 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #514006
* mail/apps-evolution-mail-notification.schemas.in:
* plugins/mail-notification/apps-evolution-mail-notification.schemas.in:
Quote literal values.
svn path=/trunk/; revision=35889
|
|
|
|
| |
svn path=/trunk/; revision=35888
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-08-01 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #517151
* org-gnome-external-editor.xml:
Give a mnemonic to "Composer in External Editor".
svn path=/trunk/; revision=35887
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-08-01 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #517825
* ui/evolution.xml:
Fix duplicate mnemonic. "_Work Offline" -> "Work _Offline"
svn path=/trunk/; revision=35886
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-08-01 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #529460
* org-gnome-evolution-startup-wizard.eplug.xml:
Change "Startup Wizard" to "Setup Assistant". Also change the
plugin description to something less lame.
svn path=/trunk/; revision=35885
|
|
|
|
|
|
|
|
|
|
|
| |
2008-08-01 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #544857
* calendar/gui/memotypes.xml: Fix a typo.
svn path=/trunk/; revision=35884
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-08-01 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #544859
* mail/evolution-mail.schemas.in:
Clarify description of "sync_interval" key.
svn path=/trunk/; revision=35883
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-08-01 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #544860
* google-contacts-source.c (plugin_google_contacts):
Add translator comments for split "update every" sentence.
svn path=/trunk/; revision=35882
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-08-01 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #543754
* plugins/backup-restore/org-gnome-backup-restore.error.xml:
Reword "insufficient-permissions" error message.
svn path=/trunk/; revision=35881
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-08-01 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #544862
* shell/apps_evolution_shell.scheams.in:
Clarify description of "use_authentication" key.
svn path=/trunk/; revision=35880
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-08-01 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #544861
* org-gnome-proxy-login-errors.xml:
Reword "invalid-user" error message.
svn path=/trunk/; revision=35879
|
|
|
|
|
|
|
|
|
|
|
| |
2008-08-01 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #543755
* apps_evolution_email_custom_header.schemas.in: Fix typo.
svn path=/trunk/; revision=35878
|
|
|
|
| |
svn path=/trunk/; revision=35877
|
|
|
|
|
|
|
|
|
|
|
| |
2008-08-01 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #545820
* mail/mail-ops.c (save_messages_desc): Fix a typo. (Nicolas Kaiser)
svn path=/trunk/; revision=35876
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-08-01 Milan Crha <mcrha@redhat.com>
** Fix for bug #353927
* calendar/gui/alarm-notify/alarm-queue.c: (tray_icon_blink_cb),
(display_notification): Do not blink the icon more than 15 seconds.
* plugins/mail-notification/mail-notification.c: (icon_activated), (stop_blinking_cb),
(new_notify_status): Do not blink the icon more than 15 seconds.
svn path=/trunk/; revision=35875
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-07-31 Matthew Barnes <mbarnes@redhat.com>
** Fixes part of bug #545558
* C/evolution.xml:
Hula support is disabled by default now, so remove any
mention of it from the User Guide.
svn path=/trunk/; revision=35874
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-07-30 Matthew Barnes <mbarnes@redhat.com>
** Fixes part of bug #545558
* configure.in:
Mark the "hula-account-setup" plugin as experimental.
svn path=/trunk/; revision=35873
|
|
|
|
| |
svn path=/trunk/; revision=35872
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-07-31 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #545568
* e-plugin.c (ep_load):
Make sure system plugins are enabled on startup.
* plugins/addressbook-file/org-gnome-addressbook-file.eplug.xml:
* plugins/caldav/org-gnome-caldav.eplug.xml:
* plugins/calendar-file/org-gnome-calendar-file.eplug.xml:
* plugins/calendar-http/org-gnome-calendar-http.eplug.xml:
* plugins/calendar-weather/org-gnome-calendar-weather.eplug.xml:
* plugins/exchange-operations/org-gnome-exchange-operations.eplug.xml:
* plugins/google-account-setup/org-gnome-evolution-google.eplug.xml:
* plugins/groupwise-account-setup/org-gnome-gw-account-setup.eplug.xml:
* plugins/hula-account-setup/org-gnome-hula-account-setup.eplug.xml:
Add "system_plugin=true" so it's not shown in the Plugin Manager.
These plugins are not designed to be disabled by the user.
svn path=/trunk/; revision=35871
|
|
|
|
|
|
|
|
|
|
| |
2008-07-31 Srinivasa Ragavan <sragavan@novell.com>
** Fix for bug #545436
* mail/message-list.c: Check the info before accessing it.
svn path=/trunk/; revision=35870
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-07-30 Matthew Barnes <mbarnes@redhat.com>
** This was preventing dblatex from working correctly.
I use dblatex to generate a PDF for the website.
* xx/figures/attach_reminder_a.png:
Rename attach_reminder_a.png.png to attach_reminder_a.png.
* Makefile.am:
* xx/evolution.xml:
Update accordingly.
svn path=/trunk/; revision=35869
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-07-30 Takao Fujiwara <takao.fujiwara@sun.com>
Reviewed by Srinivasa Ragavan <sragavan@novell.com>
** Fix for bug #545303
* filter-rule.c: (xml_decode): Add gettext in the xml string.
svn path=/trunk/; revision=35868
|
|
|
|
|
|
|
|
|
|
| |
2008-07-30 Matthew Barnes <mbarnes@redhat.com>
* configure.in:
Bump eds_minimum_version to 2.23.6 for CAMEL_PROVIDER_CONF_OPTIONS.
svn path=/trunk/; revision=35867
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-07-30 Milan Crha <mcrha@redhat.com>
** Part of fix for bug #500389
* mail/em-account-editor.c: (emae_option_options_changed),
(emae_option_options), (emae_receive_options_extra_item):
New ability to define Options (ComboBox) in provider's options.
* plugins/exchange-operations/exchange-account-setup.c: (gal_auth_to_string),
(owa_authenticate_user): Use default authentication for GAL.
Note: Requires EDS revision 9230 or better.
svn path=/trunk/; revision=35866
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-07-30 Milan Crha <mcrha@redhat.com>
** Fix for bug #211267
* addressbook/printing/e-contact-print.c: (struct _EContactPrintContext),
(e_contact_print_letter_heading), (e_contact_start_new_page),
(e_contact_print_contact), (contact_draw_page),
(e_contact_print): Report correct number of pages to print
and print them as requested.
* calendar/gui/print.c: (bound_text), (print_attendees), (print_day_event),
(print_todo_details), (print_comp_draw_real), (print_comp_draw_page),
(print_comp_begin_print), (print_comp): When printing only one event,
then divide it to more pages if required, also word-wrap description
text if necessary to fit the page.
svn path=/trunk/; revision=35865
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-07-30 Takao Fujiwara <takao.fujiwara@sun.com>
Reviewed by Andre Klapper <a9016009@gmx.de>
** Fix for bug #545300
* gui/merging/eab-contact-duplicate-detected.glade:
Add a translatable tag in "_Merge" string.
svn path=/trunk/; revision=35864
|
|
|
|
|
|
|
|
| |
2008-07-29 Hendrik Richter <hendrikr@gnome.org>
* de.po: Updated German translation, fix #545339.
svn path=/trunk/; revision=35862
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-07-29 Milan Crha <mcrha@redhat.com>
** Fix for bug #329821
* gui/e-calendar-table.c: (query_tooltip_cb):
Recalculate returned row to the model row, if we are sorting.
svn path=/trunk/; revision=35861
|
|
|
|
|
|
|
|
| |
2008-07-29 Kjartan Maraas <kmaraas@gnome.org>
* nb.po: Updated Norwegian bokmål translation.
svn path=/trunk/; revision=35860
|
|
|
|
| |
svn path=/trunk/; revision=35859
|
|
|
|
|
|
|
|
| |
2008-07-29 Srinivasa Ragavan <sragavan@novell.com>
* mail/em-folder-tree.c: Kill a compilation warning.
svn path=/trunk/; revision=35857
|
|
|
|
| |
svn path=/trunk/; revision=35856
|
|
|
|
|
|
|
|
| |
2008-07-28 Claude Paroz <claude@2xlibre.net>
* fr/fr.po: Updated French translation.
svn path=/trunk/; revision=35855
|
|
|
|
|
|
|
|
|
| |
2008-07-28 Lucian Langa <lucilanga@gnome.org>
* mail/mail-config.glade:
Corrected string 'Prompt on sending HTML..'
svn path=/trunk/; revision=35854
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-07-28 Milan Crha <mcrha@redhat.com>
** Fix for bug #544383
* gui/contact-list-editor/e-contact-list-editor.c:
(e_contact_list_editor_get_contact): Put list members in reverse order,
because 'e_vcard_add_attribute' uses prepend, thus changes order on
every single save of the contact list.
svn path=/trunk/; revision=35852
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-07-28 Milan Crha <mcrha@redhat.com>
** Fix for bug #543756
* org-gnome-shared-folder.errors.xml:
* process-meeting.c: (process_meeting):
Make question better translatable.
svn path=/trunk/; revision=35851
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-07-28 Milan Crha <mcrha@redhat.com>
** Fix for bug #543532
* em-folder-tree-model.c: (em_folder_tree_model_remove_store_info):
Let free memory when we are done with it, not before.
svn path=/trunk/; revision=35850
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-07-28 Milan Crha <mcrha@redhat.com>
** Fix for bug #530388
* filter-label.c: (filter_label_init), (filter_label_finalise),
(fill_options), (filter_label_count), (filter_label_label),
(filter_label_index): Make 'cache_lock' a rec mutex.
* filter-label.c: (regen_label_options): Guard also regeneration
of each tracked item with the rec lock, thus noone will touch
'tracked_filters' GSList until we are fully done with it.
svn path=/trunk/; revision=35849
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-07-28 Milan Crha <mcrha@redhat.com>
** Fix for bug #491176
* itip-view.c: (itip_view_init): Word-wrap the summary if necessary;
expand also value-labels in the table, thus the text will be aligned
on the left; align action buttons on the left too.
svn path=/trunk/; revision=35848
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-07-28 Milan Crha <mcrha@redhat.com>
** Fix for bug #256540
* mail-dialogs.glade: (message_security_dialog):
Do not use GtkNotebook with only one tab.
svn path=/trunk/; revision=35847
|
|
|
|
|
|
|
|
|
|
| |
2008-07-28 Lucian Langa <lucilanga@gnome.org>
** See bug #504417
* bbdb.c: - Preferences window cut off
svn path=/trunk/; revision=35846
|
|
|
|
|
|
|
|
|
|
| |
2008-07-28 Lucian Langa <lucilanga@gnome.org>
* mail/mail-config.glade:
** See bug #504417: Preferences windows
cut off
svn path=/trunk/; revision=35845
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-07-28 Jeff Cai <jeff.cai@sun.com>
* em-migrate.c: (migrate_to_db):
* em-network-prefs.c: (notify_proxy_type_changed),
(widget_entry_changed_cb):
Use G_GNUC_PRETTY_FUNCTION instead of __PRETTY__FUNCTION
svn path=/trunk/; revision=35844
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-07-27 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #544958
* help/C/evolution.xml:
Use email, not e-mail (per documentation guidelines).
svn path=/trunk/; revision=35843
|
|
|
|
|
|
|
|
|
|
|
| |
2008-07-27 Lucian Langa <lucilanga@gnome.org>
* mail/em-event.h (struct _EMEventTargetCustomIcon):
* mail/em-event.c (em_event_target_new_custom_icon):
* mail/em-folder-tree.c (render_pixbuf):
** See bug #544969: Added the hook for folder custom icon.
svn path=/trunk/; revision=35842
|
|
|
|
|
|
|
|
|
|
|
| |
2008-07-28 Srinivasa Ragavan <sragavan@novell.com>
** Fix for bug #543411
* mail/em-folder-tree-model.c: Dont load known folders.
* mail/em-folder-tree.c: Move iter to the last entry.
svn path=/trunk/; revision=35841
|
|
|
|
| |
svn path=/trunk/; revision=35840
|
|
|
|
|
|
|
|
|
| |
2008-07-27 Claude Paroz <claude@2xlibre.net>
* C/evolution.xml: Typos/Syntax improvements.
Fixes #544994.
svn path=/trunk/; revision=35839
|
|
|
|
|
|
|
|
|
| |
2008-07-27 Claude Paroz <claude@2xlibre.net>
* fr/fr.po: Updated French translation.
* figures/evo_label_a.png: New screenshot.
svn path=/trunk/; revision=35838
|
|
|
|
| |
svn path=/trunk/; revision=35836
|
|
|
|
|
|
|
|
| |
2008-07-24 Leonardo Ferreira Fontenelle <leonardof@gnome.org>
* pt_BR.po: Terminology fixes by Fabrício Godoy.
svn path=/trunk/; revision=35835
|
|
|
|
| |
svn path=/trunk/; revision=35834
|
|
|
|
| |
svn path=/trunk/; revision=35833
|
|
|
|
|
|
|
|
| |
2008-07-24 Claude Paroz <claude@2xlibre.net>
* fr.po: Updated French translation by Bruno Brouard and Claude Paroz.
svn path=/trunk/; revision=35832
|
|
|
|
|
|
|
|
| |
2008-07-25 Srinivasa Ragavan <sragavan@novell.com>
* mail/em-folder-browser.c: Make show unread/etc work well.
svn path=/trunk/; revision=35831
|
|
|
|
|
|
|
|
|
|
|
| |
2008-07-24 Sankar P <psankar@novell.com>
* em-folder-browser.c (get_view_query):
Search by Labels.
svn path=/trunk/; revision=35830
|
|
|
|
|
|
|
|
| |
2008-07-24 Srinivasa Ragavan <sragavan@novell.com>
* mail/em-folder-browser.c: Revert Sankar's search hacks.
svn path=/trunk/; revision=35829
|
|
|
|
| |
svn path=/trunk/; revision=35828
|
|
|
|
| |
svn path=/trunk/; revision=35827
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-07-23 Milan Crha <mcrha@redhat.com>
** Part of fix for bug #543943
* e-activity-handler.c: (e_activity_handler_operation_set_error):
* e-task-bar.c: (e_task_bar_class_init), (impl_finalize):
Leak fix.
svn path=/trunk/; revision=35826
|
|
|
|
|
|
|
|
|
| |
2008-07-23 Andre Klapper <a9016009@gmx.de>
* de/de.po: Update German translation.
svn path=/trunk/; revision=35825
|
|
|
|
| |
svn path=/trunk/; revision=35822
|
|
|
|
|
|
|
|
|
| |
2008-07-23 Andre Klapper <a9016009@gmx.de>
* de/de.po: Update German translation.
svn path=/trunk/; revision=35820
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-07-22 Milan Crha <mcrha@redhat.com>
** Fix for bug #544022
* configure.in: Do not redefine DBUS_VERSION define supplied
by dbus itself, rather rename our define to FOUND_DBUS_VERSION.
* mail/e-searching-tokenizer.c: (dump_trie):
Define function only when required. (Compiler warning cleanup.)
* shell/e-shell-window-commands.c: (char *authors[]):
Break the escape sequence properly (compiler warning cleanup).
* plugins/email-custom-header/email-custom-header.c: Compiler warning cleanup.
* plugins/mail-notification/Makefile.am:
* plugins/mail-notification/mail-notification.c: (send_dbus_message): Do not redefine
DBUS_VERSION define, it's supplied by dbus itself.
svn path=/trunk/; revision=35819
|
|
|
|
| |
svn path=/trunk/; revision=35818
|
|
|
|
| |
svn path=/trunk/; revision=35817
|
|
|
|
|
|
|
|
|
| |
2008-07-21 Andre Klapper <a9016009@gmx.de>
* C/evolution.xml: s/a company environment/an organizational environment
svn path=/trunk/; revision=35816
|
|
|
|
|
|
|
|
|
| |
2008-07-21 Andre Klapper <a9016009@gmx.de>
* C/evolution.xml: Fix most of bug 543883. Patch by Allan Day.
svn path=/trunk/; revision=35815
|
|
|
|
| |
svn path=/trunk/; revision=35814
|
|
|
|
| |
svn path=/trunk/; revision=35813
|
|
|
|
| |
svn path=/trunk/; revision=35812
|
|
|
|
|
|
|
|
|
| |
2008-07-21 Andre Klapper <a9016009@gmx.de>
* C/evolution.xml: Fix build break.
svn path=/trunk/; revision=35811
|
|
|
|
| |
svn path=/trunk/; revision=35810
|
|
|
|
| |
svn path=/trunk/; revision=35809
|
|
|
|
| |
svn path=/trunk/; revision=35808
|
|
|
|
| |
svn path=/trunk/; revision=35807
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-07-21 Tor Lillqvist <tml@novell.com>
* em-migrate.c (migrate_folders): Guard against
camel_store_get_folder() returning NULL, which happened at
least for me. It was for a partially broken GroupWise folder
structure on disk, so that is a case of garbage in--garbage
out I guess, but it can't hurt to be careful...
svn path=/trunk/; revision=35806
|
|
|
|
| |
svn path=/trunk/; revision=35805
|
|
|
|
|
|
|
|
|
|
| |
2008-07-21 Johnny Jacob <jjohnny@novell.com>
* data/hicolor_actions_24x24_query-free-busy.png: Moved to
data/icons/hicolor_actions_24x24_query-free-busy.png as per
rev 35753.
svn path=/trunk/; revision=35804
|
|
|
|
|
|
|
|
|
|
|
| |
2008-07-21 Tor Lillqvist <tml@novell.com>
* em-migrate.c: Rearrange G_OS_WIN32 ifdefs a bit, as we need
to compile more of this file to support upgrade attempts from 2.12
and later.
svn path=/trunk/; revision=35803
|
|
|
|
|
|
|
|
|
|
|
| |
2008-07-21 Matthew Barnes <mbarnes@redhat.com>
* Makefile.am:
Add doltcompile and doltlibtool to DISTCLEANFILES to fix
distcheck breakage.
svn path=/trunk/; revision=35802
|
|
|
|
|
|
|
|
|
|
| |
2008-07-21 Bharath Acharya <abharath@novell.com>
Fixed some compiler warnings for Templates specific hunk.
* em-composer-utils.c: (edit_message):
svn path=/trunk/; revision=35801
|
|
|
|
| |
svn path=/trunk/; revision=35800
|
|
|
|
| |
svn path=/trunk/; revision=35799
|
|
|
|
|
|
| |
Added the missing glade file during previous commit
svn path=/trunk/; revision=35798
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-05-24 Jörgen Scheibengruber <mfcn@gmx.de>
* Makefile.am:
* google-contacts-source.c (ensure_google_contacts_source_group),
(remove_google_contacts_source_group), (on_username_entry_changed),
(on_update_cb_toggled), (on_interval_sb_value_changed), (plugin_google_contacts):
* google-contacts-source.h:
* google-source.c (e_plugin_lib_enable):
* org-gnome-evolution-google.eplug.xml:
Added a UI for the addressbook part
svn path=/trunk/; revision=35797
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-07-20 Andre Klapper <a9016009@gmx.de>
** Fixes bug #542828
* e-shell-window-commands.c:
update and fix list of contributors. Patch by Maxim Ermilov.
svn path=/trunk/; revision=35796
|
|
|
|
|
|
|
|
|
| |
2008-07-20 Andre Klapper <a9016009@gmx.de>
* C/evolution.xml: Synchronized more strings, changed "mails" to "mail".
svn path=/trunk/; revision=35795
|
|
|
|
|
|
|
|
|
| |
2008-07-20 Andre Klapper <a9016009@gmx.de>
* C/evolution.xml: Synchronized more strings.
svn path=/trunk/; revision=35794
|
|
|
|
|
|
|
|
|
| |
2008-07-20 Andre Klapper <a9016009@gmx.de>
* C/evolution.xml: Synchronized more strings.
svn path=/trunk/; revision=35793
|
|
|
|
|
|
|
|
|
| |
2008-07-20 Andre Klapper <a9016009@gmx.de>
* C/evolution.xml: Synchronized more strings, fixed some typos.
svn path=/trunk/; revision=35792
|
|
|
|
|
|
|
|
|
| |
2008-07-20 Andre Klapper <a9016009@gmx.de>
* C/evolution.xml: Synchronized more strings.
svn path=/trunk/; revision=35791
|
|
|
|
|
|
|
|
|
| |
2008-07-20 Andre Klapper <a9016009@gmx.de>
* C/evolution.xml: Synchronized more strings.
svn path=/trunk/; revision=35790
|
|
|
|
|
|
|
|
|
| |
2008-07-20 Andre Klapper <a9016009@gmx.de>
* C/evolution.xml: Synchronized more strings, fixed a typo.
svn path=/trunk/; revision=35789
|
|
|
|
|
|
|
|
|
| |
2008-07-20 Andre Klapper <a9016009@gmx.de>
* C/evolution.xml: Synchronized more strings, fixed a typo.
svn path=/trunk/; revision=35788
|
|
|
|
|
|
|
|
|
| |
2008-07-20 Andre Klapper <a9016009@gmx.de>
* calendar.error.xml: Fix some strings. See bug #543753.
svn path=/trunk/; revision=35787
|
|
|
|
|
|
|
|
|
| |
2008-07-20 Andre Klapper <a9016009@gmx.de>
* addressbook.error.xml: Fix some strings. See bug #543753.
svn path=/trunk/; revision=35786
|
|
|
|
|
|
|
|
|
| |
2008-07-20 Andre Klapper <a9016009@gmx.de>
* POTFILES.in: Updated file list.
svn path=/trunk/; revision=35785
|
|
|
|
| |
svn path=/trunk/; revision=35784
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-07-09 Milan Crha <mcrha@redhat.com>
** Fix for bug #228725
* gui/widgets/e-minicard-view.h: (struct _EMinicardView):
* gui/widgets/e-minicard-view.c: (set_empty_message),
(stop_state_changed), (e_minicard_view_set_property),
(e_minicard_view_dispose), (e_minicard_view_init):
Show different message in a view when searching.
svn path=/trunk/; revision=35783
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-07-16 Milan Crha <mcrha@redhat.com>
** Fix for bug #543134
* mail-notification.c: (get_cfg_widget), (do_properties),
(popup_menu_status), (new_notify_status),
(e_plugin_lib_get_configure_widget):
Show popup menu when right-click over the status icon.
svn path=/trunk/; revision=35782
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-07-09 Milan Crha <mcrha@redhat.com>
** Fix for bug #269152
* em-format-quote.c: (emfq_format_header):
* em-format-html.c: (efh_format_headers):
Use X-MimeOLE as Mailer header when there's nothing better
available.
svn path=/trunk/; revision=35781
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-07-18 Bharath Acharya <abharath@novell.com>
** Fixes Bug #200147
Basic functionality implemented by Diego Escalante Urrelo
<diegoe@gnome.org> Everyone owes him a big mug of Beer for that.
** Added Templates plugin
* Makefile.am:
* apps-evolution-template-placeholders.schemas.in:
* org-gnome-templates.eplug.xml:
* templates.c:
* templates.glade:
svn path=/trunk/; revision=35780
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-07-11 Bharath Acharya <abharath@novell.com>
** Fix for bug #542149
* exchange-folder-subscription.c: (subscribe_to_folder): Display an error message
to restart if user tries to subscribe to other's mailbox.
* org-gnome-exchange-operations.error.xml: Added the corresponding error message.
svn path=/trunk/; revision=35779
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-07-15 Milan Crha <mcrha@redhat.com>
** Part of fix for bug #329821
* e-table-item.c: (find_cell): Do not consider last row's height
till the bottom.
* e-table-item.h: (e_table_item_compute_mouse_over):
* e-table-item.c: (e_table_item_compute_mouse_over):
* e-table-group-container.c: (etgc_compute_mouse_over),
(etgc_class_init):
* e-table-group-leaf.c: (etgl_compute_mouse_over),
(etgl_class_init):
* e-table.h: (e_table_get_mouse_over_cell):
* e-table.c: (e_table_get_mouse_over_cell):
* e-table-group.h: (struct ETableGroupClass),
(e_table_group_compute_mouse_over):
* e-table-group.c: (e_table_group_compute_mouse_over),
(etg_class_init): Be able to calculate mouse-over position
correctly,
relatively to the ETableItem.
svn path=/trunk/; revision=35778
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-07-20 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #542587
* shell/e-shell-window.c: Use new EOnlineButton widget.
* widgets/misc/e-online-button.c:
* widgets/misc/e-online-button.h:
New widget implements the online/offline button used in the main
window. The button just maintains an "online" flag and displays
the appropriate button image for the flag.
svn path=/trunk/; revision=35777
|
|
|
|
|
|
|
|
|
| |
2008-07-20 Andre Klapper <a9016009@gmx.de>
* C/evolution.xml: Fixed bug #477082.
svn path=/trunk/; revision=35776
|
|
|
|
|
|
|
|
|
| |
2008-07-20 Andre Klapper <a9016009@gmx.de>
* C/evolution.xml: Fixed comments 201 to 317 of bug #438479.
svn path=/trunk/; revision=35775
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-06-25 Ashish Shrivastava <shashish@novell.com>
* email-custom-header.glade: Marked strings for
translation.
remove "window1" string from translation.
2008-06-24 Ashish Shrivastava <shashish@novell.com>
* email-custom-header.c: (e_plugin_lib_get_configure_widget),
(org_gnome_email_custom_header_config_option):
Added Support for configuring gconf values.
* email-custom-header.glade:
Configure email-custom-header plugin within the plugin-manager.
* org-gnome-email-custom-header.eplug.xml: Add hook class
for Configure tab.
* Makefile.am: Add new file.(email-custom-header.glade).
svn path=/trunk/; revision=35774
|
|
|
|
|
|
|
|
|
| |
2008-07-20 Andre Klapper <a9016009@gmx.de>
* C/evolution.xml: Fixed comments 181 to 200 of bug #438479.
svn path=/trunk/; revision=35773
|
|
|
|
| |
svn path=/trunk/; revision=35772
|
|
|
|
|
|
|
|
|
| |
2008-07-20 Andre Klapper <a9016009@gmx.de>
* C/evolution.xml: Fixed comments 161 to 180 of bug #438479.
svn path=/trunk/; revision=35771
|
|
|
|
|
|
|
|
|
| |
2008-07-20 Andre Klapper <a9016009@gmx.de>
* C/evolution.xml: Fixed comments 141 to 160 of bug #438479.
svn path=/trunk/; revision=35770
|
|
|
|
|
|
|
|
|
|
| |
2008-07-20 Andre Klapper <a9016009@gmx.de>
* C/evolution.xml: Fixed comments 121 to 140 of bug #438479.
Use &z-3rdParty; instead of *.
svn path=/trunk/; revision=35769
|
|
|
|
|
|
|
|
|
|
| |
2008-07-20 Andre Klapper <a9016009@gmx.de>
* C/evolution.xml: Fixed comments 81 to 120 of bug #438479.
Synced dialogue vs dialog. Fixed two duplicated IDs.
svn path=/trunk/; revision=35768
|
|
|
|
|
|
|
|
|
| |
2008-07-20 Andre Klapper <a9016009@gmx.de>
* C/evolution.xml: Fixed comments 61 to 80 of bug #438479.
svn path=/trunk/; revision=35767
|
|
|
|
|
|
|
|
|
| |
2008-07-20 Andre Klapper <a9016009@gmx.de>
* C/evolution.xml: Fixed comments 41 to 60 of bug #438479.
svn path=/trunk/; revision=35766
|
|
|
|
| |
svn path=/trunk/; revision=35765
|
|
|
|
|
|
|
|
|
| |
2008-07-20 Andre Klapper <a9016009@gmx.de>
* C/evolution.xml: Fixed comments 21 to 40 of bug #438479.
svn path=/trunk/; revision=35764
|
|
|
|
|
|
|
|
|
|
| |
2008-07-20 Andre Klapper <a9016009@gmx.de>
* C/evolution.xml: Replace all "e-mail list" by "message list".
Fixed comments 1 to 20 of bug #438479.
svn path=/trunk/; revision=35763
|