| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-08-11 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #546892
* e-util/e-icon-factory.c (e_icon_factory_get_image):
Kill this function. Use gtk_image_new_from_icon_name().
* e-util/e-icon-factory.c (e_icon_factory_get_icon_list):
Kill this function. Use gtk_window_set_icon_name().
* widgets/misc/e-activity-handler.c:
* widgets/misc/e-task-widget.c:
Purge the GdkPixbuf arguments from the API. We've been ignoring
them since the spinner icon was added.
* addressbook/gui/contact-editor/e-contact-editor-fullname.c:
* addressbook/gui/contact-editor/e-contact-editor-im.c:
* addressbook/gui/contact-editor/e-contact-editor-address.c:
* calendar/gui/alarm-notify/alarm-notify-dialog.c:
* calendar/gui/dialogs/alarm-dialog.c:
* calendar/gui/dialogs/alarm-list-dialog.c:
* calendar/gui/dialogs/cal-attachment-select-file.c:
* calendar/gui/dialogs/changed-comp.c:
* calendar/gui/dialogs/delete-error.c:
* calendar/gui/dialogs/select-source-dialog.c:
* mail/mail-send-recv.c:
* mail/message-tag-followup.c:
* widgets/misc/e-combo-button.c:
* widgets/misc/e-info-label.c:
* widgets/misc/e-url-entry.c:
* widgets/misc/e-task-widget.c:
Prefer gtk_window_set_icon_name() over gtk_window_set_icon_list().
* addressbook/gui/contact-editor/e-contact-editor-im.c:
* calendar/gui/dialogs/event-page.c:
* calendar/gui/e-timezone-entry.c:
* e-util/e-gui-utils.c:
* e-util/e-popup.c:
* plugins/import-ics-attachments/icsimporter.c:
* plugins/itip-formatter/itip-view.c:
* mail/em-folder-browser.c:
* mail/em-format-html-display.c:
* mail/mail-send-recv.c:
* mail/message-tag-followup.c:
Prefer gtk_image_new_from_icon_name() over e_icon_factory_get_image().
* calendar/gui/alarm-notify/alarm-queue.c:
* plugins/mail-notification/mail-notification.c:
Prefer gtk_status_icon_set_from_icon_name() over
gtk_status_icon_set_from_pixbuf().
* addressbook/gui/component/addressbook-view.c:
* calendar/gui/e-calendar-table.c:
* calendar/gui/e-calendar-view.c:
* calendar/gui/e-memo-table.c:
* mail/mail-mt.c:
e_activity_handler_operation_started() no longer takes a GdkPixbuf.
It was ignoring the pixbuf anyway ever since we added a spinner icon.
svn path=/trunk/; revision=35958
|
|
|
|
|
|
|
|
| |
2008-08-11 Duarte Loreto <happyguy_pt@hotmail.com>
* pt.po: Updated Portuguese translation.
svn path=/trunk/; revision=35957
|
|
|
|
| |
svn path=/trunk/; revision=35956
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-08-11 Milan Crha <mcrha@redhat.com>
** Fix for bug #352695
* e-tree-table-adapter.c: (e_tree_table_adapter_load_expanded_state),
(e_tree_table_adapter_load_expanded_state_xml):
Call the e_table_model_changed in the proper function, to prevent
lock of the model caused by previous commit to this bug.
svn path=/trunk/; revision=35955
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-08-11 Milan Crha <mcrha@redhat.com>
** Fix for bug #519292
* mail/message-list.c: (load_tree_expand_all): Drop function.
* mail/message-list.c: (regen_list_done): Rather use desired expanded state
value when creating the tree instead of the default model's value for
this to have 'expand/collapse all' commands work better and quicker.
* widgets/tablee-tree.h: (e_tree_load_all_expanded_state):
* widgets/tablee-tree.c: (e_tree_load_all_expanded_state):
* widgets/tablee-tree-table-adapter.h:
(e_tree_table_adapter_load_all_expanded_state):
* widgets/tablee-tree-table-adapter.c:
(e_tree_table_adapter_load_all_expanded_state),
(set_expanded_state_func), (set_collapsed_state_func):
Drop functions in favor of new functions.
* widgets/tablee-tree.h: (e_tree_force_expanded_state):
* widgets/tablee-tree.c: (e_tree_force_expanded_state):
* widgets/tablee-tree-table-adapter.h: (e_tree_table_adapter_force_expanded_state):
* widgets/tablee-tree-table-adapter.c: (e_tree_table_adapter_force_expanded_state),
(struct ETreeTableAdapterPriv), (create_gnode), (etta_init):
Use either default value of the model to expanded state of new node or
use the one which has been set (forced) by new functions.
svn path=/trunk/; revision=35954
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-08-11 Milan Crha <mcrha@redhat.com>
** Fix for bug #352695
* widgets/table/e-tree-table-adapter.h:
(e_tree_table_adapter_save_expanded_state_xml),
(e_tree_table_adapter_load_expanded_state_xml):
* widgets/table/e-tree-table-adapter.c:
(e_tree_table_adapter_save_expanded_state_xml),
(e_tree_table_adapter_save_expanded_state),
(e_tree_table_adapter_load_expanded_state_xml),
(e_tree_table_adapter_load_expanded_state):
* widgets/table/e-tree.h: (e_tree_save_expanded_state_xml),
(e_tree_load_expanded_state_xml):
* widgets/table/e-tree.c: (e_tree_save_expanded_state_xml),
(e_tree_load_expanded_state_xml):
Be able to store expanded state also in memory, not only on the disk.
* mail/message-list.c: (struct _MessageListPrivate), (save_tree_state),
(load_tree_state), (on_model_row_changed), (message_list_init),
(message_list_construct), (struct _regen_list_msg), (regen_list_done),
(regen_list_free), (mail_regen_list): Be able to recognize whether
there has been any change on any row in a list and save expanded
state only in case there was any change. Also use in-memory storing
of the expanded state in case we do not want to rewrite full view
It's for searches only, and it's not stored between sessions.
svn path=/trunk/; revision=35953
|
|
|
|
|
|
|
|
|
|
| |
2008-08-11 Srinivasa Ragavan <sragavan@novell.com>
** Part fix for bug #529743
* searchtypes.xml: Support Subject or Recipients contain search.
svn path=/trunk/; revision=35952
|
|
|
|
|
|
|
|
|
| |
2008-08-11 Srinivasa Ragavan <sragavan@novell.com>
* mail/message-list.c: Don't use uninitialized exception. It leads to
freeing uninitialized memory.
svn path=/trunk/; revision=35951
|
|
|
|
| |
svn path=/trunk/; revision=35946
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-08-08 Michael Monreal <mmonreal@svn.gnome.org>
** Fix for bug #546748
* addressbook/gui/component/addressbook-view.c:
Change "_Properties..." to "_Properties" to match HIG and other
components.
svn path=/trunk/; revision=35941
|
|
|
|
| |
svn path=/trunk/; revision=35940
|
|
|
|
|
|
|
|
|
|
| |
2008-08-08 Matthew Barnes <mbarnes@redhat.com>
* shell/e-shell-importer.c:
Remove unused EShell pointer from ImportData.
svn path=/trunk/; revision=35939
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-08-08 Michael Monreal <mmonreal@svn.gnome.org>
** Additional fix for bug #467115
* addressbook/gui/contact-editor/e-contact-editor.c:
(e_contact_editor_init):
* art/Makefile.am:
* data/icons/Makefile.am:
Get rid of old contact-editor icon.
svn path=/trunk/; revision=35937
|
|
|
|
|
|
|
|
|
|
|
| |
2008-08-08 Michael Monreal <mmonreal@svn.gnome.org>
** Fix for bug #546744
* addressbook/gui/component/addressbook-view.c:
Use address-book-new icon instead of contacts-new.
svn path=/trunk/; revision=35936
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-08-08 Milan Crha <mcrha@redhat.com>
** Fix for bug #544117
* gui/itip-utils.c: (itip_send_comp): Initialize variables to NULL,
to not free uninitialized memory in the cleanup part on the error.
svn path=/trunk/; revision=35935
|
|
|
|
|
|
|
|
| |
2008-08-08 Priit Laes <plaes at svn dot gnome dot org>
* et.po: Translation updated by Ivar Smolin
svn path=/trunk/; revision=35934
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-08-07 Paul Bolle <pebolle@tiscali.nl>
** Fix for bug #546788
* mail/em-folder-view.c: "/commands/ViewNormal" isn't actually used.
It is probably a leftover from a previous way of setting the formatting
style. It can be removed. Related cleanups.
* ui/evolution-mail-message.xml: Drop unused "ViewNormal" cmd entry.
svn path=/trunk/; revision=35929
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-08-07 Paul Bolle <pebolle@tiscali.nl>
** Fixes bug #546785
* plugins/bbdb/bbdb.c: (e_plugin_lib_enable):
The bbdb plugin is noisy when enabled:
"BBDB spinning up..."
Make this plugin just as polite as google-account-setup.
* plugins/caldav/caldav-source.c: (e_plugin_lib_enable):
The caldav plugin is noisy when enabled:
"CalDAV Eplugin starting up ..."
Make this plugin just as polite as google-account-setup.
svn path=/trunk/; revision=35928
|
|
|
|
| |
svn path=/trunk/; revision=35927
|
|
|
|
| |
svn path=/trunk/; revision=35926
|
|
|
|
| |
svn path=/trunk/; revision=35925
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-08-07 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #467115
* shell/e-component-registry.h:
Replace button and menu icon pixbufs with an icon name string.
* shell/e-component-registry.c (query_components):
No need to create pixbufs, just save the icon name.
* shell/e-sidebar.c:
Remember a default icon name rather than a default pixbuf.
* shell/e-sidebar.c (e_sidebar_add_button),
(e_sidebar_change_button_icon):
* shell/e-shell-window.c (e_shell_window_change_component_button_icon):
Take an icon name instead of a pixbuf.
* shell/e-shell-window.c (switch_view):
Call gtk_window_set_icon_name() instead of gtk_window_set_icon().
* shell/e-shell-window.c (setup_widgets):
Change XML from pixtype="pixbuf" to pixbuf="filename" and derive
an appropriate filename from the icon name.
svn path=/trunk/; revision=35924
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-08-07 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #530402
* plugins/mark-all-read/mark-all-read.c (prompt_user):
Improve dialog wording, and don't use a window title (HIG).
svn path=/trunk/; revision=35923
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-08-07 Milan Crha <mcrha@redhat.com>
** Fix for bug #324203
* gui/component/ldap-config.glade:
* gui/component/addressbook-config.c: (canbrowse_toggled_cb),
(eabc_details_limit): New check box to be able to set LDAP
address books browseable until reaches given limits.
Note: To let this really works, one should have eds of revision 9295 or better.
svn path=/trunk/; revision=35922
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-08-07 Milan Crha <mcrha@redhat.com>
** Fix for bug #535745
* configure.in: Require and link calendar libs with libgdata
and libgdata-google.
* plugins/google-account-setup/google-source.c: (sanitize_user_mail), (construct_default_uri),
(is_default_uri), (init_combo_values), (user_changed),
(cal_combo_changed), (claim_error), (retrieve_list_clicked),
(plugin_google): New widgets and functionality to retrieve list
of subscribed calendars from the Google account and let user choose
which one would be shown.
Note: Requires newer EDS, at least revision 9294.
svn path=/trunk/; revision=35921
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-08-06 Paul Bolle <pebolle@tiscali.nl>
** Fix for bug #546668
* mail/em-format-html.c: Drop a (pointless) define used only once.
* mail/em-format-html-display.c: Drop one unused define.
svn path=/trunk/; revision=35920
|
|
|
|
|
|
|
|
|
|
|
| |
2008-08-07 Matthew Barnes <mbarnes@redhat.com>
* em-format.c (emf_format_secure):
* em-format-html-display.c (efhd_xpkcs7mime_add_cert_table):
Use CamelDList instead of EDList.
svn path=/trunk/; revision=35919
|
|
|
|
| |
svn path=/trunk/; revision=35918
|
|
|
|
| |
svn path=/trunk/; revision=35917
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-08-06 Milan Crha <mcrha@redhat.com>
** Fix for bug #249844
* addressbook/gui/component/addressbook-component.c:
* calendar/gui/tasks-component.c: (impl__get_userCreatableItems):
* calendar/gui/memos-component.c: (impl__get_userCreatableItems):
* mail/mail-component.c: (impl__get_userCreatableItems):
* shell/test/evolution-test-component.c: (impl__get_userCreatableItems):
(impl__get_userCreatableItems): Do not let compiler claim.
* mail/em-event.h: (struct _EMEventTargetCustomIcon): Declare 'folder_name'
as const char * to let compiler happy; no copy of the pointer anyway.
* calendar/gui/calendar-component.c: (impl__get_userCreatableItems):
Use C_() macro instead of Q_() macro.
Use fully qualified names for "New" submenu entries.
svn path=/trunk/; revision=35916
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-08-06 Michael Monreal <mmonreal@svn.gnome.org>
** Fix for bug #467115
* addressbook/gui/component/addressbook-view.c:
(addressbook_view_init):
* calendar/gui/GNOME_Evolution_Calendar.server.in.in:
* calendar/gui/memos-component.c: (create_component_view):
* calendar/gui/tasks-component.c: (create_component_view):
* data/icons/Makefile.am:
* mail/GNOME_Evolution_Mail.server.in.in:
* mail/mail-component.c: (impl_createView):
Ship and use tango icons for the mail, tasks and memos components.
svn path=/trunk/; revision=35915
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-08-06 Michael Monreal <mmonreal@svn.gnome.org>
** Fix for bug #531288
* data/icons/Makefile.am:
* mail/GNOME_Evolution_Mail.server.in.in:
Use proxy icon from tango-icon-theme and fall back to the icon
shipped by gnome-control-center (thanks to Josef Vybíral).
svn path=/trunk/; revision=35914
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-08-06 Milan Crha <mcrha@redhat.com>
** Fix for bug #546263
* gui/widgets/e-minicard.c: (add_field), (add_email_field), (remodel):
Add 'width' property as the last one for 'new' item, thus it will know
all the information to properly calculate column widths. Also don't
set field names for the contact-lists. Both changes prevents messing
of minicard painting for changed contact-lists.
svn path=/trunk/; revision=35913
|
|
|
|
| |
svn path=/trunk/; revision=35912
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-08-06 Milan Crha <mcrha@redhat.com>
** Fix for bug #435969
* org-gnome-exchange-operations.eplug.xml:
Show authentication section in an account druid too.
svn path=/trunk/; revision=35911
|
|
|
|
|
|
|
|
|
|
| |
2008-08-04 Srinivasa Ragavan <sragavan@novell.com>
* NEWS: Evolution 2.23.6 release and version bump.
svn path=/trunk/; revision=35909
|
|
|
|
| |
svn path=/trunk/; revision=35908
|
|
|
|
|
|
|
|
|
| |
2008-08-05 Srinivasa Ragavan <sragavan@novell.com>
* mail/message-list.c: Fix a performance issue, where we can just go
by the presence than the exact count.
svn path=/trunk/; revision=35907
|
|
|
|
| |
svn path=/trunk/; revision=35906
|
|
|
|
| |
svn path=/trunk/; revision=35905
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-08-04 Matthew Barnes <mbarnes@redhat.com>
* mail/em-migrate.c (migrate_to_db):
* mail/em-network-prefs.c (notify_proxy_type_changed),
(widget_entry_changed_cb):
* mail/em-subscribe-editor.c (sub_fill_level), (sub_queue_fill_level),
(sub_row_expanded):
* mail/mail-vfolder.c:
Use G_STRLOC or G_STRFUNC instead of deprecated
G_GNUC_PRETTY_FUNCTION.
svn path=/trunk/; revision=35904
|
|
|
|
| |
svn path=/trunk/; revision=35903
|
|
|
|
|
|
| |
backend for addressbook - GUI plugin for account setup).
svn path=/trunk/; revision=35902
|
|
|
|
|
|
| |
consistent to the GUI for different components).
svn path=/trunk/; revision=35901
|
|
|
|
|
|
| |
/ Window (sub)menu in shortcut order).
svn path=/trunk/; revision=35900
|
|
|
|
|
|
| |
"Inbox" instead of "INBOX" while displaying IMAP mailbox).
svn path=/trunk/; revision=35899
|
|
|
|
|
|
| |
not append description if it is just an empty string).
svn path=/trunk/; revision=35898
|
|
|
|
|
|
| |
instead of Q_() macro, Use fully qualified names for New submenu entries).
svn path=/trunk/; revision=35897
|
|
|
|
|
|
| |
headers aren't displayed for some e-mails).
svn path=/trunk/; revision=35896
|
|
|
|
|
|
|
|
|
| |
2008-08-03 Andre Klapper <a9016009@gmx.de>
* C/evolution.xml: Make Claude happy (bug #544886 comment 4).
svn path=/trunk/; revision=35895
|
|
|
|
|
|
|
|
|
|
| |
2008-08-03 Andre Klapper <a9016009@gmx.de>
* C/evolution.xml: Typo fixes and fix for bug #544886 on
behalf of Allan Day.
svn path=/trunk/; revision=35894
|
|
|
|
|
|
|
|
|
| |
2008-08-03 Andre Klapper <a9016009@gmx.de>
* de/de.po: Update German translation.
svn path=/trunk/; revision=35893
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-08-02 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #546057
* gui/component/GNOME_Evolution_Addressbook.server.in.in:
* gui/contact-list-editor/contact-list-editor.glade:
Use "x-office-address-book" icon name instead of "stock_addressbook".
* gui/GNOME_Evolution_Calendar.server.in.in:
* gui/calendar-component.c:
* gui/e-calendar-view.c:
* gui/dialogs/alarm-dialog.c:
* gui/dialogs/alarm-list-dialog.c:
* gui/dialogs/changed-comp.c:
* gui/dialogs/comp-editor.c:
* gui/dialogs/delete-error.c:
* gui/dialogs/select-source-dialog.c:
Use "x-office-calendar" icon name instead of "stock_calendar".
svn path=/trunk/; revision=35892
|
|
|
|
| |
svn path=/trunk/; revision=35891
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-08-01 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #428384
* composer/mail-composer.error.xml:
Improve buttons in the "exit-unsaved" dialog by replacing "Cancel"
with "Continue Editing" and "Save Message" with "Save Draft".
Suggested by bytesmythe.
svn path=/trunk/; revision=35890
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-08-01 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #514006
* mail/apps-evolution-mail-notification.schemas.in:
* plugins/mail-notification/apps-evolution-mail-notification.schemas.in:
Quote literal values.
svn path=/trunk/; revision=35889
|
|
|
|
| |
svn path=/trunk/; revision=35888
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-08-01 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #517151
* org-gnome-external-editor.xml:
Give a mnemonic to "Composer in External Editor".
svn path=/trunk/; revision=35887
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-08-01 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #517825
* ui/evolution.xml:
Fix duplicate mnemonic. "_Work Offline" -> "Work _Offline"
svn path=/trunk/; revision=35886
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-08-01 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #529460
* org-gnome-evolution-startup-wizard.eplug.xml:
Change "Startup Wizard" to "Setup Assistant". Also change the
plugin description to something less lame.
svn path=/trunk/; revision=35885
|
|
|
|
|
|
|
|
|
|
|
| |
2008-08-01 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #544857
* calendar/gui/memotypes.xml: Fix a typo.
svn path=/trunk/; revision=35884
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-08-01 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #544859
* mail/evolution-mail.schemas.in:
Clarify description of "sync_interval" key.
svn path=/trunk/; revision=35883
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-08-01 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #544860
* google-contacts-source.c (plugin_google_contacts):
Add translator comments for split "update every" sentence.
svn path=/trunk/; revision=35882
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-08-01 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #543754
* plugins/backup-restore/org-gnome-backup-restore.error.xml:
Reword "insufficient-permissions" error message.
svn path=/trunk/; revision=35881
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-08-01 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #544862
* shell/apps_evolution_shell.scheams.in:
Clarify description of "use_authentication" key.
svn path=/trunk/; revision=35880
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-08-01 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #544861
* org-gnome-proxy-login-errors.xml:
Reword "invalid-user" error message.
svn path=/trunk/; revision=35879
|
|
|
|
|
|
|
|
|
|
|
| |
2008-08-01 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #543755
* apps_evolution_email_custom_header.schemas.in: Fix typo.
svn path=/trunk/; revision=35878
|
|
|
|
| |
svn path=/trunk/; revision=35877
|
|
|
|
|
|
|
|
|
|
|
| |
2008-08-01 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #545820
* mail/mail-ops.c (save_messages_desc): Fix a typo. (Nicolas Kaiser)
svn path=/trunk/; revision=35876
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-08-01 Milan Crha <mcrha@redhat.com>
** Fix for bug #353927
* calendar/gui/alarm-notify/alarm-queue.c: (tray_icon_blink_cb),
(display_notification): Do not blink the icon more than 15 seconds.
* plugins/mail-notification/mail-notification.c: (icon_activated), (stop_blinking_cb),
(new_notify_status): Do not blink the icon more than 15 seconds.
svn path=/trunk/; revision=35875
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-07-31 Matthew Barnes <mbarnes@redhat.com>
** Fixes part of bug #545558
* C/evolution.xml:
Hula support is disabled by default now, so remove any
mention of it from the User Guide.
svn path=/trunk/; revision=35874
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-07-30 Matthew Barnes <mbarnes@redhat.com>
** Fixes part of bug #545558
* configure.in:
Mark the "hula-account-setup" plugin as experimental.
svn path=/trunk/; revision=35873
|
|
|
|
| |
svn path=/trunk/; revision=35872
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-07-31 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #545568
* e-plugin.c (ep_load):
Make sure system plugins are enabled on startup.
* plugins/addressbook-file/org-gnome-addressbook-file.eplug.xml:
* plugins/caldav/org-gnome-caldav.eplug.xml:
* plugins/calendar-file/org-gnome-calendar-file.eplug.xml:
* plugins/calendar-http/org-gnome-calendar-http.eplug.xml:
* plugins/calendar-weather/org-gnome-calendar-weather.eplug.xml:
* plugins/exchange-operations/org-gnome-exchange-operations.eplug.xml:
* plugins/google-account-setup/org-gnome-evolution-google.eplug.xml:
* plugins/groupwise-account-setup/org-gnome-gw-account-setup.eplug.xml:
* plugins/hula-account-setup/org-gnome-hula-account-setup.eplug.xml:
Add "system_plugin=true" so it's not shown in the Plugin Manager.
These plugins are not designed to be disabled by the user.
svn path=/trunk/; revision=35871
|
|
|
|
|
|
|
|
|
|
| |
2008-07-31 Srinivasa Ragavan <sragavan@novell.com>
** Fix for bug #545436
* mail/message-list.c: Check the info before accessing it.
svn path=/trunk/; revision=35870
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-07-30 Matthew Barnes <mbarnes@redhat.com>
** This was preventing dblatex from working correctly.
I use dblatex to generate a PDF for the website.
* xx/figures/attach_reminder_a.png:
Rename attach_reminder_a.png.png to attach_reminder_a.png.
* Makefile.am:
* xx/evolution.xml:
Update accordingly.
svn path=/trunk/; revision=35869
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-07-30 Takao Fujiwara <takao.fujiwara@sun.com>
Reviewed by Srinivasa Ragavan <sragavan@novell.com>
** Fix for bug #545303
* filter-rule.c: (xml_decode): Add gettext in the xml string.
svn path=/trunk/; revision=35868
|
|
|
|
|
|
|
|
|
|
| |
2008-07-30 Matthew Barnes <mbarnes@redhat.com>
* configure.in:
Bump eds_minimum_version to 2.23.6 for CAMEL_PROVIDER_CONF_OPTIONS.
svn path=/trunk/; revision=35867
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-07-30 Milan Crha <mcrha@redhat.com>
** Part of fix for bug #500389
* mail/em-account-editor.c: (emae_option_options_changed),
(emae_option_options), (emae_receive_options_extra_item):
New ability to define Options (ComboBox) in provider's options.
* plugins/exchange-operations/exchange-account-setup.c: (gal_auth_to_string),
(owa_authenticate_user): Use default authentication for GAL.
Note: Requires EDS revision 9230 or better.
svn path=/trunk/; revision=35866
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-07-30 Milan Crha <mcrha@redhat.com>
** Fix for bug #211267
* addressbook/printing/e-contact-print.c: (struct _EContactPrintContext),
(e_contact_print_letter_heading), (e_contact_start_new_page),
(e_contact_print_contact), (contact_draw_page),
(e_contact_print): Report correct number of pages to print
and print them as requested.
* calendar/gui/print.c: (bound_text), (print_attendees), (print_day_event),
(print_todo_details), (print_comp_draw_real), (print_comp_draw_page),
(print_comp_begin_print), (print_comp): When printing only one event,
then divide it to more pages if required, also word-wrap description
text if necessary to fit the page.
svn path=/trunk/; revision=35865
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-07-30 Takao Fujiwara <takao.fujiwara@sun.com>
Reviewed by Andre Klapper <a9016009@gmx.de>
** Fix for bug #545300
* gui/merging/eab-contact-duplicate-detected.glade:
Add a translatable tag in "_Merge" string.
svn path=/trunk/; revision=35864
|
|
|
|
|
|
|
|
| |
2008-07-29 Hendrik Richter <hendrikr@gnome.org>
* de.po: Updated German translation, fix #545339.
svn path=/trunk/; revision=35862
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-07-29 Milan Crha <mcrha@redhat.com>
** Fix for bug #329821
* gui/e-calendar-table.c: (query_tooltip_cb):
Recalculate returned row to the model row, if we are sorting.
svn path=/trunk/; revision=35861
|
|
|
|
|
|
|
|
| |
2008-07-29 Kjartan Maraas <kmaraas@gnome.org>
* nb.po: Updated Norwegian bokmål translation.
svn path=/trunk/; revision=35860
|
|
|
|
| |
svn path=/trunk/; revision=35859
|
|
|
|
|
|
|
|
| |
2008-07-29 Srinivasa Ragavan <sragavan@novell.com>
* mail/em-folder-tree.c: Kill a compilation warning.
svn path=/trunk/; revision=35857
|
|
|
|
| |
svn path=/trunk/; revision=35856
|
|
|
|
|
|
|
|
| |
2008-07-28 Claude Paroz <claude@2xlibre.net>
* fr/fr.po: Updated French translation.
svn path=/trunk/; revision=35855
|
|
|
|
|
|
|
|
|
| |
2008-07-28 Lucian Langa <lucilanga@gnome.org>
* mail/mail-config.glade:
Corrected string 'Prompt on sending HTML..'
svn path=/trunk/; revision=35854
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-07-28 Milan Crha <mcrha@redhat.com>
** Fix for bug #544383
* gui/contact-list-editor/e-contact-list-editor.c:
(e_contact_list_editor_get_contact): Put list members in reverse order,
because 'e_vcard_add_attribute' uses prepend, thus changes order on
every single save of the contact list.
svn path=/trunk/; revision=35852
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-07-28 Milan Crha <mcrha@redhat.com>
** Fix for bug #543756
* org-gnome-shared-folder.errors.xml:
* process-meeting.c: (process_meeting):
Make question better translatable.
svn path=/trunk/; revision=35851
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-07-28 Milan Crha <mcrha@redhat.com>
** Fix for bug #543532
* em-folder-tree-model.c: (em_folder_tree_model_remove_store_info):
Let free memory when we are done with it, not before.
svn path=/trunk/; revision=35850
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-07-28 Milan Crha <mcrha@redhat.com>
** Fix for bug #530388
* filter-label.c: (filter_label_init), (filter_label_finalise),
(fill_options), (filter_label_count), (filter_label_label),
(filter_label_index): Make 'cache_lock' a rec mutex.
* filter-label.c: (regen_label_options): Guard also regeneration
of each tracked item with the rec lock, thus noone will touch
'tracked_filters' GSList until we are fully done with it.
svn path=/trunk/; revision=35849
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-07-28 Milan Crha <mcrha@redhat.com>
** Fix for bug #491176
* itip-view.c: (itip_view_init): Word-wrap the summary if necessary;
expand also value-labels in the table, thus the text will be aligned
on the left; align action buttons on the left too.
svn path=/trunk/; revision=35848
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-07-28 Milan Crha <mcrha@redhat.com>
** Fix for bug #256540
* mail-dialogs.glade: (message_security_dialog):
Do not use GtkNotebook with only one tab.
svn path=/trunk/; revision=35847
|
|
|
|
|
|
|
|
|
|
| |
2008-07-28 Lucian Langa <lucilanga@gnome.org>
** See bug #504417
* bbdb.c: - Preferences window cut off
svn path=/trunk/; revision=35846
|
|
|
|
|
|
|
|
|
|
| |
2008-07-28 Lucian Langa <lucilanga@gnome.org>
* mail/mail-config.glade:
** See bug #504417: Preferences windows
cut off
svn path=/trunk/; revision=35845
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-07-28 Jeff Cai <jeff.cai@sun.com>
* em-migrate.c: (migrate_to_db):
* em-network-prefs.c: (notify_proxy_type_changed),
(widget_entry_changed_cb):
Use G_GNUC_PRETTY_FUNCTION instead of __PRETTY__FUNCTION
svn path=/trunk/; revision=35844
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-07-27 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #544958
* help/C/evolution.xml:
Use email, not e-mail (per documentation guidelines).
svn path=/trunk/; revision=35843
|
|
|
|
|
|
|
|
|
|
|
| |
2008-07-27 Lucian Langa <lucilanga@gnome.org>
* mail/em-event.h (struct _EMEventTargetCustomIcon):
* mail/em-event.c (em_event_target_new_custom_icon):
* mail/em-folder-tree.c (render_pixbuf):
** See bug #544969: Added the hook for folder custom icon.
svn path=/trunk/; revision=35842
|
|
|
|
|
|
|
|
|
|
|
| |
2008-07-28 Srinivasa Ragavan <sragavan@novell.com>
** Fix for bug #543411
* mail/em-folder-tree-model.c: Dont load known folders.
* mail/em-folder-tree.c: Move iter to the last entry.
svn path=/trunk/; revision=35841
|
|
|
|
| |
svn path=/trunk/; revision=35840
|
|
|
|
|
|
|
|
|
| |
2008-07-27 Claude Paroz <claude@2xlibre.net>
* C/evolution.xml: Typos/Syntax improvements.
Fixes #544994.
svn path=/trunk/; revision=35839
|
|
|
|
|
|
|
|
|
| |
2008-07-27 Claude Paroz <claude@2xlibre.net>
* fr/fr.po: Updated French translation.
* figures/evo_label_a.png: New screenshot.
svn path=/trunk/; revision=35838
|
|
|
|
| |
svn path=/trunk/; revision=35836
|
|
|
|
|
|
|
|
| |
2008-07-24 Leonardo Ferreira Fontenelle <leonardof@gnome.org>
* pt_BR.po: Terminology fixes by Fabrício Godoy.
svn path=/trunk/; revision=35835
|
|
|
|
| |
svn path=/trunk/; revision=35834
|
|
|
|
| |
svn path=/trunk/; revision=35833
|
|
|
|
|
|
|
|
| |
2008-07-24 Claude Paroz <claude@2xlibre.net>
* fr.po: Updated French translation by Bruno Brouard and Claude Paroz.
svn path=/trunk/; revision=35832
|
|
|
|
|
|
|
|
| |
2008-07-25 Srinivasa Ragavan <sragavan@novell.com>
* mail/em-folder-browser.c: Make show unread/etc work well.
svn path=/trunk/; revision=35831
|
|
|
|
|
|
|
|
|
|
|
| |
2008-07-24 Sankar P <psankar@novell.com>
* em-folder-browser.c (get_view_query):
Search by Labels.
svn path=/trunk/; revision=35830
|
|
|
|
|
|
|
|
| |
2008-07-24 Srinivasa Ragavan <sragavan@novell.com>
* mail/em-folder-browser.c: Revert Sankar's search hacks.
svn path=/trunk/; revision=35829
|
|
|
|
| |
svn path=/trunk/; revision=35828
|
|
|
|
| |
svn path=/trunk/; revision=35827
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-07-23 Milan Crha <mcrha@redhat.com>
** Part of fix for bug #543943
* e-activity-handler.c: (e_activity_handler_operation_set_error):
* e-task-bar.c: (e_task_bar_class_init), (impl_finalize):
Leak fix.
svn path=/trunk/; revision=35826
|
|
|
|
|
|
|
|
|
| |
2008-07-23 Andre Klapper <a9016009@gmx.de>
* de/de.po: Update German translation.
svn path=/trunk/; revision=35825
|
|
|
|
| |
svn path=/trunk/; revision=35822
|
|
|
|
|
|
|
|
|
| |
2008-07-23 Andre Klapper <a9016009@gmx.de>
* de/de.po: Update German translation.
svn path=/trunk/; revision=35820
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-07-22 Milan Crha <mcrha@redhat.com>
** Fix for bug #544022
* configure.in: Do not redefine DBUS_VERSION define supplied
by dbus itself, rather rename our define to FOUND_DBUS_VERSION.
* mail/e-searching-tokenizer.c: (dump_trie):
Define function only when required. (Compiler warning cleanup.)
* shell/e-shell-window-commands.c: (char *authors[]):
Break the escape sequence properly (compiler warning cleanup).
* plugins/email-custom-header/email-custom-header.c: Compiler warning cleanup.
* plugins/mail-notification/Makefile.am:
* plugins/mail-notification/mail-notification.c: (send_dbus_message): Do not redefine
DBUS_VERSION define, it's supplied by dbus itself.
svn path=/trunk/; revision=35819
|
|
|
|
| |
svn path=/trunk/; revision=35818
|
|
|
|
| |
svn path=/trunk/; revision=35817
|
|
|
|
|
|
|
|
|
| |
2008-07-21 Andre Klapper <a9016009@gmx.de>
* C/evolution.xml: s/a company environment/an organizational environment
svn path=/trunk/; revision=35816
|
|
|
|
|
|
|
|
|
| |
2008-07-21 Andre Klapper <a9016009@gmx.de>
* C/evolution.xml: Fix most of bug 543883. Patch by Allan Day.
svn path=/trunk/; revision=35815
|
|
|
|
| |
svn path=/trunk/; revision=35814
|
|
|
|
| |
svn path=/trunk/; revision=35813
|
|
|
|
| |
svn path=/trunk/; revision=35812
|
|
|
|
|
|
|
|
|
| |
2008-07-21 Andre Klapper <a9016009@gmx.de>
* C/evolution.xml: Fix build break.
svn path=/trunk/; revision=35811
|
|
|
|
| |
svn path=/trunk/; revision=35810
|
|
|
|
| |
svn path=/trunk/; revision=35809
|
|
|
|
| |
svn path=/trunk/; revision=35808
|
|
|
|
| |
svn path=/trunk/; revision=35807
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-07-21 Tor Lillqvist <tml@novell.com>
* em-migrate.c (migrate_folders): Guard against
camel_store_get_folder() returning NULL, which happened at
least for me. It was for a partially broken GroupWise folder
structure on disk, so that is a case of garbage in--garbage
out I guess, but it can't hurt to be careful...
svn path=/trunk/; revision=35806
|
|
|
|
| |
svn path=/trunk/; revision=35805
|
|
|
|
|
|
|
|
|
|
| |
2008-07-21 Johnny Jacob <jjohnny@novell.com>
* data/hicolor_actions_24x24_query-free-busy.png: Moved to
data/icons/hicolor_actions_24x24_query-free-busy.png as per
rev 35753.
svn path=/trunk/; revision=35804
|
|
|
|
|
|
|
|
|
|
|
| |
2008-07-21 Tor Lillqvist <tml@novell.com>
* em-migrate.c: Rearrange G_OS_WIN32 ifdefs a bit, as we need
to compile more of this file to support upgrade attempts from 2.12
and later.
svn path=/trunk/; revision=35803
|
|
|
|
|
|
|
|
|
|
|
| |
2008-07-21 Matthew Barnes <mbarnes@redhat.com>
* Makefile.am:
Add doltcompile and doltlibtool to DISTCLEANFILES to fix
distcheck breakage.
svn path=/trunk/; revision=35802
|
|
|
|
|
|
|
|
|
|
| |
2008-07-21 Bharath Acharya <abharath@novell.com>
Fixed some compiler warnings for Templates specific hunk.
* em-composer-utils.c: (edit_message):
svn path=/trunk/; revision=35801
|
|
|
|
| |
svn path=/trunk/; revision=35800
|
|
|
|
| |
svn path=/trunk/; revision=35799
|
|
|
|
|
|
| |
Added the missing glade file during previous commit
svn path=/trunk/; revision=35798
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-05-24 Jörgen Scheibengruber <mfcn@gmx.de>
* Makefile.am:
* google-contacts-source.c (ensure_google_contacts_source_group),
(remove_google_contacts_source_group), (on_username_entry_changed),
(on_update_cb_toggled), (on_interval_sb_value_changed), (plugin_google_contacts):
* google-contacts-source.h:
* google-source.c (e_plugin_lib_enable):
* org-gnome-evolution-google.eplug.xml:
Added a UI for the addressbook part
svn path=/trunk/; revision=35797
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-07-20 Andre Klapper <a9016009@gmx.de>
** Fixes bug #542828
* e-shell-window-commands.c:
update and fix list of contributors. Patch by Maxim Ermilov.
svn path=/trunk/; revision=35796
|
|
|
|
|
|
|
|
|
| |
2008-07-20 Andre Klapper <a9016009@gmx.de>
* C/evolution.xml: Synchronized more strings, changed "mails" to "mail".
svn path=/trunk/; revision=35795
|
|
|
|
|
|
|
|
|
| |
2008-07-20 Andre Klapper <a9016009@gmx.de>
* C/evolution.xml: Synchronized more strings.
svn path=/trunk/; revision=35794
|
|
|
|
|
|
|
|
|
| |
2008-07-20 Andre Klapper <a9016009@gmx.de>
* C/evolution.xml: Synchronized more strings.
svn path=/trunk/; revision=35793
|
|
|
|
|
|
|
|
|
| |
2008-07-20 Andre Klapper <a9016009@gmx.de>
* C/evolution.xml: Synchronized more strings, fixed some typos.
svn path=/trunk/; revision=35792
|
|
|
|
|
|
|
|
|
| |
2008-07-20 Andre Klapper <a9016009@gmx.de>
* C/evolution.xml: Synchronized more strings.
svn path=/trunk/; revision=35791
|
|
|
|
|
|
|
|
|
| |
2008-07-20 Andre Klapper <a9016009@gmx.de>
* C/evolution.xml: Synchronized more strings.
svn path=/trunk/; revision=35790
|
|
|
|
|
|
|
|
|
| |
2008-07-20 Andre Klapper <a9016009@gmx.de>
* C/evolution.xml: Synchronized more strings, fixed a typo.
svn path=/trunk/; revision=35789
|
|
|
|
|
|
|
|
|
| |
2008-07-20 Andre Klapper <a9016009@gmx.de>
* C/evolution.xml: Synchronized more strings, fixed a typo.
svn path=/trunk/; revision=35788
|
|
|
|
|
|
|
|
|
| |
2008-07-20 Andre Klapper <a9016009@gmx.de>
* calendar.error.xml: Fix some strings. See bug #543753.
svn path=/trunk/; revision=35787
|
|
|
|
|
|
|
|
|
| |
2008-07-20 Andre Klapper <a9016009@gmx.de>
* addressbook.error.xml: Fix some strings. See bug #543753.
svn path=/trunk/; revision=35786
|
|
|
|
|
|
|
|
|
| |
2008-07-20 Andre Klapper <a9016009@gmx.de>
* POTFILES.in: Updated file list.
svn path=/trunk/; revision=35785
|
|
|
|
| |
svn path=/trunk/; revision=35784
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-07-09 Milan Crha <mcrha@redhat.com>
** Fix for bug #228725
* gui/widgets/e-minicard-view.h: (struct _EMinicardView):
* gui/widgets/e-minicard-view.c: (set_empty_message),
(stop_state_changed), (e_minicard_view_set_property),
(e_minicard_view_dispose), (e_minicard_view_init):
Show different message in a view when searching.
svn path=/trunk/; revision=35783
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-07-16 Milan Crha <mcrha@redhat.com>
** Fix for bug #543134
* mail-notification.c: (get_cfg_widget), (do_properties),
(popup_menu_status), (new_notify_status),
(e_plugin_lib_get_configure_widget):
Show popup menu when right-click over the status icon.
svn path=/trunk/; revision=35782
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-07-09 Milan Crha <mcrha@redhat.com>
** Fix for bug #269152
* em-format-quote.c: (emfq_format_header):
* em-format-html.c: (efh_format_headers):
Use X-MimeOLE as Mailer header when there's nothing better
available.
svn path=/trunk/; revision=35781
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-07-18 Bharath Acharya <abharath@novell.com>
** Fixes Bug #200147
Basic functionality implemented by Diego Escalante Urrelo
<diegoe@gnome.org> Everyone owes him a big mug of Beer for that.
** Added Templates plugin
* Makefile.am:
* apps-evolution-template-placeholders.schemas.in:
* org-gnome-templates.eplug.xml:
* templates.c:
* templates.glade:
svn path=/trunk/; revision=35780
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-07-11 Bharath Acharya <abharath@novell.com>
** Fix for bug #542149
* exchange-folder-subscription.c: (subscribe_to_folder): Display an error message
to restart if user tries to subscribe to other's mailbox.
* org-gnome-exchange-operations.error.xml: Added the corresponding error message.
svn path=/trunk/; revision=35779
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-07-15 Milan Crha <mcrha@redhat.com>
** Part of fix for bug #329821
* e-table-item.c: (find_cell): Do not consider last row's height
till the bottom.
* e-table-item.h: (e_table_item_compute_mouse_over):
* e-table-item.c: (e_table_item_compute_mouse_over):
* e-table-group-container.c: (etgc_compute_mouse_over),
(etgc_class_init):
* e-table-group-leaf.c: (etgl_compute_mouse_over),
(etgl_class_init):
* e-table.h: (e_table_get_mouse_over_cell):
* e-table.c: (e_table_get_mouse_over_cell):
* e-table-group.h: (struct ETableGroupClass),
(e_table_group_compute_mouse_over):
* e-table-group.c: (e_table_group_compute_mouse_over),
(etg_class_init): Be able to calculate mouse-over position
correctly,
relatively to the ETableItem.
svn path=/trunk/; revision=35778
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-07-20 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #542587
* shell/e-shell-window.c: Use new EOnlineButton widget.
* widgets/misc/e-online-button.c:
* widgets/misc/e-online-button.h:
New widget implements the online/offline button used in the main
window. The button just maintains an "online" flag and displays
the appropriate button image for the flag.
svn path=/trunk/; revision=35777
|
|
|
|
|
|
|
|
|
| |
2008-07-20 Andre Klapper <a9016009@gmx.de>
* C/evolution.xml: Fixed bug #477082.
svn path=/trunk/; revision=35776
|
|
|
|
|
|
|
|
|
| |
2008-07-20 Andre Klapper <a9016009@gmx.de>
* C/evolution.xml: Fixed comments 201 to 317 of bug #438479.
svn path=/trunk/; revision=35775
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-06-25 Ashish Shrivastava <shashish@novell.com>
* email-custom-header.glade: Marked strings for
translation.
remove "window1" string from translation.
2008-06-24 Ashish Shrivastava <shashish@novell.com>
* email-custom-header.c: (e_plugin_lib_get_configure_widget),
(org_gnome_email_custom_header_config_option):
Added Support for configuring gconf values.
* email-custom-header.glade:
Configure email-custom-header plugin within the plugin-manager.
* org-gnome-email-custom-header.eplug.xml: Add hook class
for Configure tab.
* Makefile.am: Add new file.(email-custom-header.glade).
svn path=/trunk/; revision=35774
|
|
|
|
|
|
|
|
|
| |
2008-07-20 Andre Klapper <a9016009@gmx.de>
* C/evolution.xml: Fixed comments 181 to 200 of bug #438479.
svn path=/trunk/; revision=35773
|
|
|
|
| |
svn path=/trunk/; revision=35772
|
|
|
|
|
|
|
|
|
| |
2008-07-20 Andre Klapper <a9016009@gmx.de>
* C/evolution.xml: Fixed comments 161 to 180 of bug #438479.
svn path=/trunk/; revision=35771
|
|
|
|
|
|
|
|
|
| |
2008-07-20 Andre Klapper <a9016009@gmx.de>
* C/evolution.xml: Fixed comments 141 to 160 of bug #438479.
svn path=/trunk/; revision=35770
|
|
|
|
|
|
|
|
|
|
| |
2008-07-20 Andre Klapper <a9016009@gmx.de>
* C/evolution.xml: Fixed comments 121 to 140 of bug #438479.
Use &z-3rdParty; instead of *.
svn path=/trunk/; revision=35769
|
|
|
|
|
|
|
|
|
|
| |
2008-07-20 Andre Klapper <a9016009@gmx.de>
* C/evolution.xml: Fixed comments 81 to 120 of bug #438479.
Synced dialogue vs dialog. Fixed two duplicated IDs.
svn path=/trunk/; revision=35768
|
|
|
|
|
|
|
|
|
| |
2008-07-20 Andre Klapper <a9016009@gmx.de>
* C/evolution.xml: Fixed comments 61 to 80 of bug #438479.
svn path=/trunk/; revision=35767
|
|
|
|
|
|
|
|
|
| |
2008-07-20 Andre Klapper <a9016009@gmx.de>
* C/evolution.xml: Fixed comments 41 to 60 of bug #438479.
svn path=/trunk/; revision=35766
|
|
|
|
| |
svn path=/trunk/; revision=35765
|
|
|
|
|
|
|
|
|
| |
2008-07-20 Andre Klapper <a9016009@gmx.de>
* C/evolution.xml: Fixed comments 21 to 40 of bug #438479.
svn path=/trunk/; revision=35764
|
|
|
|
|
|
|
|
|
|
| |
2008-07-20 Andre Klapper <a9016009@gmx.de>
* C/evolution.xml: Replace all "e-mail list" by "message list".
Fixed comments 1 to 20 of bug #438479.
svn path=/trunk/; revision=35763
|
|
|
|
|
|
|
|
|
| |
2008-07-20 Andre Klapper <a9016009@gmx.de>
* C/evolution.xml: Remove more wrong whitespaces.
svn path=/trunk/; revision=35762
|
|
|
|
|
|
|
|
|
|
|
| |
2008-07-20 Andre Klapper <a9016009@gmx.de>
* C/evolution.xml: Removed braindead whitespaces, fix duplicated
whitespaces, fix spellings. I'm going to kill anybody overwriting
these changes. Thanks.
svn path=/trunk/; revision=35761
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-07-19 Tor Lillqvist <tml@novell.com>
Bug 543758 - Never mark empty strings for translations
* main.c (main): Change _("") to explicit gettext ("") to avoid
potentially confusing translation tools or translators.
svn path=/trunk/; revision=35759
|
|
|
|
|
|
|
|
|
| |
2008-07-19 Andre Klapper <a9016009@gmx.de>
* de.po: Updated German translation.
svn path=/trunk/; revision=35758
|
|
|
|
| |
svn path=/trunk/; revision=35757
|
|
|
|
| |
svn path=/trunk/; revision=35755
|
|
|
|
| |
svn path=/trunk/; revision=35754
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-07-18 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #542125
** This set of changes migrates CompEditor, CompEditorPage and the
various subclasses from using BonoboUI to GtkUIManager for menus
and toolbars. It also substantially cleans up the code and
streamlines the CompEditorPage API, making more effective use
of GObject properties.
Core changes:
* gui/dialogs/comp-editor-page.c:
* gui/dialogs/comp-editor-page.h:
* gui/dialogs/comp-editor.c:
* gui/dialogs/comp-editor.h:
* gui/dialogs/event-editor.c:
* gui/dialogs/event-editor.h:
* gui/dialogs/event-page.c:
* gui/dialogs/event-page.h:
* gui/dialogs/memo-editor.c:
* gui/dialogs/memo-editor.h:
* gui/dialogs/memo-page.c:
* gui/dialogs/memo-page.h:
* gui/dialogs/recurrence-page.c:
* gui/dialogs/recurrence-page.h:
* gui/dialogs/schedule-page.c:
* gui/dialogs/schedule-page.h:
* gui/dialogs/task-details-page.c:
* gui/dialogs/task-details-page.h:
* gui/dialogs/task-editor.c:
* gui/dialogs/task-editor.h:
* gui/dialogs/task-page.c:
* gui/dialogs/task-page.h:
Supporting changes:
* gui/calendar-component.c:
* gui/comp-editor-factory.c:
* gui/e-cal-popup.c:
* gui/e-calendar-table.c:
* gui/e-calendar-view.c:
* gui/e-comp-editor-registry.c:
* gui/e-memo-table.c:
* gui/e-tasks.c:
* gui/gnome-cal.c:
* gui/memos-component.c:
* gui/tasks-component.c:
* gui/dialogs/alarm-dialog.c:
* gui/dialogs/comp-editor-util.c:
* art/Makefile.am:
Move query-free-busy.png to data/icons.
svn path=/trunk/; revision=35753
|
|
|
|
|
|
|
|
|
|
| |
2008-07-17 Chenthill Palanisamy <pchenthill@novell.com>
* itip-formatter.c: (view_response_cb): Added some
FIXME's for code cleanup.
svn path=/trunk/; revision=35749
|
|
|
|
|
|
|
| |
summary work.
svn path=/trunk/; revision=35747
|
|
|
|
|
|
|
|
|
|
|
| |
2008-17-14 Paolo Borelli <pborelli@katamail.com>
** Fix for bug #542889
Port to the new gtk tooltip api.
svn path=/trunk/; revision=35744
|
|
|
|
|
|
| |
PlaceOfTheMeeting in the Location: line of the tooltip.)
svn path=/trunk/; revision=35743
|
|
|
|
|
|
| |
freed objects from the 'locals' list in each conduit which otherwise frees them again when the conduit is closed.)
svn path=/trunk/; revision=35742
|
|
|
|
|
|
|
|
|
|
| |
2008-07-13 Matthew Barnes <mbarnes@redhat.com>
* shell/e-shell-folder-title-bar.[ch]:
Remove still more unused files.
svn path=/trunk/; revision=35741
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-07-12 Paolo Borelli <pborelli@katamail.com>
** Fix for bug #542631
* e-attachment-bar.c: use g_format_size_for_display instead of cut and
pasted code.
svn path=/trunk/; revision=35740
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-07-12 Matthew Barnes <mbarnes@redhat.com>
* shell/e-shell-utils.[ch]:
Remove more unused files.
* shell/e-user-creatable-items-handler.c:
Remove inclusion of "e-shell-utils.h".
svn path=/trunk/; revision=35739
|
|
|
|
|
|
|
|
|
|
|
| |
2008-07-10 Matthew Barnes <mbarnes@redhat.com>
* shell/e-history.[ch]:
Remove these files. They were written in 2002 and, AFACIT,
never used for anything.
svn path=/trunk/; revision=35737
|
|
|
|
| |
svn path=/trunk/; revision=35736
|
|
|
|
|
|
|
|
| |
2008-07-09 Kjartan Maraas <kmaraas@gnome.org>
* nb.po: Updated Norwegian bokmål translation.
svn path=/trunk/; revision=35735
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-07-09 Milan Crha <mcrha@redhat.com>
** Fix for bug #524130
* gui/e-cal-component-preview.c: (write_html):
* gui/e-cal-component-memo-preview.c: (write_html): Pass description
text through 'camel_text_to_html' to have links clickable in a preview.
svn path=/trunk/; revision=35734
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-07-09 Milan Crha <mcrha@redhat.com>
** Fix for bug #206592
* evolution-composer.ui:
* e-composer-actions.h:
* e-composer-actions.c: (action_new_message_cb), (entries):
Action to invoke New Message window from the composer itself.
svn path=/trunk/; revision=35733
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-07-09 Milan Crha <mcrha@redhat.com>
** Fix for bug #207802 (Patch suggested by Veerapuram Varadhan.)
* message-list.c: (struct search_child_struct), (search_child_cb),
(is_tree_widget_children), (ml_tree_drag_motion): Do not allow drop
messages to the same message list as is the source. Also do not
allow drop over message list if it doesn't have set a folder.
svn path=/trunk/; revision=35732
|
|
|
|
|
|
| |
day-names>, (2 * <max width of a digit>)) to determine the minimal size for each cell. This prevents the numbers and day-names from getting fuzzy when using large font-sizes.
svn path=/trunk/; revision=35731
|
|
|
|
| |
svn path=/trunk/; revision=35726
|
|
|
|
| |
svn path=/trunk/; revision=35725
|
|
|
|
|
|
|
|
| |
2008-07-04 Priit Laes <plaes at svn dot gnome dot org>
* et.po: Translation updated by Ivar Smolin
svn path=/trunk/; revision=35723
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-07-04 Milan Crha <mcrha@redhat.com>
** Fix for bug #368038
* gui/calendar-component.c: (ensure_sources):
Ensure only one Birthdays & Anniversaries source.
svn path=/trunk/; revision=35721
|
|
|
|
|
|
|
|
|
|
| |
2008-07-03 Matthew Barnes <mbarnes@redhat.com>
* configure.in:
Bump eds_minimum_version to 2.23.5 for camel_folder_sort_uids().
svn path=/trunk/; revision=35720
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-07-03 Milan Crha <mcrha@redhat.com>
** Fix for bug #541365
* message-list.c: (message_list_get_uids), (message_list_get_selected):
Do not call 'camel_folder_sort_uids' when we do not have folder or uid.
svn path=/trunk/; revision=35719
|
|
|
|
|
|
|
|
|
|
|
| |
2008-07-03 Roger Zauner <roger@eskimo.com>
** Fix for bug #540400
* backup.c: (backup): Make Evolution Backup follow symbolic links.
svn path=/trunk/; revision=35718
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-07-03 Milan Crha <mcrha@redhat.com>
** Fix for bug #540152
* addressbook/gui/component/addressbook-component.c: (ensure_sources):
Unref source only when we created it - the list owns the pointer now.
* calendar/gui/calendar-component.c: (ensure_sources):
Unref sources only when we created it - the list owns the pointer now.
* calendar/gui/tasks-component.c: (ensure_sources):
* calendar/gui/memos-component.c: (ensure_sources): Do not leak ESource.
svn path=/trunk/; revision=35717
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-07-03 Milan Crha <mcrha@redhat.com>
** Fix for bug #243201
* filter-rule.c: (xml_encode): Escape rule title so that can contain
also XML entities in the file.
svn path=/trunk/; revision=35716
|
|
|
|
| |
svn path=/trunk/; revision=35715
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-07-02 Jeffrey Stedfast <fejj@novell.com>
Sort the uids so that moving/copying messages preserves mailbox
ordering rather than jumbled randomness.
* message-list.c (message_list_get_uids): Sort the uids.
(message_list_get_selected): Same.
svn path=/trunk/; revision=35714
|
|
|
|
| |
svn path=/trunk/; revision=35713
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-07-01 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #540282
* e-util/e-print.c:
Store printer and page settings in a key file rather than GConf.
Also properly apply page settings to print operations, including
custom margins.
* shell/apps_evolution_shell.schemas.in:
Remove the "printing" GConf key. We use a key file now.
svn path=/trunk/; revision=35711
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-07-01 Milan Crha <mcrha@redhat.com>
** Fix for bug #540274
* Makefile.am: Link with libraries we require now.
* backup.c: (rc), (s): Exchange $HOME with g_get_home_dir in commands.
* backup.c: (ensure_locals), (fix_account_folder_uri), (restore):
After restore walk through all account, addressbook, calendar, task
and memo sources and fix the base uri if required. (One should be able
to import also into different user than one where the backup was done.)
svn path=/trunk/; revision=35710
|
|
|
|
|
|
|
|
|
|
|
| |
2008-07-01 Milan Crha <mcrha@redhat.com>
** Fix for bug #540972
* e-plugin.c: (ep_load): Small memory leak fix.
svn path=/trunk/; revision=35709
|
|
|
|
|
|
|
|
| |
2008-07-01 Kjartan Maraas <kmaraas@gnome.org>
* nb.po: Updated Norwegian bokmål translation.
svn path=/trunk/; revision=35708
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-06-30 Matthew Barnes <mbarnes@redhat.com>
* help/Makefile.am:
Run xmllint on C/evolution.xml when building with "make check"
or "make distcheck". Should hopefully prevent any more invalid
DocBook syntax from slipping into releases.
* help/C/evolution.xml:
Fix some issues that xmllint caught.
svn path=/trunk/; revision=35707
|
|
|
|
|
|
|
|
|
|
| |
2008-06-30 Matthew Barnes <mbarnes@redhat.com>
* composer/e-composer-post-header.c (composer_post_header_finalize):
Add a finalize() method to free priv->base_url, which was leaking.
svn path=/trunk/; revision=35706
|
|
|
|
|
|
| |
.running file before backup and after restore).
svn path=/trunk/; revision=35704
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-06-30 Srinivasa Ragavan <sragavan@novell.com>
** Fix for bug #519536
* e-activity-handler.c: (cancel_wrapper): Handle freeing of data
safely.
svn path=/trunk/; revision=35702
|
|
|
|
|
|
| |
#540516 (Fix for a vulnerability issue).
svn path=/trunk/; revision=35700
|
|
|
|
|
|
|
|
|
| |
2008-06-29 Leonardo Ferreira Fontenelle <leonardof@gnome.org>
* pt_BR.po: Another "foreport" of Brazilian Portuguese translation.
Updated the translation and improved some accelerators keys.
svn path=/trunk/; revision=35698
|
|
|
|
|
|
|
|
|
|
| |
2008-06-28 Leonardo Ferreira Fontenelle <leonardof@gnome.org>
* pt_BR.po: "Foreported" fixes from the gnome-2-22 branch; credits to
Vladimir Melo and myself.
svn path=/trunk/; revision=35693
|
|
|
|
| |
svn path=/trunk/; revision=35692
|
|
|
|
| |
svn path=/trunk/; revision=35691
|
|
|
|
| |
svn path=/trunk/; revision=35690
|
|
|
|
|
|
| |
which fixes bug 526262 - "untranslated strings in advanced search"
svn path=/trunk/; revision=35689
|
|
|
|
| |
svn path=/trunk/; revision=35688
|
|
|
|
|
|
| |
stuff to forward-port to trunk... now they're definitely in sync.
svn path=/trunk/; revision=35687
|
|
|
|
| |
svn path=/trunk/; revision=35685
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-06-26 Milan Crha <mcrha@redhat.com>
** Fix for bug #540160
* message-list.h: (struct _MessageList):
* message-list.c: (message_list_init), (on_cursor_activated_cmd),
(on_selection_changed_cmd): Remember whether we come from none/multi
select to single select and properly update the preview.
(Reverting patch for bug #337160 and doing that with other approach.)
svn path=/trunk/; revision=35684
|
|
|
|
| |
svn path=/trunk/; revision=35682
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-06-24 Milan Crha <mcrha@redhat.com>
** Fix for bug #539755
* importers/evolution-csv-importer.c: (parseLine):
Do not leak (introduced in bug #440818).
* importers/evolution-csv-importer.c: (add_to_notes),
(parseLine), (getNextCSVEntry): Do not access memory beyond
the columns array.
svn path=/trunk/; revision=35681
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-06-24 Milan Crha <mcrha@redhat.com>
** Fix for bug #537275
* em-html-stream.c: (emhs_cleanup): Close GtkHTMLStream on cancel.
* em-html-stream.c: (emhs_gtkhtml_destroy): Set the cancel.
* em-sync-stream.c: (emss_process_message):
Do not pass data to the child structure if we were canceled.
svn path=/trunk/; revision=35680
|
|
|
|
| |
svn path=/trunk/; revision=35679
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-06-18 Alp Toker <alp@nuanti.com>
Reviewed by Jeffrey Stedfast.
* configure.in:
* acinclude.m4:
Add dolt revision 5e9eef10 to the autotools build system. Speeds up
the build, often by a factor of two or more on supported platforms,
otherwise falls back to libtool.
See http://dolt.freedesktop.org for details.
svn path=/trunk/; revision=35678
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-06-23 Milan Crha <mcrha@redhat.com>
** Fix for bug #440818 (patch by Rodrigo Castro)
* importers/evolution-csv-importer.c: (parseLine): Convert line
to UTF-8 if not a valid one. Pretend it to be an ISO-8859-1 line.
* importers/evolution-csv-importer.c: (getNextCSVEntry):
Append char-by-char and check for EOF too.
svn path=/trunk/; revision=35677
|
|
|
|
| |
svn path=/trunk/; revision=35675
|
|
|
|
|
|
| |
#395636 (Added a couple of missing accel keys)
svn path=/trunk/; revision=35674
|
|
|
|
|
|
| |
both filename and description if they are identical)
svn path=/trunk/; revision=35673
|
|
|
|
|
|
| |
preceding tabs from Date headers too)
svn path=/trunk/; revision=35671
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-06-21 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #537725
* mail/em-composer-utils.c (save_draft_done):
Set the autosaved flag so we don't get pestered with a save dialog
if the user then decides to close the composer window.
svn path=/trunk/; revision=35669
|
|
|
|
|
|
| |
doc translation by Jiri Eischmann.
svn path=/trunk/; revision=35668
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-06-21 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #310988
* e-msg-composer.c:
Don't even show the "send-options" action unless an Exchange
or GroupWise account appears in the From combo box.
svn path=/trunk/; revision=35667
|
|
|
|
| |
svn path=/trunk/; revision=35666
|
|
|
|
| |
svn path=/trunk/; revision=35665
|
|
|
|
| |
svn path=/trunk/; revision=35664
|
|
|
|
| |
svn path=/trunk/; revision=35663
|
|
|
|
| |
svn path=/trunk/; revision=35662
|
|
|
|
| |
svn path=/trunk/; revision=35661
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-06-20 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #538908
* composer/e-composer-actions.h:
Define E_COMPOSER_ACTION_SEND_OPTIONS.
* composer/e-msg-composer.c (msg_composer_account_changed_cb):
Desensitize the "send-options" action unless we've selected an
Exchange or GroupWise account. Based on a patch by Paul Bolle.
svn path=/trunk/; revision=35660
|
|
|
|
| |
svn path=/trunk/; revision=35659
|