summaryrefslogtreecommitdiff
path: root/gui/ui
diff options
context:
space:
mode:
authorJosé Fonseca <jose.r.fonseca@gmail.com>2012-03-24 09:27:27 +0000
committerJosé Fonseca <jose.r.fonseca@gmail.com>2012-03-24 09:27:27 +0000
commite5fa5417ce8042612304152779e563174782153d (patch)
treefc220c0b00100b2f95a17b24e28d872a806a7452 /gui/ui
parent149e71e4b1dc7521d78b471747e3c4ab1c9b5ddf (diff)
Make thumbnailing an non-automatic action.
This allows to avoid performance issues with big traces, and also give opportunity to the user to change the replay settings.
Diffstat (limited to 'gui/ui')
-rw-r--r--gui/ui/mainwindow.ui12
1 files changed, 12 insertions, 0 deletions
diff --git a/gui/ui/mainwindow.ui b/gui/ui/mainwindow.ui
index 5b48dc28..52cf49ed 100644
--- a/gui/ui/mainwindow.ui
+++ b/gui/ui/mainwindow.ui
@@ -75,6 +75,7 @@
<addaction name="actionReplay"/>
<addaction name="actionStop"/>
<addaction name="actionLookupState"/>
+ <addaction name="actionShowThumbnails"/>
<addaction name="separator"/>
<addaction name="actionOptions"/>
</widget>
@@ -525,6 +526,17 @@
<string>Ctrl+L</string>
</property>
</action>
+ <action name="actionShowThumbnails">
+ <property name="enabled">
+ <bool>false</bool>
+ </property>
+ <property name="text">
+ <string>Show &amp;Thumbnails</string>
+ </property>
+ <property name="shortcut">
+ <string>Ctrl+T</string>
+ </property>
+ </action>
<action name="actionOptions">
<property name="text">
<string>Options</string>