aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/caldav/caldav-source.c
Commit message (Collapse)AuthorAgeFilesLines
* Bug #631568 - Scheduling Meetings with CalDAV calendarsMilan Crha2010-12-081-8/+32
|
* Coding style and whitespace cleanup.Matthew Barnes2010-05-021-6/+16
|
* Use accessor functions instead direct access (GSEAL work)Javier Jardón2010-04-131-1/+5
| | | | | | | | | | | | | | | 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
* Fix some dead assignments.Matthew Barnes2010-02-081-2/+2
|
* Move some ESource-plugin common code to e-plugin-util.h/.cMilan Crha2010-02-041-318/+47
|
* Bug #359755 - Support for CalDAV collectionsMilan Crha2009-12-081-0/+47
|
* 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-141-1/+0
|
* More code cleanup.Matthew Barnes2009-06-021-1/+1
|
* Prefer GLib basic types over C types.Matthew Barnes2009-05-271-24/+24
|
* Remove trailing whitespace, again.Matthew Barnes2009-05-271-1/+1
|
* Bug #578335 - CalDAV - replace '@' in username to "%40"Milan Crha2009-05-251-9/+46
|
* Store username in a source URL in CalDAVMilan Crha2009-04-281-1/+13
| | | | | | | | ** Fix for bug #578335 * caldav-source.c: (user_changed), (location_changed): Revert part of bug #562990, as EPassword requires username as part of an URL to store passwords properly to a keyring.
* Use new ESourceList API (simplifies code)Milan Crha2009-04-251-31/+1
| | | | ** Part of fix for bug #569652
* GN-bug #572348 - Removed deprecated Gtk+ symbolsMilan Crha2009-04-241-32/+24
| | | | Some still left, because those gone in kill-bonobo branch.
* ** Fix for bug #562990Milan Crha2008-12-081-4/+5
| | | | | | | | | | | | 2008-12-08 Milan Crha <mcrha@redhat.com> ** Fix for bug #562990 * caldav-source.c: (user_changed), (oge_caldav): Use 'username' property of the ESource to read/write user name, not the uri. svn path=/trunk/; revision=36850
* ** Part of fix for bug #503662Milan Crha2008-11-281-1/+2
| | | | | | | | | | | | 2008-11-28 Milan Crha <mcrha@redhat.com> ** Part of fix for bug #503662 * caldav-source.c: (user_changed): Set NULL properly to protect against using already freed memory. svn path=/trunk/; revision=36821
* ** Part of fix for bug #359745Milan Crha2008-11-281-11/+150
| | | | | | | | | | | | | | | | | | | 2008-11-28 Milan Crha <mcrha@redhat.com> ** Part of fix for bug #359745 * caldav-source.c: (ensure_caldav_source_group), (e_plugin_lib_enable): Ensure source group for VTODO and VJOURNAL too. * caldav-source.c: (set_refresh_time), (get_refresh_minutes), (spin_changed), (option_changed), (oge_caldav): Be able to change refresh time for the CalDAV sources. * org-gnome-evolution-caldav.eplug.xml: Show CalDAV options under all the other standard options. Note: Requires at least eds revision 9781 (version 2.25.2, in configure.in already) svn path=/trunk/; revision=36820
* Change License from GPL to LGPL. 2nd batch.Sankarasivasubramanian Pasupathilingam2008-09-031-14/+14
| | | | | | More changes to come. svn path=/trunk/; revision=36247
* ** Fixes bug #546785Paul Bolle2008-08-081-1/+3
| | | | | | | | | | | | | | | | | | | 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
* updated novell copyright notices (left others alone)Jeffrey Stedfast2008-06-211-1/+1
| | | | svn path=/trunk/; revision=35665
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-151-43/+43
| | | | | | | | | 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-311-1/+1
| | | | svn path=/trunk/; revision=34458
* Update FSF address in header comments (#469886). Patch from TobiasMatthew Barnes2007-09-021-1/+1
| | | | | | | | | | 2007-09-02 Matthew Barnes <mbarnes@redhat.com> * Update FSF address in header comments (#469886). Patch from Tobias Mueller. svn path=/trunk/; revision=34151
* ** Fixes #333881 Set an empty string instead of null for a TEXT entry.Jeff Cai2006-03-281-1/+1
| | | | | | | | | | 2006-03-28 Jeff Cai <jeff.cai@sun.com> ** Fixes #333881 * caldav-source.c: (oge_caldav): Set an empty string instead of null for a TEXT entry. svn path=/trunk/; revision=31749
* 'Import' the CalDAV eplugin implementation into evolution. Please referHarish Krishnaswamy2006-01-161-0/+311
2006-01-16 Harish Krishnaswamy <kharish@novell.com> * caldav*: 'Import' the CalDAV eplugin implementation into evolution. Please refer evolution-caldav module in cvs.gnome.org for prior Change history. svn path=/trunk/; revision=31208