aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/bbdb
Commit message (Collapse)AuthorAgeFilesLines
* Rename libcomposer to libevolution-mail-composer.Matthew Barnes2013-05-281-1/+1
| | | | | | To make Evolution's shared libraries more consistent. Also add an evolution-mail-composer documentation module.
* Rename libeshell to libevolution-shell.Matthew Barnes2013-05-281-1/+1
| | | | | | To make Evolution's shared libraries more consistent. Also rename the documentation module to evolution-shell.
* Rename libeutil to libevolution-util.Matthew Barnes2013-05-281-2/+2
| | | | | | To make Evolution's shared libraries more consistent. Also rename the documentation module to evolution-util.
* Bug 696175 - bbdb: Blocks main thread when obtaining an EBookClientMatthew Barnes2013-04-143-53/+46
|
* bbdb plugin cleanups.Matthew Barnes2013-04-143-173/+138
|
* Use EClientComboBox where appropriate.Matthew Barnes2013-03-021-1/+6
| | | | Basically any place where we use both EClient and ESourceComboBox.
* Use e_book_client_connect().Matthew Barnes2013-01-303-42/+4
| | | | Instead of e_client_utils_open_new() and e_book_client_new().
* Bump GDK_VERSION_MIN_REQUIRED to GDK_VERSION_3_2.Matthew Barnes2013-01-201-7/+7
| | | | | Clean up resulting deprecation warnings, which were all related to GtkOrientable consolidation (e.g. gtk_hbox_new() -> gtk_box_new()).
* Avoid deprecated libedataserver APIs.Matthew Barnes2013-01-152-6/+15
| | | | I forgot to include this in 3.7.4, but no matter.
* Move the contact map widgets to addressbook/gui/widgets.Matthew Barnes2012-12-131-2/+0
| | | | | | | | | | | | Move the supporting widgets for the contact maps feature alongside EABContactDisplay. Removing them from libeutil helps isolate our usage of libchamplain so it's not imposed on the entire application, and even 3rd party software. That libchamplain is an optional dependency only further complicates the matter. Ideally I'd like to somehow isolate this feature in an extension module, but we currently lack sufficient hooks for such an extension. So this arrangement will have to suffice for now.
* Consolidate base utility libraries into libeutil.Matthew Barnes2012-12-133-9/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Evolution consists of entirely too many small utility libraries, which increases linking and loading time, places a burden on higher layers of the application (e.g. modules) which has to remember to link to all the small in-tree utility libraries, and makes it difficult to generate API documentation for these utility libraries in one Gtk-Doc module. Merge the following utility libraries under the umbrella of libeutil, and enforce a single-include policy on libeutil so we can reorganize the files as desired without disrupting its pseudo-public API. libemail-utils/libemail-utils.la libevolution-utils/libevolution-utils.la filter/libfilter.la widgets/e-timezone-dialog/libetimezonedialog.la widgets/menus/libmenus.la widgets/misc/libemiscwidgets.la widgets/table/libetable.la widgets/text/libetext.la This also merges libedataserverui from the Evolution-Data-Server module, since Evolution is its only consumer nowadays, and I'd like to make some improvements to those APIs without concern for backward-compatibility. And finally, start a Gtk-Doc module for libeutil. It's going to be a project just getting all the symbols _listed_ much less _documented_. But the skeletal structure is in place and I'm off to a good start.
* Coding style and whitespace cleanup.Matthew Barnes2012-11-111-8/+11
|
* Replace deprecated GLib symbols (as of GLib 2.34.x)Milan Crha2012-11-062-2/+8
|
* Coding style and whitespace cleanup.Matthew Barnes2012-08-202-14/+14
|
* Adapt to single-include E-D-S libraries.Matthew Barnes2012-06-043-9/+3
|
* Adapt bbdb plugin to new ESource API.Matthew Barnes2012-06-032-93/+56
|
* Adapt to libedataserver[ui] changes.Matthew Barnes2012-04-221-23/+45
|
* Add missing linker flags.Matthew Barnes2012-03-041-0/+1
|
* Move EAlert* and e-xml-utils references from other part of the code to ↵Srinivasa Ragavan2012-03-031-1/+1
| | | | libevolution-utils.
* Coding style and whitespace cleanup.Matthew Barnes2012-02-202-8/+24
|
* Bug #666341 - [bbdb] Invalid free in bbdb_do_itMilan Crha2011-12-161-1/+0
|
* Tweak GSettings schemas.Matthew Barnes2011-11-231-1/+1
| | | | | | | | - Don't use the term "eplugin" for modules. - Use the term "plugin" instead of "eplugin" for plugins. - Split SpamAssassin settings into a separate schema.
* Port autocontacts plugin to GSettingsRodrigo Moya2011-11-183-103/+83
|
* Simplify library dependency flags.Matthew Barnes2011-10-051-4/+5
| | | | | | | | | We have a confusing array of nearly-identical CFLAGS/LIBS definitions in configure.ac. Time to simplify. Instead let's just have one definition that includes all the libraries provided by Evolution-Data-Server (incl. Camel). That, in combination with GNOME_PLATFORM, gives us most of what we need for compliation and linking, and we can sprinkle definitions for additional library dependencies in Makefile.am's as needed.
* Coding style and whitespace cleanup.Matthew Barnes2011-09-043-23/+43
|
* Coding style and whitespace cleanup.Matthew Barnes2011-08-131-10/+18
|
* Bug #655492 - Move 'Automatic contacts' tab to 'Contacts' partMilan Crha2011-08-092-6/+6
|
* Do not use deprecated EBook/ECal APIMilan Crha2011-06-143-85/+87
|
* Coding style and whitespace cleanups.Matthew Barnes2011-06-091-6/+17
|
* Including <glib.h> directly is rarely needed.Matthew Barnes2011-05-281-1/+0
|
* Bug #646109 - Fix use of include <config.h> to make sure translations workMilan Crha2011-05-271-0/+4
|
* Coding style and whitespace cleanup.Matthew Barnes2011-05-221-3/+6
|
* Coding style cleanups.Matthew Barnes2011-05-092-8/+8
|
* Bug #634387 - Crash in bbdb_sync_buddy_list_in_threadMilan Crha2010-11-261-2/+5
|
* Coding style and whitespace cleanups.Matthew Barnes2010-09-121-1/+1
|
* Bug #626579 - [bbdb] Crash in free_gaim_body() (gaimbuddies.c)Milan Crha2010-09-101-9/+6
|
* Giant leap towards GSEAL compliance.Matthew Barnes2010-04-081-3/+3
|
* Generate ChangeLog files for tarball releases.Matthew Barnes2010-04-031-347/+0
| | | | Remove old ChangeLog files that predate our switch to git.
* Only #include Camel's top-level header.Matthew Barnes2010-04-031-1/+0
|
* More build fixes.Matthew Barnes2010-04-011-7/+19
|
* Bug 611883 - Missing mnemonic in automatic contacts tabMatthew Barnes2010-03-281-1/+1
|
* Alter UI conditional syntax to be more familiar cpp style, whichMichael Meeks2010-03-231-0/+1
| | | | avoids the need for intltool changes.
* Coding style and whitespace cleanup.Matthew Barnes2010-01-312-23/+23
|
* Bug #603480 - [bbdb] Traverse lists in destinations properlyMilan Crha2010-01-191-5/+21
|
* Bug #603480 - [bbdb] Crash on unref of uninitialized memoryMilan Crha2010-01-191-6/+7
| | | | after address book error
* Remove dead assignments found by clang.Matthew Barnes2010-01-161-3/+2
|
* Coding style and whitespace cleanup.Matthew Barnes2010-01-051-4/+12
|
* Compiler and linker flag cleanups.Matthew Barnes2009-12-281-1/+3
|
* Bug #557505 - [bbdb] hangs and is unresponsiveMilan Crha2009-11-043-58/+229
| | | | Reverted some parts of bug #599199 and did the same differently
* Bug #599199 - Hangs regularly when synchro with pidgin is activatedMilan Crha2009-10-273-35/+41
| | | | | | | The sync is done only once on idle after start. The method of checking for buddy list changes is done by md5 checksum now, as the pidgin start/stop changed file time, which was the old method of detecting changes. Also not using getenv("HOME"), but g_get_home_dir() instead.
* Bug 596848 - Use per-target CPPFLAGS in automake filesH.Habighorst2009-10-011-6/+10
|
* Simplify EPlugin loading at startup.Matthew Barnes2009-08-301-2/+2
| | | | | | | | | | | | | - Require all EPlugin and EPluginHook subtypes be registered before loading plugins. This drastically simplifies the EPlugin/EPluginHook negotiation. - Turn most EPluginHook subtypes into GTypeModules and register their types from an e_module_load() function (does not include shell hooks). - Convert EPluginLib and the Mono and Python bindings to GTypeModules and register their types from an e_module_load() function, and kill EPluginTypeHook.
* Fix excessive whitespace.Matthew Barnes2009-07-143-6/+0
|
* Fix merge issues in EMAccountEditor.Matthew Barnes2009-07-021-22/+22
|
* Merge branch 'master' into kill-bonoboMatthew Barnes2009-07-011-0/+7
|\
| * Use AM_CPPFLAGS instead of INCLUDE in all Makefile.am.Matthew Barnes2009-07-011-1/+1
| |
| * Add libraries to LIBADD so that -no-undefined on win32 works well.Fridrich Strba2009-06-041-1/+9
| |
| * Whitespace cleanup.Matthew Barnes2009-05-292-4/+4
| |
| * Prefer GLib basic types over C types.Matthew Barnes2009-05-294-57/+57
| |
| * Remove trailing whitespace, again.Matthew Barnes2009-05-294-6/+6
| |
| * 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.
* | Fix "make distcheck" errors and other build cleanups.Matthew Barnes2009-07-011-1/+1
| |
* | Whitespace cleanup.Matthew Barnes2009-05-292-4/+4
| |
* | 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.
* | Prefer GLib basic types over C types.Matthew Barnes2009-05-274-57/+57
| |
* | Merge branch 'master' into kill-bonoboMatthew Barnes2009-05-274-12/+7
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-274-7/+7
| |/
| * Fix compiler warnings in plugins.Matthew Barnes2009-05-272-5/+0
| |
* | Merge branch 'master' into kill-bonoboMatthew Barnes2009-05-221-1/+3
|\| | | | | | | | | | | | | | | | | 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
| * Bug 523216 – User-oriented plugin descriptionsMatthew Barnes2009-05-221-1/+3
| |
* | Use -no-undefined on Linux tooMilan Crha2009-05-201-0/+3
|/ | | | | There still left two things opened, search for KILL-BONOBO to find them. One is in calendar's Makefile.am, one in composer.
* Add -I$(top_srcdir)/widgets to a bunch of plugins.Matthew Barnes2009-05-051-0/+1
|
* 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: 573830 - g_timeout_add_seconds should be preferred to g_timeout_addMarcel Stimberg2009-05-042-2/+2
| | | | | | 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.
* Use Behdad's brilliant git.mk to generate .gitignore files.Matthew Barnes2009-05-021-0/+2
|
* ** Fix for bug #553527Milan Crha2008-10-012-13/+106
| | | | | | | | | | | | | 2008-10-01 Milan Crha <mcrha@redhat.com> ** Fix for bug #553527 * bbdb.c: (struct todo_struct), (free_todo_struct), (bbdb_do_in_thread), (bbdb_do_thread), (bbdb_handle_reply): Do the EBook work in a separate thread to have better performance on reply with slow address books. svn path=/trunk/; revision=36518
* ** Fix for bug #497928Milan Crha2008-09-292-4/+9
| | | | | | | | | | | | 2008-09-29 Milan Crha <mcrha@redhat.com> ** Fix for bug #497928 * bbdb.c: (source_changed_cb), (gaim_source_changed_cb): Set URI to empty string when user deletes previously selected source. svn path=/trunk/; revision=36469
* Change license from GPL to LGPLSankarasivasubramanian Pasupathilingam2008-09-192-25/+20
| | | | svn path=/trunk/; revision=36381
* Change License from GPL to LGPL. 2nd batch.Sankarasivasubramanian Pasupathilingam2008-09-032-20/+22
| | | | | | More changes to come. svn path=/trunk/; revision=36247
* ** Fix for bug #534762Philip Withnall2008-08-273-2/+10
| | | | | | | | | | | 2008-08-27 Philip Withnall <philip@tecnocode.co.uk> ** Fix for bug #534762 Change "addressbook" to "address book" in translatable strings. svn path=/trunk/; revision=36117
* License ChangesSankarasivasubramanian Pasupathilingam2008-08-273-0/+47
| | | | svn path=/trunk/; revision=36116
* Use NO_UNDEFINED. Link with more libraries. To generate dlls on Windows.Bharath Acharya2008-08-122-1/+9
| | | | | | | | | | 2008-08-12 Bharath Acharya <abharath@novell.com> * Makefile.am: Use NO_UNDEFINED. Link with more libraries. To generate dlls on Windows. svn path=/trunk/; revision=35960
* ** Fixes bug #546785Paul Bolle2008-08-082-1/+12
| | | | | | | | | | | | | | | | | | | 2008-08-07 Paul Bolle <pebolle@tiscali.nl> ** Fixes bug #546785 * plugins/bbdb/bbdb.c: (e_plugin_lib_enable): The bbdb plugin is noisy when enabled: "BBDB spinning up..." Make this plugin just as polite as google-account-setup. * plugins/caldav/caldav-source.c: (e_plugin_lib_enable): The caldav plugin is noisy when enabled: "CalDAV Eplugin starting up ..." Make this plugin just as polite as google-account-setup. svn path=/trunk/; revision=35928
* ** See bug #504417Lucian Langa2008-07-282-2/+8
| | | | | | | | | | 2008-07-28 Lucian Langa <lucilanga@gnome.org> ** See bug #504417 * bbdb.c: - Preferences window cut off svn path=/trunk/; revision=35846
* updated novell copyright notices (left others alone)Jeffrey Stedfast2008-06-212-2/+2
| | | | svn path=/trunk/; revision=35665
* ** Fix for bug #496402Milan Crha2008-01-112-22/+68
| | | | | | | | | | | | | 2008-01-10 Milan Crha <mcrha@redhat.com> ** Fix for bug #496402 * gaimbuddies.c: (parse_buddy_group), (get_all_blocked), (bbdb_get_gaim_buddy_list), (free_gaim_body), (free_buddy_list), (parse_buddy_group): Do not synchronize blocked bodies from pidgin. svn path=/trunk/; revision=34795
* ** Fix for bug #502914Milan Crha2008-01-022-1/+7
| | | | | | | | | | | 2008-01-02 Milan Crha <mcrha@redhat.com> ** Fix for bug #502914 * bbdb.c: (enable_toggled_cb): Do not write NULL into gconf. svn path=/trunk/; revision=34747
* ** Fix for bug #391062Srinivasa Ragavan2007-12-032-1/+16
| | | | | | | | * bbdb.c: (bbdb_open_addressbook): Dont add contacts, if it is enabled to do so. svn path=/trunk/; revision=34626
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-153-22/+22
| | | | | | | | | 2007-11-14 Matthew Barnes <mbarnes@redhat.com> ** Remove trailing whitespace from source code. svn path=/trunk/; revision=34537
* Fix warnings from sparse and gccKjartan Maraas2007-10-312-1/+6
| | | | svn path=/trunk/; revision=34458
* ** Fixes part of bug #417999Matthew Barnes2007-10-233-25/+117
| | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-10-22 Matthew Barnes <mbarnes@redhat.com> ** Fixes part of bug #417999 * addressbook/gui/contact-editor/contact-editor.glade: * addressbook/gui/contact-editor/e-contact-editor.c: * addressbook/gui/contact-editor/e-contact-quick-add.c: * addressbook/gui/contact-list-editor/contact-list-editor.c: * addressbook/gui/contact-list-editor/contact-list-editor.glade: * calendar/gui/dialogs/event-page.c: * calendar/gui/dialogs/event-page.glade: * calendar/gui/dialogs/memo-page.c: * calendar/gui/dialogs/memo-page.glade: * calendar/gui/dialogs/task-page.c: * calendar/gui/dialogs/task-page.glade: * calendar/gui/e-itip-control.c: * plugins/bbdb/bbdb.c: * plugins/bbdb/gaimbuddies.c: * plugins/itip-formatter/itip-view.c: * widgets/misc/e-pilot-settings.c: Use ESourceComboBox instead of ESourceOptionMenu (deprecated). svn path=/trunk/; revision=34408
* ** Fixes bug #437579Matthew Barnes2007-10-103-3/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-10-09 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #437579 * addressbook/conduit/address-conduit.c: * addressbook/gui/component/addressbook-config.c: * addressbook/gui/contact-editor/e-contact-editor.c: * addressbook/gui/widgets/eab-gui-util.c: * calendar/conduits/calendar/calendar-conduit.c: * calendar/conduits/memo/memo-conduit.c: * calendar/conduits/todo/todo-conduit.c: * calendar/gui/dialogs/alarm-dialog.c: * calendar/gui/dialogs/event-page.c: * calendar/gui/dialogs/memo-page.c: * calendar/gui/dialogs/task-page.c: * calendar/gui/e-day-view-layout.c: * calendar/gui/e-day-view-layout.h: * calendar/gui/print.c: * e-util/e-pilot-map.c: * e-util/e-plugin.c: * e-util/e-profile-event.c: * e-util/e-signature.c: * filter/filter-file.c: * mail/e-searching-tokenizer.c: * mail/em-folder-browser.c: * mail/em-format-html.c: * mail/em-format-view.c: * mail/em-format.c: * mail/em-mailer-prefs.c: * mail/em-mailer-prefs.h: * mail/mail-session.c: * mail/mail-session.h: * mail/mail-vfolder.c: * mail/message-list.c: * plugins/bbdb/bbdb.c: * plugins/bbdb/gaimbuddies.c: * plugins/calendar-http/calendar-http.c: * plugins/exchange-operations/exchange-user-dialog.c: * plugins/face/face.c: * shell/e-shell-window.c: * shell/e-shell.c: * smime/lib/e-cert-db.c: * tools/killev.c: * widgets/misc/e-cursors.c: * widgets/misc/e-spinner.c: * widgets/misc/e-unicode.c: * widgets/table/e-table-field-chooser-item.c: * widgets/table/e-table-header-item.c: * widgets/table/e-table-header-item.h: * widgets/table/e-table-header-utils.c: * widgets/table/e-table.c: * widgets/text/e-text.c: Fix various compiler warnings. Patch from Milan Crha. svn path=/trunk/; revision=34368
* Use consistent terminology for mail messages (#480621).Matthew Barnes2007-09-282-1/+6
| | | | | | | | | | | | | | | | | 2007-09-27 Matthew Barnes <mbarnes@redhat.com> * mail/em-account-editor.c: * mail/evolution-mail.schemas.in: * mail/mail-config.glade: * plugins/bbdb/bbdb.c (bbdb_page_factory): * plugins/bogo-junk-plugin/bf-junk-filter.c: * plugins/face/org-gnome-face-eplug.xml: * plugins/new-mail-notify/org-gnome-new-mail-notify.eplug.xml: * plugins/print-message/org-gnome-print-message.eplug.xml: Use consistent terminology for mail messages (#480621). svn path=/trunk/; revision=34326
* 2007-08-24 Suman Manjunath Fix for bug #440807Milan Crha2007-08-243-10/+20
| | | | svn path=/trunk/; revision=34096
* Committed on behalf of Diego Escalante Urrelo <diegoe@gnome.org>Sankar P2007-08-063-16/+14
| | | | | | | | | | | | | | | | | 2007-08-06 Sankar P <psankar@novell.com> * Committed on behalf of Diego Escalante Urrelo <diegoe@gnome.org> * bbdb.c: (bbdb_timeout), (bbdb_open_addressbook): * gaimbuddies.c: (bbdb_sync_buddy_list_check): "Synchronize now" should work even if periodic checking is not enabled. Fixes bug #377309 svn path=/trunk/; revision=33957
* ** Fix for bug #455799Hiroyuki Ikezoe2007-08-041-4/+0
| | | | | | | | | | | | 2007-08-04 Hiroyuki Ikezoe <poincare@ikezoe.net> ** Fix for bug #455799 Remove all .cvsignore and update svn:ignore porperty in whole directories. svn path=/trunk/; revision=33945
* ** Fix for bug #334140Srinivasa Ragavan2007-07-012-0/+18
| | | | svn path=/trunk/; revision=33733
* Fix for bug #437584Srinivasa Ragavan2007-06-182-4/+9
| | | | svn path=/trunk/; revision=33697
* ** Fix for bug #414195 from Loïc MinierSrinivasa Ragavan2007-05-142-0/+7
| | | | svn path=/trunk/; revision=33533
* Bug 437584 – Compilation warning in evolution's plugins folderSankarasivasubramanian Pasupathilingam2007-05-112-11/+18
| | | | svn path=/trunk/; revision=33507
* Committed on behalf of Gilles Dartiguelongue <dartigug@esiee.fr>Sankar P2007-04-022-1/+9
| | | | | | | | | | | | | 2007-04-02 Sankar P <psankar@novell.com> * Committed on behalf of Gilles Dartiguelongue <dartigug@esiee.fr> Code Cleanup. Fixes part of #301149 svn path=/trunk/; revision=33354
* Fix "incompatible pointer type" warnings (#360619).Matthew Barnes2007-03-302-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-03-29 Matthew Barnes <mbarnes@redhat.com> * calendar/gui/e-day-view.c: * calendar/gui/e-week-view.c: * calendar/gui/tasks-control.c: * composer/e-msg-composer-select-file.c: * mail/em-account-editor.c: * mail/em-folder-view.c: * mail/em-format-html-display.c: * mail/em-format-html.c: * mail/em-format.h: * mail/em-mailer-prefs.c: * mail/em-vfolder-rule.c: * mail/mail-ops.c: * mail/mail-send-recv.c: * mail/message-list.c: * plugins/bbdb/gaimbuddies.c: * plugins/itip-formatter/itip-formatter.c: * plugins/save-calendar/save-calendar.c: * shell/e-shell-window.c: * widgets/misc/e-icon-entry.c: * widgets/table/e-table-header-utils.c: * widgets/table/e-table-item.c: * widgets/table/e-tree-header-item.c: * widgets/table/e-tree-table-adapter.c: Fix "incompatible pointer type" warnings (#360619). svn path=/trunk/; revision=33339
* ** Fixes bug #419524Matthew Barnes2007-03-213-2/+8
| | | | | | | | | | | | | | | | | | | | | | | 2007-03-20 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #419524 * Include <glib/gi18n.h> instead of <libgnome/gnome-i18n.h>. * e-util/e-xml-utils.c (e_xml_get_child_by_name_by_lang_list): * mail/em-migrate.c (emm_setup_initial): * shell/e-component-registry.c (query_components): * shell/e-shell-settings-dialog.c (load_pages): * shell/e-shell-window-commands.c (command_quick_reference): * tools/killev.c (main): Use g_get_language_names() instead of gnome_i18n_get_language_list(). * e-util/e-util.c: Remove e_gettext(). * e-util/Makefile.am: Remove e-i18n.h. svn path=/trunk/; revision=33319
* Don't leak the file path here.Kjartan Maraas2006-08-182-0/+8
| | | | | | | | | 2006-08-17 Kjartan Maraas <kmaraas@gnome.org> * gaimbuddies.c: (bbdb_sync_buddy_list_check): Don't leak the file path here. svn path=/trunk/; revision=32573
* Plug a couple leaks.Kjartan Maraas2006-08-172-1/+10
| | | | | | | | | 2006-08-17 Kjartan Maraas <kmaraas@gnome.org> * bbdb.c: (bbdb_open_addressbook), (create_addressbook_option_menu): Plug a couple leaks. svn path=/trunk/; revision=32560
* Fix for some bugs in gaim synchronization and automatic contacts.Devashish Sharma2006-08-032-1/+20
| | | | svn path=/trunk/; revision=32467
* Added support for gadu gadu im in contact entry.Devashish Sharma2006-07-241-0/+2
| | | | svn path=/trunk/; revision=32407
* [addressbook]Ross Burton2006-07-192-1/+8
| | | | | | | | | | | | | | | | | | | 2006-07-18 Ross Burton <ross@openedhand.com> * addressbook/gui/contact-editor/e-contact-editor.c: * addressbook/gui/contact-list-editor/e-contact-list-editor.c: * addressbook/gui/widgets/eab-contact-display.c: Fix for EContactPhoto changes. Partially fixed by Hiroyuki Ikezoe <poincare@ikezoe.net>, finished by myself. (#347870). [plugins/bbdb] 2006-07-18 Ross Burton <ross@openedhand.com> * gaimbuddies.c: Fix for EContactPhoto change. Partially fixed by Hiroyuki Ikezoe <poincare@ikezoe.net>, rest by me. (#347870) svn path=/trunk/; revision=32343
* Marking two strings for translation that were accidentally not marked.Andre Klapper2006-07-122-2/+7
| | | | | | | | | 2006-07-12 Andre Klapper <a9016009@gmx.de> * bbdb.c: Marking two strings for translation that were accidentally not marked. Fixes bug #347312. svn path=/trunk/; revision=32296
* Another typo fix from gfree to g_free.Andre Klapper2006-02-142-1/+5
| | | | | | | 2006-02-14 Andre Klapper <a9016009@gmx.de> * bbdb.c (bbdb_page_factory): Another typo fix from gfree to g_free. svn path=/trunk/; revision=31521
* A typo fix from gfree to g_free.Veerapuram Varadhan2006-02-142-1/+5
| | | | | | * bbdb.c (bbdb_page_factory): A typo fix from gfree to g_free. svn path=/trunk/; revision=31520
* Removing unnecessary markup in translateable string.Karsten Bräckelmann2006-02-132-2/+13
| | | | svn path=/trunk/; revision=31494
* Added an option to select a different addressbook for gaim buddies. Earlier ↵Devashish Sharma2006-01-234-16/+61
| | | | | | it used the same addressbook as that used by Automatic Contacts. svn path=/trunk/; revision=31277
* plugins/prefer-plain/org-gnome-prefer-plain.eplug.xml changed "mails" toAndre Klapper2006-01-202-1/+6
| | | | | | | | | | | 2006-01-19 Andre Klapper <a9016009@gmx.de> * plugins/bbdb/org-gnome-evolution-bbdb.eplug.xml: * plugins/exchange-operations/org-gnome-exchange-operations.error.xml: * plugins/prefer-plain/org-gnome-prefer-plain.eplug.xml changed "mails" to "mail", "emails" or "messages". Fixes bug 325569. svn path=/trunk/; revision=31244
* Fixing several typos and harmonizing capital/small letters. PartiallyAndre Klapper2005-12-311-0/+5
| | | | | | | | | 2005-12-30 Andre Klapper <a9016009@gmx.de> * org-gnome-evolution-bbdb.eplug.xml: Fixing several typos and harmonizing capital/small letters. Partially fixes bug 306117. svn path=/trunk/; revision=30987
* Fixing several typos and harmonizing capital/small letters. PartiallyAndre Klapper2005-12-301-1/+1
| | | | | | | | | | | | | 2005-12-30 Andre Klapper <a9016009@gmx.de> * evolution/plugins/exchange-operations/org-gnome-exchange-operations.error.xml, evolution/plugins/groupwise-features/properties.glade, evolution/plugins/bbdb/org-gnome-evolution-bbdb.eplug.xml, evolution/plugins/plugin-manager/org-gnome-plugin-manager.eplug.xml, evolution/ui/evolution-calendar.xml org-gnome-evolution-startup-wizard.eplug.xml, evolution/mail/mail.error.xml: Fixing several typos and harmonizing capital/small letters. Partially fixes bug 306117. svn path=/trunk/; revision=30972
* Not skipping the entries which have only e-mail id and not name.Sushma Rai2005-09-282-7/+19
| | | | | | Fixes #303286. svn path=/trunk/; revision=30387
* check for NULL before using the address. **Fixes bugs like #274544Vivek Jain2005-07-282-15/+27
| | | | | | | | | | 2005-07-28 Vivek Jain <jvivek@novell.com> * bbdb.c:(bbdb_handle_reply):check for NULL before using the address. **Fixes bugs like #274544 svn path=/trunk/; revision=29913
* Retired GAL from Head. The relevant files have moved inside evolution.Kaushal Kumar2005-06-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2005-06-17 Kaushal Kumar <kakumar@novell.com> * Retired GAL from Head. The relevant files have moved inside evolution. Thanks to JP Rosevear for performing the cvs surgery. The files have been moved in the following order. evolution/e-util <- gal/gal/util evolution/a11y <- gal/gal/a11y evolution/a11y/e-table <- gal/gal/a11y/e-table evolution/a11y/e-text <- gal/gal/a11y/e-text evolution/widgets/table <- gal/gal/e-table evolution/widgets/text <- gal/gal/e-text evolution/widgets/misc <- gal/gal/widgets evolution/widgets/misc/pixmaps <- gal/gal/widgets/pixmaps evolution/widgets/menus <- gal/gal/menus Following is the summary of changes done to fix the build:- - New files added to cvs repository, - a11y/e-table/Makefile.am - a11y/e-text/Makefile.am - widgets/table/Makefile.am - widgets/text/Makefile.am - widgets/misc/pixmaps/Makefile.am - iconv-detect.h - iconv-detect.c - Updated configure.in. - Updated all the relevant Makefile.am files. - Updated the include paths to replace all gal references. - Updated the marshal list to suit gal files requirements. svn path=/trunk/; revision=29522
* Fixed built_sources && cleanfiles for generated filesMichael Zucci2005-05-122-0/+7
| | | | svn path=/trunk/; revision=29327
* fix names so that intltool will parse as xmlMichael Zucci2005-05-063-4/+9
| | | | | | | remove use of e-error-tool tag xml for translations where appropriate svn path=/trunk/; revision=29304
* Checking for the NULL query, also fixed some other minor issues. Fixes #74366Sushma Rai2005-04-112-11/+27
| | | | svn path=/trunk/; revision=29202
* noop if we can't open the book/we're disabled.Not Zed2005-04-062-0/+7
| | | | | | | | | 2005-04-05 Not Zed <NotZed@Ximian.com> * bbdb.c (bbdb_handle_reply): noop if we can't open the book/we're disabled. svn path=/trunk/; revision=29162
* Missing logJP Rosevear2005-02-071-0/+4
| | | | svn path=/trunk/; revision=28731
* specify idJP Rosevear2005-02-071-1/+1
| | | | | | | | 2005-02-07 JP Rosevear <jpr@novell.com> * org-gnome-evolution-bbdb.eplug.in: specify id svn path=/trunk/; revision=28730
* initialize GError* to NULL Fixes #71512Sivaiah Nallagatla2005-02-013-2/+10
| | | | | | | | | | | | 2005-01-31 Sivaiah Nallagatla <snallagatla@novell.com> * gaimbuddies.c (bbdb_sync_buddy_list) : initialize GError* to NULL Fixes #71512 * bbdb.c (bbdb_open_addressbook) : ditto svn path=/trunk/; revision=28636
* Check the buddy account name, not alias. Duh. (free_contact_list):Nat Friedman2005-01-232-17/+10
| | | | | | | | | | 2005-01-22 Nat Friedman <nat@novell.com> * gaimbuddies.c (im_list_contains_buddy): Check the buddy account name, not alias. Duh. (free_contact_list): Removed. svn path=/trunk/; revision=28511
* Changes to take advantage of Siva's performance improvements to theNat Friedman2005-01-133-50/+54
| | | | | | | | | | | | | | | | | Changes to take advantage of Siva's performance improvements to the addressbook search API. 2005-01-13 Nat Friedman <nat@novell.com> * gaimbuddies.c (bbdb_sync_buddy_list_check): Remove some debug printfs. (bbdb_sync_buddy_list): Do not query for the IM name, which is slow. Instead, query by alias and only commit the contact if we have changes for it. (bbdb_merge_buddy_to_contact): Return a boolean indicating whether we dirtied the contact or not. svn path=/trunk/; revision=28392
* Reformatted the description.Nat Friedman2005-01-092-4/+5
| | | | | | | | 2005-01-08 Nat Friedman <nat@novell.com> * org-gnome-evolution-bbdb.eplug.in: Reformatted the description. svn path=/trunk/; revision=28294
* Add description and author fields. Change name.Nat Friedman2004-11-032-2/+17
| | | | | | | | | 004-11-03 Nat Friedman <nat@novell.com> * org-gnome-evolution-bbdb.eplug.in: Add description and author fields. Change name. svn path=/trunk/; revision=27814
* Dist .eplug.in filesJP Rosevear2004-11-022-0/+6
| | | | svn path=/trunk/; revision=27781
* list bbdb.h as a source so it gets distedJP Rosevear2004-11-022-1/+5
| | | | | | | | 2004-11-01 JP Rosevear <jpr@novell.com> * Makefile.am: list bbdb.h as a source so it gets disted svn path=/trunk/; revision=27780
* Softly now.Nat Friedman2004-10-291-0/+1
| | | | svn path=/trunk/; revision=27762
* Re-enable BBDB.Nat Friedman2004-10-291-6/+0
| | | | svn path=/trunk/; revision=27761
* Don't build the test-evobuddy program.Nat Friedman2004-10-291-3/+3
| | | | svn path=/trunk/; revision=27760
* Use _with_mnemonic for the button.Nat Friedman2004-10-273-2/+8
| | | | | | | | | | 2004-10-27 Nat Friedman <nat@novell.com> * bbdb.c (bbdb_page_factory): Use _with_mnemonic for the button. * Makefile.am: Don't build the test program by default. svn path=/trunk/; revision=27736
* Sync the Gaim buddy list. Set a timer to check for Gaim buddy list chnagesNat Friedman2004-10-266-38/+685
| | | | | | | | | | | | | | | | | | | | | | | 2004-10-25 Nat Friedman <nat@novell.com> * bbdb.c (e_plugin_lib_enable): Sync the Gaim buddy list. Set a timer to check for Gaim buddy list chnages to sync. (bbdb_do_it): Free some memory we were leaking before. (bbdb_open_addressbook): New function for Gaim buddy list support. (bbdb_check_gaim_enabled): Likewise. (enable_gaim_toggled_cb): Likewise. (synchronize_button_clicked_cb): Likewise. (bbdb_page_factory): Added UI for Gaim buddy list sync support. * gaimbuddies.c: New file, contains routines to synchronize IM information and buddy icons from a Gaim buddy list. * bbdb.h: New file, contains shared macros and prototypes. * test-evobuddy.c (main): New function, tests a gaim buddy list sync. svn path=/trunk/; revision=27723
* Change assertions to if statements, so as not to issue warnings in theNat Friedman2004-10-233-9/+28
| | | | | | | | | | | 2004-10-23 Nat Friedman <nat@novell.com> * bbdb.c (bbdb_do_it): Change assertions to if statements, so as not to issue warnings in the case of routine failures (name is NULL). Don't add an email to a contact if the appropriate contact is ambiguous. svn path=/trunk/; revision=27703
* Added the bbdb plugin.Nat Friedman2004-10-225-0/+367
2004-10-22 Nat Friedman <nat@novell.com> * configure.in: Added the bbdb plugin. Man, hacking is fun. svn path=/trunk/; revision=27690