aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/caldav
Commit message (Collapse)AuthorAgeFilesLines
* More whitespace cleanup.Matthew Barnes2011-01-311-1/+1
|
* Coding style and whitespace cleanup.Matthew Barnes2011-01-301-1/+3
|
* Dialogs no longer have separators.Matthew Barnes2011-01-251-1/+1
|
* Drop backward-compatibility cruft.Matthew Barnes2011-01-251-1/+0
|
* Bug #631568 - Scheduling Meetings with CalDAV calendarsMilan Crha2010-12-083-25/+206
|
* CalDAV plugin - use saved password, if available, for server browsingMilan Crha2010-12-041-4/+14
|
* Coding style and whitespace cleanups.Matthew Barnes2010-09-121-3/+3
|
* Coding style and whitespace cleanup.Matthew Barnes2010-05-021-6/+16
|
* Bug #360461 - Avoid markup in translatable messagesMilan Crha2010-04-231-1/+6
|
* 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
* Replace ESpinner with GtkSpinner.Matthew Barnes2010-04-081-2/+2
| | | | Also, bump our GTK+ requirement to 2.20.
* Generate ChangeLog files for tarball releases.Matthew Barnes2010-04-031-124/+0
| | | | Remove old ChangeLog files that predate our switch to git.
* 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
|
* Compiler and linker flag cleanups.Matthew Barnes2009-12-281-1/+2
|
* Coding style and whitespace cleanup.Matthew Barnes2009-12-201-3/+2
|
* Bug #359755 - Do not fetch content of a CalDAV calendar when given itMilan Crha2009-12-161-17/+62
|
* Bug #359755 - Support for CalDAV collectionsMilan Crha2009-12-084-9/+1436
|
* Bug 589153 - Use GtkBuilder instead of libgladeMatthew Barnes2009-11-171-1/+1
|
* Bug 596848 - Use per-target CPPFLAGS in automake filesH.Habighorst2009-10-011-8/+8
|
* 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
|
* Fix "make distcheck" errors and other build cleanups.Matthew Barnes2009-07-011-1/+1
|
* 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
|
* 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
|
* Store username in a source URL in CalDAVMilan Crha2009-04-282-1/+21
| | | | | | | | ** 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-252-31/+8
| | | | ** Part of fix for bug #569652
* GN-bug #572348 - Removed deprecated Gtk+ symbolsMilan Crha2009-04-242-32/+30
| | | | Some still left, because those gone in kill-bonobo branch.
* ** Fixes bug #572950Matthew Barnes2009-02-272-2/+9
| | | | | | | | | | | | | | | | | 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 #562990Milan Crha2008-12-082-4/+12
| | | | | | | | | | | | 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-282-1/+9
| | | | | | | | | | | | 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-283-12/+163
| | | | | | | | | | | | | | | | | | | 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-032-14/+20
| | | | | | More changes to come. svn path=/trunk/; revision=36247
* ** Fixes bug #546785Paul Bolle2008-08-082-1/+12
| | | | | | | | | | | | | | | | | | | 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
* ** Fixes bug #545568Matthew Barnes2008-07-312-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | 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
* 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-312-1/+6
| | | | 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
* ** Fix for bug #455799Hiroyuki Ikezoe2007-08-041-3/+0
| | | | | | | | | | | | 2007-08-04 Hiroyuki Ikezoe <poincare@ikezoe.net> ** Fix for bug #455799 Remove all .cvsignore and update svn:ignore porperty in whole directories. svn path=/trunk/; revision=33945
* ** Fixes part of bug #337616Matthew Barnes2007-05-132-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-05-12 Matthew Barnes <mbarnes@redhat.com> ** Fixes part of bug #337616 * Makefile.am: Add --disable-scrollkeeper to DISTCHECK_CONFIGURE_FLAGS. * addressbook/Makefile.am: * calendar/gui/Makefile.am: * mail/Makefile.am: * plugins/bogo-junk-plugins/Makefile.am: * plugins/default-mailer/Makefile.am: * shell/Makefile.am: Add $(schema_DATA) to DISTCLEANFILES. * plugins/bogo-junk-plugins/org-gnome-bogo-junk-plugin.eplug.in: Rename as org-gnome-bogo-junk-plugin.eplug.xml. * plugins/caldav/Makefile.am: * plugins/import-ics-attachments/Makefile.am: * plugins/publish-calendar/Makefile.am: Add "eplug" file to CLEANFILES. * plugins/mail-remote/Makefile.am: Add "eplug.xml" file to EXTRA_DIST. * po/POTFILES.in: Don't translate files we no longer ship. svn path=/trunk/; revision=33521
* Mark name and description for translation. Makefile.am: Rename the aboveKjartan Maraas2006-08-283-3/+9
| | | | | | | | | | 2006-08-28 Kjartan Maraas <kmaraas@gnome.org> * org-gnome-evolution-caldav.eplug.xml: Mark name and description for translation. Makefile.am: Rename the above from .in to .xml svn path=/trunk/; revision=32689
* Use NO_UNDEFINED.Tor Lillqvist2006-06-152-2/+4
| | | | | | | | 2006-06-15 Tor Lillqvist <tml@novell.com> * Makefile.am: Use NO_UNDEFINED. svn path=/trunk/; revision=32153
* Use SOEXT.Tor Lillqvist2006-06-152-1/+5
| | | | | | | | 2006-06-15 Tor Lillqvist <tml@novell.com> * org-gnome-evolution-caldav.eplug.in: Use SOEXT. svn path=/trunk/; revision=32151
* ** Fixes #333881 Set an empty string instead of null for a TEXT entry.Jeff Cai2006-03-282-1/+7
| | | | | | | | | | 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
* Fixes bug #328252Irene.Huang2006-02-222-0/+8
| | | | | | | | | | | 2006-02-22 Irene.Huang <Irene.Huang@sun.com> Fixes bug #328252 * Makefile.am: Add $(EVOLUTION_CALENDAR_LIBS) to liborg_gnome_evolution_caldav_la_LIBADD. svn path=/trunk/; revision=31562
* Make this place a bit more quietKjartan Maraas2006-01-281-0/+3
| | | | svn path=/trunk/; revision=31328
* 'Import' the CalDAV eplugin implementation into evolution. Please referHarish Krishnaswamy2006-01-164-0/+369
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