aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/google-account-setup
Commit message (Collapse)AuthorAgeFilesLines
* Bug #662589 - 'Retrieve List' for new Google calendar does not use proxyMilan Crha2011-11-021-1/+1
|
* Require libgdata >= 0.10.Matthew Barnes2011-10-131-9/+0
| | | | Drop all the backward-compatibility cruft.
* Simplify library dependency flags.Matthew Barnes2011-10-051-4/+2
| | | | | | | | | 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-042-31/+52
|
* Coding style and whitespace cleanup.Matthew Barnes2011-08-131-4/+8
|
* Use the same term 'Secure connection' everywhere instead of SSLAndre Klapper2011-07-281-1/+1
|
* Adapt to CamelSession and e-passwords changes.Matthew Barnes2011-07-041-1/+1
|
* Bug #652394 - Port google-account-setup plugin to libgdata 0.9.0Philip Withnall2011-06-141-0/+12
|
* Do not use deprecated EBook/ECal APIMilan Crha2011-06-141-3/+6
|
* Including <glib.h> directly is rarely needed.Matthew Barnes2011-05-282-2/+0
|
* Bug #646109 - Fix use of include <config.h> to make sure translations workMilan Crha2011-05-272-1/+4
|
* More whitespace cleanup.Matthew Barnes2011-01-311-1/+1
|
* 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-094-6/+64
|
* 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
|
* Fix migration event hook for google-account-setup and calendar-weather pluginsPhilip Withnall2010-04-211-1/+1
|
* Bug 583742 — Port to external libgdataPhilip Withnall2010-04-192-37/+42
| | | | | | Port Google account setup plugin to external libgdata. This drops the dependency on libgdata-1.2 from e-d-s, and add a dependency on the external libgdata >= 0.4.0. Closes: bgo#583742
* Use accessor functions instead direct access (GSEAL work)Javier Jardón2010-04-131-2/+2
| | | | | | | | | | | | | | | Still remaining: GtkAccessible::widget GtkAssistant::forward GtkAssistant::back GtkObject::flags GtkTreeStore::stamp The GtkAssistant fields are related to bug #596428. We don't need accessor functions so much as the enhancement described there implemented. https://bugzilla.gnome.org/show_bug.cgi?id=615613
* Generate ChangeLog files for tarball releases.Matthew Barnes2010-04-031-170/+0
| | | | Remove old ChangeLog files that predate our switch to git.
* Add more missing linker flags.Matthew Barnes2010-02-081-0/+1
|
* Coding style and whitespace cleanup.Matthew Barnes2010-02-081-239/+242
|
* Move some ESource-plugin common code to e-plugin-util.h/.cMilan Crha2010-02-042-138/+11
|
* Compiler and linker flag cleanups.Matthew Barnes2009-12-281-2/+4
|
* Bug 589153 - Use GtkBuilder instead of libgladeMatthew Barnes2009-11-171-1/+1
|
* Bug 596848 - Use per-target CPPFLAGS in automake filesH.Habighorst2009-10-011-6/+8
|
* 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
|
* Allow calendar to be written as a external app and split the huge .so toSrinivasa Ragavan2009-08-121-1/+1
| | | | a share private lib and component lib.
* Merge commit 'EVOLUTION_2_27_5' into kill-bonoboMatthew Barnes2009-07-283-75/+160
|\
| * 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
| |
| * Fix excessive whitespace.Matthew Barnes2009-07-132-5/+0
| |
* | Fix excessive whitespace.Matthew Barnes2009-07-142-5/+0
|/
* Use AM_CPPFLAGS instead of INCLUDE in all Makefile.am.Matthew Barnes2009-07-011-1/+1
|
* 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-292-51/+51
|
* Remove trailing whitespace, again.Matthew Barnes2009-05-293-4/+4
|
* Bug 523216 – User-oriented plugin descriptionsMatthew Barnes2009-05-221-2/+2
|
* Use Behdad's brilliant git.mk to generate .gitignore files.Matthew Barnes2009-05-021-0/+2
|
* Use new ESourceList API (simplifies code)Milan Crha2009-04-254-50/+16
| | | | ** Part of fix for bug #569652
* GN-bug #572348 - Removed deprecated Gtk+ symbolsMilan Crha2009-04-242-35/+32
| | | | 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
* ** Fixes bug #572950Matthew Barnes2009-02-272-3/+10
| | | | | | | | | | | | | | | | | 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
* ** Fix for bug #559719Milan Crha2009-02-252-5/+25
| | | | | | | | | | | | | 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-294-45/+67
| | | | | | | | | | | | | | | | | | | 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-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 #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
* License Change from GPL to LGPLSankarasivasubramanian Pasupathilingam2008-11-032-20/+22
| | | | svn path=/trunk/; revision=36728
* ** Fixes bug #553479Philip Withnall2008-09-242-1/+8
| | | | | | | | | | | | | | | | | | | | | | | 2008-09-24 Philip Withnall <philip@tecnocode.co.uk> ** Fixes bug #553479 * shell/shell.error.xml: * plugins/webdav-account-setup/webdav-contacts-source.c (plugin_webdav_contacts): * plugins/tnef-attachments/org-gnome-tnef-attachments.eplug.xml: * plugins/python/org-gnome-evolution-python.eplug.xml: * plugins/google-account-setup/org-gnome-evolution-google.eplug.xml: * plugins/audio-inline/org-gnome-audio-inline.eplug.xml: * mail/em-migrate.c (migrate_to_db): * mail/evolution-mail.schemas.in: * addressbook/gui/component/ldap-config.glade: String capitalisation improvements. svn path=/trunk/; revision=36439
* License ChangesSankarasivasubramanian Pasupathilingam2008-08-272-13/+19
| | | | svn path=/trunk/; revision=36116
* ** Fix for bug #525555Milan Crha2008-08-202-58/+12
| | | | | | | | | | | | | 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-142-43/+138
| | | | | | | | | | | | * 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-072-17/+383
| | | | | | | | | | | | | | | | | | | | | 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-022-0/+12
| | | | | | | | | | | | 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-312-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | 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-216-4/+324
| | | | | | | | | | | | | | | 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-312-1/+8
| | | | | | conflicts) svn path=/trunk/; revision=35288
* Fix typo: s/EVOLUTION_CALENDAR_LIB1S/EVOLUTION_CALENDAR_LIBS/.Tor Lillqvist2008-01-282-1/+6
| | | | | | | | | | 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-232-1/+23
| | | | | | 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-302-1/+17
| | | | | | | | | | | | | 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-233-0/+445
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