aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mono
Commit message (Collapse)AuthorAgeFilesLines
* Use AM_CPPFLAGS instead of INCLUDE in all Makefile.am.Matthew Barnes2009-07-011-1/+1
|
* Bug 586332 - Build error (long gint)Matthew Barnes2009-06-191-1/+1
|
* More code cleanup.Matthew Barnes2009-06-021-2/+2
|
* Prefer GLib basic types over C types.Matthew Barnes2009-05-292-15/+15
|
* Remove trailing whitespace, again.Matthew Barnes2009-05-292-5/+5
|
* Bug 523216 – User-oriented plugin descriptionsMatthew Barnes2009-05-221-2/+1
|
* Use Behdad's brilliant git.mk to generate .gitignore files.Matthew Barnes2009-05-021-0/+2
|
* Include <mono/metadata/mono-config.h> to fix an ↵Suman Manjunath2009-02-052-0/+6
| | | | | | implicit-function-declaration compiler warning. svn path=/trunk/; revision=37225
* Include <mono/metadata/threads.h> to fix an implicit-function-declaration ↵Suman Manjunath2009-01-282-0/+6
| | | | | | compiler warning. svn path=/trunk/; revision=37144
* ** Fixes bug #549025Matthew Barnes2008-10-222-2/+12
| | | | | | | | | | | | | | | | | | | 2008-10-22 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #549025 * configure.in: Restrict libmono linkage to the mono plugin, so that downstream packagers can isolate the mono dependency to a subpackage. Add configuration summary lines indicating whether the Mono and Python bindings are enabled. * plugins/mono/Makefile.am: Add $(MONO_CFLAGS) and $(MONO_LIBS) explicitly. The mono plugin is the only module that should be linking against libmono. svn path=/trunk/; revision=36675
* Change License from GPL to LGPL. 2nd batch.Sankarasivasubramanian Pasupathilingam2008-09-032-0/+26
| | | | | | More changes to come. svn path=/trunk/; revision=36247
* License ChangesSankarasivasubramanian Pasupathilingam2008-08-272-0/+29
| | | | svn path=/trunk/; revision=36116
* Mono Loader Camel.cs: Type cast. Fixes compile error.Johnny Jacob2008-04-012-12/+16
| | | | svn path=/trunk/; revision=35295
* - Use Plugin load levels. Mono loader should load and register the typeSankar P2008-03-193-16/+38
| | | | | | | | | | | | | | | 2008-03-19 Sankar P <psankar@novell.com> * mono-plugin.c: (epm_invoke), (load_plugin_type_register_function): * org-gnome-evolution-mono.eplug.xml: - Use Plugin load levels. Mono loader should load and register the type "mono", before a plugin of type "mono" is loaded. svn path=/trunk/; revision=35218
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-151-2/+2
| | | | | | | | | 2007-11-14 Matthew Barnes <mbarnes@redhat.com> ** Remove trailing whitespace from source code. svn path=/trunk/; revision=34537
* ** Fixes bug #469657Matthew Barnes2007-10-022-2/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-10-02 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #469657 * addressbook/importers/evolution-ldif-importer.c: * calendar/gui/comp-editor-factory.c: * composer/e-msg-composer.c: * e-util/e-config-listener.c: * mail/em-composer-prefs.c: * mail/em-folder-tree-model.c: * mail/em-format.c: * mail/em-format-html.c: * mail/em-migrate.c: * mail/em-subscribe-editor.c: * mail/mail-component.c: * mail/mail-send-recv.c: * mail/message-list.c: * mail/importers/elm-importer.c: * plugins/exchange-operations/exchange-folder-size-display.c: * plugins/mono/mono-plugin.c: * shell/e-shell-settings-dialog.c: * tools/killev.c: * widgets/table/e-table-extras.c: * widgets/table/e-table-selection-model.c: Use destroy functions in GHashTables to simplify memory management. svn path=/trunk/; revision=34344
* ** 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
* Committed on behalf of Gilles Dartiguelongue <dartigug@esiee.fr>Sankar P2007-04-022-1/+9
| | | | | | | | | | | | | 2007-04-02 Sankar P <psankar@novell.com> * Committed on behalf of Gilles Dartiguelongue <dartigug@esiee.fr> Code Cleanup. Fixes part of #301149 svn path=/trunk/; revision=33354
* Make this place a bit more quietKjartan Maraas2006-01-281-0/+3
| | | | svn path=/trunk/; revision=31328
* Drop unused inclusion of <dirent.h>.Tor Lillqvist2005-12-182-1/+4
| | | | | | | | 2005-12-17 Tor Lillqvist <tml@novell.com> * mono-plugin.c: Drop unused inclusion of <dirent.h>. svn path=/trunk/; revision=30846
* ** See #308117.Not Zed2005-08-222-0/+8
| | | | | | | | | | 2005-08-19 Not Zed <NotZed@Ximian.com> ** See #308117. * Makefile.am: link to proper libraries. svn path=/trunk/; revision=30185
* +2005-06-16 Harish Krishnaswamy <kharish@novell.com>Harish Krishnaswamy2005-06-162-1/+6
| | | | | | | | | | | * configure.in : add mono to the plugins list * data/evolution.desktop.in.in : Fix for#307176 (patch from Andre Klapper) correct the version of evolution-data-server. * plugins/mono/Makefile.am : mono-plugin.h should be included in the sources too. svn path=/trunk/; revision=29518
* implement the mono loader as a plugin itself.Not Zed2005-05-255-0/+264
| | | | | | | | 2005-05-25 Not Zed <NotZed@Ximian.com> * mono-plugin.c: implement the mono loader as a plugin itself. svn path=/trunk/; revision=29411
* added initial e_error wrapper.Not Zed2005-05-173-40/+86
| | | | | | | | | | 2005-05-17 Not Zed <NotZed@Ximian.com> * Evolution.cs: added initial e_error wrapper. * Camel.cs: added multipart & contenttype wrappers. svn path=/trunk/; revision=29376
* Initial work on hand-bindings for mono pluginsMichael Zucci2005-05-173-0/+1397
svn path=/trunk/; revision=29375