| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
2008-04-04 Jeffrey Stedfast <fejj@novell.com>
* em-format-html.c (efh_format_header): Need to unfold some
headers. Also simplified figuring out the label.
(efh_format_headers): Cleaned up some code.
svn path=/trunk/; revision=35319
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-04-02 Milan Crha <mcrha@redhat.com>
** Fix for bug #264456
* mail-component.c: (view_changed):
Do not count deleted junk messages when doesn't show deleted messages.
svn path=/trunk/; revision=35317
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-04-03 Milan Crha <mcrha@redhat.com>
** Fix for bug #350308
* em-format-html-display.c: (efhd_gtkhtml_realise): Make colors only
darker, not lighter. Use black in case someone has too dark theme.
svn path=/trunk/; revision=35316
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-04-02 Matthew Barnes <mbarnes@redhat.com>
** Merge the mbarnes-composer branch
* configure.in:
Bump libgtkhtml requirement to 3.19.1.
Add gtkhtml-editor dependency for addressbook, calendar and mail.
Remove print-message plugin; new composer implements this natively.
* tools/Makefile.am:
Remove CORBA rules for the old composer.
* addressbook/gui/widgets/Makefile.am:
Remove CORBA rules for the old composer.
* addressbook/gui/widgets/eab-gui-util.c
(eab_send_to_contact_and_email_num_list),
(eab_send_contact_list_as_attachment):
Adapt to new Bonobo-less composer widget.
* calendar/gui/Makefile.am:
Remove CORBA rules for the old composer.
* calendar/gui/itip-utils.c (comp_from), (comp_to_list),
(comp_subject), (comp_content_type), (comp_filename),
(comp_description), (append_cal_attachments), (itip_send_comp),
(reply_to_calendar_comp):
Adapt to new Bonobo-less composer widget.
* composer/Makefile.am:
Remove CORBA rules for the old composer.
* composer/e-msg-composer.c:
* composer/e-msg-composer.h:
EMsgComposer is now a subclass of GtkhtmlEditor.
Extensive refactoring and cleanup, too much to list in detail.
* composer/e-composer-header.c:
* composer/e-composer-header.h:
Add "sensitive" property along with get/set functions.
* composer/e-composer-from-header.c:
* composer/e-composer-from-header.h:
Propagate "refreshed" signal from EAccountComboBox.
Add function e_composer_from_header_get_account_list().
* composer/e-composer-private.c:
* composer/e-composer-private.h:
New files manage composer's private data.
Allows other composer files to manipulate private data.
* composer/e-msg-composer-hdrs.c:
* composer/e-msg-composer-hdrs.h:
Remove these files; replaced by EComposerHeaderTable widget.
* composer/evolution-composer.c:
* composer/evolution-composer.h:
Remove these files; composer is now a subclass of GtkhtmlEditor.
* composer/e-msg-composer-select-file.c:
* composer/e-msg-composer-select-file.h:
Remove these files; logic moved to e-msg-composer.c.
* composer/listener.c:
* composer/listener.h:
Remove these files; event handlers moved to e-msg-composer.c.
* composer/Composer.idl:
* composer/Evolution-Composer.idl:
Remove these files; composer is no longer a Bonobo object.
* mail/em-composer-prefs (sig_edit_cb),
(em_composer_prefs_new_signature):
Adapt to new Bonobo-less signature editor.
* mail/mail-signature-editor.c:
* mail/mail-signature-editor.h:
Rewrite the signature editor as a subclass of GtkhtmlEditor.
Eliminates Bonobo from the equation.
* mail/em-composer-utils.c (composer_get_message),
(em_utils_composer_send_cb), (save_draft_done),
(em_utils_composer_save_draft_cb), (create_new_composer),
(em_utils_compose_new_message),
(em_utils_compose_new_message_with_mailto), (em_utils_post_to_folder),
(em_utils_post_to_url), (edit_message), (forward_attached),
(forward_non_attached), (reply_get_composer), (composer_set_body),
(em_utils_reply_to_message), (post_reply_to_message):
Adapt to new Bonobo-less composer.
* mail/mail-component-factory.c:
Composer is no longer needs a Bonobo factory.
* mail/mail-config.c:
Fix style pattern for EMsgComposer widgets.
* plugins/groupwise/mail-send-options.c
(org_gnome_composer_send_options):
Adapt to streamlined EMsgComposer API.
* plugins/exchange-operations/Makefile.am:
Add EVOLUTION_MAIL_CFLAGS and EVOLUTION_MAIL_LIBS.
* plugins/exchange-operations/exchange-mail-send-options.c
(append_to_header), (org_gnome_exchange_send_options):
Adapt to streamlined EMsgComposer API.
* plugins/mailing-list-actions/mailing-list-actions.c
(emla_list_action_do):
Adapt to streamlined EMsgComposer API.
* po/POTFILES.in: Update file list for new composer.
* ui/evolution-composer-entries.xml:
Remove this file; obsoleted by new composer.
* widgets/misc/Makefile.am:
Add EVOLUTION_MAIL_LIBS.
* widgets/misc/e-account-combo-box.c:
* widgets/misc/e-account-combo-box.h:
New function e_account_combo_box_get_account_list().
Emit a "refreshed" signal when the EAccountList changes.
Add an internal reverse-lookup index.
* widgets/misc/e-charset-picker.c (e_charser_add_radio_actions):
New function adds radio actions to an action group.
Will eventually replace e_charset_picker_bonobo_ui_populate().
* widgets/misc/e-signature-combo-box.c:
* widgets/misc/e-signature-combo-box.h:
New function e_signature_combo_box_get_signature_list().
... separate issue ...
* configure.in:
Bump eds_minimum_version to 2.23.1 for
CAMEL_FOLDER_JUNKED_NOT_DELETED symbol.
svn path=/trunk/; revision=35313
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-04-02 Milan Crha <mcrha@redhat.com>
** Fix for bug #271863
* mail-component.c: (view_changed):
Do not count deleted junked messages to total number of messages
with unchecked "Hide Deleted Messages" option.
svn path=/trunk/; revision=35312
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-04-02 Ross Burton <ross@openedhand.com>
** Fix for bug #522764
* exchange-account-setup.c:
* exchange-folder-subscription.c:
* exchange-folder-permission.c: Remove unused include.
svn path=/trunk/; revision=35311
|
|
|
|
|
|
|
|
|
|
| |
2008-04-02 Tor Lillqvist <tml@novell.com>
* Makefile.am (DOC_FIGURES): s/evo_label_a.PNG/evo_label_a.png
here, too.
svn path=/trunk/; revision=35309
|
|
|
|
| |
svn path=/trunk/; revision=35308
|
|
|
|
|
|
|
|
|
| |
2008-04-01 Matthew Barnes <mbarnes@redhat.com>
* configure.in: Version bump for 2.23.1.
svn path=/trunk/; revision=35303
|
|
|
|
|
|
|
|
|
|
| |
2008-04-01 Tor Lillqvist <tml@novell.com>
* es/figures/evo_label_a.PNG: Remove this, it's a duplicate of
es/figures/evo_label_a.png.
svn path=/trunk/; revision=35298
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-04-01 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #525508, spotted by Thomas M.
* message-list.c (ml_tree_value_at):
Fix a leaking CamelURL in the COL_LOCATION case.
svn path=/trunk/; revision=35297
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-04-01 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #525510, patch from Thomas M.
* mail/message-list.c (ml_tree_value_at):
Mark "On This Computer" for translation.
svn path=/trunk/; revision=35296
|
|
|
|
| |
svn path=/trunk/; revision=35295
|
|
|
|
|
|
|
|
| |
2008-31-31 Philipp Kerling <k.philipp@gmail.com>
* de.po: Updated German translation.
svn path=/trunk/; revision=35293
|
|
|
|
|
|
|
|
| |
2008-03-31 Philipp Kerling <k.philipp@gmail.com>
* de.po: Bugfix in German translation by Dominik Sandjaja
svn path=/trunk/; revision=35292
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-03-31 Milan Crha <mcrha@redhat.com>
** Fix for bug #521562
* gui/contact-editor/e-contact-editor-address.c: (countries []):
Small typo fix.
svn path=/trunk/; revision=35291
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-03-31 Milan Crha <mcrha@redhat.com>
** Fix for bug #506347
* gui/widgets/eab-contact-display.c:
(eab_contact_display_render_compact):
Inherit background colors from actual theme, do not use hardcoded one.
svn path=/trunk/; revision=35290
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-03-31 Milan Crha <mcrha@redhat.com>
** Fix for bug #404241
* gui/widgets/e-minicard.c: (get_email_location), (add_email_field):
* gui/widgets/eab-contact-display.c: (get_email_location):
Never return NULL, rather return "Other" as default.
svn path=/trunk/; revision=35289
|
|
|
|
|
|
| |
conflicts)
svn path=/trunk/; revision=35288
|
|
|
|
|
|
| |
(Specify locale directory correctly)
svn path=/trunk/; revision=35287
|
|
|
|
|
|
|
|
|
|
|
| |
2008-03-29 Matthew Barnes <mbarnes@redhat.com>
* mail/em-network-prefs.c (em_network_prefs_finalise),
(em_network_prefs_destroy), (emnp_parse_ignore_hosts):
Fix some unused variable warnings.
svn path=/trunk/; revision=35283
|
|
|
|
| |
svn path=/trunk/; revision=35280
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-03-27 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #523271
* mail/em-popup.c (emp_standard_menu_factory):
Lowercase the MIME type before passing it to
gnome_vfs_mime_get_all_applications().
svn path=/trunk/; revision=35276
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-03-27 Milan Crha <mcrha@redhat.com>
** Fix for bug #523541
* itip-formatter.c: (find_server):
Do not leak memory returned by e_cal_component_get_recurid_as_string.
svn path=/trunk/; revision=35275
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-03-27 Milan Crha <mcrha@redhat.com>
** Fix for bug #522178
* mail-folder-cache.c: (folder_changed): Put back hack with
checking time of new message in the folder based with last
time of new mail as it was before patch in bug #492702.
svn path=/trunk/; revision=35273
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-03-27 Milan Crha <mcrha@redhat.com>
** Fix for bug #519292
* mail/message-list.h: (message_list_set_expand_all):
* mail/message-list.c: (message_list_set_expand_all):
Remove unused confusing function.
* mail/message-list.c: (regen_list_done):
Use numbers instead of gboolean value.
* widgets/table/e-tree-table-adapter.c: (set_expanded_state_func),
(set_collapsed_state_func): Use rather recurse function.
svn path=/trunk/; revision=35271
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-03-27 Milan Crha <mcrha@redhat.com>
** Fix for bug #517492
* gui/dialogs/calendar-setup.c: (calendar_setup_edit_calendar),
(calendar_setup_edit_task_list), (calendar_setup_edit_memo_list):
Set proper dialog caption with New or Properties.
svn path=/trunk/; revision=35270
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-03-27 Milan Crha <mcrha@redhat.com>
** Fix for bug #511957
* plugins/groupwise-features/org-gnome-proxy-login-errors.xml:
* plugins/groupwise-features/org-gnome-shared-folder.errors.xml:
* plugins/groupwise-features/org-gnome-proxy-errors.xml:
* plugins/groupwise-features/org-gnome-mail-retract-errors.xml:
Mark messages for translation.
* po/POTFILES.in:
Added plugins/groupwise-features/org-gnome-mail-retract-errors.xml.
svn path=/trunk/; revision=35269
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-03-27 Milan Crha <mcrha@redhat.com>
** Fix for bug #511956
* share-folder.c: (notification_clicked): Mark text for translation.
* properties.glade: Make dialog nicer.
svn path=/trunk/; revision=35268
|
|
|
|
|
|
|
|
|
|
|
| |
2008-03-27 Milan Crha <mcrha@redhat.com>
** Fix for bug #511953
* share-folder.c: (notification_clicked): Create dialog properly.
svn path=/trunk/; revision=35266
|
|
|
|
|
|
|
|
|
|
|
| |
2008-03-27 Milan Crha <mcrha@redhat.com>
** Fix for bug #511950
* properties.glade: Do not force button/label sizes.
svn path=/trunk/; revision=35264
|
|
|
|
|
|
|
|
|
|
|
| |
2008-03-27 Milan Crha <mcrha@redhat.com>
** Fix for bug #507526
* e-send-options.glade: Add translators' comment.
svn path=/trunk/; revision=35263
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-03-27 Milan Crha <mcrha@redhat.com>
** Fix for bug #502826 (original patch by nickspoon0)
* mail-config.glade:
* em-composer-prefs.c: (attach_style_reply_new_order),
(attach_style_info_reply), (em_composer_prefs_construct):
Reword and reorder Reply Style items in the Preferences.
svn path=/trunk/; revision=35262
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-03-27 Milan Crha <mcrha@redhat.com>
** Fix for bug #488175
* message-list.c: (ml_tree_value_at):
Colorize follow-up messages same as with due-by flag.
svn path=/trunk/; revision=35261
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-03-27 Milan Crha <mcrha@redhat.com>
** Fix for bug #438613
* addressbook/addressbook.error.xml:
Improved "contact-delete-error-perm" secondary text.
* calendar/calendar.error.xml: New message "prompt-read-only-cal-editor".
* calendar/gui/dialogs/comp-editor.c: (prompt_and_save_changes),
(menu_file_save_cb): Use different read-only message when checking
from contact editor and from calendar UI.
svn path=/trunk/; revision=35260
|
|
|
|
|
|
|
|
|
|
|
| |
2008-03-27 Milan Crha <mcrha@redhat.com>
** Fix for bug #316572
* gui/component/ldap-config.glade: Do not translate unused text.
svn path=/trunk/; revision=35258
|
|
|
|
| |
svn path=/trunk/; revision=35252
|
|
|
|
|
|
|
|
|
| |
2008-03-25 Philip Withnall <pwithnall@svn.gnome.org>
* en_GB.po: Updated British English translation.
svn path=/trunk/; revision=35250
|
|
|
|
| |
svn path=/trunk/; revision=35247
|
|
|
|
|
|
|
|
|
|
|
| |
2008-03-25 Dan Williams <dcbw@redhat.com>
** Fix for bug #524310
* mail/mail-session.c: don't double-free server messages
svn path=/trunk/; revision=35244
|
|
|
|
| |
svn path=/trunk/; revision=35243
|
|
|
|
|
|
|
|
|
|
| |
2008-03-25 Sankar P <psankar@novell.com>
* proxy.c: (org_gnome_proxy):
We are using some g_object_set on EAccount.
We should also avoid double-free later. So reffing.
svn path=/trunk/; revision=35241
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
M shell/apps_evolution_shell.schemas.in
M shell/ChangeLog
A mail/em-network-prefs.c
M mail/GNOME_Evolution_Mail.server.in.in
A mail/em-network-prefs.h
M mail/ChangeLog
M mail/mail-config.glade
M mail/Makefile.am
M mail/mail-component-factory.c
M mail/mail-config-factory.c
svn path=/trunk/; revision=35240
|
|
|
|
|
|
|
|
| |
2008-03-25 Priit Laes <plaes at svn dot gnome dot org>
* et.po: Translation updated by Ivar Smolin
svn path=/trunk/; revision=35238
|
|
|
|
|
|
|
|
| |
2008-03-23 Priit Laes <plaes at svn dot gnome dot org>
* et.po: Translation updated by Ivar Smolin
svn path=/trunk/; revision=35236
|
|
|
|
| |
svn path=/trunk/; revision=35235
|
|
|
|
|
|
|
|
|
|
| |
2008-03-21 Gintautas Miliauskas <gintas@akl.lt>
* lt.po: Updated Lithuanian translation.
svn path=/trunk/; revision=35230
|
|
|
|
|
|
|
|
|
|
| |
2008-03-20 Sankar P <psankar@novell.com>
* e-plugin.c: (ep_load):
Changed a stupid conditional statement,
in the previous commit.
svn path=/trunk/; revision=35225
|
|
|
|
|
|
|
|
|
| |
2008-03-20 Sankar P <psankar@novell.com>
* org-gnome-plugin-manager.eplug.xml:
Use "true" instead of "yes"
svn path=/trunk/; revision=35224
|
|
|
|
| |
svn path=/trunk/; revision=35223
|
|
|
|
| |
svn path=/trunk/; revision=35222
|
|
|
|
|
|
|
|
|
|
|
| |
2008-03-19 Milan Crha <mcrha@redhat.com>
** Fix for bug #511978
* mail-config.glade: Resolve mnemonics clash on Junk tab.
svn path=/trunk/; revision=35220
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-03-19 Sankar P <psankar@novell.com>
* mono-plugin.c: (epm_invoke),
(load_plugin_type_register_function):
* org-gnome-evolution-mono.eplug.xml:
- Use Plugin load levels. Mono loader should load
and register the type "mono", before a plugin
of type "mono" is loaded.
svn path=/trunk/; revision=35218
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-03-19 Sankar P <psankar@novell.com>
** Fix for bug #496839
* org-gnome-plugin-manager.eplug.xml:
* plugin-manager.c: (org_gnome_plugin_manager_manage):
- Do not show all plugins in plugin-manager.
Hide the core system plugins.
svn path=/trunk/; revision=35217
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-03-19 Sankar P <psankar@novell.com>
** Fix for bug #496839
* e-plugin.c: (ep_load), (e_plugin_load_plugins),
(e_plugin_get_configure_widget):
* e-plugin.h:
- Implement Plugin Load Levels. You can decide
on which load-level you want your plugin to be loaded.
- Load Levels are mandatory if you need other language loaders
like Mono-Loader or Python-Loader.
- Introduce FLAGS as part of EPlugin. Futuristic.
svn path=/trunk/; revision=35216
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-03-19 Sankar P <psankar@novell.com>
** Fix for bug #519304
* org-gnome-bogo-junk-plugin.eplug.xml:
Mark plugin name for translation.
svn path=/trunk/; revision=35215
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-03-19 Matthew Barnes <mbarnes@redhat.com>
* em-folder-view.h:
* em-message-browser.h:
* em-message-browser.c:
Code cleanup, no logic changes.
svn path=/trunk/; revision=35214
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-03-18 Milan Crha <mcrha@redhat.com>
** Fix for bug #519154
* mail-component.c: (view_changed):
Do not localize folder name used in window title.
svn path=/trunk/; revision=35213
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-03-18 Milan Crha <mcrha@redhat.com>
** Fix for bug #511952
* addressbook/gui/contact-list-editor/e-contact-list-editor.c:
(contact_list_editor_create_name_selector):
* plugins/groupwise-features/share-folder.c: (share_folder_construct):
* plugins/groupwise-features/proxy.c: (proxy_add_account):
* plugins/exchange-operations/exchange-folder-subscription.c: (setup_name_selector):
* plugins/exchange-operations/exchange-send-options.c: (exchange_sendoptions_dialog_run):
Marking text for translation.
svn path=/trunk/; revision=35212
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-03-18 Milan Crha <mcrha@redhat.com>
** Fix for bug #506359
* mail-component.c: (mail_component_show_logger):
Add Translators' comments.
svn path=/trunk/; revision=35211
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-03-17 Milan Crha <mcrha@redhat.com>
** Fix for bug #514744
* em-folder-tree-model.c: (em_folder_tree_model_load_state):
Check also for proper root node and use default if not the right one.
svn path=/trunk/; revision=35209
|
|
|
|
|
|
| |
'e_profile_event_emit' non-static when ENABLE_PROFILING is defined)
svn path=/trunk/; revision=35208
|
|
|
|
|
|
| |
<libytnef/ytnef.h> header while compiling the TNEF attachment decoder plugin)
svn path=/trunk/; revision=35206
|
|
|
|
| |
svn path=/trunk/; revision=35204
|
|
|
|
| |
svn path=/trunk/; revision=35203
|
|
|
|
| |
svn path=/trunk/; revision=35200
|
|
|
|
| |
svn path=/trunk/; revision=35199
|
|
|
|
| |
svn path=/trunk/; revision=35198
|
|
|
|
|
|
|
|
|
|
|
| |
2008-03-14 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #476918
* C/evolution.xml: Fix a minor typo.
svn path=/trunk/; revision=35195
|
|
|
|
| |
svn path=/trunk/; revision=35194
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-03-14 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #437539
* help/C/evolution.xml: Use DocBook tags instead of UTF-8 characters
for things like copyright and trademark symbols, quotes, etc.
svn path=/trunk/; revision=35192
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-03-14 Milan Crha <mcrha@redhat.com>
** Fix for bug #482148
* e-search-bar.c: (entry_activated_cb), (entry_changed_cb),
(search_now_verb_cb), (clear_verb_cb), (clear_button_clicked_cb):
Allow clear search when some search is active and text is empty.
svn path=/trunk/; revision=35191
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-03-14 Andre Klapper <a9016009@gmx.de>
* de.po: add line breaks to some strings (bug #515826,
patch by Milan Crha).
sync translations of "Send options" (bug #507411).
add 3 missing accelerators to translation strings.
svn path=/trunk/; revision=35189
|
|
|
|
|
|
|
|
| |
2008-03-13 Åsmund Skjæveland <aasmunds@ulrik.uio.no>
* nn.po: Updated Norwegian Nynorsk translation.
svn path=/trunk/; revision=35187
|
|
|
|
|
|
|
|
|
|
| |
2008-03-13 Milan Crha <mcrha@redhat.com>
* em-folder-tree.c:
* em-format-html.c: Fix an implicit function declaration.
svn path=/trunk/; revision=35186
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-03-13 Milan Crha <mcrha@redhat.com>
** Fix for bug #460204
* e-attachment.c: (attachment_guess_mime_type):
Check whether found mime type is valid before returning it.
My thanks come to Effenberg whom helped me to debug it.
svn path=/trunk/; revision=35184
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-03-13 Milan Crha <mcrha@redhat.com>
** Fix for bug #515786
* plugins/sa-junk-plugin/org-gnome-sa-junk-plugin.eplug.xml:
* plugins/sa-junk-plugin/em-junk-filter.c: (org_gnome_sa_use_remote_tests):
* mail/em-migrate.c: (em_migrate), (em_update_sa_junk_setting_2_23):
Fix misspelled SpamAssassin word.
svn path=/trunk/; revision=35183
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-03-13 Milan Crha <mcrha@redhat.com>
** Fix for bug #512543
* configure.in:
* widgets/misc/e-calendar-item.c:
* calendar/gui/e-day-view.c:
* calendar/gui/e-week-view-event-item.c:
* calendar/gui/e-calendar-view.c:
* calendar/gui/e-calendar-view.h:
* calendar/gui/e-week-view-main-item.c:
* calendar/gui/e-day-view-time-item.c:
* calendar/gui/e-day-view-top-item.c:
* calendar/gui/e-day-view-main-item.c:
Get rid of --enable-cairo-calendar/ENABLE_CAIRO define.
svn path=/trunk/; revision=35182
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-03-13 Milan Crha <mcrha@redhat.com>
** Fix for bug #273177
* addressbook/gui/contact-editor/e-contact-quick-add.h:
(e_contact_quick_add_vcard):
* addressbook/gui/contact-editor/e-contact-quick-add.c: (struct _QuickAdd),
(quick_add_unref), (quick_add_set_vcard), (clicked_cb),
(build_quick_add_dialog), (e_contact_quick_add_vcard):
Allow adding also whole vCard with this dialog.
* addressbook/gui/widgets/eab-popup-control.h: (struct _EABPopupControl):
* addressbook/gui/widgets/eab-popup-control.c: (eab_popup_control_set_vcard),
(eab_popup_control_cleanup), (eab_popup_control_set_vcard),
(eab_popup_control_no_matches), (set_prop), (get_prop),
(eab_popup_control_new):
New property 'vcard', if set, has higher precedence than name/email.
* mail/em-utils.h: (em_utils_add_vcard):
* mail/em-utils.c: (emu_add_address_or_vcard),
(em_utils_add_address), (em_utils_add_vcard):
New function to add whole vCard to addressbook.
* mail/em-popup.c: (emp_add_vcard), (emp_standard_menu_factory):
Add popup menu item to vcard attachments.
svn path=/trunk/; revision=35181
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-03-12 Matthew Barnes <mbarnes@redhat.com>
** Fixes breakage caused by bug #513951
* mail-autofilter.c (filter_gui_add_from_message),
(mail_filter_rename_uri), (mail_filter_delete_uri):
* mail-tools.c (mail_tool_get_local_movemail_path):
* mail-vfolder.c (mail_vfolder_delete_uri), (mail_vfolder_rename_uri),
(store_folder_deleted), (store_folder_renamed),
(vfolder_load_storage), (vfolder_revert),
(em_vfolder_editor_response), (edit_rule_response),
(new_rule_clicked):
* em-folder-browser.c (emfb_search_search_activated):
* em-folder-tree.c (em_folder_tree_new):
* mail-ops.c (uid_cachename_hack), (empty_trash_exec):
* em-folder-view.c (emfv_setup_view_instance):
* em-utils.c (em_filter_editor_response), (em_utils_edit_filters):
* importers/mail-importer.c (import_folders_rec):
* mail-folder-cache.c (rename_folders):
* em-format-html.c (em_format_html_get_type):
* mail-session.c (main_get_filter_driver):
* mail-config.c (gconf_mime_types_changed), (uri_to_evname),
(mail_config_folder_to_cachename), (get_new_signature_filename):
Adapt to new meaning of mail_component_peek_base_directory().
* mail-component.c (mail_component_init):
Add back initialization of priv->base_directory. Accidentally
removed it somehow in last commit.
svn path=/trunk/; revision=35179
|
|
|
|
|
|
|
|
|
|
| |
2008-03-12 Sunil Mohan Adapa <sunilmohan@fsf.org.in>
* te.po: Updated Telugu traslation done by
Krishna Babu K <kkrothap@redhat.com>.
svn path=/trunk/; revision=35177
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-03-11 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #513951
* addressbook/gui/component/addressbook-component.c (ensure_sources):
* addressbook/gui/component/addressbook-migrate.c (addressbook_migrate):
* calendar/gui/cal-search-bar.c (cal_search_bar_construct):
* calendar/gui/migration.c (create_calendar_sources),
(create_task_sources), (migrate_calendars), (migrate_tasks),
(create_memo_sources):
* calendar/gui/e-memos.c (e_memos_setup_view_menus):
* calendar/gui/tasks-component.c (ensure_sources):
* calendar/gui/gnome-cal.c (gnome_calendar_setup_view_menus):
* calendar/gui/calendar-component.c (ensure_sources):
* calendar/gui/memos-component.c (ensure_sources):
* mail/mail-config.c (gconf_mime_types_changed):
Adapt to new meaning of xxx_component_peek_base_directory().
* addressbook/gui/component/addressbook-component.c
(addressbook_component_init):
* addressbook/gui/component/addressbook-migrate.c (create_groups):
* calendar/gui/tasks-component.c (tasks_component_init):
* calendar/gui/calendar-component.c (calendar_component_init):
* calendar/gui/memos-component.c (memos_component_init):
* composer/e-msg-composer.c (autosave_manager_query_load_orphans),
(autosave_init_file):
* e-util/e-mktemp.c (get_dir):
* e-util/e-util.c (get_lock_filename):
* mail/mail-component.c:
* plugins/face/face.c (org_gnome_composer_face):
* smime/lib/e-cert-db.c (initialize_nss):
Use e_get_user_data_dir() instead of constructing the full path.
* calendar/gui/migration.c (add_gw_esource):
* composer/e-msg-composer.c (e_msg-composer_unrealize),
(e_msg_composer_set_view_from), (e_msg_composer_set_view_replyto),
(e_msg_composer_set_view_to), (e_msg_composer_set_view_postto),
(e_msg_composer_set_view_cc), (e_msg_composer_set_view_bcc):
* e-util/e-util.c (e_file_update_save_path), (e_file_get_save_path):
Emit warnings if saving to GConf fails.
* e-util/e-util.c (e_get_user_data_dir):
New function returns the base directory for Evolution user data.
This should be the /only/ place in the application where this
directory is hard-coded.
svn path=/trunk/; revision=35175
|
|
|
|
|
|
|
|
|
| |
2008-03-11 Alexander Shopov <ash@contact.bg>
* bg.po: Updated Bulgarian translation by
Yavor Doganov <yavor@gnu.org>
svn path=/trunk/; revision=35173
|
|
|
|
| |
svn path=/trunk/; revision=35171
|
|
|
|
| |
svn path=/trunk/; revision=35170
|
|
|
|
|
|
|
|
| |
2008-03-10 Priit Laes <plaes at svn dot gnome dot org>
* et.po: Translation updated by Ivar Smolin
svn path=/trunk/; revision=35169
|
|
|
|
| |
svn path=/trunk/; revision=35168
|
|
|
|
| |
svn path=/trunk/; revision=35167
|
|
|
|
|
|
|
|
|
|
| |
2008-03-10 Srinivasa Ragavan <sragavan@novell.com>
* NEWS, configure.in: Evolution 2.22.0 release.
svn path=/trunk/; revision=35162
|
|
|
|
|
|
| |
Eischmann.
svn path=/trunk/; revision=35161
|
|
|
|
|
|
|
|
|
| |
2008-03-09 Vasiliy Faronov <qvvx@yandex.ru>
* ru.po: Updated Russian translation.
svn path=/trunk/; revision=35160
|
|
|
|
| |
svn path=/trunk/; revision=35159
|
|
|
|
|
|
|
|
| |
2008-03-09 Maxim Dziumanenko <dziumanenko@gmail.com>
* Update Ukrainian translation.
svn path=/trunk/; revision=35158
|
|
|
|
|
|
|
|
| |
2008-03-09 Maxim Dziumanenko <dziumanenko@gmail.com>
* Update Ukrainian translation.
svn path=/trunk/; revision=35157
|
|
|
|
|
|
|
|
|
|
|
| |
2008-03-09 Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
* zh_HK.po: Updated Traditional Chinese translation(Hong Kong).
* zh_TW.po: Updated Traditional Chinese translation(Taiwan).
svn path=/trunk/; revision=35156
|
|
|
|
|
|
|
|
| |
2008-03-09 Maxim Dziumanenko <dziumanenko@gmail.com>
* Update Ukrainian translation.
svn path=/trunk/; revision=35155
|
|
|
|
| |
svn path=/trunk/; revision=35154
|
|
|
|
| |
svn path=/trunk/; revision=35153
|
|
|
|
| |
svn path=/trunk/; revision=35152
|
|
|
|
| |
svn path=/trunk/; revision=35151
|
|
|
|
| |
svn path=/trunk/; revision=35150
|
|
|
|
|
|
| |
Bengali India Translation
svn path=/trunk/; revision=35149
|
|
|
|
| |
svn path=/trunk/; revision=35148
|
|
|
|
|
|
|
|
| |
2008-03-07 Stéphane Raimbault <stephane.raimbault@gmail.com>
* fr.po: Updated French translation by Bruno Brouard.
svn path=/trunk/; revision=35147
|
|
|
|
|
|
|
|
|
|
| |
2008-03-07 Gintautas Miliauskas <gintas@akl.lt>
* lt.po: Updated Lithuanian translation.
svn path=/trunk/; revision=35146
|
|
|
|
| |
svn path=/trunk/; revision=35145
|
|
|
|
|
|
|
|
| |
2008-03-07 Luca Ferretti <elle.uca@libero.it>
* it.po: Updated Italian translation.
svn path=/trunk/; revision=35144
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-03-06 Tobias Mueller <muelli@auftrags-killer.org>
** Fix for bug #520745
* mail/em-format.c: Fix format-string vulnerability
Patch by Tor Lillqvist <tml@iki.fi>
svn path=/trunk/; revision=35143
|
|
|
|
|
|
|
|
| |
2008-03-06 Priit Laes <plaes at svn dot gnome dot org>
* et.po: Translation updated by Ivar Smolin
svn path=/trunk/; revision=35142
|
|
|
|
| |
svn path=/trunk/; revision=35141
|
|
|
|
|
|
|
|
| |
2008-03-06 Stéphane Raimbault <stephane.raimbault@gmail.com>
* fr.po: Fixed French translation.
svn path=/trunk/; revision=35140
|
|
|
|
|
|
|
|
| |
2008-03-06 Stéphane Raimbault <stephane.raimbault@gmail.com>
* fr.po: Fixed French translation.
svn path=/trunk/; revision=35139
|
|
|
|
|
|
|
|
|
| |
2008-03-04 Gabor Kelemen <kelemeng@gnome.hu>
* hu.po: Translation updated
svn path=/trunk/; revision=35138
|
|
|
|
|
|
|
|
|
|
| |
2008-03-05 Tor Lillqvist <tml@novell.com>
* evolution-zip.in: etc/gconf/gconf.xml.defaults/apps/evolution
was missing.
svn path=/trunk/; revision=35137
|
|
|
|
|
|
|
|
| |
2008-03-05 Luca Ferretti <elle.uca@libero.it>
* it.po: Update Italian translation.
svn path=/trunk/; revision=35136
|
|
|
|
|
|
|
|
| |
2008-03-05 Åsmund Skjæveland <aasmunds@ulrik.uio.no>
* nn.po: Updated Norwegian Nynorsk translation.
svn path=/trunk/; revision=35135
|
|
|
|
|
|
|
|
| |
2008-03-04 Hendrik Richter <hendrikr@gnome.org>
* de.po: Updated German translation.
svn path=/trunk/; revision=35134
|
|
|
|
| |
svn path=/trunk/; revision=35133
|
|
|
|
|
|
|
|
| |
2008-03-04 Takeshi AIHANA <takeshi.aihana@gmail.com>
* ja.po: Fixed wrong translations.
svn path=/trunk/; revision=35132
|
|
|
|
| |
svn path=/trunk/; revision=35131
|
|
|
|
|
|
| |
gnome_program_init() so that it affects gconfd-2.
svn path=/trunk/; revision=35130
|
|
|
|
|
|
|
|
|
| |
2008-03-03 Tor Lillqvist <tml@novell.com>
* evolution-zip.in: Add share/icons/hicolor.
svn path=/trunk/; revision=35129
|
|
|
|
|
|
|
|
| |
2008-03-03 Vincent van Adrighem <adrighem@gnome.org>
* nl.po: Translation updated by Tino Meinen.
svn path=/trunk/; revision=35128
|
|
|
|
| |
svn path=/trunk/; revision=35127
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-03-03 Tor Lillqvist <tml@novell.com>
* main.c (main) [Win32]: Drop the call to gtk_rc_parse_string() to
set gtk-fallback-icon-theme = "gnome". Instead just bundle a
suitable gtkrc with Evolution. And actually what we want seems to
get Tango icons seems to be gtk-fallback-icon-theme = "Tango", and
no mention of the gnome icon theme at all in gtkrc. (It is still
used, though.)
svn path=/trunk/; revision=35126
|
|
|
|
|
|
|
|
|
|
|
| |
2008-03-03 Andre Klapper <a9016009@gmx.de>
* evolution/help/C/figures/evo_label_a.PNG:
svn move evolution/help/C/figures/evo_label_a.PNG
evolution/help/C/figures/evo_label_a.png.
svn path=/trunk/; revision=35125
|
|
|
|
|
|
|
|
|
|
|
| |
2008-03-03 Matthew Barnes <mbarnes@redhat.com>
* mail/em-folder-tree.c (emft_drop_async__done):
Re-fix bug #351672 since my patch for bug #362638 accidentally
reverted the original solution.
svn path=/trunk/; revision=35124
|
|
|
|
| |
svn path=/trunk/; revision=35123
|
|
|
|
|
|
|
|
| |
2008-03-03 Priit Laes <plaes at svn dot gnome dot org>
* et.po: Translation updated by Ivar Smolin
svn path=/trunk/; revision=35122
|
|
|
|
|
|
|
|
|
|
|
| |
2008-03-03 Tor Lillqvist <tml@novell.com>
* main.c: On Windows, set PATH to include Evolution's "bin" folder
and the "lib/evolution/$(BASE_VERSION)/components" folder. Set
BONOBO_ACTIVATION_PATH to the "lib/bonobo/servers" folder
svn path=/trunk/; revision=35121
|
|
|
|
| |
svn path=/trunk/; revision=35120
|
|
|
|
| |
svn path=/trunk/; revision=35119
|
|
|
|
| |
svn path=/trunk/; revision=35118
|
|
|
|
|
|
|
|
| |
2008-03-03 Luca Ferretti <elle.uca@libero.it>
* it.po: Updated Italian translation.
svn path=/trunk/; revision=35117
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-03-03 Srinivasa Ragavan <sragavan@novell.com>
** Fix for BNC bug #282466
* em-icon-stream.c: (em_icon_stream_get_image),
(em_icon_stream_is_resized): Handle CIDs of broken cases too.
svn path=/trunk/; revision=35116
|
|
|
|
| |
svn path=/trunk/; revision=35115
|
|
|
|
|
|
|
|
| |
2008-03-03 Åsmund Skjæveland <aasmunds@ulrik.uio.no>
* nn.po: Updated Norwegian Nynorsk translation.
svn path=/trunk/; revision=35114
|
|
|
|
|
|
|
|
|
| |
2008-03-03 Tor Lillqvist <tml@novell.com>
* evolution-zip.in: Misc simplification and cleanup.
svn path=/trunk/; revision=35113
|
|
|
|
|
|
|
|
| |
2008-03-03 Åsmund Skjæveland <aasmunds@ulrik.uio.no>
* nn.po: Updated Norwegian Nynorsk translation.
svn path=/trunk/; revision=35112
|
|
|
|
| |
svn path=/trunk/; revision=35111
|
|
|
|
| |
svn path=/trunk/; revision=35110
|
|
|
|
| |
svn path=/trunk/; revision=35109
|
|
|
|
| |
svn path=/trunk/; revision=35108
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-03-03 Changwoo Ryu <cwryu@debian.org>
* configure.in: Add mail/default/ko/Makefile to AC_OUTPUT.
2008-03-03 Changwoo Ryu <cwryu@debian.org>
* default/Makefile.am:
* default/ko/*: Add Korean welcome message translation.
svn path=/trunk/; revision=35107
|
|
|
|
|
|
|
|
|
| |
2008-03-02 Srinivasa Ragavan <sragavan@novell.com>
* evolution-mail.schemas.in: Make Bogofilter the default junk plugin
in Evolution.
svn path=/trunk/; revision=35106
|
|
|
|
| |
svn path=/trunk/; revision=35105
|
|
|
|
|
|
|
|
|
| |
2008-03-02 Srinivasa Ragavan <sragavan@novell.com>
* main.c: (main): Committing the build fix that comes up if
DEVELOPMENT is enabled.
svn path=/trunk/; revision=35104
|
|
|
|
| |
svn path=/trunk/; revision=35103
|
|
|
|
|
|
|
|
|
|
| |
2008-03-02 Gintautas Miliauskas <gintas@akl.lt>
* lt.po: Updated Lithuanian translation.
svn path=/trunk/; revision=35102
|
|
|
|
| |
svn path=/trunk/; revision=35101
|
|
|
|
|
|
|
|
|
| |
2008-02-29 Claude Paroz <claude@2xlibre.net>
* fr/fr.po: Updated French translation.
* fr/figures/*: Updated and added screenshots.
svn path=/trunk/; revision=35100
|
|
|
|
| |
svn path=/trunk/; revision=35099
|
|
|
|
|
|
|
|
|
| |
2008-02-29 Inaki Larranaga Murgoitio <dooteo@euskalgnu.org>
* eu.po: Updated Basque translation.
svn path=/trunk/; revision=35098
|
|
|
|
|
|
|
|
| |
2008-02-28 Luca Ferretti <elle.uca@libero.it>
* it.po: Updated Italian translation.
svn path=/trunk/; revision=35097
|
|
|
|
| |
svn path=/trunk/; revision=35096
|
|
|
|
|
|
|
|
|
| |
2008-02-27 Stéphane Raimbault <stephane.raimbault@gmail.com>
* fr.po: Updated French translation by Robert-André Mauchin and
Stéphane Raimbault.
svn path=/trunk/; revision=35095
|
|
|
|
| |
svn path=/trunk/; revision=35094
|
|
|
|
| |
svn path=/trunk/; revision=35093
|
|
|
|
| |
svn path=/trunk/; revision=35092
|
|
|
|
| |
svn path=/trunk/; revision=35091
|
|
|
|
|
|
|
|
| |
2008-02-25 Leonardo Ferreira Fontenelle <leonardof@svn.gnome.org>
* pt_BR.po: Brazilian Portuguese translation by Washington Lins.
svn path=/trunk/; revision=35088
|
|
|
|
|
|
|
|
|
|
| |
2008-02-25 Chenthill Palanisamy <pchenthill@novell.com>
* itip-formatter.c: (find_server), (update_attendee_status):
* Free the memory returned by e_cal_component_get_recurid_as_string.
svn path=/trunk/; revision=35087
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-02-25 Chenthill Palanisamy <pchenthill@novell.com>
Fixes #516498
* gui/comp-util.c: (cal_comp_is_on_server):
* gui/e-calendar-view.c: (e_calendar_view_cut_clipboard),
(delete_event), (e_calendar_view_delete_selected_occurrence):
* gui/e-day-view.c: (process_component):
* gui/e-week-view.c: (process_component): Free memory returned
by e_cal_component_get_recurid_as_string.
svn path=/trunk/; revision=35086
|
|
|
|
|
|
|
|
|
| |
2008-02-25 Chenthill Palanisamy <pchenthill@novell.com>
* configure.in: set HANDLE_LIBICAL_MEMORY to 1.
svn path=/trunk/; revision=35085
|
|
|
|
|
|
|
|
|
|
|
| |
2008-02-25 Jeff Cai<jeff.cai@sun.com>
* backup.c: (backup), (restore):
Because Solaris tar doesn't respect '-z' option, use gzip&tar to
finish the silimar function.
svn path=/trunk/; revision=35084
|
|
|
|
| |
svn path=/trunk/; revision=35083
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-02-25 Chenthill Palanisamy <pchenthill@novell.com>
Fixes#516408
* itip-formatter.c (find_attendee), (find_to_address),
(find_from_address), (update_item): Free the memory returned
by libical.
svn path=/trunk/; revision=35082
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-02-24 Chenthill Palanisamy <pchenthill@novell.com>
Fixes#516408
* gui/dialogs/e-send-options-utils.c
(e_sendoptions_utils_fill_component):
* gui/e-cal-model.c (search_by_id_and_client):
* gui/e-calendar-table.c (copy_row_cb),
(e_calendar_table_copy_clipboard):
* gui/e-calendar-view.c (e_calendar_view_copy_clipboard),
(icalcomp_contains_category):
* gui/e-day-view.c (model_rows_deleted_cb),
(e_day_view_find_event_from_uid),
(e_day_view_reshape_day_events),
(e_day_view_on_drag_data_get):
* gui/e-itip-control.c (update_item):
* gui/e-memo-table.c (copy_row_cb),
* (e_memo_table_copy_clipboard):
* gui/e-memos.c (obtain_list_of_components):
* gui/e-tasks.c (obtain_list_of_components):
* gui/e-week-view.c (model_rows_deleted_cb),
(e_week_view_reshape_events), (e_week_view_find_event_from_uid):
* gui/gnome-cal.c (gnome_calendar_purge):
* gui/itip-utils.c (comp_limit_attendees), (itip_send_comp),
(reply_to_calendar_comp), (itip_publish_comp): Free the memory
returned by libical
svn path=/trunk/; revision=35081
|
|
|
|
|
|
|
|
| |
2008-02-24 Takeshi AIHANA <takeshi.aihana@gmail.com>
* ja.po: Updated Japanese translation.
svn path=/trunk/; revision=35080
|
|
|
|
|
|
|
|
| |
2008-02-24 Priit Laes <plaes at svn dot gnome dot org>
* et.po: Translation updated by Ivar Smolin
svn path=/trunk/; revision=35079
|
|
|
|
|
|
|
|
|
|
| |
2008-02-23 Andre Klapper <a9016009@gmx.de>
* e-timezone-dialog/e-timezone-dialog.glade:
Fix the string freeze break of the former commit.
svn path=/trunk/; revision=35078
|
|
|
|
|
|
| |
now sorted alphabetically)
svn path=/trunk/; revision=35077
|
|
|
|
|
|
|
|
| |
2008-02-23 Luca Ferretti <elle.uca@libero.it>
* it.po: Updated Italian translation.
svn path=/trunk/; revision=35076
|
|
|
|
| |
svn path=/trunk/; revision=35075
|
|
|
|
|
|
|
|
| |
2008-02-23 Priit Laes <plaes at svn dot gnome dot org>
* et.po: Translation updated by Ivar Smolin
svn path=/trunk/; revision=35074
|
|
|
|
| |
svn path=/trunk/; revision=35073
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-02-22 Milan Crha <mcrha@redhat.com>
** Part of fix for bug #514836
* gui/contact-list-editor/e-contact-list-editor.c:
(contact_list_editor_add_destination):
Obsoleting EVC_X_DEST_EMAIL and EVC_X_DEST_NAME.
svn path=/trunk/; revision=35072
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-02-22 Milan Crha <mcrha@redhat.com>
** Fix for bug #512776
* Changes below prevents deadlock on start or send/receive.
* mail-send-recv.c: (struct _refresh_folders_msg),
(refresh_folders_exec), (refresh_folders_free),
(receive_update_got_folderinfo): Do not look for active folders in
main thread, rather do it in other thread and free folder info later.
* mail-ops.h: (mail_get_folderinfo):
* mail-ops.c: (struct _get_folderinfo_msg), (get_folderinfo_done),
(get_folderinfo_free), (mail_get_folderinfo):
* mail-folder-cache.h: (mail_note_store):
* mail-folder-cache.c: (struct _update_data), (update_folders),
(mail_note_store):
* mail-component.c: (mc_add_store_done):
The 'done' function returns if we can free folder info or not.
svn path=/trunk/; revision=35071
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-02-22 Srinivasa Ragavan <sragavan@novell.com>
** Fix for BNC #358697
* em-folder-browser.c: (emfb_set_folder): Make sure the default search
filter for sent/draft/outbox is "Recipients Contain"
svn path=/trunk/; revision=35070
|
|
|
|
|
|
|
|
| |
2008-02-22 Vincent van Adrighem <adrighem@gnome.org>
* nl.po: Translation updated by Reinout van Schouwen.
svn path=/trunk/; revision=35069
|
|
|
|
| |
svn path=/trunk/; revision=35068
|
|
|
|
| |
svn path=/trunk/; revision=35067
|
|
|
|
| |
svn path=/trunk/; revision=35066
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-02-20 Milan Crha <mcrha@redhat.com>
** Fix for bug #440426
* gui/e-cal-model.c: (e_cal_model_dispose), (remove_client):
Unset also default_client if removing it.
svn path=/trunk/; revision=35065
|
|
|
|
|
|
| |
small memory-leak)
svn path=/trunk/; revision=35064
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-02-20 Milan Crha <mcrha@redhat.com>
** Part of fix for bug #515744
* composer/e-msg-composer.c: (drop_action):
* calendar/gui/dialogs/comp-editor.c: (drop_action):
Fixing previous fix - do not double free.
svn path=/trunk/; revision=35063
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-02-19 Paul Bolle <pebolle@tiscali.nl>
** Follow up on bug #517072
* itip-view.c: (set_calendar_sender_text), (set_tasklist_sender_text),
(set_journal_sender_text): Properly escape text here too.
svn path=/trunk/; revision=35062
|
|
|
|
|
|
|
|
|
|
|
| |
2008-02-20 Srinivasa Ragavan <sragavan@novell.com>
** Fix for bug #469292
* em-format-quote.c: (emfq_format_clone): Add empty line only when top
posting is enabled.
svn path=/trunk/; revision=35061
|
|
|
|
|
|
|
| |
of "~".
Fix for bug #516648
svn path=/trunk/; revision=35060
|
|
|
|
| |
svn path=/trunk/; revision=35059
|
|
|
|
| |
svn path=/trunk/; revision=35058
|
|
|
|
| |
svn path=/trunk/; revision=35057
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-02-19 Milan Crha <mcrha@redhat.com>
** Fix for bug #383438
* text/e-text.c: (e_text_point):
Report "mouse over" even with no text entered.
svn path=/trunk/; revision=35056
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-02-19 Milan Crha <mcrha@redhat.com>
** Fix for bug #209353
* e-util/e-text-event-processor-emacs-like.c:
(e_text_event_processor_emacs_like_event):
Allow paste text on mouse middle button click.
* widgets/table/e-table-item.c: (eti_event):
Pass Home/End keys to cell when editing.
svn path=/trunk/; revision=35055
|
|
|
|
|
|
|
|
|
|
|
| |
2008-02-20 Srinivasa Ragavan <sragavan@novell.com>
** Fix for bug #517458
* gui/widgets/e-addressbook-reflow-adapter.c:
(addressbook_compare): Handle broken UIDs.
svn path=/trunk/; revision=35054
|
|
|
|
| |
svn path=/trunk/; revision=35053
|
|
|
|
| |
svn path=/trunk/; revision=35052
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-02-19 Paul Bolle <pebolle@tiscali.nl>
** Fix for bug #517072
* itip-view.c: (set_summary_text):
Properly escape summary text.
svn path=/trunk/; revision=35051
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-02-19 Milan Crha <mcrha@redhat.com>
** Fix for bug #516349
* em-format-quote.c: (emfq_format_message):
Do not force black text in quotation part of the message.
svn path=/trunk/; revision=35050
|
|
|
|
|
|
|
|
|
|
| |
2008-02-18 Matthew Barnes <mbarnes@redhat.com>
* configure.in:
Bump eds_minimum_version to 2.21.92 for camel_application_is_exiting.
svn path=/trunk/; revision=35049
|
|
|
|
| |
svn path=/trunk/; revision=35048
|
|
|
|
| |
svn path=/trunk/; revision=35047
|
|
|
|
| |
svn path=/trunk/; revision=35046
|
|
|
|
| |
svn path=/trunk/; revision=35045
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-02-18 Milan Crha <mcrha@redhat.com>
** Part of fix for bug #515744
* addressbook/gui/component/addressbook-migrate.c: (get_source_name):
* plugins/groupwise-features/send-options.c: (get_source):
* plugins/groupwise-features/share-folder-common.c: (get_container_id):
* plugins/groupwise-features/install-shared.c: (install_folder_response):
* plugins/external-editor/external-editor.c: (convert_to_camel_internet_address),
(org_gnome_external_editor):
* plugins/itip-formatter/itip-formatter.c: (idle_open_cb):
* mail/em-folder-view.c: (emfv_setup_view_instance):
* mail/mail-component.c: (impl_finalize):
* mail/message-list.c: (ml_tree_value_at):
* composer/e-msg-composer.c: (drop_action):
* e-util/e-config.c: (ep_finalise): Use proper member to free.
* widgets/misc/e-cursors.c: (e_cursors_init):
* widgets/misc/e-calendar-item.c: (e_calendar_item_draw_month):
* calendar/gui/dialogs/comp-editor.c: (drop_action):
* calendar/gui/calendar-config.c:
(calendar_config_get_hide_completed_tasks_sexp):
* calendar/gui/comp-editor-factory.c: (edit_existing):
* calendar/gui/e-day-view.c: (e_day_view_reshape_long_event),
(e_day_view_on_top_canvas_drag_data_received):
* calendar/gui/e-day-view-main-item.c:
(e_day_view_main_item_draw_events_in_vbars),
(e_day_view_main_item_draw_long_events_in_vbars):
* calendar/gui/e-day-view-top-item.c: (e_day_view_top_item_draw_long_event):
* calendar/gui/e-cal-model.c: (redo_queries):
* calendar/gui/e-calendar-table.c: (e_calendar_table_open_task):
* calendar/gui/e-memo-table.c: (open_memo):
* calendar/gui/print.c: (print_todo_details):
* calendar/gui/migration.c: (get_source_name):
Memory leak fix.
* calendar/gui/e-week-view.c: (e_week_view_reshape_events): Simplifies things.
svn path=/trunk/; revision=35044
|
|
|
|
|
|
|
|
|
|
| |
2008-02-18 Srinivasa Ragavan <sragavan@novell.com>
* ical-format.c: (do_save_calendar_ical): Patch from OpenSUSE
svn path=/trunk/; revision=35043
|
|
|
|
|
|
| |
build break due to updated Polish translation)
svn path=/trunk/; revision=35042
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-02-18 Srinivasa Ragavan <sragavan@novell.com>
* Fix for bug #339266
* exchange-account-setup.c:
(org_gnome_exchange_show_folder_size_factory): Upstreamed OpenSUSE
patch.
svn path=/trunk/; revision=35041
|
|
|
|
|
|
|
|
|
|
|
| |
2008-02-18 Srinivasa Ragavan <sragavan@novell.com>
** Fix for bug #294999
* exchange-folder-subscription.c: (subscribe_to_folder): Upstreamed
OpenSUSE patch.
svn path=/trunk/; revision=35040
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-02-18 Srinivasa Ragavan <sragavan@novell.com>
** Fix for bnc #178778
* gui/dialogs/recurrence-page.c: (preview_recur):
svn path=/trunk/; revision=35039
|
|
|
|
|
|
|
|
|
|
|
| |
2008-02-18 Srinivasa Ragavan <sragavan@novell.com>
** Fix for bnc #173186
* e-shell-nm.c: (e_shell_network_monitor): Upstreamed Fejj's OpenSUSE
patch. Crash while quitting.
svn path=/trunk/; revision=35038
|
|
|
|
|
|
|
|
|
|
|
| |
2008-02-18 Srinivasa Ragavan <sragavan@novell.com>
** Fix for bug #167638
* mail-component.c: (impl_quit): Upstreamed Fejj's OpenSUSE patch for
faster quitting.
svn path=/trunk/; revision=35037
|
|
|
|
|
|
|
|
|
| |
2008-02-18 Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
* vi.po: Updated Vietnamese translation
svn path=/trunk/; revision=35036
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-02-18 Srinivasa Ragavan <sragavan@novell.com>
** Fix for bnc #160049. Patch from OpenSUSE.
* common/authentication.c: (build_pass_key),
(auth_cal_forget_password):
* common/authentication.h:
* gui/e-tasks.c: (client_cal_opened_cb),
(default_client_cal_opened_cb):
* gui/gnome-cal.c: (client_cal_opened_cb):
svn path=/trunk/; revision=35035
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-02-18 Srinivasa Ragavan <sragavan@novell.com>
** Fix for bnc #159736. Patch from OpenSUSE.
* e-shell-nm.c: (e_shell_network_monitor):
svn path=/trunk/; revision=35034
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-02-18 Srinivasa Ragavan <sragavan@novell.com>
** Fix for bnc #153807
* em-composer-utils.c: (em_utils_post_to_folder): Patch from OpenSUSE.
svn path=/trunk/; revision=35033
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-02-18 Srinivasa Ragavan <sragavan@novell.com>
** Patch from OpenSUSE.
* exchange-delegates-user.c: Warnings.
svn path=/trunk/; revision=35032
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-02-18 Srinivasa Ragavan <sragavan@novell.com>
** Downstream patches from OpenSUSE
* conduits/calendar/calendar-conduit.c:
(local_record_to_pilot_record):
* conduits/memo/memo-conduit.c: (local_record_to_pilot_record):
* conduits/todo/todo-conduit.c: (local_record_to_pilot_record):
svn path=/trunk/; revision=35031
|
|
|
|
|
|
|
|
|
|
|
| |
2008-02-18 Srinivasa Ragavan <sragavan@novell.com>
* gui/merging/eab-contact-merging.c: (mergeit): Upstream patch from
OpenSUSE.
svn path=/trunk/; revision=35030
|
|
|
|
|
|
|
|
|
|
| |
2008-02-18 Srinivasa Ragavan <sragavan@novell.com>
* exchange-folder-subscription.c: (subscribe_to_folder),
(create_folder_subscription_dialog): Pushing a downstream patch from
OpenSUSE.
svn path=/trunk/; revision=35029
|
|
|
|
|
|
|
|
| |
2008-02-17 Wadim Dziedzic <wadimd@svn.gnome.org>
* pl.po: Updated polish translation
svn path=/trunk/; revision=35028
|
|
|
|
|
|
|
|
|
|
| |
2008-02-17 Kjartan Maraas <kmaraas@gnome.org>
* nb.po: Updated Norwegian bokmål translation.
2008-02-17 Djihed Afifi <djihed@gmail.com>
svn path=/trunk/; revision=35027
|
|
|
|
| |
svn path=/trunk/; revision=35026
|
|
|
|
| |
svn path=/trunk/; revision=35025
|
|
|
|
|
|
| |
(Removed a stray printf() statement)
svn path=/trunk/; revision=35024
|
|
|
|
|
|
|
|
|
| |
2008-02-16 Inaki Larranaga Murgoitio <dooteo@euskalgnu.org>
* eu.po: Updated Basque translation.
svn path=/trunk/; revision=35023
|
|
|
|
|
|
|
|
| |
2008-02-16 Wadim Dziedzic <wadimd@svn.gnome.org>
* pl.po: Updated Polish translation
svn path=/trunk/; revision=35022
|
|
|
|
|
|
|
|
| |
2008-02-16 Wadim Dziedzic <wadimd@svn.gnome.org>
* pl.po: Updated Polish translation
svn path=/trunk/; revision=35021
|
|
|
|
| |
svn path=/trunk/; revision=35020
|
|
|
|
| |
svn path=/trunk/; revision=35019
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-02-15 Paul Bolle <pebolle@tiscali.nl>
** Fix for bug #515659
* em-format-html.c: (em_format_html_set_mark_citations):
Keep mark_citations and the CAMEL_MIME_FILTER_TOHTML_MARK_CITATION
flag (part of text_html_flags) in sync.
svn path=/trunk/; revision=35018
|
|
|
|
| |
svn path=/trunk/; revision=35017
|
|
|
|
| |
svn path=/trunk/; revision=35015
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-02-14 Milan Crha <mcrha@redhat.com>
** Fix for bug #516453
* gui/e-cal-model-tasks.c: (set_status):
Change Not Started status back to Canceled when Canceled requested.
svn path=/trunk/; revision=35014
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-02-14 Milan Crha <mcrha@redhat.com>
** Fix for bug #514987
* gui/e-calendar-table.etspec:
* gui/e-calendar-table.c: (status_from_string), (status_compare_cb),
(e_calendar_table_init):
New sorting by Status based on the index in popup, not on the text.
svn path=/trunk/; revision=35013
|
|
|
|
|
|
|
|
|
|
|
| |
2008-02-14 Matthew Barnes <mbarnes@redhat.com>
* addressbook/gui/component/addressbook.c (addressbook_authenticate):
Don't allow newlines in the password dialog title. Use a fixed
string instead. (#516279)
svn path=/trunk/; revision=35012
|
|
|
|
| |
svn path=/trunk/; revision=35011
|
|
|
|
|
|
|
|
| |
2008-02-14 Duarte Loreto <happyguy_pt@hotmail.com>
* pt.po: Updated Portuguese translation.
svn path=/trunk/; revision=35010
|
|
|
|
|
|
|
|
|
|
| |
2008-02-13 Matthew Barnes <mbarnes@redhat.com>
* main.c (kill_dataserver):
Add commands to kill recent versions of evolution-data-server.
svn path=/trunk/; revision=35008
|
|
|
|
|
|
|
|
|
| |
2008-02-13 Andre Klapper <a9016009@gmx.de>
* de.po: Updated German translation.
svn path=/trunk/; revision=35006
|
|
|
|
| |
svn path=/trunk/; revision=35005
|
|
|
|
| |
svn path=/trunk/; revision=35004
|
|
|
|
|
|
|
|
|
| |
2008-02-13 Theppitak Karoonboonyanan <thep@linux.thai.net>
* th.po: Updated Thai translation.
svn path=/trunk/; revision=35003
|
|
|
|
| |
svn path=/trunk/; revision=35002
|
|
|
|
|
|
|
|
|
|
| |
2008-02-13 Srinivasa Ragavan <sragavan@novell.com>
* configure.in: Evolution 2.21.92 version bump.
svn path=/trunk/; revision=35001
|
|
|
|
|
|
|
|
|
|
| |
2008-02-11 Srinivasa Ragavan <sragavan@novell.com>
* NEWS: Evolution 2.21.91 release.
svn path=/trunk/; revision=34999
|
|
|
|
| |
svn path=/trunk/; revision=34998
|
|
|
|
| |
svn path=/trunk/; revision=34996
|
|
|
|
| |
svn path=/trunk/; revision=34995
|
|
|
|
|
|
|
|
|
|
| |
2008-02-11 Matthew Barnes <mbarnes@redhat.com>
* configure.in:
Bump eds_minimum_version to 2.21.91 for CAMEL_MESSAGE_NOTJUNK.
svn path=/trunk/; revision=34993
|