aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/plugin-manager/plugin-manager.c
Commit message (Collapse)AuthorAgeFilesLines
* ** Allow evolution to build with G_DISABLE_SINGLE_INCLUDES andMatthew Barnes2008-06-061-16/+1
| | | | | | | | | | 2008-06-06 Matthew Barnes <mbarnes@redhat.com> ** Allow evolution to build with G_DISABLE_SINGLE_INCLUDES and GTK_DISABLE_SINGLE_INCLUDES defined. (#536637) svn path=/trunk/; revision=35606
* Fix for Bug 496476 : Let the plugin configure widgets expand (resize).Johnny Jacob2008-05-261-1/+1
| | | | svn path=/trunk/; revision=35549
* ** Fix for bug #496839Sankar P2008-03-191-3/+11
| | | | | | | | | | | | | | | 2008-03-19 Sankar P <psankar@novell.com> ** Fix for bug #496839 * org-gnome-plugin-manager.eplug.xml: * plugin-manager.c: (org_gnome_plugin_manager_manage): - Do not show all plugins in plugin-manager. Hide the core system plugins. svn path=/trunk/; revision=35217
* ** Fix for bug #502303Milan Crha2008-01-111-6/+6
| | | | | | | | | | | | | | | | 2008-01-11 Milan Crha <mcrha@redhat.com> ** Fix for bug #502303 * plugin-manager.c: (eppm_response): Always destroy dialog and unset global variable. * plugin-manager.c: (org_gnome_plugin_manager_manage): Use G_TYPE_POINTER instead of GTK_TYPE_WIDGET in a list store to get rid of reference counting troubles on configuration widgets of plugins. Remember created dialog for future use. svn path=/trunk/; revision=34799
* fix spelling.Andre Klapper2008-01-021-1/+1
| | | | | | | | | | 2008-02-01 Andre Klapper <a9016009@gmx.de> * plugin-manager.c: (org_gnome_plugin_manager_manage): fix spelling. svn path=/trunk/; revision=34746
* ** Fix for bug #500210Milan Crha2007-12-041-177/+205
| | | | | | | | | | | | | | | | | | | | | 2007-12-04 Milan Crha <mcrha@redhat.com> ** Fix for bug #500210 * plugins/plugin-manager/plugin-manager.c: Changed coding-style to be more accurate to other sources, but the main change was to show configuration options of the plugin into extra tab, instead of new popup under 'Configure' button. * e-util/e-plugin.h: * e-util/e-plugin.c: (e_plugin_configure), (e_plugin_is_configurable), (epl_configure), (e_plugin_get_configure_widget), (epl_get_configure_widget): Removed old configure functions, replaced by get_configure_widget functions, to be able show plugin configuration in a tab of plugin manager. svn path=/trunk/; revision=34639
* ** Fix for bug #498173Sankar P2007-11-191-1/+1
| | | | | | | | | | | | | | 2007-11-19 Sankar P <psankar@novell.com> ** Fix for bug #498173 * plugin-manager.c: (eppm_response): e_plugin_configure should be called only when user clicks on Configure button. svn path=/trunk/; revision=34553
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-151-6/+6
| | | | | | | | | 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-311-5/+5
| | | | svn path=/trunk/; revision=34458
* Ssssshhhhhhhh the compiler warning.Sankar P2007-10-261-1/+0
| | | | | | | | | 2007-10-26 Sankar P <psankar@novell.com> * plugin-manager.c: (eppm_selection_changed): Ssssshhhhhhhh the compiler warning. svn path=/trunk/; revision=34433
* ** Fix for bug #461272Sankar P2007-10-261-1/+8
| | | | | | | | | | | | | | | 2007-10-26 Sankar P <psankar@novell.com> ** Fix for bug #461272 * plugin-manager.c: (eppm_selection_changed), (org_gnome_plugin_manager_manage): Configure button should not be enabled for all. configure button needs a hot-key. svn path=/trunk/; revision=34432
* Plugins should be configurable within the plugin-manager itself.Sankarasivasubramanian Pasupathilingam2007-07-261-3/+36
| | | | | | | Fixes Preferences dialog bloating. See bug #459522 svn path=/trunk/; revision=33847
* Committed on behalf of Gilles Dartiguelongue <dartigug@esiee.fr>Sankar P2007-05-111-53/+118
| | | | | | | | | | | | | | | 2007-05-11 Sankar P <psankar@novell.com> * Committed on behalf of Gilles Dartiguelongue <dartigug@esiee.fr> * plugin-manager.c: (eppm_show_plugin), (eppm_selection_changed), (eppm_enable_toggled), (eppm_free), (org_gnome_plugin_manager_manage): Sort the list of plugins based on name so that it is easy to use svn path=/trunk/; revision=33505
* ** Fixes Bug #314913Rajeev ramanathan2006-01-301-7/+0
| | | | | | | | | | 2006-01-25 Rajeev ramanathan <rajeevramanathan_2004@yahoo.co.in> ** Fixes Bug #314913 * plugin-manager.c : Removed id, path displayed in UI svn path=/trunk/; revision=31350
* Make this place a bit more quietKjartan Maraas2006-01-281-2/+0
| | | | svn path=/trunk/; revision=31328
* Add a11y name to Plugin Table.Li Yuan2005-08-041-0/+2
| | | | | | | | | 2005-08-03 Li Yuan <li.yuan@sun.com> * plugin-manager.c: (org_gnome_plugin_manager_manage): Add a11y name to Plugin Table. svn path=/trunk/; revision=29979
* implemented a plugin manager plugin.Not Zed2004-11-031-0/+289
2004-10-20 Not Zed <NotZed@Ximian.com> * implemented a plugin manager plugin. svn path=/trunk/; revision=27810