diff options
author | Rodney Dawes <dobey@novell.com> | 2005-05-14 05:29:28 +0800 |
---|---|---|
committer | Rodney Dawes <dobey@src.gnome.org> | 2005-05-14 05:29:28 +0800 |
commit | d88e794ded5fc1ea72af2a3d0ec4c46442a992cf (patch) | |
tree | 33b921e3906bc3990d30eeb0195c0fe13181cee6 /plugins | |
parent | c006784d0d4612e4c682732c7db0fea35e9407e0 (diff) | |
download | gsoc2013-evolution-d88e794ded5fc1ea72af2a3d0ec4c46442a992cf.tar.gz gsoc2013-evolution-d88e794ded5fc1ea72af2a3d0ec4c46442a992cf.tar.zst gsoc2013-evolution-d88e794ded5fc1ea72af2a3d0ec4c46442a992cf.zip |
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
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/Makefile.am | 2 | ||||
-rw-r--r-- | plugins/mailing-list-actions/ChangeLog | 4 | ||||
-rw-r--r-- | plugins/mailing-list-actions/org-gnome-mailing-list-actions.xml | 4 | ||||
-rw-r--r-- | plugins/plugin-manager/ChangeLog | 4 | ||||
-rw-r--r-- | plugins/plugin-manager/org-gnome-plugin-manager.xml | 10 | ||||
-rw-r--r-- | plugins/save-attachments/ChangeLog | 4 | ||||
-rw-r--r-- | plugins/save-attachments/org-gnome-save-attachments.xml | 9 |
7 files changed, 29 insertions, 8 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am index 12630a0460..2efff668ac 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am @@ -1,2 +1,2 @@ SUBDIRS = $(plugins_enabled) -DIST_SUBDIRS = $(plugins_base) $(plugins_standard) $(plugins_experimental) +DIST_SUBDIRS = $(plugins_base) $(plugins_standard) $(plugins_experimental) profiler diff --git a/plugins/mailing-list-actions/ChangeLog b/plugins/mailing-list-actions/ChangeLog index 60e0d7eda6..bbe0455899 100644 --- a/plugins/mailing-list-actions/ChangeLog +++ b/plugins/mailing-list-actions/ChangeLog @@ -1,3 +1,7 @@ +2005-05-13 Rodney Dawes <dobey@novell.com> + + * org-gnome-mailing-list-actions.xml: Update for the new menu layout + 2005-05-11 Not Zed <NotZed@Ximian.com> * Makefile.am (CLEANFILES): setup cleanfiles. diff --git a/plugins/mailing-list-actions/org-gnome-mailing-list-actions.xml b/plugins/mailing-list-actions/org-gnome-mailing-list-actions.xml index 726a9dbaa8..2fd6ba41c7 100644 --- a/plugins/mailing-list-actions/org-gnome-mailing-list-actions.xml +++ b/plugins/mailing-list-actions/org-gnome-mailing-list-actions.xml @@ -9,7 +9,8 @@ </commands> <menu> - <submenu name="Actions"> + <placeholder name="MessagePlaceholder"> + <submenu name="Message"> <submenu name="List" _label="Mailing _List"> <menuitem verb="ListHelp" _label="Get list _usage information"/> <menuitem verb="ListSubscribe" _label="_Subscribe to list"/> @@ -19,5 +20,6 @@ <menuitem verb="ListArchive" _label="Get list _archive"/> </submenu> </submenu> + </placeholder> </menu> </Root> diff --git a/plugins/plugin-manager/ChangeLog b/plugins/plugin-manager/ChangeLog index bb09bdb985..2e7dfde4e7 100644 --- a/plugins/plugin-manager/ChangeLog +++ b/plugins/plugin-manager/ChangeLog @@ -1,5 +1,9 @@ 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> diff --git a/plugins/plugin-manager/org-gnome-plugin-manager.xml b/plugins/plugin-manager/org-gnome-plugin-manager.xml index 53c465adef..2d42cd70c9 100644 --- a/plugins/plugin-manager/org-gnome-plugin-manager.xml +++ b/plugins/plugin-manager/org-gnome-plugin-manager.xml @@ -1,13 +1,19 @@ <Root> <commands> - <cmd name="EPluginManagerManage" _label="Manage Plugins..." + <cmd name="EPluginManagerManage" _label="Plugins" _tip="Enable and disable plugins"/> </commands> <menu> + <submenu name="Edit"> + <placeholder name="PluginManagerPlaceholder"> + <menuitem name="EPluginManagerManage" verb=""/> + </placeholder> + </submenu> + <submenu name="Tools"> <placeholder name="ComponentPlaceholder"/> - <menuitem name="EPluginManagerManage" verb=""/> </submenu> + </menu> </Root> diff --git a/plugins/save-attachments/ChangeLog b/plugins/save-attachments/ChangeLog index 058b03e497..73ad987462 100644 --- a/plugins/save-attachments/ChangeLog +++ b/plugins/save-attachments/ChangeLog @@ -1,3 +1,7 @@ +2005-05-13 Rodney Dawes <dobey@novell.com> + + * org-gnome-save-attachments.xml: Update for new menu layout + 2005-05-12 Not Zed <NotZed@Ximian.com> * Makefile.am: setup built_sources/cleanfiles. diff --git a/plugins/save-attachments/org-gnome-save-attachments.xml b/plugins/save-attachments/org-gnome-save-attachments.xml index 449bd229c8..576190eb70 100644 --- a/plugins/save-attachments/org-gnome-save-attachments.xml +++ b/plugins/save-attachments/org-gnome-save-attachments.xml @@ -6,14 +6,15 @@ </commands> <menu> - <submenu name="Actions"> - <placeholder name="ComponentActionsPlaceholder"> +<!-- + <placeholder name="MessagePlaceholder"> + <submenu name="Message"> <placeholder name="MailMessageActions"> <separator f="" name="emaillist5"/> <menuitem name="EPSASaveAttachments" verb=""/> </placeholder> - </placeholder> </submenu> - + </placeholder> +--> </menu> </Root> |