aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/hula-account-setup
Commit message (Collapse)AuthorAgeFilesLines
* Use Behdad's brilliant git.mk to generate .gitignore files.Matthew Barnes2009-05-021-0/+2
|
* Change License from GPL to LGPL. 2nd batch.Sankarasivasubramanian Pasupathilingam2008-09-032-15/+20
| | | | | | More changes to come. svn path=/trunk/; revision=36247
* License ChangesSankarasivasubramanian Pasupathilingam2008-08-273-35/+37
| | | | svn path=/trunk/; revision=36116
* ** 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
* updated novell copyright notices (left others alone)Jeffrey Stedfast2008-06-213-3/+3
| | | | svn path=/trunk/; revision=35665
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-153-96/+96
| | | | | | | | | 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-022-2/+2
| | | | | | | | | | 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
* Don't assume the relative URI is non-NULL (#427232).Matthew Barnes2007-05-262-23/+25
| | | | | | | | | | | | | | | | | | | | | | | | 2007-05-25 Matthew Barnes <mbarnes@redhat.com> * addressbook/gui/component/addressbook-component.c (ensure_sources): * addressbook/gui/component/addressbook-migrate.c (ensure_sources): * calendar/gui/migration.c (create_calendar_sources), (create_task_sources), (create_memo_sources): * calendar/gui/tasks-component.c (ensure_sources): * calendar/gui/calendar-component.c (ensure_sources): * calendar/gui/memos-component.c (ensure_sources): * plugins/hula-account-setup/camel-hula-listener.c (remove_esource), (modify_esource): * plugins/groupwise-account-setup/camel-gw-listener.c (remove_esource), (modify_esource): Don't assume the relative URI is non-NULL (#427232). * plugins/exchange-operations/exchange-config-listener.c (exchange_add_autocompletion_folders): Don't assume the absolute URI is non-NULL (#427232). svn path=/trunk/; revision=33577
* Chain up to parent's finalize() method.Matthew Barnes2006-09-192-0/+7
| | | | | | | | | 2006-09-18 Matthew Barnes <mbarnes@redhat.com> * camel-hula-listener.c: (finalize) Chain up to parent's finalize() method. svn path=/trunk/; revision=32786
* Make this place a bit more quietKjartan Maraas2006-01-283-18/+35
| | | | svn path=/trunk/; revision=31328
* use libedataserver/e-account-list.h instead of e-util/e-account-list.h.Simon Zheng2006-01-063-2/+9
| | | | | | | | | | | 2006-01-06 Simon Zheng <simon.zheng@sun.com> * camel-hula-listener.c: * camel-hula-listener.h: use libedataserver/e-account-list.h instead of e-util/e-account-list.h. use libedataserver/e-account.h instead of e-util/e-account.h. svn path=/trunk/; revision=31079
* Fix make-clean issues.Harish Krishnaswamy2005-12-122-0/+7
| | | | | | | | 2005-12-12 Harish Krishnaswamy <kharish@novell.com> * Makefile.am: Fix make-clean issues. svn path=/trunk/; revision=30750
* Mark various plugins translatable.Funda Wang2005-12-072-1/+5
| | | | svn path=/trunk/; revision=30733
* Fixed a stupid typo.Harish Krishnaswamy2005-11-151-1/+1
| | | | | | | | 2005-11-14 Harish Krishnaswamy <kharish@novell.com> Fixed a stupid typo. svn path=/trunk/; revision=30615
* Hula Account setup - initial commits.Harish Krishnaswamy2005-11-156-0/+777
2005-11-14 Harish Krishnaswamy <kharish@novell.com> * Makefile.am, camel-hula-listener.[ch], hula-account-setup.c, org-gnome-evolution-hula-account-setup.eplug.xml: Hula Account setup - initial commits. svn path=/trunk/; revision=30609