Re: [evolution-patches] UI_HACKFEST: Save Draft Shortcut and Button



Hi,

Attaching the patch for Save Draft changing the shortcut to 
Ctrl+Shift+s.

Devashish Sharma
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/ui/ChangeLog,v
retrieving revision 1.414
diff -u -p -r1.414 ChangeLog
--- ChangeLog	7 Jun 2005 06:02:01 -0000	1.414
+++ ChangeLog	21 Jul 2005 11:52:46 -0000
@@ -1,3 +1,8 @@
+2005-07-21 Devashish Sharma <sdevashish novell com>
+	* evolution-message-composer.xml: Added Shortcut for Save Draft
+	   -(Ctrl+Shift+S) and a toolbar button for the same.
+	    Fixes #219242
+	    
 2005-06-03  ANdre Klapper <a9016009 gmx de>
 	* evolution-mail-message.xml: Removing duplicate mnemonic,
 	this fixes bug 306153
Index: evolution-message-composer.xml
===================================================================
RCS file: /cvs/gnome/evolution/ui/evolution-message-composer.xml,v
retrieving revision 1.47
diff -u -p -r1.47 evolution-message-composer.xml
--- evolution-message-composer.xml	16 May 2005 11:39:08 -0000	1.47
+++ evolution-message-composer.xml	21 Jul 2005 11:52:47 -0000
@@ -7,7 +7,11 @@
 	        <cmd name="FileSave" _label="Save"
 		_tip="Save the current file" pixtype="stock" pixname="gtk-save"
 		accel="*Ctrl*s"/>
-		
+
+		<cmd name="FileSaveDraft" _label="SaveDraft"
+		_tip="Save as draft" pixtype="pixbuf" 
+		accel="*Ctrl**Shift*s"/>
+
 	        <cmd name="FileSaveAs" _label="Save As"
 	        _tip="Save the current file with a different name"
 		pixtype="stock" pixname="gtk-save-as"/>
@@ -147,6 +151,7 @@
 	
 	<dockitem name="Toolbar" behavior="exclusive" look="system">
 		<toolitem name="FileSend" verb="" pixtype="pixbuf" priority="1"/>
+		<toolitem name="FileSaveDraft" verb="" pixtype="pixbuf" priority="1"/>
 		<toolitem name="FileAttach" verb="" pixtype="pixbuf" priority="1"/>	
 
 		<separator f="" name="emailcomposer"/>
? mail-composer.error
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/composer/ChangeLog,v
retrieving revision 1.702
diff -u -p -r1.702 ChangeLog
--- ChangeLog	11 Jul 2005 11:26:31 -0000	1.702
+++ ChangeLog	21 Jul 2005 11:56:57 -0000
@@ -1,3 +1,8 @@
+2005-07-21 Devashish Sharma <sdevashish novell com>
+	* e-message-composer.c: Added Shortcut for Save Draft
+	   -(Ctrl+Shift+s) and a toolbar button for the same.
+	    Fixes #219242
+
 2005-07-11  Srinivasa Ragavan <sragavan novell com>
 
 	* Makefile.am: Removed em-attachment* from the build.
Index: e-msg-composer.c
===================================================================
RCS file: /cvs/gnome/evolution/composer/e-msg-composer.c,v
retrieving revision 1.513
diff -u -p -r1.513 e-msg-composer.c
--- e-msg-composer.c	11 Jul 2005 11:26:31 -0000	1.513
+++ e-msg-composer.c	21 Jul 2005 11:57:01 -0000
@@ -1968,6 +1968,7 @@ static BonoboUIVerb verbs [] = {
 static EPixmap pixcache [] = {
 	E_PIXMAP ("/Toolbar/FileAttach", "stock_attach", E_ICON_SIZE_LARGE_TOOLBAR),
 	E_PIXMAP ("/Toolbar/FileSend", "stock_mail-send", E_ICON_SIZE_LARGE_TOOLBAR),
+	E_PIXMAP ("/Toolbar/FileSaveDraft", "stock_save", E_ICON_SIZE_LARGE_TOOLBAR) ,
 	
 /*	E_PIXMAP ("/menu/Insert/FileAttach", "stock_attach", E_ICON_SIZE_LARGE_TOOLBAR), */
 	E_PIXMAP ("/commands/FileSend", "stock_mail-send", E_ICON_SIZE_MENU),


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]