aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | Get the "default-mailer" plugin working again.Matthew Barnes2009-06-251-1/+1
| | | | | |
| * | | | | Get the "mark-all-read" plugin working again.Matthew Barnes2009-06-251-6/+2
| | | | | |
| * | | | | Radically reorganize source code.Matthew Barnes2009-06-259-22/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Collect all shell modules into a new top-level 'modules' directory: $(top_srcdir)/modules/addressbook $(top_srcdir)/modules/calendar $(top_srcdir)/modules/mail Nothing is allowed to link to these, not plugins nor other modules. THIS SOLVES BUG #571275 AND OPENS THE DOOR TO PORTING TO MAC OS X. - Mimic the libevolution-mail-shared library from master (except drop the "shared" suffix) and have libevolution-mail-importers and all mail-related plugins link to it. - Discard the a11y subdirectories and have the files live alongside their counterpart widgets.
| * | | | | Fix "make distcheck" errors.Matthew Barnes2009-06-202-0/+2
| | | | | |
| * | | | | Stop abusing forward declarations.Matthew Barnes2009-06-199-65/+42
| | | | | |
| * | | | | Use G_BEGIN_DECLS / G_END_DECLS macros.Matthew Barnes2009-06-189-63/+18
| | | | | |
| * | | | | Fix coding style.Matthew Barnes2009-06-142-8/+8
| | | | | |
| * | | | | Thought of a better way to copy folder tree state.Matthew Barnes2009-06-142-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revert the expanded tree model column and add a "selection"property to EMFolderTreeModel, which the sidebar sets. If set, all new EMFolderTree instances will automatically mimic its expanded and selected state.
| * | | | | Use key files for tracking widget states.Matthew Barnes2009-06-132-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Each EShellView now maintains a GKeyFile for recording disposable widget state such as tree view path expansion, scroll bar positions, combo box selections, etc. The EShellView records changes to the key file to ~/.evolution/<shell-backend>/config/state, and automatically restores the GKeyFile at startup. Currently only the mailer uses the key file, but it's intended to serve all shell views. It replaces the use of Camel "cmeta" files, as well as "et-expanded-*" and "folder-tree-expand-state.xml" files. Also, the mailer's folder tree model now includes a column for tracking which sidebar folders are expanded. Folder tree widgets appearing in dialog windows can copy the sidebar's expanded state using em_folder_tree_clone_expanded().
| * | | | | Avoid the console popping while evolution running on windowsFridrich Strba2009-06-091-0/+4
| | | | | |
| * | | | | Fix even more compiler warnings and disable one for format stringsMilan Crha2009-06-096-19/+20
| | | | | |
| * | | | | Bug #581780 - Remember passwords in keyring for web calendars tooMilan Crha2009-06-041-9/+75
| | | | | |
| * | | | | Fix build break.Matthew Barnes2009-06-021-1/+1
| | | | | |
| * | | | | More code cleanup.Matthew Barnes2009-06-0236-127/+127
| | | | | |
| * | | | | Fix more compiler warnings.Matthew Barnes2009-06-021-1/+1
| | | | | |
| * | | | | Whitespace cleanup.Matthew Barnes2009-05-2943-167/+167
| | | | | |
| * | | | | Bug #583441 - bbdb plugin is getting information from composer nowMilan Crha2009-05-291-26/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It used to ask composer for a message, a generated one, which asks for a password to the signing twice, once here and once when composer itself generates message for sending. bbdb crashed when user canceled password prompt for a key, as it didn't check for NULL returned.
| * | | | | Get the mailer's URI popup menu working.Matthew Barnes2009-05-284-182/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Except for "Add to Address Book", which looks like a project unto itself. This also kills off another plugin (copy-tool).
| * | | | | Prefer GLib basic types over C types.Matthew Barnes2009-05-27106-1470/+1470
| | | | | |
| * | | | | Merge branch 'master' into kill-bonoboMatthew Barnes2009-05-27122-580/+689
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: a11y/widgets/ea-combo-button.c a11y/widgets/ea-combo-button.h addressbook/gui/component/addressbook-component.c addressbook/gui/component/addressbook-component.h addressbook/gui/component/addressbook-view.c addressbook/gui/component/addressbook-view.h addressbook/gui/component/component-factory.c addressbook/gui/widgets/e-addressbook-view.c addressbook/gui/widgets/eab-contact-display.c addressbook/gui/widgets/eab-gui-util.h addressbook/gui/widgets/eab-menu.c addressbook/gui/widgets/eab-menu.h addressbook/gui/widgets/eab-popup-control.c addressbook/gui/widgets/eab-popup-control.h addressbook/gui/widgets/eab-popup.c addressbook/gui/widgets/eab-popup.h calendar/gui/cal-search-bar.c calendar/gui/calendar-commands.c calendar/gui/calendar-component.c calendar/gui/comp-editor-factory.c calendar/gui/comp-editor-factory.h calendar/gui/control-factory.c calendar/gui/dialogs/comp-editor.c calendar/gui/e-cal-component-memo-preview.c calendar/gui/e-cal-component-memo-preview.h calendar/gui/e-calendar-table.c calendar/gui/e-memo-table.c calendar/gui/e-memos.c calendar/gui/e-tasks.c calendar/gui/gnome-cal.c calendar/gui/gnome-cal.h calendar/gui/itip-bonobo-control.c calendar/gui/itip-bonobo-control.h calendar/gui/main.c calendar/gui/memos-component.c calendar/gui/memos-control.c calendar/gui/memos-control.h calendar/gui/migration.c calendar/gui/migration.h calendar/gui/tasks-component.c calendar/gui/tasks-control.c calendar/importers/main.c composer/Makefile.am composer/e-composer-header-table.c composer/e-composer-header.c composer/e-composer-header.h composer/e-composer-name-header.c composer/e-composer-private.c composer/e-composer-text-header.c composer/e-msg-composer.c composer/e-msg-composer.h e-util/e-corba-utils.h e-util/e-logger.c e-util/e-logger.h e-util/e-util-labels.c e-util/e-util-labels.h em-format/em-format.c mail/Makefile.am mail/e-mail-shell-migrate.c mail/em-account-editor.c mail/em-account-editor.h mail/em-composer-prefs.c mail/em-composer-utils.c mail/em-composer-utils.h mail/em-folder-browser.c mail/em-folder-tree-model.c mail/em-folder-tree.c mail/em-folder-tree.h mail/em-folder-utils.c mail/em-folder-utils.h mail/em-folder-view.c mail/em-format-html-display.c mail/em-format-html.c mail/em-mailer-prefs.c mail/em-mailer-prefs.h mail/em-message-browser.c mail/em-message-browser.h mail/em-network-prefs.h mail/em-popup.c mail/em-utils.c mail/importers/Makefile.am mail/mail-component-factory.c mail/mail-component.c mail/mail-config-factory.c mail/mail-config-factory.h mail/mail-config.c mail/mail-dialogs.glade mail/mail-types.h plugins/calendar-weather/calendar-weather.c plugins/mail-account-disable/mail-account-disable.c plugins/select-one-source/select-one-source.c po/POTFILES.in shell/e-component-registry.c shell/e-component-registry.h shell/e-component-view.c shell/e-component-view.h shell/e-corba-config-page.c shell/e-corba-config-page.h shell/e-shell-constants.h shell/e-shell-settings-dialog.c shell/e-shell-settings-dialog.h shell/e-shell-window-commands.c shell/e-shell-window.c shell/e-shell.h shell/e-sidebar.c shell/e-sidebar.h shell/e-user-creatable-items-handler.c shell/e-user-creatable-items-handler.h shell/es-menu.c shell/es-menu.h shell/evolution-component.h shell/evolution-config-control.c shell/evolution-config-control.h shell/evolution-listener.c shell/evolution-listener.h shell/evolution-shell-component-utils.c shell/evolution-shell-component-utils.h shell/importer/evolution-importer-client.c shell/importer/evolution-importer-client.h shell/importer/evolution-importer-listener.c shell/importer/evolution-importer-listener.h shell/importer/evolution-importer.c shell/importer/evolution-importer.h shell/importer/evolution-intelligent-importer.c shell/importer/evolution-intelligent-importer.h shell/importer/intelligent.c shell/main.c shell/test/evolution-test-component.c shell/test/evolution-test-component.h widgets/menus/gal-view-instance.c widgets/menus/gal-view-menus.c widgets/menus/gal-view-menus.h widgets/misc/Makefile.am widgets/misc/e-activity-handler.c widgets/misc/e-activity-handler.h widgets/misc/e-charset-picker.c widgets/misc/e-combo-button.c widgets/misc/e-combo-button.h widgets/misc/e-config-page.h widgets/misc/e-dropdown-button.c widgets/misc/e-dropdown-button.h widgets/misc/e-filter-bar.c widgets/misc/e-info-label.c widgets/misc/e-info-label.h widgets/misc/e-multi-config-dialog.c widgets/misc/e-multi-config-dialog.h widgets/misc/e-search-bar.c widgets/misc/e-search-bar.h widgets/misc/e-task-bar.c widgets/misc/e-task-bar.h widgets/misc/e-task-widget.c widgets/misc/e-task-widget.h widgets/misc/test-dropdown-button.c widgets/misc/test-error.c widgets/misc/test-info-label.c widgets/table/e-table-example-1.c
| | * | | | | Remove trailing whitespace, again.Matthew Barnes2009-05-27118-420/+420
| | | | | | |
| * | | | | | Eliminate redundant E_ICON_SIZE_* enumeration.Matthew Barnes2009-05-253-3/+3
| | | | | | |
| * | | | | | Merge branch 'master' into kill-bonoboMatthew Barnes2009-05-2239-57/+54
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: plugins/audio-inline/org-gnome-audio-inline.eplug.xml plugins/mail-account-disable/org-gnome-mail-account-disable.eplug.xml plugins/mark-all-read/org-gnome-mark-all-read.eplug.xml plugins/plugin-manager/org-gnome-plugin-manager.eplug.xml plugins/select-one-source/org-gnome-select-one-source.eplug.xml
| * \ \ \ \ \ \ Merge branch 'master' into kill-bonoboMatthew Barnes2009-05-227-28/+291
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: addressbook/gui/component/addressbook-view.c addressbook/gui/component/component-factory.c addressbook/gui/component/eab-composer-util.h addressbook/gui/widgets/Makefile.am addressbook/gui/widgets/e-addressbook-model.c addressbook/gui/widgets/e-addressbook-view.c addressbook/gui/widgets/e-addressbook-view.h addressbook/gui/widgets/eab-gui-util.c addressbook/gui/widgets/eab-gui-util.h addressbook/gui/widgets/eab-menu.h addressbook/gui/widgets/eab-popup.h calendar/gui/calendar-component.c calendar/gui/e-cal-event.h calendar/gui/e-calendar-table.c calendar/gui/e-calendar-view.c calendar/gui/e-calendar-view.h calendar/gui/e-memo-table.c calendar/gui/memos-component.c calendar/gui/tasks-component.c composer/e-composer-header-table.c composer/e-composer-private.h composer/e-msg-composer.c composer/e-msg-composer.h composer/evolution-composer.ui configure.ac data/icons/Makefile.am em-format/em-format.c em-format/em-format.h mail/Makefile.am mail/e-mail-shell-migrate.c mail/e-searching-tokenizer.c mail/e-searching-tokenizer.h mail/em-composer-utils.c mail/em-composer-utils.h mail/em-folder-browser.c mail/em-folder-tree-model.c mail/em-folder-view.c mail/em-format-html-display.c mail/em-format-html-display.h mail/em-mailer-prefs.c mail/em-message-browser.c plugins/vcard-inline/Makefile.am plugins/vcard-inline/org-gnome-vcard-inline.eplug.xml plugins/vcard-inline/vcard-inline.c shell/e-component-registry.h shell/e-shell-window.c shell/es-menu.h widgets/misc/e-filter-bar.c widgets/misc/e-filter-bar.h widgets/misc/e-search-bar.c widgets/misc/e-search-bar.h
| * | | | | | | | Fix compiler warnings.Matthew Barnes2009-05-211-4/+4
| | | | | | | | |
| * | | | | | | | Fix several types of pedantic compiler warnings.Matthew Barnes2009-05-2113-30/+21
| | | | | | | | |
| * | | | | | | | Use -no-undefined on Linux tooMilan Crha2009-05-2021-65/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There still left two things opened, search for KILL-BONOBO to find them. One is in calendar's Makefile.am, one in composer.
| * | | | | | | | Merge branch 'master' into kill-bonoboMatthew Barnes2009-05-0615-248/+342
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: calendar/gui/dialogs/comp-editor.c
| * \ \ \ \ \ \ \ \ Merge branch 'master' into kill-bonoboMatthew Barnes2009-05-043-6/+6
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: addressbook/gui/Makefile.am addressbook/gui/widgets/Makefile.am addressbook/gui/widgets/eab-popup-control.c calendar/gui/e-meeting-time-sel.c calendar/gui/migration.c calendar/modules/e-memo-shell-module-migrate.h e-util/e-logger.c mail/e-mail-attachment-bar.c mail/em-composer-utils.c mail/em-format-html-display.c plugins/mail-account-disable/Makefile.am plugins/select-one-source/Makefile.am po/es.po shell/Makefile.am shell/e-shell-common.h shell/e-shell-nm.c shell/e-shell-window-commands.c shell/e-shell-window.c shell/e-sidebar.c shell/e-user-creatable-items-handler.c shell/importer/Makefile.am shell/test/Makefile.am widgets/misc/test-error.c widgets/misc/test-info-label.c widgets/misc/test-multi-config-dialog.c
| * | | | | | | | | | Bug 575124 – Clarify "S_pecify the mailbox name" stringMatthew Barnes2009-05-041-1/+2
| | | | | | | | | | |
| * | | | | | | | | | Bug 577482 – Bad strings in plugins/itip-formatter/itip-view.cMatthew Barnes2009-05-041-2/+2
| | | | | | | | | | |
| * | | | | | | | | | Bug 572977 – Use g_strerror() instead of strerror()Matthew Barnes2009-05-042-6/+6
| | | | | | | | | | |
| * | | | | | | | | | Bug 542685 – [default-mailer] Leaking GConfValueMatthew Barnes2009-05-041-2/+2
| | | | | | | | | | |
| * | | | | | | | | | Use Behdad's brilliant git.mk to generate .gitignore files.Matthew Barnes2009-05-0446-1/+90
| | | | | | | | | | |
| * | | | | | | | | | Merge changes from master.Matthew Barnes2009-05-022-18/+1
| | | | | | | | | | |
| * | | | | | | | | | Merge in changes from master.Matthew Barnes2009-05-0110-18/+13
| | | | | | | | | | |
| * | | | | | | | | | BUGFIX: bug #579774 Use spamc to learn junk if availableDavid Ronis2009-05-011-8/+57
| | | | | | | | | | |
| * | | | | | | | | | External Editor rewrite by Holger Macht. Fixes #567145Holger Macht2009-05-016-163/+300
| | | | | | | | | | |
| * | | | | | | | | | Store username in a source URL in CalDAVMilan Crha2009-05-012-1/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ** Fix for bug #578335 * caldav-source.c: (user_changed), (location_changed): Revert part of bug #562990, as EPassword requires username as part of an URL to store passwords properly to a keyring.
| * | | | | | | | | | Resolve some differences between this branch and master.Matthew Barnes2009-04-281-2/+0
| | | | | | | | | | |
| * | | | | | | | | | Add some initial .gitignore files.Matthew Barnes2009-04-281-0/+1
| | | | | | | | | | |
| * | | | | | | | | | Commit the rest of the attachment UI rewriteMatthew Barnes2009-04-281-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Oops, last commit only included the -new- files. This also removes EExpander, which is no longer used.
| * | | | | | | | | | Define .error files correctly and external-editor crash fixMilan Crha2009-04-2813-80/+124
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ** Fix for bug #561188
| * | | | | | | | | | Be able to save mail to event, meeting, task or memoMilan Crha2009-04-288-403/+306
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ** Fix for bug #342296
| * | | | | | | | | | Use new ESourceList API (simplifies code)Milan Crha2009-04-288-125/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ** Part of fix for bug #569652
| * | | | | | | | | | Use consistent variable names for GtkUIManagerMatthew Barnes2009-04-255-13/+13
| | | | | | | | | | |
| * | | | | | | | | | Manual conflict resolutionMatthew Barnes2009-04-252-2/+2
| | | | | | | | | | |
| * | | | | | | | | | Merge branch 'master' into kill-bonoboMatthew Barnes2009-04-2540-791/+765
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was a particularly messy merge. Watch out for regressions! Conflicts: ChangeLog NEWS a11y/ChangeLog a11y/widgets/ea-combo-button.c a11y/widgets/ea-combo-button.h a11y/widgets/ea-widgets.c addressbook/ChangeLog addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in addressbook/gui/component/addressbook-component.c addressbook/gui/component/addressbook-component.h addressbook/gui/component/addressbook-config.c addressbook/gui/component/addressbook-migrate.h addressbook/gui/component/addressbook-view.c addressbook/gui/component/addressbook-view.h addressbook/gui/component/addressbook.h addressbook/gui/component/autocompletion-config.c addressbook/gui/component/autocompletion-config.h addressbook/gui/component/component-factory.c addressbook/gui/component/e-book-shell-module-migrate.c addressbook/gui/component/ldap-config.glade addressbook/gui/contact-editor/Makefile.am addressbook/gui/contact-editor/contact-editor.glade addressbook/gui/contact-editor/e-contact-editor-address.c addressbook/gui/contact-editor/e-contact-editor-address.h addressbook/gui/contact-editor/e-contact-editor-im.c addressbook/gui/contact-editor/e-contact-editor-im.h addressbook/gui/contact-editor/e-contact-editor.c addressbook/gui/contact-editor/e-contact-editor.h addressbook/gui/contact-editor/eab-editor.c addressbook/gui/contact-editor/eab-editor.h addressbook/gui/contact-editor/test-editor.c addressbook/gui/contact-list-editor/Makefile.am addressbook/gui/widgets/Makefile.am addressbook/gui/widgets/e-addressbook-model.c addressbook/gui/widgets/e-addressbook-model.h addressbook/gui/widgets/e-addressbook-reflow-adapter.c addressbook/gui/widgets/e-addressbook-view.c addressbook/gui/widgets/e-addressbook-view.h addressbook/gui/widgets/e-minicard-view.c addressbook/gui/widgets/eab-contact-display.c addressbook/gui/widgets/eab-gui-util.c addressbook/gui/widgets/eab-menu.c addressbook/gui/widgets/eab-menu.h addressbook/gui/widgets/eab-popup-control.c addressbook/gui/widgets/eab-popup-control.h addressbook/gui/widgets/eab-popup.c addressbook/gui/widgets/eab-popup.h addressbook/gui/widgets/eab-vcard-control.c addressbook/gui/widgets/eab-vcard-control.h addressbook/gui/widgets/gal-view-minicard.c addressbook/gui/widgets/gal-view-minicard.h addressbook/printing/e-contact-print-style-editor.c addressbook/printing/e-contact-print-style-editor.h addressbook/printing/e-contact-print.glade addressbook/printing/test-contact-print-style-editor.c addressbook/tools/evolution-addressbook-export.c addressbook/util/Makefile.am calendar/ChangeLog calendar/gui/Makefile.am calendar/gui/apps_evolution_calendar.schemas.in calendar/gui/calendar-component.c calendar/gui/calendar-component.h calendar/gui/calendar-config.c calendar/gui/comp-editor-factory.c calendar/gui/comp-editor-factory.h calendar/gui/comp-util.c calendar/gui/comp-util.h calendar/gui/control-factory.c calendar/gui/control-factory.h calendar/gui/dialogs/alarm-dialog.c calendar/gui/dialogs/cal-prefs-dialog.c calendar/gui/dialogs/cal-prefs-dialog.glade calendar/gui/dialogs/cal-prefs-dialog.h calendar/gui/dialogs/comp-editor.c calendar/gui/dialogs/comp-editor.h calendar/gui/dialogs/event-editor.c calendar/gui/dialogs/event-page.c calendar/gui/dialogs/memo-editor.c calendar/gui/dialogs/memo-page.c calendar/gui/dialogs/recurrence-page.c calendar/gui/dialogs/task-details-page.c calendar/gui/dialogs/task-details-page.glade calendar/gui/dialogs/task-editor.c calendar/gui/dialogs/task-page.c calendar/gui/e-cal-component-memo-preview.c calendar/gui/e-cal-component-memo-preview.h calendar/gui/e-cal-component-preview.c calendar/gui/e-cal-component-preview.h calendar/gui/e-cal-event.h calendar/gui/e-cal-model.c calendar/gui/e-cal-popup.c calendar/gui/e-calendar-table.c calendar/gui/e-calendar-view.c calendar/gui/e-day-view.c calendar/gui/e-itip-control.c calendar/gui/e-memo-table.c calendar/gui/e-memos.c calendar/gui/e-memos.h calendar/gui/e-tasks.c calendar/gui/e-tasks.h calendar/gui/e-week-view.c calendar/gui/gnome-cal.c calendar/gui/goto.c calendar/gui/itip-bonobo-control.c calendar/gui/itip-bonobo-control.h calendar/gui/itip-utils.c calendar/gui/itip-utils.h calendar/gui/main.c calendar/gui/memos-component.c calendar/gui/memos-control.c calendar/gui/memos-control.h calendar/gui/migration.c calendar/gui/migration.h calendar/gui/tasks-component.c calendar/gui/tasks-control.c calendar/importers/main.c composer/ChangeLog composer/e-composer-actions.c composer/e-composer-private.c composer/e-msg-composer.c composer/e-msg-composer.h composer/evolution-composer.ui configure.in doc/reference/shell/eshell-overrides.txt e-util/ChangeLog e-util/Makefile.am e-util/e-corba-utils.c e-util/e-corba-utils.h e-util/e-gui-utils.c e-util/e-gui-utils.h e-util/e-logger.c e-util/e-non-intrusive-error-dialog.c e-util/e-non-intrusive-error-dialog.h e-util/e-plugin-ui.c e-util/e-util-labels.c e-util/e-util-labels.h e-util/e-util.c e-util/e-util.h filter/ChangeLog filter/filter-option.c help/C/evolution.xml help/ChangeLog help/Makefile.am help/cs/cs.po help/de/de.po help/es/es.po help/eu/figures/Screenshot-Free-Busy.png help/eu/figures/evo_blink.png help/eu/figures/evo_dialog-info.png help/eu/figures/evo_dialog-warning.png help/eu/figures/evo_email_a.png help/eu/figures/evo_flag_follow_up_a.png help/eu/figures/evo_proxyadd_a.png help/eu/figures/evo_shd_memo_a.png help/eu/figures/exchange-delegation.png help/eu/figures/exchange-identity.png help/eu/figures/exchange-receive-options.png help/eu/figures/exchange-receive.png help/eu/figures/exchg-identity.png help/eu/figures/exchng-identity.png help/eu/figures/exchng-rec-mail.png help/eu/figures/exchng-rec-option.png help/eu/figures/exchng-rec-options.png help/eu/figures/free_busy.png help/eu/figures/full-1.png help/eu/figures/full-2.png help/eu/figures/full-3.png help/eu/figures/full-4.png help/eu/figures/full-5.png help/eu/figures/full-6.png help/eu/figures/full-7.png help/eu/figures/mail-druid-pic.png help/eu/figures/mail-inbox.png help/eu/figures/mail-threaded.png help/eu/figures/mainwindow-pic.png help/eu/figures/minus.png help/eu/figures/plus.png help/eu/figures/proxy-cal.png help/eu/figures/proxy-login.png help/eu/figures/schedule.png help/eu/figures/stock_search.png help/eu/figures/sub-others-folder.png help/eu/figures/sub-pub-fold.png help/eu/figures/vfolder-createrule-fig.png help/quickref/Makefile.am mail/ChangeLog mail/Makefile.am mail/default/Makefile.am mail/e-mail-shell-module-migrate.c mail/e-searching-tokenizer.c mail/em-account-editor.c mail/em-account-prefs.h mail/em-composer-prefs.c mail/em-composer-prefs.h mail/em-composer-utils.c mail/em-filter-folder-element.c mail/em-folder-browser.c mail/em-folder-selection-button.h mail/em-folder-selector.c mail/em-folder-tree-model.c mail/em-folder-tree-model.h mail/em-folder-tree.c mail/em-folder-tree.h mail/em-folder-utils.c mail/em-folder-utils.h mail/em-folder-view.c mail/em-format-html-display.c mail/em-format-html-print.c mail/em-format-html-print.h mail/em-format-html.c mail/em-format-quote.h mail/em-format.c mail/em-format.h mail/em-html-stream.h mail/em-mailer-prefs.c mail/em-mailer-prefs.h mail/em-message-browser.c mail/em-message-browser.h mail/em-migrate.h mail/em-network-prefs.h mail/em-popup.c mail/em-search-context.h mail/em-subscribe-editor.c mail/em-utils.c mail/em-utils.h mail/filtertypes.xml mail/mail-component-factory.c mail/mail-component.c mail/mail-config-factory.c mail/mail-config-factory.h mail/mail-config.c mail/mail-config.glade mail/mail-crypto.c mail/mail-crypto.h mail/mail-dialogs.glade mail/mail-folder-cache.c mail/mail-mt.c mail/mail-send-recv.c mail/mail-send-recv.h mail/mail-session.c mail/mail-session.h mail/mail-types.h mail/mail-vfolder.c mail/message-list.c mail/message-tag-followup.c mail/searchtypes.xml mail/vfoldertypes.xml plugins/attachment-reminder/Makefile.am plugins/audio-inline/org-gnome-audio-inline.eplug.xml plugins/caldav/ChangeLog plugins/caldav/caldav-source.c plugins/calendar-http/ChangeLog plugins/calendar-weather/ChangeLog plugins/calendar-weather/calendar-weather.c plugins/email-custom-header/ChangeLog plugins/email-custom-header/email-custom-header.c plugins/exchange-operations/ChangeLog plugins/google-account-setup/ChangeLog plugins/google-account-setup/Makefile.am plugins/google-account-setup/google-contacts-source.c plugins/google-account-setup/google-source.c plugins/import-ics-attachments/ChangeLog plugins/import-ics-attachments/Makefile.am plugins/import-ics-attachments/icsimporter.c plugins/itip-formatter/ChangeLog plugins/itip-formatter/itip-view.c plugins/mail-account-disable/ChangeLog plugins/mail-account-disable/mail-account-disable.c plugins/mail-notification/ChangeLog plugins/mail-notification/mail-notification.c plugins/mail-to-meeting/ChangeLog plugins/mail-to-task/ChangeLog plugins/mark-all-read/mark-all-read.c plugins/publish-calendar/ChangeLog plugins/publish-calendar/publish-format-fb.c plugins/publish-calendar/publish-format-ical.c plugins/save-attachments/ChangeLog plugins/save-attachments/Makefile.am plugins/save-attachments/save-attachments.c plugins/select-one-source/ChangeLog plugins/select-one-source/Makefile.am plugins/select-one-source/select-one-source.c plugins/startup-wizard/ChangeLog plugins/startup-wizard/startup-wizard.c plugins/webdav-account-setup/ChangeLog plugins/webdav-account-setup/Makefile.am plugins/webdav-account-setup/webdav-contacts-source.c po/ChangeLog po/POTFILES.in po/ar.po po/bg.po po/bn_IN.po po/ca.po po/cs.po po/da.po po/de.po po/el.po po/en_GB.po po/es.po po/et.po po/fr.po po/gl.po po/gu.po po/hi.po po/hu.po po/it.po po/ja.po po/kn.po po/ko.po po/lt.po po/ml.po po/mr.po po/nb.po po/nl.po po/pa.po po/pl.po po/pt.po po/ru.po po/sl.po po/sr.po po/sr@latin.po po/sv.po po/ta.po po/te.po po/th.po po/tr.po po/zh_HK.po po/zh_TW.po shell/ChangeLog shell/Evolution-Component.idl shell/Makefile.am shell/apps_evolution_shell.schemas.in shell/e-component-registry.c shell/e-component-registry.h shell/e-component-view.c shell/e-component-view.h shell/e-corba-config-page.c shell/e-corba-config-page.h shell/e-shell-constants.h shell/e-shell-importer.c shell/e-shell-importer.h shell/e-shell-nm.c shell/e-shell-settings-dialog.c shell/e-shell-settings-dialog.h shell/e-shell-view.c shell/e-shell-view.h shell/e-shell-window-commands.c shell/e-shell-window-commands.h shell/e-shell-window.c shell/e-shell-window.h shell/e-shell.c shell/e-shell.h shell/e-sidebar.c shell/e-sidebar.h shell/e-user-creatable-items-handler.c shell/e-user-creatable-items-handler.h shell/es-menu.c shell/es-menu.h shell/evolution-component.c shell/evolution-component.h shell/evolution-config-control.c shell/evolution-config-control.h shell/evolution-listener.c shell/evolution-listener.h shell/evolution-shell-component-utils.c shell/evolution-shell-component-utils.h shell/importer/evolution-importer-client.c shell/importer/evolution-importer-client.h shell/importer/evolution-importer-listener.c shell/importer/evolution-importer-listener.h shell/importer/evolution-importer.c shell/importer/evolution-importer.h shell/importer/evolution-intelligent-importer.c shell/importer/evolution-intelligent-importer.h shell/importer/import.glade shell/importer/intelligent.c shell/importer/intelligent.h shell/main.c shell/shell.error.xml shell/test/evolution-test-component.c shell/test/evolution-test-component.h smime/ChangeLog smime/lib/Makefile.am ui/Makefile.am ui/evolution-addressbook.xml ui/evolution-calendar.xml widgets/ChangeLog widgets/menus/gal-view-menus.c widgets/menus/gal-view-menus.h widgets/misc/ChangeLog widgets/misc/Makefile.am widgets/misc/e-activity-handler.c widgets/misc/e-activity-handler.h widgets/misc/e-attachment-bar.c widgets/misc/e-attachment-bar.h widgets/misc/e-attachment.c widgets/misc/e-attachment.h widgets/misc/e-calendar-item.c widgets/misc/e-charset-picker.c widgets/misc/e-combo-button.c widgets/misc/e-combo-button.h widgets/misc/e-config-page.c widgets/misc/e-config-page.h widgets/misc/e-dropdown-button.c widgets/misc/e-dropdown-button.h widgets/misc/e-filter-bar.h widgets/misc/e-info-label.c widgets/misc/e-info-label.h widgets/misc/e-multi-config-dialog.c widgets/misc/e-multi-config-dialog.h widgets/misc/e-online-button.c widgets/misc/e-search-bar.c widgets/misc/e-search-bar.h widgets/misc/e-signature-combo-box.c widgets/misc/e-signature-combo-box.h widgets/misc/e-signature-editor.c widgets/misc/e-signature-editor.h widgets/misc/e-task-bar.c widgets/misc/e-task-bar.h widgets/misc/e-task-widget.c widgets/misc/e-task-widget.h widgets/misc/test-dropdown-button.c widgets/misc/test-info-label.c widgets/misc/test-multi-config-dialog.c widgets/table/ChangeLog widgets/table/e-cell-date.c widgets/table/e-table-group-container.c widgets/table/e-table-group-leaf.c widgets/table/e-table-group.c widgets/table/e-table-group.h widgets/table/e-table.c widgets/table/e-table.h
| * | | | | | | | | | | Convert "import-ics-attachments" plugin to an EAttachmentHandler subclass.Matthew Barnes2009-04-104-604/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=37510
| * | | | | | | | | | | Finish attachment drag and drop.Matthew Barnes2009-04-025-571/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Expunge em-popup.c of dead code. Not much left. Kill the save-attachments (experimental) plugin. The attachment bar can already save all at once. svn path=/branches/kill-bonobo/; revision=37488
| * | | | | | | | | | | Saving progress on a massive attachment handling rewrite.Matthew Barnes2009-03-212-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=37465
| * | | | | | | | | | | Cleaning up the attachment bar, centralizing its popup menu, and convertingMatthew Barnes2009-03-091-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | everything to GtkUIManager/GtkActions. Saving progress mid-stream... not sure about the MIME part utilities yet. Also, add some EActivity subclasses. Considering an EFileActivity subclass for asynchronous GIO operations (loading/saving attachments, etc.), but still ironing out details. svn path=/branches/kill-bonobo/; revision=37389
| * | | | | | | | | | | Kill EDropdownButton.Matthew Barnes2009-02-211-9/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Migrate off of gnome_program_init(). svn path=/branches/kill-bonobo/; revision=37303
| * | | | | | | | | | | Convert eab-vcard-control.c to a new "vcard-inline" plugin, similar to theMatthew Barnes2009-02-214-22/+416
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "audio-inline" plugin. svn path=/branches/kill-bonobo/; revision=37301
| * | | | | | | | | | | Merge revisions 37200:3266 from trunk.Matthew Barnes2009-02-1513-8/+88
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=37270
| * | | | | | | | | | | Merge revisions 37108:37199 from trunk.Matthew Barnes2009-02-0149-88/+536
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=37200
| * | | | | | | | | | | Split EAccountList and ESignatureList management out of the mail module.Matthew Barnes2009-01-272-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reduces the dependency of the composer on the mail module, which is currently a circular dependency. svn path=/branches/kill-bonobo/; revision=37135
| * | | | | | | | | | | Redesign EPluginUI to accommodate merging and unmerging shell views.Matthew Barnes2009-01-247-98/+135
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Get the "mark-all-read" and "plugin-manager" plugins working. svn path=/branches/kill-bonobo/; revision=37125
| * | | | | | | | | | | Merge revisions 37075:37107 from trunk.Matthew Barnes2009-01-218-11/+1995
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=37112
| * | | | | | | | | | | Untangle some circular dependencies with the composer.Matthew Barnes2009-01-201-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Addressbook and calendar no longer depend on the mailer. svn path=/branches/kill-bonobo/; revision=37107
| * | | | | | | | | | | Hack GtkIconTheme so we can reference category icons as named icons.Matthew Barnes2009-01-1813-226/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Necessary for EActionComboBox, since GtkActions can only handle named or stock icons. Hopefully this is just a temporary hack. Eventually we should make the category icons themeable. Kill the "mail-account-disable" plugin and integrate it properly. More dead plugins to follow... Don't show disabled menu items in pop-up context menus. It does the user no good to see things he CAN'T do with the object he clicked on. svn path=/branches/kill-bonobo/; revision=37093
| * | | | | | | | | | | Merge revisions 37047:37074 from trunk.Matthew Barnes2009-01-155-6/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=37075
| * | | | | | | | | | | Merge revisions 36866:37046 from trunk.Matthew Barnes2009-01-1212-4/+95
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=37050
| * | | | | | | | | | | Continue chipping away at EMFolderView and EMFolderBrowser.Matthew Barnes2009-01-111-6/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Migrate from gnome_url_show() to e_show_uri(). svn path=/branches/kill-bonobo/; revision=37038
| * | | | | | | | | | | Merge revisions 36811:36865 from trunk.Matthew Barnes2008-12-1115-131/+406
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=36867
| * | | | | | | | | | | Merge revisions 36737:36810 from trunk.Matthew Barnes2008-11-2415-19/+118
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=36811
| * | | | | | | | | | | Merge revisions 36730:36736 from trunk.Matthew Barnes2008-11-082-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=36764
| * | | | | | | | | | | Merge revisions 36685:36729 from trunk.Matthew Barnes2008-11-086-22/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=36763
| * | | | | | | | | | | Support inline renaming of sources in the source selector, with helpMatthew Barnes2008-10-314-157/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | from evolution-data-server (see bug #558322). Kill another frivolous plugin: select-one-source svn path=/branches/kill-bonobo/; revision=36705
| * | | | | | | | | | | Merge revisions 36534:36684 from trunk.Matthew Barnes2008-10-2533-450/+460
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=36685
| * | | | | | | | | | | Merge revisions 36016:36533 from trunk.Matthew Barnes2008-10-0273-451/+909
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=36534
| * | | | | | | | | | | Merge revisions 36016:36303 from trunk.Matthew Barnes2008-09-11117-838/+1587
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=36307
| * | | | | | | | | | | Merge revisions 35951:35992 from trunk.Matthew Barnes2008-08-1554-108/+475
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=35994
| * | | | | | | | | | | Merge revisions 35747:35930 from trunk.Matthew Barnes2008-08-0864-93/+3223
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn path=/branches/kill-bonobo/; revision=35931
* | | | | | | | | | | | Bug #590687 - Evolution not restoring data from backup archiveMilan Crha2009-08-281-1/+1
| | | | | | | | | | | |
* | | | | | | | | | | | Bug #592873 - Initialize Force Read only check state properlyMilan Crha2009-08-261-10/+19
| | | | | | | | | | | |
* | | | | | | | | | | | Bug #592551 - Build break fix caused by bug #581288Milan Crha2009-08-211-0/+1
| | | | | | | | | | | |
* | | | | | | | | | | | Fix distcheck errors.Matthew Barnes2009-08-101-1/+1
| | | | | | | | | | | |
* | | | | | | | | | | | Whitespace and coding style cleanup.Matthew Barnes2009-08-091-3/+3
| | | | | | | | | | | |
* | | | | | | | | | | | Coding style and whitespace cleanups.Matthew Barnes2009-08-091-2/+2
| | | | | | | | | | | |
* | | | | | | | | | | | Bug #586076 - [external-editor] Pass cursor pos to vimMilan Crha2009-08-081-14/+61
| | | | | | | | | | | |
* | | | | | | | | | | | Bug #584030 - [Mail-To-Task] improve duplicate handling and suchMilan Crha2009-08-083-23/+293
| | | | | | | | | | | |
* | | | | | | | | | | | Bug #551127 - Added translators comment and changed strings slightlyMilan Crha2009-08-071-4/+8
| | | | | | | | | | | |
* | | | | | | | | | | | Bug #573919 - [Mail-Notification] Check for 'actions' capabilityKen VanDine2009-08-061-4/+37
| | | | | | | | | | | |
* | | | | | | | | | | | Bug #401530 - [imap-features] imap-headers.glade issuesMilan Crha2009-08-062-13/+25
| | | | | | | | | | | |
* | | | | | | | | | | | Bug #325278 - cannot access parts of "save calendar" without mouseMilan Crha2009-08-032-9/+21
| | | | | | | | | | | |
* | | | | | | | | | | | Bug #317290 - [Publish-Calendar] Cancel setup should cancelMilan Crha2009-07-303-21/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | , not continue
* | | | | | | | | | | | Compiler warning fixes (as part of bug #424078)Milan Crha2009-07-281-1/+1
| | | | | | | | | | | |
* | | | | | | | | | | | Bug #420513 - Be able to notify about meeting only new attendeesMilan Crha2009-07-271-4/+4
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | Update NEWS + coding style cleanups.Matthew Barnes2009-07-272-9/+9
| | | | | | | | | | |
* | | | | | | | | | | Bug #572176 - Allow Local iCal Files To Be Selected As Cal SourceMilan Crha2009-07-272-8/+264
| | | | | | | | | | |
* | | | | | | | | | | BUG #480095 (BNC) - Alpha Search In Proxy Dialog Crashes Evolution.Bharath Acharya2009-07-271-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * proxy-login.c (proxy_login_tree_view_changed_cb): Use the unique stamp to catch only the valid iterators. Bug description: If you right mouse click on your Groupwise email account, you can select "Proxy Login" and a dialog appears with all of your previously used accounts in a list. If you click focus into the list and then type in a keyboard letter it crashes. This should position you at the first match of that letter, or at least not crash :)
* | | | | | | | | | | BUG #578945 - Adapt to changes in libpst 0.6.41Bharath Acharya2009-07-271-176/+154
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The PST Importer is now compatible with libpst 0.6.41
* | | | | | | | | | | Coding style and whitespace cleanups.Matthew Barnes2009-07-261-5/+5
| | | | | | | | | | |
* | | | | | | | | | | Bug #583972 - Resend meeting dialog isn't coming properly.Chenthill Palanisamy2009-07-231-0/+2
| | | | | | | | | | |
* | | | | | | | | | | Bug #339361 (bnc) - soap threading not working.Chenthill Palanisamy2009-07-232-1/+30
| | | | | | | | | | |
* | | | | | | | | | | More whitespace cleanup.Matthew Barnes2009-07-1922-97/+97
| | | | | | | | | | |
* | | | | | | | | | | Bug #588856 - Migration code for Google by CalDAV calendarMilan Crha2009-07-173-14/+62
| | | | | | | | | | |
* | | | | | | | | | | Bug #583374 - Use CalDAV as Google's calendar backendMilan Crha2009-07-171-63/+103
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Do not decode the date as its already in local timezone.Chenthill Palanisamy2009-07-141-3/+1
| | | | | | | | | |
* | | | | | | | | | Bug #586109 - [vcard-inline] Crash while rendering inline vcardMilan Crha2009-07-141-1/+5
| | | | | | | | | |
* | | | | | | | | | Version check for the deprecation workaround was off by one.Matthew Barnes2009-07-141-2/+2
| | | | | | | | | |
* | | | | | | | | | Bug 588018 – NetworkManager & DBUS build check rewriteH.Habighorst2009-07-142-18/+6
| | | | | | | | | |
* | | | | | | | | | Work around deprecation of g_mount_unmount().Matthew Barnes2009-07-141-0/+8
| | | | | | | | | |
* | | | | | | | | | Bug #586958 - Too long texts instartup wizardMichael Terry2009-07-131-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [PATCH 1/2] [restore-backup] Make intro text wrap The introductory text to the 'Restore from backup' page is too long, especially in some languages. This patch wraps the label as other labels in the startup wizard are wrapped. [PATCH 2/2] Don't break long labels unnecessarily A few strings had unnecessary end lines in them, which fight with the natural line-wrap algorithm.
* | | | | | | | | | Fix excessive whitespace.Matthew Barnes2009-07-1363-183/+4
| | | | | | | | | |
* | | | | | | | | | Fix compiler warnings in tnef-attachments plugin.Matthew Barnes2009-07-131-20/+20
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Bug 588106 – Makefile.am misuses *_LDFLAGSDaniel Macks2009-07-092-3/+4
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Use AM_CPPFLAGS instead of INCLUDE in all Makefile.am.Matthew Barnes2009-07-0147-48/+48
| | | | | | | |
* | | | | | | | Bug #566369 - fix string typo "cancelled" => "canceled"Milan Crha2009-06-221-1/+1
| | | | | | | |
* | | | | | | | Bug #566369 - backup-restore - recognize broken archiveMilan Crha2009-06-222-20/+64
| | | | | | | |
* | | | | | | | Fix build issue for pst-import pluginBharath Acharya2009-06-221-0/+1
| | | | | | | |
* | | | | | | | Bug #346146 - Appointments in Sent folder should not display actionsMilan Crha2009-06-191-4/+24
| | | | | | | |
* | | | | | | | ipod-sync - include also 'widgets' directoryMilan Crha2009-06-191-0/+1
| | | | | | | |
* | | | | | | | Bug 586332 - Build error (long gint)Matthew Barnes2009-06-192-2/+2
| | | | | | | |
* | | | | | | | Stop abusing forward declarations.Matthew Barnes2009-06-1912-65/+45
| | | | | | | |
* | | | | | | | Use G_BEGIN_DECLS / G_END_DECLS macros.Matthew Barnes2009-06-199-63/+18
| | | | | | | |
* | | | | | | | Bug #586251 - Let the SSL checkbox for Google calendar workMilan Crha2009-06-181-55/+75
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | User is supposed to re-edit his Google calendar account to let this work (and restart whole Evolution too).
* | | | | | | | Leak a bit less. Use proper function prototype.Milan Crha2009-06-151-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The first is for mail, the second for publish-calendar plugin.
* | | | | | | | Fix coding style.Matthew Barnes2009-06-142-8/+8
| | | | | | | |
* | | | | | | | Avoid the console popping while evolution running on windowsFridrich Strba2009-06-051-0/+4
| | | | | | | |
* | | | | | | | Fix even more compiler warnings and disable one for format stringsMilan Crha2009-06-057-19/+22
| | | | | | | |
* | | | | | | | Bug #581780 - Remember passwords in keyring for web calendars tooMilan Crha2009-06-041-9/+75
| | | | | | | |
* | | | | | | | Add libraries to LIBADD so that -no-undefined on win32 works well.Fridrich Strba2009-06-043-4/+29
| | | | | | | |
* | | | | | | | Fix more compiler warnings.Matthew Barnes2009-06-021-1/+1
| | | | | | | |
* | | | | | | | More code cleanup.Matthew Barnes2009-06-0236-127/+127
| | | | | | | |
* | | | | | | | Whitespace cleanup.Matthew Barnes2009-05-2943-167/+167
| | | | | | | |
* | | | | | | | Prefer GLib basic types over C types.Matthew Barnes2009-05-29107-1481/+1481
| | | | | | | |
* | | | | | | | Remove trailing whitespace, again.Matthew Barnes2009-05-29118-419/+419
| | | | | | | |
* | | | | | | | Bug #583441 - bbdb plugin is getting information from composer nowMilan Crha2009-05-281-27/+31
| |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It used to ask composer for a message, a generated one, which asks for a password to the signing twice, once here and once when composer itself generates message for sending. bbdb crashed when user canceled password prompt for a key, as it didn't check for NULL returned.
* | | | | | | Merge branch 'warnings'Matthew Barnes2009-05-2740-152/+178
|\ \ \ \ \ \ \
| * | | | | | | Fix compiler warnings in plugins.Matthew Barnes2009-05-2740-152/+178
| | | | | | | |
* | | | | | | | Bug #578335 - CalDAV - replace '@' in username to "%40"Milan Crha2009-05-251-9/+46
| | | | | | | |
* | | | | | | | itip-formatter - search for master object tooMilan Crha2009-05-251-3/+5
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When received a detached instance, and the calendar doesn't contain that exact instance, then try to search for the master object and use it, if found.
* | | | | | | Eliminate redundant E_ICON_SIZE_* enumeration.Matthew Barnes2009-05-243-3/+3
| | | | | | |
* | | | | | | Adding the new file which was missed in earlier commit for resend feature.Chenthill Palanisamy2009-05-221-0/+44
| |_|_|_|_|/ |/| | | | |
* | | | | | Bug 523216 – User-oriented plugin descriptionsMatthew Barnes2009-05-2242-62/+59
| |_|_|_|/ |/| | | |
* | | | | Show a progress message if the calendar is taking sometime to open.Chenthill Palanisamy2009-05-211-2/+5
| | | | |
* | | | | Adds the resend feature to GroupWise features.Chenthill Palanisamy2009-05-214-20/+269
| | | | |
* | | | | Fixes bug 499107 (bnc) - delete all the recurring instances from the folder.Chenthill Palanisamy2009-05-211-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | | Reset the index properly so that all the recurring instances are deleted once the mail is processed.
* | | | | Merge branch 'vcard-inline'Matthew Barnes2009-05-213-0/+335
|\ \ \ \ \
| * | | | | Use proper ngettext support in vcard-inline.cMatthew Barnes2009-05-211-2/+5
| | | | | |
| * | | | | Remove generated files from git.Matthew Barnes2009-05-063-61/+0
| | | | | |
| * | | | | Remove auto-generated files from git.Matthew Barnes2009-05-062-1428/+0
| | | | | |
| * | | | | Make vcard-inline actually work.Matthew Barnes2009-05-067-52/+10
| | | | | |
| * | | | | Convert the vCard Bonobo control to an EMFormatHook plugin.Matthew Barnes2009-05-0612-0/+1863
| | |_|_|/ | |/| | |
* | | | | Fix compiler warnings.Matthew Barnes2009-05-171-4/+4
| | | | |
* | | | | Fix several types of pedantic compiler warnings.Matthew Barnes2009-05-1711-28/+15
|/ / / /
* | | | Do not use deprepcate e_source_list_peek_group_by_nameMilan Crha2009-05-051-4/+6
| | | | | | | | | | | | | | | | Missed one usage withing bug #569652
* | | | Fix a build break in external-editor plugin.Matthew Barnes2009-05-051-0/+1
| | | |
* | | | Fix an eplug typo.Matthew Barnes2009-05-051-1/+1
| | | |
* | | | Add -I$(top_srcdir)/widgets to a bunch of plugins.Matthew Barnes2009-05-054-0/+4
| | | |
* | | | Re-mark some metadata strings for translationMatthew Barnes2009-05-051-2/+2
| | | |
* | | | Fix a -Werror-implicit-function-declaration regressionMatthew Barnes2009-05-051-0/+1
| | | |
* | | | BUGFIX: 547414 - Publish Free/Busy calendar for configurable timeMilan Crha2009-05-046-17/+171
| | | | | | | | | | | | | | | | | | | | Allow user define time duration for the Free/Busy calendar information in the publish-calendar plugin.
* | | | BUGFIX: 578540 - Create address book entries when sending mailsLucian Langa2009-05-042-46/+51
| | | | | | | | | | | | | | | | bbdb plugin, adds entry when sending any email, not only on reply.
* | | | BUGFIX: 553261 - Handle absolute paths in gconf betterMilan Crha2009-05-042-179/+108
| |_|/ |/| | | | | | | | For backup-restore plugin.
* | | ** BUGFIX: 573830 - g_timeout_add_seconds should be preferred to g_timeout_addMarcel Stimberg2009-05-043-6/+6
| | | | | | | | | | | | | | | | | | According to https://wiki.ubuntu.com/SavingTheWorld (and of course according to the gtk docs) using g_timeout_add_seconds is preferred over g_timeout_add if a timeout in seconds is desired.
* | | Bug 575124 – Clarify "S_pecify the mailbox name" stringMatthew Barnes2009-05-031-1/+2
| | |
* | | Bug 577482 – Bad strings in plugins/itip-formatter/itip-view.cMatthew Barnes2009-05-031-2/+2
| | |
* | | Bug 572977 – Use g_strerror() instead of strerror()Matthew Barnes2009-05-032-6/+6
| | |
* | | Bug 542685 – [default-mailer] Leaking GConfValueMatthew Barnes2009-05-031-2/+2
| | |
* | | Use Behdad's brilliant git.mk to generate .gitignore files.Matthew Barnes2009-05-0248-1/+94
| | |
* | | Fix distcheck errors.Matthew Barnes2009-05-012-18/+1
| | |
* | | Only #include specific libgnome[ui] headers; easier to track.Matthew Barnes2009-05-016-7/+11
| | | | | | | | | | | | | | | | | | | | | | | | Stop including top-level libgnome[ui] headers -- <gnome.h>, <libgnome/libgnome.h> and <libgnomeui/libgnomeui.h>. Instead, include specific header files so we can track them easier. Also, remove several unshipped test programs. Mostly ETable stuff.
* | | More gnome-init cleanup for bug #567283.Matthew Barnes2009-05-013-6/+0
| | |
* | | Bug 580892 – Kill libgnomeui/gnome-app and gnome-app-helperMatthew Barnes2009-05-011-0/+1
| | | | | | | | | | | | | | | The only remaining case is widgets/test/test-dropdown-button.c, but this file will be removed when the kill-bonobo branch is merged.
* | | Bug 580894 – Kill libgnome/gnome-util (partial fix)Matthew Barnes2009-05-011-10/+9
| | | | | | | | | | | | | | | Migrate the evolution-backup utility from gnome_program_init() to gtk_init_with_args().
* | | Bump the required GLib and GTK+ versions to latest stable.Matthew Barnes2009-05-011-4/+0
| | | | | | | | | | | | | | | We now require GLib >= 2.20 and GTK+ >= 2.16. Also removed all GLIB_CHECK_VERSION and GTK_CHECK_VERSION workarounds for older versions.
* | | BUGFIX: bug #579774 Use spamc to learn junk if availableDavid Ronis2009-04-301-8/+57
| | |
* | | External Editor rewrite by Holger Macht. Fixes #567145Holger Macht2009-04-286-165/+300
| | |
* | | Store username in a source URL in CalDAVMilan Crha2009-04-282-1/+21
| | | | | | | | | | | | | | | | | | | | | | | | ** Fix for bug #578335 * caldav-source.c: (user_changed), (location_changed): Revert part of bug #562990, as EPassword requires username as part of an URL to store passwords properly to a keyring.
* | | Add some initial .gitignore files.Matthew Barnes2009-04-281-0/+1
| | |
* | | Use consistent variable names for GtkUIManagerMatthew Barnes2009-04-283-6/+6
| | |
* | | Commit the rest of the attachment UI rewriteMatthew Barnes2009-04-2810-1181/+8
| | | | | | | | | | | | | | | Oops, last commit only included the -new- files. This also removes EExpander, which is no longer used.
* | | Define .error files correctly and external-editor crash fixMilan Crha2009-04-2713-82/+124
| | | | | | | | | | | | ** Fix for bug #561188
* | | Be able to save mail to event, meeting, task or memoMilan Crha2009-04-258-403/+306
| | | | | | | | | | | | ** Fix for bug #342296
* | | Use new ESourceList API (simplifies code)Milan Crha2009-04-258-125/+36
| |/ |/| | | | | ** Part of fix for bug #569652
* | Use system timezone in EvolutionMilan Crha2009-04-253-54/+16
| | | | | | | | ** Fix for bug #381132
* | Show error or success to user with publish-calendar pluginMilan Crha2009-04-256-72/+169
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ** Fix for bug #340783 * publish-format-fb.h: (publish_calendar_as_fb): * publish-format-fb.c: (write_calendar), (publish_calendar_as_fb): * publish-format-ical.h: (publish_calendar_as_ical): * publish-format-ical.c: (write_calendar), (publish_calendar_as_ical): * publish-calendar.c: (publish), (publish_no_succ_info), (publish_uri_async), (publish_online), (mount_ready_cb), (mount_first), (add_timeout), (add_offset_timeout), (online_state_changed), (publish_urls), (action_publish), (error_queue_show_idle), (error_queue_add): Show error or success to user in a UI.
* | GN-bug #572348 - Removed deprecated Gtk+ symbolsMilan Crha2009-04-2413-627/+428
| | | | | | | | Some still left, because those gone in kill-bonobo branch.
* | ** Fix for bug #574248Milan Crha2009-04-093-3/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | 2009-04-09 Milan Crha <mcrha@redhat.com> ** Fix for bug #574248 * google-contacts-source.c: (plugin_google_contacts): * google-source.c: (plugin_google): Compare base URI case insensitively. svn path=/trunk/; revision=37507
* | ** Fixes bug #578034Tobias Mueller2009-04-072-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | 2009-04-07 Tobias Mueller <tobiasmue@gnome.org> ** Fixes bug #578034 * google-source.c (claim_error): Call gtk_message_dialog_new with a proper format string. svn path=/trunk/; revision=37495
* | ** Fix for bug #576696Milan Crha2009-03-264-2/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | 2009-03-26 Milan Crha <mcrha@redhat.com> ** Fix for bug #576696 * plugins/mail-to-task/mail-to-task.c: (set_attendees): * plugins/mail-to-meeting/mail-to-meeting.c: (add_attendee_cb): Set mandatory properties. svn path=/trunk/; revision=37477
* | ** Fixes bug #572950Matthew Barnes2009-02-276-8/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2009-02-26 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #572950 * plugins/caldav/Makefile.am: * plugins/google-account-setup/Makefile.am: * plugins/webdav-account-setup/Makefile.am: Fix ordering of -I compiler directives. Patch by Daniel Macks. * addressbook/printing/Makefile.am: Remove meaningless GNOME_INCLUDEDIR. svn path=/trunk/; revision=37343
* | remove deprecated and commented code.Andre Klapper2009-02-262-5/+5
| | | | | | | | | | | | | | | | | | | | 2009-02-26 Andre Klapper <a9016009@gmx.de> * exchange-permissions-dialog.c: remove deprecated and commented code. svn path=/trunk/; revision=37340
* | ** Fix for bug #572399Milan Crha2009-02-252-6/+14
| | | | | | | | | | | | | | | | | | | | | | | | 2009-02-25 Milan Crha <mcrha@redhat.com> ** Fix for bug #572399 * email-custom-header.c: (header_foreach_check_isempty): Do not read from invalid iterator after call of row changed. svn path=/trunk/; revision=37331
* | ** Fix for bug #559719Milan Crha2009-02-254-13/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | 2009-02-25 Milan Crha <mcrha@redhat.com> ** Fix for bug #559719 * google-contacts-source.c: (struct ui_data), (destroy_ui_data), (plugin_google_contacts): * plugins/google-account-setup/plugins/webdav-account-setup/webdav-contacts-source.c: (destroy_ui_data), (plugin_webdav_contacts): Use it's own/unique name for the property on the 'epl' and free the widget only if it wasn't freed yet. svn path=/trunk/; revision=37325
* | Rats. gtk_status_icon_set_tooltip_text() is only in 2.16.Matthew Barnes2009-02-191-0/+4
| | | | | | | | | | | | Define some temporary macros to work around it. svn path=/trunk/; revision=37292
* | ** Fixes part of bug #572348Matthew Barnes2009-02-192-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2009-02-19 Matthew Barnes <mbarnes@redhat.com> ** Fixes part of bug #572348 * calendar/gui/alarm-notify/alarm-queue.c (display_notification): * plugins/mail-notification/mail-notification.c (new_notify_status): Call gtk_status_icon_set_tooltip_text() instead of gtk_status_icon_set_tooltip() (deprecated). * calendar/gui/weekday-picker.c (configure_items): Remove dead code. * widgets/table/e-table-example-1.c (main): gtk_widget_push_visual() is a no-op. Remove it. svn path=/trunk/; revision=37291
* | ** Fix for bug #571721Milan Crha2009-02-162-0/+7
| | | | | | | | | | | | | | | | | | | | | | 2009-02-16 Milan Crha <mcrha@redhat.com> ** Fix for bug #571721 * itip-view.c: (itip_view_init): Added translators comment. svn path=/trunk/; revision=37276
* | ** Fixes part of bug #564229Matthew Barnes2009-02-142-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2009-02-13 Matthew Barnes <mbarnes@redhat.com> ** Fixes part of bug #564229 * e-util/e-plugin-ui.c (plugin_ui_hook_class_init): Initialize the EPluginUI registry during class initialization, so that it's sure to be there when we need it. * plugins/email-custom-header/email-custom-header.c: (e_plugin_lib_get_configure_widget): Do not use uninitialized variable. svn path=/trunk/; revision=37265
* | Substitute some deprecated gtk+ functions.Andre Klapper2009-02-122-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2009-02-11 Andre Klapper <a9016009@gmx.de> * addressbook/gui/component/addressbook-migrate.c: * calendar/gui/migration.c: * calendar/gui/dialogs/alarm-dialog.c: * mail/em-folder-browser.c: * mail/em-migrate.c: * plugins/audio-inline/audio-inline.c: Substitute some deprecated gtk+ functions. svn path=/trunk/; revision=37249
* | Include <mono/metadata/mono-config.h> to fix an ↵Suman Manjunath2009-02-052-0/+6
| | | | | | | | | | | | implicit-function-declaration compiler warning. svn path=/trunk/; revision=37225
* | Reviewed by Srinivasa Ragavan <sragavan@novell.com>Takao Fujiwara2009-02-033-3/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2009-02-02 Takao Fujiwara <takao.fujiwara@sun.com> Reviewed by Srinivasa Ragavan <sragavan@novell.com> ** Fix for bug #567568 * apps_evolution_email_custom_header.schemas.in: Remove translatable <default> tag. * email-custom-header.c (epech_setup_widgets): Added gettext for the default custom header. svn path=/trunk/; revision=37211
* | Srinivasa Ragavan <sragavan@novell.com> ** Fix for bug #548787 (Enable CnP ↵Suman Manjunath2009-02-022-0/+25
| | | | | | | | | | | | for all the text info present in calendar related messages). svn path=/trunk/; revision=37210
* | ** Disable debug macros (#define d(x) x) throughout. (#569638)Matthew Barnes2009-02-013-3/+3
| | | | | | | | | | | | | | | | | | 2009-01-31 Matthew Barnes <mbarnes@redhat.com> ** Disable debug macros (#define d(x) x) throughout. (#569638) svn path=/trunk/; revision=37202
* | Removed dangling '*/'.Milan Crha2009-01-312-1/+5
| | | | | | | | | | | | | | | | | | 2009-01-30 Milan Crha <mcrha@redhat.com> * backup-restore.c: (sanity_check): Removed dangling '*/'. svn path=/trunk/; revision=37195
* | ** Fix for bug #539467Milan Crha2009-01-296-47/+103
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2009-01-29 Milan Crha <mcrha@redhat.com> ** Fix for bug #539467 * plugins/webdav-account-setup/webdav-contacts-source.c: (find_webdav_group), (ensure_webdav_contacts_source_group), (remove_webdav_contacts_source_group): * plugins/google-account-setup/google-contacts-source.h: (manage_google_group): * plugins/google-account-setup/google-contacts-source.c: (manage_google_group), (ensure_google_contacts_source_group), (remove_google_contacts_source_group): * plugins/google-account-setup/google-source.c: (ensure_google_source_group): Find group by its base uri, not by a localized name. svn path=/trunk/; revision=37165
* | ** Fix for bug #470474 (bugzilla.novell.com)Bharath Acharya2009-01-292-11/+7
| | | | | | | | | | | | | | | | | | | | | | 2009-01-29 Bharath Acharya <abharath@novell.com> ** Fix for bug #470474 (bugzilla.novell.com) * groupwise-account-setup.c (set_esource_props): a corruption. Cleanup unused strings. svn path=/trunk/; revision=37160
* | On Windows use -no-undefined and link with all required libraries. (JustTor Lillqvist2009-01-293-4/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2009-01-28 Tor Lillqvist <tml@novell.com> * Makefile.am: On Windows use -no-undefined and link with all required libraries. (Just throw in a bunch of libraries without cherry-picking. Having "superfluous" ones just slows down the linking a bit, but doesn't hurt at run-time.) Use LIBPST_CFLAGS. * pst-importer.c: Include <libpst/define.h> before the other libpst headers. Otherwise we get compilation errors on Windows, sigh. svn path=/trunk/; revision=37156
* | Link with more libraries on Windows.Tor Lillqvist2009-01-292-3/+6
| | | | | | | | | | | | | | | | | | 2009-01-28 Tor Lillqvist <tml@novell.com> * Makefile.am: Link with more libraries on Windows. svn path=/trunk/; revision=37154
* | Use -no-undefined and link with more libraries on Windows.Tor Lillqvist2009-01-293-2/+19
| | | | | | | | | | | | | | | | | | | | | | | | 2009-01-28 Tor Lillqvist <tml@novell.com> * Makefile.am: Use -no-undefined and link with more libraries on Windows. * tnef-plugin.c: Remove unused <sys/wait.h>. svn path=/trunk/; revision=37153
* | Use -no-undefined and link with more libs on Windows.Tor Lillqvist2009-01-292-1/+19
| | | | | | | | | | | | | | | | | | | | 2009-01-28 Tor Lillqvist <tml@novell.com> * Makefile.am: Use -no-undefined and link with more libs on Windows. svn path=/trunk/; revision=37152
* | Use -no-undefined and link with GNOME_PLATFORM_LIBS on Windows.Tor Lillqvist2009-01-292-2/+13
| | | | | | | | | | | | | | | | | | | | 2009-01-28 Tor Lillqvist <tml@novell.com> * Makefile.am: Use -no-undefined and link with GNOME_PLATFORM_LIBS on Windows. svn path=/trunk/; revision=37151
* | Windows port by Fridrich Strba.Tor Lillqvist2009-01-293-2/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 2009-01-28 Tor Lillqvist <tml@novell.com> Windows port by Fridrich Strba. * Makefile.am: Use -no-undefined and link with more libraries on Windows. * external-editor.c: Check HAVE_SYS_WAIT_H. svn path=/trunk/; revision=37150
* | Use -no-undefined on Windows. Link with libeutil.Tor Lillqvist2009-01-293-3/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | 2009-01-28 Tor Lillqvist <tml@novell.com> * Makefile.am: Use -no-undefined on Windows. Link with libeutil. * bf-junk-filter.c: Tentative port to Windows even though this plugin isn't even compiled on Windows for now. Just for completeness. svn path=/trunk/; revision=37149
* | Make it compile on Windows, by Fridrich Strbra. (Just compile; littleTor Lillqvist2009-01-294-4/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2009-01-28 Tor Lillqvist <tml@novell.com> Make it compile on Windows, by Fridrich Strbra. (Just compile; little chance of it actually doing anything sensible on Windows at this point...) * Makefile.am: Use -no-undefined on Windows. Link with libeutil. * backup.c: Remove unused <sys/wait.h>. * backup-restore.c: Check HAVE_SYS_WAIT_H. svn path=/trunk/; revision=37148
* | Remove a trailing space after the line continuation backslash.Tor Lillqvist2009-01-292-1/+6
| | | | | | | | | | | | | | | | | | | | 2009-01-28 Tor Lillqvist <tml@novell.com> * Makefile.am: Remove a trailing space after the line continuation backslash. svn path=/trunk/; revision=37146
* | Include <mono/metadata/threads.h> to fix an implicit-function-declaration ↵Suman Manjunath2009-01-282-0/+6
| | | | | | | | | | | | compiler warning. svn path=/trunk/; revision=37144
* | Use also EVOLUTION_CALENDAR_CFLAGS.Milan Crha2009-01-2110-2/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | 2009-01-21 Milan Crha <mcrha@redhat.com> * plugins/import-ics-attachments/Makefile.am: * plugins/backup-restore/Makefile.am: * plugins/mail-to-meeting/Makefile.am: * plugins/startup-wizard/Makefile.am: * plugins/mail-to-task/Makefile.am: Use also EVOLUTION_CALENDAR_CFLAGS. svn path=/trunk/; revision=37116
* | ** Fix for bug #541209Suman Manjunath2009-01-2111-10/+222
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2009-01-21 Suman Manjunath <msuman@novell.com> ** Fix for bug #541209 ** Adapt to the new APIs from upstream libical. Changes made include using the "_r" counterpart for the following APIs: + icalproperty_as_ical_string () + icalvalue_as_ical_string () + icalcomponent_as_ical_string () + icalparameter_as_ical_string () + icaldurationtype_as_ical_string () + icalenum_reqstat_code () + icallangbind_property_eval_string () + icallangbind_quote_as_ical () + icalmime_text_end_part () + icalperiodtype_as_ical_string () + icalproperty_enum_to_string () + icalproperty_get_parameter_as_string () + icalproperty_get_value_as_string () + icalproperty_get_property_name () + icalrecurrencetype_as_string () + icaltime_as_ical_string () + icalreqstattype_as_string () + icalvalue_binary_as_ical_string () + icalvalue_int_as_ical_string () + icalvalue_utcoffset_as_ical_string () + icalvalue_string_as_ical_string () + icalvalue_recur_as_ical_string () + icalvalue_text_as_ical_string () + icalvalue_attach_as_ical_string () + icalvalue_duration_as_ical_string () + icalvalue_date_as_ical_string () + icalvalue_datetime_as_ical_string () + icalvalue_float_as_ical_string () + icalvalue_geo_as_ical_string () + icalvalue_datetimeperiod_as_ical_string () + icalvalue_period_as_ical_string () + icalvalue_trigger_as_ical_string () + icalvalue_as_ical_string () svn path=/trunk/; revision=37113
* | ** Fix for bug #225712Milan Crha2009-01-194-11/+174
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2009-01-19 Milan Crha <mcrha@redhat.com> ** Fix for bug #225712 * calendar/gui/dialogs/comp-editor.h: (CompEditorClass::send_comp), (comp_editor_send_comp): Changed function prototypes. * calendar/gui/dialogs/comp-editor.c: (real_send_comp), (save_comp_with_send), (comp_editor_send_comp): Strip alarms based on user's choice. * calendar/gui/dialogs/send-comp.h: (send_component_dialog): * calendar/gui/dialogs/send-comp.c: (have_nonprocedural_alarm), (send_component_dialog): Show option "Send my alarms with this event" when prompting to send event or not, but only if have any non-procedure alarms and if it the caller want to know user's opinion. Default is to strip all alarms. Procedure alarms are always strip out. * calendar/gui/dialogs/event-editor.c: (event_editor_send_comp): * calendar/gui/dialogs/task-editor.c: (task_editor_send_comp): Honor function prototype changes and use new parameter strip_alarms. * calendar/gui/itip-utils.h: (itip_send_comp): * calendar/gui/itip-utils.c: (comp_compliant), (itip_send_comp), (reply_to_calendar_comp): New parameter to strip all alarms or only procedure alarms. * calendar/gui/tasks-control.c: (tasks_control_forward_cmd): * calendar/gui/e-itip-control.c: (send_item), (send_freebusy), (ok_clicked_cb): * calendar/gui/e-calendar-table.c: (e_calendar_table_on_forward): * calendar/gui/e-memo-table.c: (e_memo_table_on_forward): * calendar/gui/e-calendar-view.c: (e_calendar_view_cut_clipboard), (delete_event), (e_calendar_view_delete_selected_occurrence), (on_forward): Always strip alarms when sending component. * calendar/gui/e-calendar-view.c: (e_calendar_view_add_event), (e_calendar_view_modify_and_send): * calendar/gui/e-cal-model-calendar.c: (ecmc_set_value_at): Strip alarms based on user's choice. * plugins/itip-formatter/itip-view.h: * plugins/itip-formatter/itip-view.c: (itip_view_set_show_keep_alarm_check), (itip_view_get_keep_alarm_check_state), (itip_view_set_show_inherit_alarm_check), (itip_view_get_inherit_alarm_check_state): New functions to new options to either inherit reminder from the incoming event or to preserve users reminders in already existing event in the calendar. * plugins/itip-formatter/itip-view.c: (struct _ItipViewPrivate), (alarm_check_toggled_cb), (itip_view_init): Properly initialize new option's members. * plugins/itip-formatter/itip-formatter.c: (find_cal_opened_cb), (update_item), (send_comp_to_attendee), (update_attendee_status), (send_item), (extract_itip_data), (view_response_cb), (format_itip_object): Setup new options based on the actual data. svn path=/trunk/; revision=37097
* | ** Fix for bug #208426Bharath Acharya2009-01-154-0/+1821
| | | | | | | | | | | | | | | | | | | | 2009-01-15 Bharath Acharya <abharath@novell.com> ** Fix for bug #208426 * configure.in: Added support for importing .pst files into Evolution. svn path=/trunk/; revision=37078
* | ** Fixes bug #567744Matthew Barnes2009-01-153-2/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 2009-01-14 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #567744 * plugins/groupwise-features/proxy-login-dialog.glade: * plugins/groupwise-features/proxy-listing.glade: Comment attribute in property tag should be plural. e.g. <property comments="..."> svn path=/trunk/; revision=37074
* | ** Fix for bug #567687Milan Crha2009-01-152-4/+9
| | | | | | | | | | | | | | | | | | | | | | | | 2009-01-14 Milan Crha <mcrha@redhat.com> ** Fix for bug #567687 * prefer-plain.c: (org_gnome_prefer_plain_multipart_alternative): Force text/html part only when choosing between text/plain and it. svn path=/trunk/; revision=37071
* | New convenience function calls gtk_show_uri() and displays an error dialogMatthew Barnes2009-01-112-6/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2009-01-11 Matthew Barnes <mbarnes@redhat.com> * e-util/e-util.c (e_show_uri): New convenience function calls gtk_show_uri() and displays an error dialog if the URI cannot be shown. * addressbook/gui/widgets/eab-contact-display.c (eab_uri_popup_link_open), (on_link_clicked): * calendar/gui/e-cal-component-preview (on_link_clicked): * calendar/gui/e-cal-component-memo-preview (on_link_clicked): * calendar/gui/e-memo-table.c (open_url_cb): * calendar/gui/dialogs/comp-editor.c (open_attachment): * composer/e-msg-composer.c (msg_composer_link_clicked): * mail/em-folder-view.c (emfv_format_link_clicked): * mail/em-popup.c (emp_uri_popup_link_open): * plugins/mailing-list-actions/mailing-list-actions.c (emla_list_action_do): * shell/e-shell-window-commands.c (command_open_faq): * widgets/misc/e-attachment-bar.c (eab_icon_clicked_cb): * widgets/misc/e-url-entry.c (button_clicked_cb): Call e_show_uri() instead of gnome_url_show(). * e-util/e-error.c (ee_response): Call e_display_help() instead of gnome_url_show(). * mail/em-config.c: * mail/em-menu.c: Remove unneeded #include <libgnome/gnome-url.h> svn path=/trunk/; revision=37037
* | Reviewed by Matthew Barnes <mbarnes@redhat.com>Takao Fujiwara2009-01-093-1/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2009-01-09 Takao Fujiwara <takao.fujiwara@sun.com> Reviewed by Matthew Barnes <mbarnes@redhat.com> ** Fix for bug #567129 * apps_evolution_email_custom_header.schemas.in: Add <default> tag in C locale to localize the value. * email-custom-header.c (epech_setup_widgets): Add gettext. svn path=/trunk/; revision=37022
* | ** Fix for bug bnc #435694Bharath Acharya2008-12-292-2/+9
| | | | | | | | | | | | | | | | | | | | | | 2008-12-29 Bharath Acharya <abharath@novell.com> ** Fix for bug bnc #435694 * mail-retract.c: (org_gnome_retract_message): Since we now add a bar, lets set the popup items right. svn path=/trunk/; revision=36941
* | ** Fix for bug #359010Milan Crha2008-12-162-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | 2008-12-16 Milan Crha <mcrha@redhat.com> ** Fix for bug #359010 * url-editor-dialog.c: (url_editor_dialog_new): Set title of the window based on the parameter/action. svn path=/trunk/; revision=36902
* | init the bogofilter if it wasn't. say that evolution's welcome message issrinivasa ragavan2008-12-153-1/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | 2008-12-15 srinivasa ragavan <sragavan@novell.com> * makefile.am: * bf-junk-filter.c: (init_db), (pipe_to_bogofilter): init the bogofilter if it wasn't. say that evolution's welcome message is not junk. svn path=/trunk/; revision=36883
* | Make the libgweather dependency optional, build the weather calendar setup ↵Suman Manjunath2008-12-102-2/+5
| | | | | | | | | | | | plugin by default and provide an option to disable it. svn path=/trunk/; revision=36860
* | ** Fix for bug #562990Milan Crha2008-12-082-4/+12
| | | | | | | | | | | | | | | | | | | | | | | | 2008-12-08 Milan Crha <mcrha@redhat.com> ** Fix for bug #562990 * caldav-source.c: (user_changed), (oge_caldav): Use 'username' property of the ESource to read/write user name, not the uri. svn path=/trunk/; revision=36850
* | Patch from Jennifer Newman <jennifer.newman@tufts.edu>: Fix for bug #549964 ↵Suman Manjunath2008-12-082-1/+7
| | | | | | | | | | | | (Fix for a few erroneous strings). svn path=/trunk/; revision=36845
* | ** Fix for bug #558498Bharath Acharya2008-12-083-1/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | 2008-12-08 Bharath Acharya <abharath@novell.com> ** Fix for bug #558498 * exchange-account-setup.c: (org_gnome_exchange_settings), (destroy_oof_data), (org_gnome_exchange_commit): * org-gnome-exchange-operations.error.xml:Check for the offline status before setting up the Exchange settings. svn path=/trunk/; revision=36842
* | ** Fixes bug #560420 (patch by hp@syntomax.com)Matthew Barnes2008-12-042-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-12-03 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #560420 (patch by hp@syntomax.com) * plugins/sa-junk-plugin/em-junk-filter.c (pipe_to_sa_full): spamc and spamassassin use error codes >= 64 to denote execution errors. Positive error codes < 64 means the message was identified as spam. svn path=/trunk/; revision=36828
* | ** Part of fix for bug #352287Milan Crha2008-12-033-110/+87
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-12-03 Milan Crha <mcrha@redhat.com> ** Part of fix for bug #352287 * calendar/gui/e-day-view-top-item.c: (e_day_view_top_item_draw_long_event): Draw top icons in full detail/color depth (for weather, for example). * plugins/calendar-weather/Makefile.am: Compile and link with libgweather. * plugins/calendar-weather/calendar-weather.c: (e_plugin_lib_enable), (selection_changed), (find_location_func), (find_location), (treeview_clicked), (create_source_selector), (build_location_path), (location_clicked), (e_calendar_weather_location): Use libgweather for weather calendar. Note: Requires eds revision at least 9793. svn path=/trunk/; revision=36827
* | ** Part of fix for bug #562228Milan Crha2008-12-022-2/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | 2008-12-02 Milan Crha <mcrha@redhat.com> ** Part of fix for bug #562228 * exchange-account-setup.c: (want_mailbox_toggled), (org_gnome_exchange_owa_url): Make it clearer the mailbox entry is optional. svn path=/trunk/; revision=36825
* | ** Part of fix for bug #503662Milan Crha2008-11-282-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | 2008-11-28 Milan Crha <mcrha@redhat.com> ** Part of fix for bug #503662 * caldav-source.c: (user_changed): Set NULL properly to protect against using already freed memory. svn path=/trunk/; revision=36821
* | ** Part of fix for bug #359745Milan Crha2008-11-283-12/+163
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-11-28 Milan Crha <mcrha@redhat.com> ** Part of fix for bug #359745 * caldav-source.c: (ensure_caldav_source_group), (e_plugin_lib_enable): Ensure source group for VTODO and VJOURNAL too. * caldav-source.c: (set_refresh_time), (get_refresh_minutes), (spin_changed), (option_changed), (oge_caldav): Be able to change refresh time for the CalDAV sources. * org-gnome-evolution-caldav.eplug.xml: Show CalDAV options under all the other standard options. Note: Requires at least eds revision 9781 (version 2.25.2, in configure.in already) svn path=/trunk/; revision=36820
* | Fix for bug #561467 - some changes in the core code needed for evolution-mapi.Suman Manjunath2008-11-282-0/+30
| | | | | | | | svn path=/trunk/; revision=36818
* | ** Fixes bug #552850Matthew Barnes2008-11-242-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | 2008-11-23 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #552850 * mail/evolution-mail.schemas.in: * plugins/folder-unsubscribe/org-gnome-mail-folder-unsubscribe.eplug.xml: Prefer the term "side bar" over "folder tree". svn path=/trunk/; revision=36810
* | ** Fix for bug bnc #446286Bharath Acharya2008-11-202-10/+7
| | | | | | | | | | | | | | | | | | | | | | 2008-11-20 Bharath Acharya <abharath@novell.com> ** Fix for bug bnc #446286 * status-track.c: (track_status): Remove the header check as we do a e_gw_connection_get_item for tracking the status. svn path=/trunk/; revision=36807
* | Fix compilation error.Srinivasa Ragavan2008-11-202-0/+6
| | | | | | | | | | | | | | | | 2008-11-19 Srinivasa Ragavan <sragavan@novell.com> * mail-notification.c: Fix compilation error. svn path=/trunk/; revision=36804
* | ** Fix for BNC bug #434320Srinivasa Ragavan2008-11-192-1/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | 2008-11-19 Srinivasa Ragavan <sragavan@novell.com> ** Fix for BNC bug #434320 * plugins/mail-notification/mail-notification.c: When the popup is clicked close the status icon. svn path=/trunk/; revision=36802
* | Fix for bug #440646 (bugzilla.novell.com) - Set the ESource color-spec for ↵Suman Manjunath2008-11-112-1/+8
| | | | | | | | | | | | proxy accounts in the correct format. svn path=/trunk/; revision=36772
* | Committing on behalf of Matthew Barnes <mbarnes@redhat.com>Matthew Barnes2008-11-072-4/+23
| | | | | | | | | | | | | | | | | | | | | | | | 2008-11-07 Matthew Barnes <mbarnes@redhat.com> ** Fix for bug #559518 * google-source.c: (retrieve_list_clicked), (retrieve_list_sensitize), (plugin_google): Desensitizes the button when the username field is blank. svn path=/trunk/; revision=36755
* | ** Fix for bug #557246Bharath Acharya2008-11-072-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | 2008-10-22 Bharath Acharya <abharath@novell.com> ** Fix for bug #557246 * exchange-folder.c: * (org_gnome_exchange_check_inbox_subscribed): Pop up the "Unsubscribe Folder" option only for the subscribed folders and not to the Other's folder hierarchy. svn path=/trunk/; revision=36748
* | #541121: itip-formatter: don't allow sending a response to meetingPatrick Ohly2008-11-072-1/+11
| | | | | | | | | | | | invitation replies svn path=/trunk/; revision=36747
* | ** Fix for bug #557726Bharath Acharya2008-11-062-0/+19
| | | | | | | | | | | | | | | | | | | | | | 2008-11-06 Bharath Acharya <abharath@novell.com> ** Fix for bug #557726 * google-contacts-source.c: (destroy_ui_data), (plugin_google_contacts): Destroy the widgets created by this group. svn path=/trunk/; revision=36745
* | Fix proxy login dialog missing artwork issueSankarasivasubramanian Pasupathilingam2008-11-042-1/+8
| | | | | | | | svn path=/trunk/; revision=36736
* | License Change from GPL to LGPLSankarasivasubramanian Pasupathilingam2008-11-032-20/+22
| | | | | | | | svn path=/trunk/; revision=36728
* | ** Fixes bug #558726 (patch by Frederic van Starbmann)Matthew Barnes2008-11-014-2/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-10-31 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #558726 (patch by Frederic van Starbmann) * mail/em-format-html.c (emfh_multipart_related_check): * plugins/mail-to-task/mail-to-task.c (do_mail_to_task): * plugins/plugin-manager/plugin-manager.c (eppm_enable_toggled): Fix several potential format string crashes. svn path=/trunk/; revision=36709
* | ** Fixes bug #549025Matthew Barnes2008-10-222-2/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-10-22 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #549025 * configure.in: Restrict libmono linkage to the mono plugin, so that downstream packagers can isolate the mono dependency to a subpackage. Add configuration summary lines indicating whether the Mono and Python bindings are enabled. * plugins/mono/Makefile.am: Add $(MONO_CFLAGS) and $(MONO_LIBS) explicitly. The mono plugin is the only module that should be linking against libmono. svn path=/trunk/; revision=36675
* | Milan Crha <mcrha@redhat.com> ** Fix for bug #514989 (Calculate tomorrow ↵Suman Manjunath2008-10-202-1/+8
| | | | | | | | | | | | from current time, not from the date to convert). svn path=/trunk/; revision=36655
* | Don't mix declarations and statements.Matthew Barnes2008-10-182-2/+6
| | | | | | | | | | | | | | | | | | | | 2008-10-17 Matthew Barnes <mbarnes@redhat.com> * plugins/groupwise-features/send-options.c (org_gnome_send-options): Don't mix declarations and statements. svn path=/trunk/; revision=36646
* | ** Fix for bug #556284Bharath Acharya2008-10-162-36/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-10-15 Bharath Acharya <abharath@novell.com> ** Fix for bug #556284 * templates.c: (reply_with_template), * (org_gnome_templates_popup), (action_template_cb): Fixes for fetching the store using mail_component_peek_local_store. Fixes the right-click crash issues caused on OS_WIN32 by Templates plugin. svn path=/trunk/; revision=36620
* | Change License from GPL to LGPLSankarasivasubramanian Pasupathilingam2008-10-142-10/+21
| | | | | | | | svn path=/trunk/; revision=36617
* | ** Fix for bug #550441Srinivasa Ragavan2008-10-142-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | 2008-10-14 Srinivasa Ragavan <sragavan@novell.com> ** Fix for bug #550441 * itip-formatter.c: (view_response_cb): Ignore if summary not there. svn path=/trunk/; revision=36614
* | Fix for bug #424818 (bugzilla.novell.com) - Integrate the ↵Suman Manjunath2008-10-136-216/+7
| | | | | | | | | | | | mark-calendar-offline plugin into the main code as we already have a similar per-calendar option which does the same thing. svn path=/trunk/; revision=36610