| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-05-08 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #525241 (EPluginUI)
* e-util/Makefile.am:
Add e-plugin-ui.[ch].
* e-util/e-plugin.h (EPluginClass):
Add a "get_symbol" method for extracting arbitrary symbols
from an EPlugin. Implementation of the method is optional.
* e-util/e-plugin.c (e_plugin_get_symbol):
New function invokes the new "get_symbol" EPlugin method.
* e-util/e-plugin.c (epl_get_symbol):
New function implements the new "get_symbol" EPlugin method.
It extracts the given symbol name from the GModule.
* e-util/e-plugin-ui.[ch]:
New EPluginHook subclass that allows plugins to extend menus,
toolbars, and popups that are managed by GtkUIManager instead
of BonoboUI. Should eventually replace EMenu/EPopup.
* shell/main.c (main): Register the EPluginUIHook type.
* composer/e-msg-composer.c (msg_composer_destroy),
(msg_composer_init): Rip out the EMenu logic.
* composer/e-msg-composer.c (msg_composer_init):
Register the GtkUIManager with EPluginUI.
* plugins/face/Makefile.am:
* plugins/face/org-gnome-face-ui.xml:
Remove org-gnome-face-ui.xml (obsolete).
* plugins/face/face.c (e_plugin_ui_init):
Initialization callback for EPluginUI. Adds a "face" action to
the EMsgComposer instance's "composer" action group.
* plugins/face/org-gnome-face.eplug.xml:
Replace the "bonobomenu" hook definition with a new one for
EPluginUI. Include the UI definition inline.
svn path=/trunk/; revision=35485
|
|
|
|
|
|
|
|
| |
2008-05-08 Vincent van Adrighem <adrighem@gnome.org>
* nl.po: Translation updated by Tino Meinen.
svn path=/trunk/; revision=35484
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-05-08 Tor Lillqvist <tml@novell.com>
* gui/alarm-notify/alarm-notify-dialog.c: Include e-util-private.h
for the mapping of EVOLUTION_GLADEDIR to a function call on
Windows. Construct the glade file pathname at run-time so that it
is found also on Windows where we don't use compile-time pathnames
at run-time.
svn path=/trunk/; revision=35482
|
|
|
|
| |
svn path=/trunk/; revision=35480
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-05-08 Tor Lillqvist <tml@novell.com>
* main.c (main) [Win32]: If no message catalog is installed for
the current locale language, don't bother with the localisations
provided by other things then either. Reset thread locale to
"en-US" and C library locale to "C" to ensure that.
svn path=/trunk/; revision=35479
|
|
|
|
| |
svn path=/trunk/; revision=35478
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-05-08 Tor Lillqvist <tml@novell.com>
* evolution-zip.in: Include the whole etc/gconf/gconf.xml.defaults
and etc/gconf/schemas trees. The intent is to do "make install" to
a temporary empty folder anyway, so there won't be any extra stuff
in there. It is essential to get all the empty %gconf.xml files,
also from the gconf.xml.defaults/apps and
gconf.xml.defaults/schemas folders.
svn path=/trunk/; revision=35476
|
|
|
|
| |
svn path=/trunk/; revision=35475
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-05-06 Matthew Barnes <mbarnes@redhat.com>
** Fixes part of bug #424744
* configure.in:
Bump eds_minimum_version to 2.23.2 for camel-iconv.h.
* composer/e-composer-private.c:
* composer/e-composer-private.h:
* composer/e-msg-composer.c:
* mail/em-composer-prefs.c:
* mail/em-format-html.c:
* mail/em-format-quote.c:
* mail/em-mailer-prefs.c:
* widgets/misc/e-attachment-bar.c:
* widgets/misc/e-unicode.c:
Use camel-iconv.c instead of e-iconv.h (now deprecated).
svn path=/trunk/; revision=35474
|
|
|
|
|
|
|
|
|
|
| |
2008-05-06 Matthew Barnes <mbarnes@redhat.com>
* mail-component.c (mail_component_show_logger):
Use the GtkCellRendererText's "markup" property for error messages.
svn path=/trunk/; revision=35473
|
|
|
|
|
|
|
|
| |
2008-05-06 Kjartan Maraas <kmaraas@gnome.org>
* nb.po: Updated Norwegian bokmål translation.
svn path=/trunk/; revision=35472
|
|
|
|
| |
svn path=/trunk/; revision=35471
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-05-05 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #531426
* mail/em-format-html.c (efh_format_headers):
Display face header images at 48x48 instead of 64x64.
Patch from Roland Clobus.
svn path=/trunk/; revision=35469
|
|
|
|
|
|
|
|
|
|
| |
2008-05-05 Johan Euphrosine <proppy@aminche.com>
* gui/migration.c: Fix include path for e-dbhash.h, now in libebackend.
svn path=/trunk/; revision=35468
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-05-04 Matthew Barnes <mbarnes@redhat.com>
* mail/mail-component.c (mail_component_show_logger):
Fix up the Debug Logs window a bit:
- Add a Close button.
- Fix some spacing issues (HIG compliance).
- Just show the log level icon. Add a tooltip for the icon showing
a description of the log level (Error/Warning/Debug). Also, avoid
using e-icon-factory. Set the GtkCellRendererPixbuf's "stock-id"
and "stock-size" properties instead.
- Use GConfBridge to track the user's log level preference.
svn path=/trunk/; revision=35466
|
|
|
|
| |
svn path=/trunk/; revision=35464
|
|
|
|
| |
svn path=/trunk/; revision=35463
|
|
|
|
| |
svn path=/trunk/; revision=35462
|
|
|
|
| |
svn path=/trunk/; revision=35461
|
|
|
|
|
|
|
|
|
|
| |
2008-04-30 Rob Bradford <rob@openedhand.com>
* configure.in:
Link with libebackend (see #530576.)
svn path=/trunk/; revision=35460
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-04-30 Milan Crha <mcrha@redhat.com>
** Fix for bug #528288
* widgets/misc/e-filter-bar.c: (get_property): Do not return any query
with empty text from search bar.
* widgets/table/e-tree.h: (e_tree_set_info_message):
* widgets/table/e-tree.c: (struct ETreePriv), (et_dispose), (e_tree_init),
(tree_size_allocate), (e_tree_set_info_message):
Allow setting info message into the tree. It doesn't check
whether the tree is empty or not, so take care of that.
* mail/em-folder-browser.c: (emfb_init), (em_folder_browser_show_wide):
Ensure minimum size for preview and message list.
* mail/em-folder-browser.c: (get_view_query):
Distinguish between no filter and custom filter.
* mail/message-list.c: (regen_list_done):
Set info message to tree when no message shown in a list.
svn path=/trunk/; revision=35459
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-04-30 Milan Crha <mcrha@redhat.com>
** Fix for bug #316390
* addressbook/gui/widgets/e-addressbook-view.c: (categories_changed_cb),
(get_master_list), (eab_view_dispose), (eab_view_new),
(search_activated), (make_suboptions):
Listen for changes in categories setup and propagate them to UI.
* calendar/gui/e-memos.c: (struct _EMemosPrivate), (categories_changed_cb),
(setup_widgets), (e_memos_init), (e_memos_destroy):
* calendar/gui/gnome-cal.c: (struct _GnomeCalendarPrivate), (setup_widgets),
(categories_changed_cb), (gnome_calendar_init),
(gnome_calendar_destroy):
* calendar/gui/e-tasks.c: (struct _ETasksPrivate), (categories_changed_cb),
(setup_widgets), (e_tasks_init), (e_tasks_destroy):
Listen for changes in categories setup and propagate them to UI.
Note: be sure you've eds revision 8718 or better
svn path=/trunk/; revision=35458
|
|
|
|
|
|
|
|
|
|
|
| |
2008-04-30 Milan Crha <mcrha@redhat.com>
** Fix for bug #530245
* searchtypes.xml: Let searches work with labels again.
svn path=/trunk/; revision=35456
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-04-30 Milan Crha <mcrha@redhat.com>
** Fix for bug #467892
* em-folder-view.c: (em_folder_view_open_selected):
Do not inherit search filters when opening messages in new window.
* message-list.c: (regen_list_exec):
If we are called from folder_changed even, then keep the actually
selected message so it will not disappear when user reads it and
it doesn't belong to actual filter anymore.
svn path=/trunk/; revision=35454
|
|
|
|
|
|
|
| |
** Fix for bnc #363908
Fix for Evolution crashed during exit
svn path=/trunk/; revision=35452
|
|
|
|
|
|
|
|
|
| |
2008-04-30 Ashish Shrivastava <shashish@novell.com>
** Fix for bnc #368277
Can't C & P Email Addresses from an Appt. to a Mail Message
svn path=/trunk/; revision=35451
|
|
|
|
|
|
|
|
|
| |
2008-04-30 Chenthill Palanisamy <pchenthill@novell.com>
** Fixes #338330 (bnc)
Internet Based Calendar Events Are Declined By Evolution/GroupWise
svn path=/trunk/; revision=35450
|
|
|
|
|
|
|
|
|
|
| |
2008-04-30 Chenthill Palanisamy <pchenthill@novell.com>
** Fixes #358644 (bnc)
Retracted groupwise appointments should disappear as
soon as they are retracted.
svn path=/trunk/; revision=35449
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-04-30 Shuai Liu <shuai.liu@sun.com>
** Fix for bug #530672
Evolution crashes when viewing pgp-signed message
* em-format-html-display.c: Modify the array of
smime_sign_colour from 4 to 5 to ensure the input by
data-server is right
svn path=/trunk/; revision=35447
|
|
|
|
|
|
|
|
| |
2008-04-30 Kjartan Maraas <kmaraas@gnome.org>
* nb.po: Updated Norwegian bokmål translation.
svn path=/trunk/; revision=35446
|
|
|
|
|
|
|
|
| |
2008-04-30 Kjartan Maraas <kmaraas@gnome.org>
* nb.po: Updated Norwegian bokmål translation.
svn path=/trunk/; revision=35445
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-04-29 Milan Crha <mcrha@redhat.com>
** Fix for bug #240823
* gui/itip-utils.c: (comp_to_list):
Send notification only to individuals and groups.
svn path=/trunk/; revision=35444
|
|
|
|
|
|
|
|
|
|
| |
2008-04-29 Milan Crha <mcrha@redhat.com>
* bf-junk-filter.c: (pipe_to_bogofilter):
Report errors properly. Thanks to Reid Thompson whom found it.
svn path=/trunk/; revision=35443
|
|
|
|
|
|
|
|
|
|
| |
2008-04-29 Milan Crha <mcrha@redhat.com>
* em-utils.c: (em_utils_snoop_type):
Fixes compiler warning (unused variable).
svn path=/trunk/; revision=35439
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-04-29 Milan Crha <mcrha@redhat.com>
** Fix for bug #511337
* em-format-html.h: (EMFormatHTMLState), (struct _EMFormatHTML):
* em-format-html.c: (efh_init), (efh_format_done),
(efh_format_timeout): Track state of the object to recognize
whether rendering new content or doing nothing.
* em-format-html-display.c: (efhd_can_process_attachment),
(efhd_attachment_show), (efhd_attachment_popup),
(efhd_attachment_image), (efhd_attachment_button):
Do nothing when EMFormatHTML object's state is RENDERING,
the puri object instance is not valid anyway.
svn path=/trunk/; revision=35437
|
|
|
|
| |
svn path=/trunk/; revision=35436
|
|
|
|
|
|
| |
* shell/main.c : Changed stable version to 2.22.1 in Beta version warning message
svn path=/trunk/; revision=35433
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-04-28 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #529768
* gui/widgets/eab-gui-util.c (eab_send_to_contact_and_email_num_list):
Setup default callbacks for the newly created EMsgComposer widget.
svn path=/trunk/; revision=35432
|
|
|
|
|
|
|
|
|
|
| |
2008-04-28 Matthew Barnes <mbarnes@redhat.com>
* composer/e-composer-actions.c (action_send_options_cb):
Fix a typo in the EError tag.
svn path=/trunk/; revision=35431
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-04-28 Johan Euphrosine <proppy@aminche.com>
** Fix for bug #529247
* em-format-html.h (struct _EMFormatHTML): Add header_colour.
* em-format-html-display.c (efhd_gtkhtml_realise): Use bg style
properties for body_colour, fg for header_colour, darken for
frame_colour, bg for content_colour.
* em-format-html.c (efh_init), (efh_format_exec), (efh_init),
(efh_text_plain), (efh_text_enriched), (efh_text_html),
(efh_message_deliverystatus): Use header_colour for text color of
the message header, body_colour for background color of the
message header, text_colour for text color of the message content,
base_colour for background color of the message content.
svn path=/trunk/; revision=35429
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-04-28 Milan Crha <mcrha@redhat.com>
** Fix for bug #524121
* gui/e-calendar-table.c: (copy_row_cb):
Fixing typo from patch for bug #516408.
svn path=/trunk/; revision=35427
|
|
|
|
|
|
|
|
| |
2008-04-28 Srinivasa Ragavan <sragavan@novell.com>
* mail/em-utils.c: Avoid crash while detecting mime types.
svn path=/trunk/; revision=35426
|
|
|
|
|
|
|
|
|
|
|
| |
2008-04-28 Srinivasa Ragavan <sragavan@novell.com>
** Fix for BNC bug #382687
* plugins/itip-formatter/itip-formatter.c: Don't download contents in
main thread, which causes deadlock
svn path=/trunk/; revision=35425
|
|
|
|
|
|
|
|
| |
2008-04-28 Srinivasa Ragavan <sragavan@novell.com>
* mail/em-format-html.c: Fix the Mailer header display
svn path=/trunk/; revision=35423
|
|
|
|
| |
svn path=/trunk/; revision=35421
|
|
|
|
|
|
| |
(Check online status from NetworkManager at startup instead of using the last-used-state)
svn path=/trunk/; revision=35420
|
|
|
|
| |
svn path=/trunk/; revision=35418
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-04-25 Danny Baumann <dannybaumann@web.de>
** Fix for bug #529893
* widgets/misc/e-dateedit.c (create_children):
* widgets/misc/e-combo-cell-editable.c (build_popup):
* widgets/misc/e-cell-date-edit.c (e_cell_date_edit_init):
* widgets/table/e-table-header-item.c: (make_shaped_window_from_xpm):
* widgets/table/e-cell-combo.c: (e_cell_combo_init):
* widgets/table/e-cell-text.c: (ect_show_tooltip):
* widgets/text/e-text.c: (_do_tooltip):
* calendar/gui/e-calendar-view.c: (e_calendar_view_get_tooltips):
Properly set type hints for popup windows.
svn path=/trunk/; revision=35416
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-04-25 Milan Crha <mcrha@redhat.com>
** Fix for bug #273041
* mail/mail.error.xml: (junk-check-error), (junk-report-error),
(junk-not-report-error): New error messages added.
* mail/em-junk-hook.h: (struct _EMJunkHookTarget), (em_junk_error_quark):
* mail/em-junk-hook.c: (manage_error), (em_junk_check_junk),
(em_junk_report_junk), (em_junk_report_non_junk):
Allow propagation of the error from the plugin in the hook target.
* plugins/bogo-junk-plugin/bf-junk-filter.c: (pipe_to_bogofilter), (em_junk_bf_check_junk),
(em_junk_bf_report_junk), (em_junk_bf_report_non_junk):
Propagate possible errors to the UI.
* sa-junk-plugin/em-junk-filter.c: (em_junk_sa_commit_reports),
(em_junk_sa_validate_binary): Fix function prototype.
* sa-junk-plugin/em-junk-filter.c: (pipe_to_sa_full), (em_junk_sa_test_spamd_running),
(em_junk_sa_test_spamassassin), (pipe_to_sa), (em_junk_sa_run_spamd),
(em_junk_sa_test_spamd), (em_junk_sa_is_available),
(em_junk_sa_check_junk), (get_spamassassin_version),
(em_junk_sa_report_junk), (em_junk_sa_report_non_junk):
Propagate possible errors to the UI.
svn path=/trunk/; revision=35415
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-04-25 Milan Crha <mcrha@redhat.com>
** Fix for bug #529855
* org-gnome-shared-folder.errors.xml: (recurrence):
Use proper label element name, these are localized by default.
svn path=/trunk/; revision=35414
|
|
|
|
|
|
|
|
|
|
| |
2008-04-23 Milan Crha <mcrha@redhat.com>
* em-format-html-display.c: (efhd_update_bar):
Compiler warning fix.
svn path=/trunk/; revision=35412
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-04-23 Milan Crha <mcrha@redhat.com>
** Fix for bug #529375
* evolution-mail.schemas.in:
* mail-config.glade:
* em-utils.h: (em_utils_in_addressbook):
* em-utils.c: (em_utils_in_addressbook):
* em-format-html.c: (emfh_gethttp):
* mail-session.c: (lookup_addressbook):
* mail-config.h: (mail_config_get_lookup_book_local_only):
* mail-config.c: (struct MailConfig), (mail_config_init),
(mail_config_get_lookup_book_local_only):
* em-mailer-prefs.h: (struct _EMMailerPrefs):
* em-mailer-prefs.c: (junk_book_lookup_button_toggled),
(em_mailer_prefs_construct): Add new option
/apps/evolution/mail/junk/lookup_addressbook_local_only
to determine whether check for address in a local address book only.
svn path=/trunk/; revision=35410
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-04-23 Milan Crha <mcrha@redhat.com>
** Fix for bug #529254
* e-util/e-util.c: (e_write_file_uri): Save file properly.
Handle either URI or filename. Return success or failure, not gint.
* addressbook/gui/widgets/eab-gui-util.c: (save_it):
Prototype and return value of e_write_file_uri has been changed.
svn path=/trunk/; revision=35409
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-04-23 Milan Crha <mcrha@redhat.com>
** Fix for bug #529179
* em-folder-browser.c: (struct _EMFolderBrowserPrivate),
(labels_changed_idle_cb), (gconf_labels_changed), (emfb_destroy):
Rebuild search menu rather on idle, then immediately after the change
in gconf, because other parts may not have this change propagated yet.
svn path=/trunk/; revision=35408
|
|
|
|
|
|
|
|
|
|
| |
2008-04-21 Srinivasa Ragavan <sragavan@novell.com>
* NEWS, configure.in: Evolution 2.23.1 release and version bump.
svn path=/trunk/; revision=35407
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-04-22 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #458505
* mail/mail-config.glade:
One space between "Sender" and "Photograph".
svn path=/trunk/; revision=35405
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-04-22 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #529462
* evolution-mail.schemas.in:
Fix wording of "custom_header" GConf key description.
svn path=/trunk/; revision=35404
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-04-22 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #529465
* gui/component/GNOME_Evolution_Addressbook.server.in.in:
Prefer "popup" to "pop-up" per the GNOME Documentation Style Guide.
svn path=/trunk/; revision=35403
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-04-22 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #529641
* widgets/e-timezone-dialog/e-timezone-dialog.glade:
* widgets/e-dateedit.c (create_children):
* widgets/e-map.c (e_map_new):
Prefer the term "drop-down combination box" to "combo box" per the
GNOME Documentation Style Guide.
svn path=/trunk/; revision=35402
|
|
|
|
|
|
|
|
|
| |
2008-04-22 Kjartan Maraas <kmaraas@gnome.org>
* POTFILES.in: Cater for some files that were moved.
* nb.po: Updated translation.
svn path=/trunk/; revision=35401
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-04-22 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #494171
* mail/mail-send-recv.c (build_dialog):
Make the "Send & Receive Mail" window dimensions persistent.
* mail/evolution-mail.schemas.in:
Add keys for storing "Send & Receive Mail" window dimensions:
/apps/evolution/mail/send_recv_height
/apps/evolution/mail/send_recv_maximized
/apps/evolution/mail/send_recv_width
Note the "maximized" key is required by GConfBridge but is not
actually used since the window cannot be maximized.
svn path=/trunk/; revision=35400
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-04-22 Matthew Barnes <mbarnes@redhat.com>
* composer/gconf-bridge.c:
* composer/gconf-bridge.h:
Move these files to e-util.
* composer/Makefile.am:
* composer/e-composer-private.h:
* mail/em-composer-prefs.c:
Adapt.
* e-util/Makefile.am:
Add gconf-bridge.[ch] from composer.
svn path=/trunk/; revision=35399
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-04-21 Matthew Barnes <mbarnes@redhat.com>
** Fixes #528793, solution by Reece Hart
* plugins/audio-inline/org-gnome-audio-inline.eplug.xml:
Add inline disposition for "audio/microsoft-wav" MIME types.
svn path=/trunk/; revision=35398
|
|
|
|
|
|
|
|
|
| |
2008-04-21 Bastien Nocera <hadess@hadess.net>
* en_GB.po: _Trash -> Wastebaske_t
svn path=/trunk/; revision=35397
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-04-21 Milan Crha <mcrha@redhat.com>
** Fix for bug #448863
* default-source.c: (org_gnome_default_book),
(get_calendar_option_caption), (org_gnome_default_cal):
Use better description of the option based on source type.
svn path=/trunk/; revision=35396
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-04-21 Milan Crha <mcrha@redhat.com>
** Fix for bug #323402
* em-folder-tree.c: (folder_tree_new):
* evolution-mail.schemas.in: Be able to disable ellipsizing of folder
names with hidden option /apps/evolution/mail/display/no_folder_dots.
svn path=/trunk/; revision=35395
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-04-20 Srinivasa Ragavan <sragavan@novell.com>
** Fix for bug #334444
* em-format-html-display.c: (efhd_attachment_button),
(efhd_update_bar), (efhd_message_update_bar),
(efhd_message_add_bar):
* em-format-html.c: (efh_format_exec):
2008-04-20 Srinivasa Ragavan <sragavan@novell.com>
** Fix for bug #334444
* e-attachment-bar.c: (e_attachment_bar_add_attachment_silent),
(e_attachment_bar_refresh):
* e-attachment-bar.h:
svn path=/trunk/; revision=35393
|
|
|
|
|
|
| |
(org_gnome_exchange_folder_permissions): Return sanely if the path value is corrupted
svn path=/trunk/; revision=35392
|
|
|
|
| |
svn path=/trunk/; revision=35390
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-04-19 Matthew Barnes <mbarnes@redhat.com>
* plugins/ipod-sync/ical-fomat.c (do_save_calendar_ical):
* plugins/ipod-sync/ipod-sync.c (open_for_writing),
(destination_save_addressbook):
Fix some compilation errors.
svn path=/trunk/; revision=35389
|
|
|
|
| |
svn path=/trunk/; revision=35388
|
|
|
|
| |
svn path=/trunk/; revision=35387
|
|
|
|
|
|
|
|
| |
2008-04-19 Kjartan Maraas <kmaraas@gnome.org>
* POTFILES.in: Add missing file.
svn path=/trunk/; revision=35386
|
|
|
|
|
|
|
|
| |
2008-04-19 Kjartan Maraas <kmaraas@gnome.org>
* nb.po: Updated Norwegian bokmål translation.
svn path=/trunk/; revision=35385
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-04-18 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #528817
* e-util/e-plugin.c (e_plugin_register_type):
Fix a typo in the logic. This might explain why I occasionally
find Exchange Operations disabled on startup.
svn path=/trunk/; revision=35383
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-04-18 Milan Crha <mcrha@redhat.com>
** Fix for bug #509923
* gui/dialogs/comp-editor.c: (real_send_comp):
* gui/e-calendar-view.c: (e_calendar_view_modify_and_send):
* gui/e-cal-model-calendar.c: (ecmc_set_value_at):
Send changes based on the user's choice of "all instances" or
"only this instance" for recurring events.
* gui/e-cal-model-calendar.c: (ecmc_set_value_at):
Also modify objects based on the user's choice.
svn path=/trunk/; revision=35382
|
|
|
|
|
|
|
|
| |
2008-04-18 Srinivasa Ragavan <sragavan@novell.com>
* MAINTAINERS: Update the Mail guards.
svn path=/trunk/; revision=35380
|
|
|
|
|
|
| |
calendar/gui/e-cal-component-preview.c.
svn path=/trunk/; revision=35379
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-04-17 Milan Crha <mcrha@redhat.com>
** Fix for bug #526741 (gnome-vfs to gio/gvfs port)
* configure.in: Drop dependency on gnome-vfs, depend on gio instead.
* addressbook/gui/contact-editor/e-contact-editor.c: Do not include gnome-vfs.
* calendar/gui/e-meeting-store.c: (start_async_read), (freebusy_async),
(async_read): Read data with gio, not with gnome-vfs.
* calendar/gui/e-meeting-store.c: (async_close): Function removed.
* calendar/gui/migration.c:
* calendar/gui/e-memos.c:
* calendar/gui/alarm-notify/notify-main.c:
* calendar/gui/e-tasks.c:
* calendar/gui/main.c:
* calendar/gui/e-meeting-list-view.c:
Do not include gnome-vfs.
* calendar/gui/dialogs/comp-editor.c: (set_attachment_list):
* calendar/gui/dialogs/comp-editor.c: (attachment_guess_mime_type):
Function removed, use e-util function instead.
* calendar/gui/e-cal-popup.c: (temp_save_part):
Reflect changes in CamelStreamVFS.
* calendar/gui/e-cal-popup.c: (ecalp_apps_open_in), (ecalp_apps_popup_free),
(ecalp_standard_menu_factory): Use gio to fill popup and launch app.
* calendar/gui/e-cal-component-preview.h: (e_cal_comp_preview_url_requested_cb):
* calendar/gui/e-cal-component-preview.c: (e_cal_comp_preview_url_requested_cb):
New helper function to manage file:// urls for GtkHTML component.
* calendar/gui/e-cal-component-preview.c: (e_cal_component_preview_init):
* calendar/gui/e-cal-component-memo-preview.c:
(e_cal_comp_preview_url_requested_cb):
Use above helper function.
* calendar/gui/e-cal-component-memo-preview.c: (url_requested_cb):
* calendar/gui/e-cal-component-preview.c: (url_requested_cb): Function removed.
* composer/e-msg-composer.h: (e_msg_composer_guess_mime_type):
* composer/e-msg-composer.c: (e_msg_composer_guess_mime_type), (handle_uri),
(e_msg_composer_add_inline_image_from_file):
Use shared e_util_guess_mime_type instead of its own.
* e-util/e-gui-utils.c: Do not include gnome-vfs.
* e-util/e-util.c: (e_write_file_uri), (e_file_get_save_path):
* e-util/e-dialog-utils.c: (e_file_can_save), (e_file_check_local):
Use gio instead of gnome-vfs.
* e-util/e-util.h:
* e-util/e-util.c: (e_util_guess_mime_type), (e_util_filename_to_uri),
(e_util_uri_to_filename), (e_util_read_file): New helper functions.
* mail/Makefile.am:
* mail/em-vfs-stream.h:
* mail/em-vfs-stream.c: Removed from project, not used anywhere.
* mail/em-menu.c:
* mail/em-config.c: Do not include gnome-vfs.
* mail/mail-ops.c: (save_messages_exec), (save_part_exec):
Changes related to Data Server change of CamelStreamVFS.
* mail/em-format.c: (em_format_describe_part):
* mail/em-format-html-display.c: (efhd_bonobo_object), (efhd_find_handler),
(efhd_use_component), (efhd_bonobo_unknown), (efhd_check_server_prop),
(efhd_format_attachment): Drop use of deprecated gnome-vfs functions.
* mail/em-utils.c: (em_utils_snoop_type): Use gio to guess the mime_type.
* mail/em-popup.c: (emp_apps_open_in), (emp_apps_popup_free),
(emp_standard_menu_factory): Use gio to fill popup and launch app.
* plugins/import-ics-attachments/icsimporter.c: Do not include gnome-vfs.
* plugins/ipod-sync/ical-format.c: (do_save_calendar_ical):
* plugins/ipod-sync/ipod-sync.c: (destination_save_addressbook):
Write to gio GOutputStream instead of gnome-vfs handle.
* plugins/ipod-sync/format-handler.h: (open_for_writing):
* plugins/ipod-sync/ipod-sync.c: (open_for_writing): New helper function.
* plugins/publish-calendar/publish-format-fb.h: (publish_calendar_as_fb):
* plugins/publish-calendar/publish-format-fb.c: (write_calendar), (publish_calendar_as_fb):
* plugins/publish-calendar/publish-format-ical.h: (publish_calendar_as_ical):
* plugins/publish-calendar/publish-format-ical.c: (write_calendar), (publish_calendar_as_ical):
Use gio GOutputStream instead of gnome-vfs handle.
* plugins/publish-calendar/url-editor-dialog.c: (create_uri): Use glib function to escape URI.
* plugins/publish-calendar/publish-location.c: (migrateURI): Use EUri to parse URI.
* plugins/publish-calendar/publish-calendar.c: (publish_online), (unmount_done_cb),
(struct mnt_struct), (mount_ready_cb), (ask_password), (ask_question),
(mount_first), (publish):
Use gio instead of gnome-vfs for opening (remote) files.
* plugins/save-calendar/ical-format.c: (do_save_calendar_ical):
* plugins/save-calendar/csv-format.c: (do_save_calendar_csv):
* plugins/save-calendar/rdf-format.c: (do_save_calendar_rdf):
Use gio GOutpuStream instead of gnome-vfs handle.
* plugins/save-calendar/format-handler.h: (open_for_writing):
* plugins/save-calendar/save-calendar.c: (open_for_writing): New helper function.
* shell/e-shell-window-commands.c: (command_quick_reference):
Use gio instead of gnome-vfs.
* widgets/misc/e-attachment.h: (struct _EAttachment):
* widgets/misc/e-attachment.c: (finalise), (init), (attachment_guess_mime_type),
(e_attachment_new), (struct DownloadInfo), (download_info_free),
(data_ready_cb), (download_to_local_path),
(e_attachment_new_remote_file):
Use gio instead of gnome-vfs to download remote files.
* widgets/misc/e-image-chooser.c: (image_drag_data_received_cb):
Use new util function to read file.
* widgets/misc/e-attachment-bar.c: (size_to_string): Stolen from gnome-vfs.
svn path=/trunk/; revision=35378
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-04-17 Milan Crha <mcrha@redhat.com>
** Fix for bug #523402
* gui/e-calendar-view.c: (e_calendar_view_add_event):
Do not free value returned by icaltimezone_get_tzid.
svn path=/trunk/; revision=35376
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-04-17 Milan Crha <mcrha@redhat.com>
** Fix for bug #451976
* prefer-plain.c: (org_gnome_prefer_plain_multipart_alternative): Try
to find text/html part in multipart/alternative when in normal mode.
svn path=/trunk/; revision=35374
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-04-17 Sankar P <psankar@novell.com>
* Makefile.am:
Added new files deleted files not needed.
* external-editor.c: (convert_to_camel_internet_address),
(ee_editor_command_changed), (e_plugin_lib_get_configure_widget),
(async_external_editor), (show_composer_dialog),
(org_gnome_external_editor):
Leak fixes, Temporary files, Bug fixes and so on.
* org-gnome-external-editor-errors.xml:
Modified error file for staying aligned with other plugins
* apps-evolution-external-editor.schemas.in:
Added new file for default schema
* org-gnome-external-editor.error.xml:
Removed in favor of the other errors file.
** Fix for bug #517168
svn path=/trunk/; revision=35373
|
|
|
|
|
|
| |
subject as default filename when attempting to 'save message')
svn path=/trunk/; revision=35372
|
|
|
|
| |
svn path=/trunk/; revision=35371
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-04-16 Milan Crha <mcrha@redhat.com>
** Fix for bug #232594
* gui/e-meeting-list-view.c: (attendee_edited_cb):
Set status to Needs Action when attendee's address have been changed.
svn path=/trunk/; revision=35370
|
|
|
|
|
|
|
|
| |
2008-04-14 Leonardo Ferreira Fontenelle <leonardof@svn.gnome.org>
* pt_BR.po: Merged from branch gnome-2-22 (where it got fixes).
svn path=/trunk/; revision=35368
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-04-14 Milan Crha <mcrha@redhat.com>
** Fix for bug #270406
* em-folder-properties.c: (struct _prop_data), (emfp_free),
(add_numbered_row), (emfp_get_folder_item),
(emfp_dialog_got_folder_quota), (emfp_dialog_got_folder):
Retrieve quota information for a folder and show it in a dialog.
* mail-ops.h: (mail_get_folder_quota):
* mail-ops.c: (struct _get_quota_msg), (get_quota_desc),
(get_quota_exec), (get_quota_done), (get_quota_free),
(MailMsgInfo get_quota_info), (mail_get_folder_quota):
New operation to get folder's quota information.
svn path=/trunk/; revision=35366
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-04-14 Matthew Barnes <mbarnes@redhat.com>
* composer/e-composer-autosave.c (e_composer_autosave_unregister):
Remove some unused variables.
* widgets/misc/e-attachment-bar.c
(e_attachment_bar_bonobo_ui_populate_with_recent):
Fix a compiler warning.
svn path=/trunk/; revision=35365
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-04-13 Matthew Barnes <mbarnes@redhat.com>
* mail/em-folder-browser.c:
Add an icon for Folder->New.
* ui/evolution-addressbook.xml:
Add an icon for Edit->Select All.
* ui/evolution-mail-list.xml:
Add icons for Folder->Delete and Folder->Refresh.
svn path=/trunk/; revision=35363
|
|
|
|
| |
svn path=/trunk/; revision=35362
|
|
|
|
| |
svn path=/trunk/; revision=35361
|
|
|
|
|
|
|
|
|
|
| |
2008-04-12 Matthew Barnes <mbarnes@redhat.com>
* e-util/e-util-labels.c (e_util_labels_add_with_dlg):
Clarify an error message. (#509672)
svn path=/trunk/; revision=35360
|
|
|
|
| |
svn path=/trunk/; revision=35359
|
|
|
|
| |
svn path=/trunk/; revision=35357
|
|
|
|
| |
svn path=/trunk/; revision=35356
|
|
|
|
| |
svn path=/trunk/; revision=35355
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
"Recent Documents" submenu (to quickly add them as attachments).
M configure.in
M ChangeLog
M composer/evolution-composer.ui
M composer/ChangeLog
M composer/e-composer-actions.c
M composer/e-composer-private.c
M widgets/misc/ChangeLog
M widgets/misc/e-attachment-bar.c
M widgets/misc/e-attachment-bar.h
M calendar/gui/dialogs/comp-editor.c
M calendar/ChangeLog
M ui/ChangeLog
M ui/evolution-editor.xml
svn path=/trunk/; revision=35354
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-04-10 Matthew Barnes <mbarnes@redhat.com>
* mail-config.glade:
Revert my previous change. Glade was more destructive toward the
file than I realized. But I think I fixed the core issue that was
causing Glade 3 to crash: there were two widgets named "omenuCharset".
Now the one in Composer Preferences is named "omenuCharset1".
svn path=/trunk/; revision=35353
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-04-10 Sankar P <psankar@novell.com>
* em-composer-prefs.c: (em_composer_prefs_construct):
Change the name of the variable we look for in
the glade file.
Also add some if conditions to avoid certain crash.
** See bug #527327
svn path=/trunk/; revision=35352
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-04-09 Matthew Barnes <mbarnes@redhat.com>
* mail-config.glade:
Loaded this file into Glade 3.5 and saved it. Doing so appears
to have fixed whatever corruption was causing previous Glade 3
releases to choke on it.
svn path=/trunk/; revision=35351
|
|
|
|
| |
svn path=/trunk/; revision=35350
|
|
|
|
| |
svn path=/trunk/; revision=35349
|
|
|
|
| |
svn path=/trunk/; revision=35348
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-04-08 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #523413
* composer/e-msg-composer.c (msg_composer_dispose):
Use the 'application_exiting' private flag to determine whether
to tell e_composer_autosave_unregister() to delete the autosave
file.
* composer/e-msg-composer.c (msg_composer_class_init),
(e_msg_composer_save_draft):
Remove the 'quit' parameter from the 'save-draft' signal.
* composer/e-msg-composer.c (e_msg_composer_request_close_all):
Take an autosave snapshot before activating the CLOSE action,
and set the private 'application_exiting' flag. This should
avoid prompting the user before shutting down.
* composer/e-composer-actions.c (action_close_cb):
When electing to save a message before closing, hide the window
immediately. The callback function can then check the window's
visibility after the save is complete to know whether to destroy
the window.
* composer/e-composer-autosave.c (e_composer_autosave_unregister):
Add a 'delete_file' boolean parameter to determine whether to
delete the autosave file.
* composer/e-composer-private.h:
Add an 'application_exiting' flag.
* mail/em-composer-utils.c (save_draft_done):
Check the composer window's visibility to determine whether to
destroy the window. See the corresponding composer/ChangeLog
entry to get the full story.
* mail/em-composer-utils.c (em_utils_composer_save_draft_cb):
Remove the 'quit' parameter.
svn path=/trunk/; revision=35346
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-04-08 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #525966
* e-composer-actions.c (action_close_cb):
Fix a boolean error in detecting unsaved changes.
svn path=/trunk/; revision=35344
|
|
|
|
| |
svn path=/trunk/; revision=35343
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-04-07 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #328146
* e-composer-actions.c:
Fix missing and conflicting mnemonics.
svn path=/trunk/; revision=35339
|
|
|
|
| |
svn path=/trunk/; revision=35337
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-04-07 Ondrej Jirman <megous@megous.com>
** Fix for bug #525234
* gui/Makefile.am:
* gui/dialogs/Makefile.am: Install more include files that are
useful to the out of tree evolution plugins.
svn path=/trunk/; revision=35335
|
|
|
|
|
|
|
|
| |
2008-04-07 Priit Laes <plaes at svn dot gnome dot org>
* et.po: Translation updated by Ivar Smolin
svn path=/trunk/; revision=35333
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-04-07 Ondrej Jirman <megous@megous.com>
** Fix for bug #525238
* e-shell-window.c: (switch_view):
* es-event.c:
* es-event.h:
Add new "component.activated" event. Event is emitted whenever
component is activated. ESEventTargetComponent contains an id
of the component being activated.
svn path=/trunk/; revision=35332
|
|
|
|
|
|
| |
(String change: 'Continue Editing' -> 'Edit Message')
svn path=/trunk/; revision=35331
|
|
|
|
| |
svn path=/trunk/; revision=35330
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-04-07 Takao Fujiwara <takao.fujiwara@sun.com>
reviewed by: Milan Crha
** Fix for bug #408579
* mail/mail.error.xml:
* e-util/e-system.error.xml:
Changed '"' to '\"' to work with intltool.
svn path=/trunk/; revision=35329
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-04-06 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #335891
* mail/em-composer-prefs.c (em_composer_prefs_construct):
Desensitize the signature editing interface if the "signatures"
GConf key is not writable.
svn path=/trunk/; revision=35328
|
|
|
|
|
|
|
|
| |
2008-04-06 Kjartan Maraas <kmaraas@gnome.org>
* nb.po: Updated Norwegian bokmål translation.
svn path=/trunk/; revision=35327
|
|
|
|
|
|
|
|
|
| |
2008-04-05 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
* ru/ru.po: Updated Russian translation by Sergey Mironov <sergo@bk.ru>
svn path=/trunk/; revision=35325
|
|
|
|
|
|
|
|
|
|
| |
2008-04-05 Matthew Barnes <mbarnes@redhat.com>
* mail/em-composer-prefs.c:
Fix a corner case that I missed in my last commit.
svn path=/trunk/; revision=35324
|
|
|
|
| |
svn path=/trunk/; revision=35323
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-04-05 Matthew Barnes <mbarnes@redhat.com>
** Fixes part of bug #526152, plus some tangential code cleanup.
* mail/Makefile.am:
Remove all the IDL crud for GnomeSpell.
* mail/em-composer-prefs.c:
* mail/evolution-mail.schemas.in:
* mail/mail-config.c:
Define our own GConf keys for active spell checking languages
and the underline color for misspelled words, instead of relying
on GnomeSpell's GConf keys. The new keys are:
/apps/evolution/mail/composer/spell_color (string)
/apps/evolution/mail/composer/spell_languages (list of strings)
* mail/em-composer-prefs.c:
* mail/em-composer-prefs.h:
Cleanup the logic a bit to improve readability.
* mail/mail-config.c:
Cleanup the GConf notification logic:
- We don't need the notification IDs for GConf keys we're watching.
- Minimize the repetition of GConf keys to reduce the risk of typos.
- Reduce the number of notification callback functions.
* mail/Spell.idl:
Remove this file; we don't use GnomeSpell anymore.
* composer/e-msg-composer.c:
* composer/e-composer-private.h:
Initialize a new composer's spell checking language menu via
our new "spell_languages" GConf key.
* tools/killev.c (main):
No need to continue killing the GnomeSpell Bonobo server.
svn path=/trunk/; revision=35322
|
|
|
|
|
|
|
|
|
| |
2008-04-04 Jeffrey Stedfast <fejj@novell.com>
* em-format-quote.c (emfq_format_header): Same as below.
svn path=/trunk/; revision=35320
|
|
|
|
|
|
|
|
|
|
|
| |
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
|