aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorSrinivasa Ragavan <sragavan@novell.com>2005-10-07 02:21:52 +0800
committerSrinivasa Ragavan <sragavan@src.gnome.org>2005-10-07 02:21:52 +0800
commit1e5c74f855dca5c1d1a017a7abbce39768e9efef (patch)
tree160a0738b7a58ff4d6a64decd54d0fcaf685743c /ui
parent11f58b12100ae5177675ef31d16340b9e435e00a (diff)
downloadgsoc2013-evolution-1e5c74f855dca5c1d1a017a7abbce39768e9efef.tar
gsoc2013-evolution-1e5c74f855dca5c1d1a017a7abbce39768e9efef.tar.gz
gsoc2013-evolution-1e5c74f855dca5c1d1a017a7abbce39768e9efef.tar.bz2
gsoc2013-evolution-1e5c74f855dca5c1d1a017a7abbce39768e9efef.tar.lz
gsoc2013-evolution-1e5c74f855dca5c1d1a017a7abbce39768e9efef.tar.xz
gsoc2013-evolution-1e5c74f855dca5c1d1a017a7abbce39768e9efef.tar.zst
gsoc2013-evolution-1e5c74f855dca5c1d1a017a7abbce39768e9efef.zip
Several bug fixes under calendar. Use common shortcut for preview pane.
2005-10-06 Srinivasa Ragavan <sragavan@novell.com> * calendar/: Several bug fixes under calendar. * ui/: Use common shortcut for preview pane. svn path=/trunk/; revision=30497
Diffstat (limited to 'ui')
-rw-r--r--ui/ChangeLog9
-rw-r--r--ui/evolution-addressbook.xml6
-rw-r--r--ui/evolution-mail-global.xml2
-rw-r--r--ui/evolution-tasks.xml9
4 files changed, 22 insertions, 4 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog
index 8f99833559..f9c8ad4b39 100644
--- a/ui/ChangeLog
+++ b/ui/ChangeLog
@@ -1,3 +1,12 @@
+2005-10-06 Srinivasa Ragavan <sragavan@novell.com>
+
+ * evolution-addressbook.xml: Change preview pane to Contact Preview.
+ * evolution-mail-global.xml:
+ * evolution-tasks.xml: Add task show/hide preview toggle button.
+
+ Make C+S+V as the short cut for show/hide preview uniformly, across
+ evolution.
+
2005-09-24 Andre Klapper <a9016009@gmx.de>
* evolution-message-composer.xml: changing the order of the
main menu items due to HIG (#308614)
diff --git a/ui/evolution-addressbook.xml b/ui/evolution-addressbook.xml
index 7db9c0cc98..4ad07a7253 100644
--- a/ui/evolution-addressbook.xml
+++ b/ui/evolution-addressbook.xml
@@ -59,9 +59,9 @@
_tip="Move Selected Contacts to Another Folder..."
accel="*Control**Shift*v"/>
- <cmd name="ContactsViewPreview" _label="_Preview Pane"
+ <cmd name="ContactsViewPreview" _label="Contact _Preview"
_tip="Show contact preview window"
- accel="*Control*grave"
+ accel="*Control**Alt*v"
type="toggle"/>
</commands>
@@ -84,7 +84,7 @@
</submenu>
<submenu name="View" _label="_View">
- <menuitem name="ContactsViewPreview" verb="" _label="_Preview Pane"/>
+ <menuitem name="ContactsViewPreview" verb="" _label="Contact _Preview"/>
</submenu>
<submenu name="Edit" _label="_Edit">
diff --git a/ui/evolution-mail-global.xml b/ui/evolution-mail-global.xml
index 66c191c3c8..eed924ae15 100644
--- a/ui/evolution-mail-global.xml
+++ b/ui/evolution-mail-global.xml
@@ -33,7 +33,7 @@
<cmd name="ViewPreview"
_tip="Show message preview window"
- accel="*Control*m"
+ accel="*Control**Alt*v"
type="toggle"/>
</commands>
diff --git a/ui/evolution-tasks.xml b/ui/evolution-tasks.xml
index d0db7dfdf0..ac12e40157 100644
--- a/ui/evolution-tasks.xml
+++ b/ui/evolution-tasks.xml
@@ -15,6 +15,9 @@
<cmd name="TasksPurge" _label="Purg_e" _tip="Delete completed tasks" accel="*Control*e"/>
<cmd name="TasksAssign" _label="_Assign Task" accel="*Control*a"/>
<cmd name="TasksForward" _label="_Forward as iCalendar" accel="*Control*f"/>
+
+ <cmd name="ViewPreview" _tip="Show task preview window" accel="*Control**Alt*v" type="toggle"/>
+
</commands>
<menu>
@@ -46,6 +49,12 @@
</placeholder>
</submenu>
+ <submenu name="View" _label="_View">
+ <placeholder name="ViewPreview">
+ <menuitem name="ViewPreview" verb="" _label="Task _Preview"/>
+ </placeholder>
+ </submenu>
+
<placeholder name="ActionsPlaceholder">
<submenu name="Actions" _label="_Actions">
<menuitem name="TasksPurge" verb=""/>