blob: 3af1b4d78091f76b45804a5c6a7e4fc4a02b3424 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
|
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.
2007-07-26 Sankar P <psankar@novell.com>
* plugin-manager.c: (eppm_response),
(org_gnome_plugin_manager_manage), (e_plugin_lib_configure):
Plugins should be configurable within the plugin-manager itself.
Fixes Preferences dialog bloating.
See bug #459522
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
2006-01-25 Rajeev ramanathan <rajeevramanathan_2004@yahoo.co.in>
** Fixes Bug #314913
* plugin-manager.c : Removed id, path displayed in UI
2006-01-16 Kjartan Maraas <kmaraas@gnome.org>
* plugin-manager.c: (eppm_enable_toggled): Remove unused var.
2006-01-13 Srinivasa Ragavan <sragavan@novell.com>
** Fixes bug #326265
* org-gnome-plugin-manager.xml: Added mnemonics to Plugin menu item.
2005-12-30 Andre Klapper <a9016009@gmx.de>
* evolution/plugins/plugin-manager/org-gnome-plugin-manager.eplug.xml:
Fixing several typos and harmonizing
capital/small letters. Partially fixes bug 306117.
2005-12-12 Harish Krishnaswamy <kharish@novell.com>
* Makefile.am: Fix make-clean issues.
2005-08-03 Li Yuan <li.yuan@sun.com>
* plugin-manager.c: (org_gnome_plugin_manager_manage):
Add a11y name to Plugin Table.
2005-07-21 Not Zed <NotZed@Ximian.com>
* org-gnome-plugin-manager.xml: Remove the tools menu which
someone was too lazy to remove.
2005-06-27 Tor Lillqvist <tml@novell.com>
* Makefile.am: Use NO_UNDEFINED. Link with more libraries.
2005-06-18 Tor Lillqvist <tml@novell.com>
* org-gnome-plugin-manager.eplug.xml: Use SOEXT.
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>
* Makefile.am: Add a backslash line separator to EXTRA_DIST
2005-05-11 Not Zed <NotZed@Ximian.com>
* Makefile.am: added built_sources/cleanfiles
2005-05-06 Not Zed <NotZed@Ximian.com>
* Makefile.am:
* org-gnome-plugin-manager.eplug.xml: s/.in/.xml/ & i18n.
2004-11-09 Rodney Dawes <dobey@novell.com>
* Makefile.am: Add the xml file to EXTRA_DIST
2004-11-03 Not Zed <NotZed@Ximian.com>
* Makefile.am: extra_dist the .eplug.in file.
2004-10-20 Not Zed <NotZed@Ximian.com>
* implemented a plugin manager plugin.
|