aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/google-account-setup/google-contacts-source.c
Commit message (Collapse)AuthorAgeFilesLines
* Coding style and whitespace cleanup.Matthew Barnes2011-01-301-3/+7
|
* Drop backward-compatibility cruft.Matthew Barnes2011-01-251-3/+0
|
* Bug #632176 - Force user name on Google calendar/address bookMilan Crha2010-11-091-2/+39
|
* Bug 632641 - Handle combo box text API going awayMatthias Clasen2010-10-211-5/+8
|
* Coding style cleanups.Matthew Barnes2010-09-131-1/+1
|
* Bug #360461 - Avoid markup in translatable messagesMilan Crha2010-04-231-1/+4
|
* Coding style and whitespace cleanup.Matthew Barnes2010-02-081-239/+242
|
* Fix excessive whitespace.Matthew Barnes2009-07-131-1/+0
|
* Prefer GLib basic types over C types.Matthew Barnes2009-05-291-12/+12
|
* Remove trailing whitespace, again.Matthew Barnes2009-05-291-1/+1
|
* Use new ESourceList API (simplifies code)Milan Crha2009-04-251-47/+2
| | | | ** Part of fix for bug #569652
* ** Fix for bug #574248Milan Crha2009-04-091-1/+1
| | | | | | | | | | | | | 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
* ** Fix for bug #559719Milan Crha2009-02-251-5/+17
| | | | | | | | | | | | | 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
* ** Fix for bug #539467Milan Crha2009-01-291-23/+51
| | | | | | | | | | | | | | | | | | | 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 #557726Bharath Acharya2008-11-061-0/+12
| | | | | | | | | | | 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
* License Change from GPL to LGPLSankarasivasubramanian Pasupathilingam2008-11-031-10/+11
| | | | svn path=/trunk/; revision=36728
* Add ssl toggle; synch UI for refreshin with the google calendar pluginJörgen Scheibengruber2008-08-141-43/+129
| | | | | | | | | | | | * google-contacts-source.c (on_ssl_cb_toggled), (seconds_to_interval), (interval_to_seconds), (on_interval_sb_value_changed), (on_interval_combo_changed), (plugin_google_contacts): Add ssl toggle; synch UI for refreshin with the google calendar plugin svn path=/trunk/; revision=35984
* ** Fixes bug #544860Matthew Barnes2008-08-021-0/+5
| | | | | | | | | | | | 2008-08-01 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #544860 * google-contacts-source.c (plugin_google_contacts): Add translator comments for split "update every" sentence. svn path=/trunk/; revision=35882
* Committing on behalf of Jörgen Scheibengruber <mfcn@gmx.de>Jörgen Scheibengruber2008-07-211-0/+264
2008-05-24 Jörgen Scheibengruber <mfcn@gmx.de> * Makefile.am: * google-contacts-source.c (ensure_google_contacts_source_group), (remove_google_contacts_source_group), (on_username_entry_changed), (on_update_cb_toggled), (on_interval_sb_value_changed), (plugin_google_contacts): * google-contacts-source.h: * google-source.c (e_plugin_lib_enable): * org-gnome-evolution-google.eplug.xml: Added a UI for the addressbook part svn path=/trunk/; revision=35797