Commit Graph

12 Commits

Author SHA1 Message Date
0252395e8e No more experimental plugins.
We don't have any experimental plugins left.  Remove the slot for it in
configure.ac so we don't pick up anymore.  EPlugin is deprecated anyway.
2012-06-18 11:04:04 -04:00
e48aee61c9 Rework optional plugin detection to fix distcheck. 2009-09-23 16:41:27 -04:00
32f545cdf0 Simplify EPlugin loading at startup.
- 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.
2009-08-29 17:23:20 -04:00
504642b798 Use Behdad's brilliant git.mk to generate .gitignore files. 2009-05-03 12:47:34 -04:00
f999857658 plugins/Makefile.am (DIST_SUBDIRS): Add python loader to DIST.
svn path=/trunk/; revision=35643
2008-06-16 12:09:08 +00:00
bf41adb22c Fix to build in Suse 93
svn path=/trunk/; revision=30765
2005-12-13 13:44:30 +00:00
20af9f76e1 Remove groupwise-features plugin as it is already listed as a base plugin
2005-07-12  Harish Krishnaswamy  <kharish@novell.com>

* plugins/Makefile.am : Remove groupwise-features
plugin as it is already listed as a base plugin

svn path=/trunk/; revision=29739
2005-07-12 09:44:54 +00:00
c52fbd0f99 Removed unneeded files
svn path=/trunk/; revision=29496
2005-06-13 11:11:36 +00:00
d88e794ded Add profiler so that it gets disted properly
2005-05-13  Rodney Dawes  <dobey@novell.com>

	* plugins/Makefile.am (DIST_SUBDIRS): Add profiler so that it gets
	disted properly

2005-05-13  Rodney Dawes  <dobey@novell.com>

	* Makefile.am: Add new em-folder-utils.[ch] abstraction

	* em-folder-browser.c: Update for new menu layout
	Add new methods to handle the actions that were previously only
	available from the context menu when right-clicking on a folder

	* em-folder-selector.c (emfs_response): Just call emfu_folder_create
	if the user wants to create a new folder in the selector dialog
	(em_folder_selector_get_selected_path): Clean up the code to fix a
	couple potential crashes

	* em-folder-tree.[ch]: Add methods to get pointers to a CamelFolder or
	CamelFolderInfo object for the selected item in the tree
	Add a method to get a pointer to an EMFolderTreeModelStoreInfo object
	for the selected store in the tree
	Move folder operations out into em-folder-utils.[ch] so that they
	are abstracted from the tree and can be used by methods other than
	the internal context menu

	* em-folder-utils.[ch]: Move the folder operations code to here

	* em-folder-view.c: Update for the new menu layout
	Fix Mark as Read/Unread in the context menu to only show up in the list

	* mail-component.c (create_item): Just call emfu_folder_create here
	when the user requests to create a new folder from the New toolbar item

2005-05-13  Rodney Dawes  <dobey@novell.com>

	* org-gnome-mailing-list-actions.xml: Update for the new menu layout

2005-05-13  Rodney Dawes  <dobey@novell.com>

	* org-gnome-plugin-manager.xml: Update for new menu layout

2005-05-13  Rodney Dawes  <dobey@novell.com>

	* org-gnome-save-attachments.xml: Update for new menu layout

2005-05-13  Rodney Dawes  <dobey@novell.com>

	* e-shell-window.c (setup_widgets): Update for the new menu layout by
	putting the "component" switching items under the "Tools" menu

2005-05-13  Rodney Dawes  <dobey@novell.com>

	* *.xml: Update to the new menu layout

2005-05-13  Rodney Dawes  <dobey@novell.com>

	* e-filter-bar.[ch]: Update for the new menu layout

svn path=/trunk/; revision=29354
2005-05-13 21:29:28 +00:00
7cb4234412 bump version, requires
2005-02-28  JP Rosevear  <jpr@novell.com>

	* configure.in: bump version, requires

svn path=/trunk/; revision=28926
2005-03-01 06:15:33 +00:00
6e0ede767d Add AC_SUBST for plugins_base also
2004-11-09  Rodney Dawes  <dobey@novell.com>

	* configure.in: Add AC_SUBST for plugins_base also

	* plugins/Makefile.am: Add plugins_base to DIST_SUBDIRS so that we
	dist the plug-ins we actually build by default

svn path=/trunk/; revision=27868
2004-11-09 05:04:32 +00:00
d07cf0b56e implement
2004-10-20  JP Rosevear  <jpr@novell.com>

	* subject-thread.c: implement

	* org-gnome-subject-thread.eplug.in: define the
	subject-thread plugin

	* Makefile.am: build the subject thread plugin

svn path=/trunk/; revision=27639
2004-10-20 05:17:18 +00:00