aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/default-source/default-source.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove default-source plugin.Matthew Barnes2012-06-031-215/+0
| | | | Obsoleted by EBookSourceConfig and ECalSourceConfig.
* Adapt to libedataserver[ui] changes.Matthew Barnes2012-04-221-1/+1
|
* Miscellaneous cleanups from the account-mgmt branch.Matthew Barnes2011-09-271-3/+4
| | | | | Reducing diff noise so I can see important changes easier when comparing branches. A few API changes, but nothing that affects functionality.
* Bug #657386 - Changing default source doesn't unmark previous oneMilan Crha2011-09-071-11/+88
|
* Coding style and whitespace cleanup.Matthew Barnes2011-09-041-6/+12
|
* Do not use deprecated EBook/ECal APIMilan Crha2011-06-141-8/+8
|
* Bug #646109 - Fix use of include <config.h> to make sure translations workMilan Crha2011-05-271-0/+4
|
* Bug #610495 - Plugins should define e_plugin_lib_enableRoy Marples2010-04-271-0/+8
|
* Move some ESource-plugin common code to e-plugin-util.h/.cMilan Crha2010-02-041-61/+6
|
* Bug #373297 - Option for autocomplete in address book preferencesMilan Crha2009-10-151-2/+39
|
* Fix excessive whitespace.Matthew Barnes2009-07-131-2/+0
|
* Prefer GLib basic types over C types.Matthew Barnes2009-05-291-3/+3
|
* Remove trailing whitespace, again.Matthew Barnes2009-05-291-1/+1
|
* License changes. Changed license from GPL to LGPL.Sankarasivasubramanian Pasupathilingam2008-09-041-11/+12
| | | | | | More to come. svn path=/trunk/; revision=36255
* ** Fix for bug #448863Milan Crha2008-04-211-2/+17
| | | | | | | | | | | | | 2008-04-21 Milan Crha <mcrha@redhat.com> ** Fix for bug #448863 * default-source.c: (org_gnome_default_book), (get_calendar_option_caption), (org_gnome_default_cal): Use better description of the option based on source type. svn path=/trunk/; revision=35396
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-151-13/+13
| | | | | | | | | 2007-11-14 Matthew Barnes <mbarnes@redhat.com> ** Remove trailing whitespace from source code. svn path=/trunk/; revision=34537
* Fixes #330223Chenthill Palanisamy2007-09-101-2/+1
| | | | svn path=/trunk/; revision=34206
* 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 bug #419524Matthew Barnes2007-03-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | 2007-03-20 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #419524 * Include <glib/gi18n.h> instead of <libgnome/gnome-i18n.h>. * e-util/e-xml-utils.c (e_xml_get_child_by_name_by_lang_list): * mail/em-migrate.c (emm_setup_initial): * shell/e-component-registry.c (query_components): * shell/e-shell-settings-dialog.c (load_pages): * shell/e-shell-window-commands.c (command_quick_reference): * tools/killev.c (main): Use g_get_language_names() instead of gnome_i18n_get_language_list(). * e-util/e-util.c: Remove e_gettext(). * e-util/Makefile.am: Remove e-i18n.h. svn path=/trunk/; revision=33319
* adding mnemonic. Fixes bug 328151.Andre Klapper2006-02-121-2/+2
| | | | | | | 2006-02-11 Andre Klapper <a9016009@gmx.de> * default-source.c: adding mnemonic. Fixes bug 328151. svn path=/trunk/; revision=31486
* forward declare exported func.Not Zed2005-08-241-0/+1
| | | | | | | | 2005-08-23 Not Zed <NotZed@Ximian.com> * default-source.c: forward declare exported func. svn path=/trunk/; revision=30224
* Removed the extra space in "Mark as default folder".Chenthill Palanisamy2005-05-061-1/+1
| | | | | | | | | 2005-05-06 Chenthill Palanisamy <pchenthill@novell.com> * default-source.c: (org_gnome_default_book): Removed the extra space in "Mark as default folder". svn path=/trunk/; revision=29297
* intial commitSivaiah Nallagatla2005-01-211-0/+123
svn path=/trunk/; revision=28468