aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/default-source
Commit message (Collapse)AuthorAgeFilesLines
* Simplify library dependency flags.Matthew Barnes2011-10-051-6/+3
| | | | | | | | | 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.
* 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-072-11/+89
|
* 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
|
* Generate ChangeLog files for tarball releases.Matthew Barnes2010-04-031-80/+0
| | | | Remove old ChangeLog files that predate our switch to git.
* Move some ESource-plugin common code to e-plugin-util.h/.cMilan Crha2010-02-042-61/+7
|
* Compiler and linker flag cleanups.Matthew Barnes2009-12-281-1/+3
|
* Bug #373297 - Option for autocomplete in address book preferencesMilan Crha2009-10-152-2/+43
|
* Bug 596848 - Use per-target CPPFLAGS in automake filesH.Habighorst2009-10-011-7/+9
|
* Fix excessive whitespace.Matthew Barnes2009-07-131-2/+0
|
* Use AM_CPPFLAGS instead of INCLUDE in all Makefile.am.Matthew Barnes2009-07-011-1/+1
|
* Prefer GLib basic types over C types.Matthew Barnes2009-05-291-3/+3
|
* Remove trailing whitespace, again.Matthew Barnes2009-05-291-1/+1
|
* Bug 523216 – User-oriented plugin descriptionsMatthew Barnes2009-05-221-1/+1
|
* Use Behdad's brilliant git.mk to generate .gitignore files.Matthew Barnes2009-05-021-0/+2
|
* License changes. Changed license from GPL to LGPL.Sankarasivasubramanian Pasupathilingam2008-09-042-11/+18
| | | | | | More to come. svn path=/trunk/; revision=36255
* ** Fix for bug #534762Philip Withnall2008-08-272-1/+8
| | | | | | | | | | | 2008-08-27 Philip Withnall <philip@tecnocode.co.uk> ** Fix for bug #534762 Change "addressbook" to "address book" in translatable strings. svn path=/trunk/; revision=36117
* ** Fix for bug #448863Milan Crha2008-04-212-2/+25
| | | | | | | | | | | | | 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-102-2/+8
| | | | 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
* ** 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 bug #419524Matthew Barnes2007-03-212-1/+7
| | | | | | | | | | | | | | | | | | | | | | | 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
* Fix typo. Fixes #363999.Priit Laes2006-10-222-1/+5
| | | | | | | 2006-10-21 Priit Laes <amd@store20.com> * org-gnome-default-source.eplug.xml: Fix typo. Fixes #363999. svn path=/trunk/; revision=32926
* adding mnemonic. Fixes bug 328151.Andre Klapper2006-02-122-2/+6
| | | | | | | 2006-02-11 Andre Klapper <a9016009@gmx.de> * default-source.c: adding mnemonic. Fixes bug 328151. svn path=/trunk/; revision=31486
* Make this place a bit more quietKjartan Maraas2006-01-281-0/+3
| | | | svn path=/trunk/; revision=31328
* Mark vairous plugins as translatable (bug#301149).Funda Wang2005-12-253-1/+5
| | | | svn path=/trunk/; revision=30950
* 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-2/+6
| | | | svn path=/trunk/; revision=30733
* forward declare exported func.Not Zed2005-08-242-0/+5
| | | | | | | | 2005-08-23 Not Zed <NotZed@Ximian.com> * default-source.c: forward declare exported func. svn path=/trunk/; revision=30224
* Use SOEXT.Tor Lillqvist2005-08-102-1/+5
| | | | | | | | 2005-08-10 Tor Lillqvist <tml@novell.com> * org-gnome-default-source.eplug.in: Use SOEXT. svn path=/trunk/; revision=30056
* Use NO_UNDEFINED. Link with more libraries.Tor Lillqvist2005-06-272-2/+11
| | | | | | | | 2005-06-27 Tor Lillqvist <tml@novell.com> * */Makefile.am: Use NO_UNDEFINED. Link with more libraries. svn path=/trunk/; revision=29593
* Removed the extra space in "Mark as default folder".Chenthill Palanisamy2005-05-062-1/+6
| | | | | | | | | 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
* clean up author/descriptions for various plugins.Björn Torkelsson2005-02-252-0/+6
| | | | | | | | 2005-02-24 Björn Torkelsson <torkel@acc.umu.se> * clean up author/descriptions for various plugins. svn path=/trunk/; revision=28889
* intial commitSivaiah Nallagatla2005-01-214-0/+177
svn path=/trunk/; revision=28468