aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/google-account-setup/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* License ChangesSankarasivasubramanian Pasupathilingam2008-08-271-0/+6
| | | | svn path=/trunk/; revision=36116
* ** Fix for bug #525555Milan Crha2008-08-201-0/+8
| | | | | | | | | | | | | 2008-08-20 Milan Crha <mcrha@redhat.com> ** Fix for bug #525555 * google-source.c: (print_uri_noproto): Removed. * google-source.c: (user_changed): Do not leak. * google-source.c: (plugin_google): Get username from source, not URL. svn path=/trunk/; revision=36026
* Add ssl toggle; synch UI for refreshin with the google calendar pluginJörgen Scheibengruber2008-08-141-0/+9
| | | | | | | | | | | | * 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
* ** Fix for bug #535745Milan Crha2008-08-071-0/+11
| | | | | | | | | | | | | | | | | | | | | 2008-08-07 Milan Crha <mcrha@redhat.com> ** Fix for bug #535745 * configure.in: Require and link calendar libs with libgdata and libgdata-google. * plugins/google-account-setup/google-source.c: (sanitize_user_mail), (construct_default_uri), (is_default_uri), (init_combo_values), (user_changed), (cal_combo_changed), (claim_error), (retrieve_list_clicked), (plugin_google): New widgets and functionality to retrieve list of subscribed calendars from the Google account and let user choose which one would be shown. Note: Requires newer EDS, at least revision 9294. svn path=/trunk/; revision=35921
* ** Fixes bug #544860Matthew Barnes2008-08-021-0/+7
| | | | | | | | | | | | 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
* ** Fixes bug #545568Matthew Barnes2008-07-311-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | 2008-07-31 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #545568 * e-plugin.c (ep_load): Make sure system plugins are enabled on startup. * plugins/addressbook-file/org-gnome-addressbook-file.eplug.xml: * plugins/caldav/org-gnome-caldav.eplug.xml: * plugins/calendar-file/org-gnome-calendar-file.eplug.xml: * plugins/calendar-http/org-gnome-calendar-http.eplug.xml: * plugins/calendar-weather/org-gnome-calendar-weather.eplug.xml: * plugins/exchange-operations/org-gnome-exchange-operations.eplug.xml: * plugins/google-account-setup/org-gnome-evolution-google.eplug.xml: * plugins/groupwise-account-setup/org-gnome-gw-account-setup.eplug.xml: * plugins/hula-account-setup/org-gnome-hula-account-setup.eplug.xml: Add "system_plugin=true" so it's not shown in the Plugin Manager. These plugins are not designed to be disabled by the user. svn path=/trunk/; revision=35871
* Committing on behalf of Jörgen Scheibengruber <mfcn@gmx.de>Jörgen Scheibengruber2008-07-211-0/+12
| | | | | | | | | | | | | | | 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
* Patch from Qin Kuangyu: Fix for bug #346555 (Fixed a couple of mnemonic ↵Suman Manjunath2008-03-311-0/+7
| | | | | | conflicts) svn path=/trunk/; revision=35288
* Fix typo: s/EVOLUTION_CALENDAR_LIB1S/EVOLUTION_CALENDAR_LIBS/.Tor Lillqvist2008-01-281-0/+5
| | | | | | | | | | 2008-01-25 Tor Lillqvist <tml@novell.com> * Makefile.am (liborg_gnome_evolution_google_la_LIBADD): Fix typo: s/EVOLUTION_CALENDAR_LIB1S/EVOLUTION_CALENDAR_LIBS/. svn path=/trunk/; revision=34903
* Patch from Christian Krause <chkr@plauener.de>: Fix for bug #506772 ↵Suman Manjunath2008-01-071-1/+1
| | | | | | (Not-NULL check for a string array before finding its length), handle NULL filename strings before backup/restore/check operations in the backup-restore plugin. svn path=/trunk/; revision=34768
* Patch from Nyall <nyall@zombiepigs.net>: Fix for bug #503954 (Accept custom ↵Suman Manjunath2007-12-231-0/+7
| | | | | | domain names while setting up a Google Calendar account) svn path=/trunk/; revision=34732
* Every plugin should have a ChangeLog. Added.Sankar P2007-10-301-0/+8
2007-10-30 Sankar P <psankar@novell.com> * ChangeLog: Every plugin should have a ChangeLog. Added. * google-source.c: Commented an unused function. Marked Debug statements conditional. svn path=/trunk/; revision=34454