aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/google-account-setup/google-source.c
Commit message (Collapse)AuthorAgeFilesLines
* Bug #582780 - Use proxy in Google calendar setup pluginAlexander Klepikov2009-09-111-0/+20
|
* 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.
* Get the calendar-weather plugin working.Matthew Barnes2009-08-121-2/+2
|
* Merge commit 'EVOLUTION_2_27_5' into kill-bonoboMatthew Barnes2009-07-281-72/+151
|\
| * Bug #588856 - Migration code for Google by CalDAV calendarMilan Crha2009-07-171-12/+54
| |
| * Bug #583374 - Use CalDAV as Google's calendar backendMilan Crha2009-07-171-63/+103
| |
| * Fix excessive whitespace.Matthew Barnes2009-07-131-4/+0
| |
* | Fix excessive whitespace.Matthew Barnes2009-07-141-4/+0
|/
* 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).
* More code cleanup.Matthew Barnes2009-06-021-2/+2
|
* Whitespace cleanup.Matthew Barnes2009-05-291-1/+1
|
* Prefer GLib basic types over C types.Matthew Barnes2009-05-291-39/+39
|
* Remove trailing whitespace, again.Matthew Barnes2009-05-291-2/+2
|
* Use new ESourceList API (simplifies code)Milan Crha2009-04-251-1/+1
| | | | ** Part of fix for bug #569652
* GN-bug #572348 - Removed deprecated Gtk+ symbolsMilan Crha2009-04-241-35/+26
| | | | Some still left, because those gone in kill-bonobo branch.
* ** Fix for bug #574248Milan Crha2009-04-091-2/+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
* ** Fixes bug #578034Tobias Mueller2009-04-071-0/+1
| | | | | | | | | | | | 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 #539467Milan Crha2009-01-291-22/+3
| | | | | | | | | | | | | | | | | | | 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
* Committing on behalf of Matthew Barnes <mbarnes@redhat.com>Matthew Barnes2008-11-071-4/+15
| | | | | | | | | | | | 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
* License ChangesSankarasivasubramanian Pasupathilingam2008-08-271-13/+13
| | | | svn path=/trunk/; revision=36116
* ** Fix for bug #525555Milan Crha2008-08-201-58/+4
| | | | | | | | | | | | | 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
* ** Fix for bug #535745Milan Crha2008-08-071-17/+372
| | | | | | | | | | | | | | | | | | | | | 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
* Committing on behalf of Jörgen Scheibengruber <mfcn@gmx.de>Jörgen Scheibengruber2008-07-211-0/+5
| | | | | | | | | | | | | | | 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
* updated novell copyright notices (left others alone)Jeffrey Stedfast2008-06-211-1/+1
| | | | svn path=/trunk/; revision=35665
* ** Allow evolution to build with G_DISABLE_SINGLE_INCLUDES andMatthew Barnes2008-06-061-1/+2
| | | | | | | | | | 2008-06-06 Matthew Barnes <mbarnes@redhat.com> ** Allow evolution to build with G_DISABLE_SINGLE_INCLUDES and GTK_DISABLE_SINGLE_INCLUDES defined. (#536637) svn path=/trunk/; revision=35606
* Patch from Qin Kuangyu: Fix for bug #346555 (Fixed a couple of mnemonic ↵Suman Manjunath2008-03-311-1/+1
| | | | | | conflicts) svn path=/trunk/; revision=35288
* Patch from Nyall <nyall@zombiepigs.net>: Fix for bug #503954 (Accept custom ↵Suman Manjunath2007-12-231-1/+16
| | | | | | domain names while setting up a Google Calendar account) svn path=/trunk/; revision=34732
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-151-45/+45
| | | | | | | | | 2007-11-14 Matthew Barnes <mbarnes@redhat.com> ** Remove trailing whitespace from source code. svn path=/trunk/; revision=34537
* Every plugin should have a ChangeLog. Added.Sankar P2007-10-301-1/+9
| | | | | | | | | | | | | 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
* configure.in Initial commit for the Google Calendar Feature.Chenthill Palanisamy2007-10-231-0/+407
2007-10-23 Chenthill Palanisamy <pchenthill@novell.com> * configure.in * plugins/google-account-setup: Initial commit for the Google Calendar Feature. Committing on behalf of Ebby Wiselyn <ebbywiselyn@gmail.com>. svn path=/trunk/; revision=34413