aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/plugin-manager
Commit message (Collapse)AuthorAgeFilesLines
* ** Fixes Bug #314913Rajeev ramanathan2006-01-302-7/+6
| | | | | | | | | | 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-282-2/+4
| | | | svn path=/trunk/; revision=31328
* ** Fixes bug #326265Srinivasa Ragavan2006-01-142-1/+7
| | | | | | | | | | 2006-01-13 Srinivasa Ragavan <sragavan@novell.com> ** Fixes bug #326265 * org-gnome-plugin-manager.xml: Added mnemonics to Plugin menu item. svn path=/trunk/; revision=31173
* Fixing several typos and harmonizing capital/small letters. PartiallyAndre Klapper2005-12-311-0/+6
| | | | | | | | | | 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. svn path=/trunk/; revision=30991
* Fixing several typos and harmonizing capital/small letters. PartiallyAndre Klapper2005-12-301-1/+1
| | | | | | | | | | | | | 2005-12-30 Andre Klapper <a9016009@gmx.de> * evolution/plugins/exchange-operations/org-gnome-exchange-operations.error.xml, evolution/plugins/groupwise-features/properties.glade, evolution/plugins/bbdb/org-gnome-evolution-bbdb.eplug.xml, evolution/plugins/plugin-manager/org-gnome-plugin-manager.eplug.xml, evolution/ui/evolution-calendar.xml org-gnome-evolution-startup-wizard.eplug.xml, evolution/mail/mail.error.xml: Fixing several typos and harmonizing capital/small letters. Partially fixes bug 306117. svn path=/trunk/; revision=30972
* Fix make-clean issues.Harish Krishnaswamy2005-12-122-0/+5
| | | | | | | | 2005-12-12 Harish Krishnaswamy <kharish@novell.com> * Makefile.am: Fix make-clean issues. svn path=/trunk/; revision=30750
* Add a11y name to Plugin Table.Li Yuan2005-08-042-0/+7
| | | | | | | | | 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
* Remove the tools menu which someone was too lazy to remove.Not Zed2005-07-212-4/+5
| | | | | | | | | 2005-07-21 Not Zed <NotZed@Ximian.com> * org-gnome-plugin-manager.xml: Remove the tools menu which someone was too lazy to remove. svn path=/trunk/; revision=29824
* Use NO_UNDEFINED. Link with more libraries.Tor Lillqvist2005-06-272-1/+8
| | | | | | | | 2005-06-27 Tor Lillqvist <tml@novell.com> * */Makefile.am: Use NO_UNDEFINED. Link with more libraries. svn path=/trunk/; revision=29593
* Use SOEXT.Tor Lillqvist2005-06-182-1/+5
| | | | | | | | 2005-06-18 Tor Lillqvist <tml@novell.com> * */*.eplug.xml: Use SOEXT. svn path=/trunk/; revision=29538
* Add profiler so that it gets disted properlyRodney Dawes2005-05-142-2/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Add a backslash line separator to EXTRA_DISTRodney Dawes2005-05-142-1/+5
| | | | | | | | 2005-05-13 Rodney Dawes <dobey@novell.com> * Makefile.am: Add a backslash line separator to EXTRA_DIST svn path=/trunk/; revision=29353
* Fixed built_sources && cleanfiles for generated filesMichael Zucci2005-05-122-0/+7
| | | | svn path=/trunk/; revision=29327
* fix names so that intltool will parse as xmlMichael Zucci2005-05-063-3/+8
| | | | | | | remove use of e-error-tool tag xml for translations where appropriate svn path=/trunk/; revision=29304
* Add the xml file to EXTRA_DISTRodney Dawes2004-11-092-1/+7
| | | | | | | | 2004-11-09 Rodney Dawes <dobey@novell.com> * Makefile.am: Add the xml file to EXTRA_DIST svn path=/trunk/; revision=27873
* ShushJP Rosevear2004-11-051-0/+5
| | | | svn path=/trunk/; revision=27850
* extra_dist the .eplug.in file.Not Zed2004-11-032-0/+6
| | | | | | | | 2004-11-03 Not Zed <NotZed@Ximian.com> * Makefile.am: extra_dist the .eplug.in file. svn path=/trunk/; revision=27813
* implemented a plugin manager plugin.Not Zed2004-11-035-0/+339
2004-10-20 Not Zed <NotZed@Ximian.com> * implemented a plugin manager plugin. svn path=/trunk/; revision=27810