Added Update Action

Added recent files menu generation
Renamed FileEntry to RepoFile
Simplified most calls to runFossil


FossilOrigin-Name: d8730cff0d314fdb3f23cbaf61cfeb9d35145872
This commit is contained in:
kostas
2011-08-06 03:54:43 +00:00
parent a8b3f4f9f2
commit 118483dfee
5 changed files with 264 additions and 102 deletions

View File

@ -133,6 +133,7 @@
<bool>false</bool>
</attribute>
<addaction name="actionCommit"/>
<addaction name="actionUpdate"/>
<addaction name="separator"/>
<addaction name="actionRefresh"/>
<addaction name="separator"/>
@ -164,6 +165,9 @@
<property name="text">
<string>Refresh</string>
</property>
<property name="shortcut">
<string>F5</string>
</property>
</action>
<action name="actionCommit">
<property name="icon">
@ -173,6 +177,9 @@
<property name="text">
<string>Commit</string>
</property>
<property name="shortcut">
<string>Ctrl+M</string>
</property>
</action>
<action name="actionDiff">
<property name="icon">
@ -182,6 +189,9 @@
<property name="text">
<string>Diff</string>
</property>
<property name="shortcut">
<string>Ctrl+D</string>
</property>
</action>
<action name="actionAdd">
<property name="icon">
@ -191,6 +201,9 @@
<property name="text">
<string>Add</string>
</property>
<property name="shortcut">
<string>Ctrl++</string>
</property>
</action>
<action name="actionDelete">
<property name="icon">
@ -200,6 +213,9 @@
<property name="text">
<string>Delete</string>
</property>
<property name="shortcut">
<string>Ctrl+-</string>
</property>
</action>
<action name="actionOpen">
<property name="icon">
@ -212,6 +228,9 @@
<property name="toolTip">
<string>Open a fossil checkout folder</string>
</property>
<property name="shortcut">
<string>Ctrl+O</string>
</property>
<property name="iconVisibleInMenu">
<bool>true</bool>
</property>
@ -224,6 +243,9 @@
<property name="text">
<string>Push</string>
</property>
<property name="shortcut">
<string>Ctrl+P</string>
</property>
</action>
<action name="actionPull">
<property name="icon">
@ -233,6 +255,9 @@
<property name="text">
<string>Pull</string>
</property>
<property name="shortcut">
<string>Ctrl+L</string>
</property>
</action>
<action name="actionRename">
<property name="icon">
@ -245,6 +270,9 @@
<property name="toolTip">
<string>Rename</string>
</property>
<property name="shortcut">
<string>Ctrl+R</string>
</property>
</action>
<action name="actionQuit">
<property name="icon">
@ -254,6 +282,9 @@
<property name="text">
<string>Quit</string>
</property>
<property name="shortcut">
<string>Ctrl+Q</string>
</property>
<property name="iconVisibleInMenu">
<bool>true</bool>
</property>
@ -269,6 +300,9 @@
<property name="toolTip">
<string>History</string>
</property>
<property name="shortcut">
<string>Ctrl+H</string>
</property>
</action>
<action name="actionFossilUI">
<property name="checkable">
@ -308,6 +342,9 @@
<property name="toolTip">
<string>Clear Log</string>
</property>
<property name="shortcut">
<string>Ctrl+K</string>
</property>
</action>
<action name="actionTimeline">
<property name="icon">
@ -326,6 +363,9 @@
<property name="text">
<string>Open file</string>
</property>
<property name="shortcut">
<string>Ctrl+Return</string>
</property>
</action>
<action name="actionNew">
<property name="icon">
@ -335,6 +375,9 @@
<property name="text">
<string>New Repository...</string>
</property>
<property name="shortcut">
<string>Ctrl+N</string>
</property>
</action>
<action name="actionClone">
<property name="icon">
@ -353,6 +396,9 @@
<property name="text">
<string>Open Containing Folder</string>
</property>
<property name="shortcut">
<string>Alt+Return</string>
</property>
</action>
<action name="actionUndo">
<property name="icon">
@ -362,12 +408,31 @@
<property name="text">
<string>undo</string>
</property>
<property name="shortcut">
<string>Ctrl+Z</string>
</property>
</action>
<action name="actionAbout">
<property name="icon">
<iconset resource="resources.qrc">
<normaloff>:/icons/icons/Battery-01.png</normaloff>:/icons/icons/Battery-01.png</iconset>
</property>
<property name="text">
<string>About...</string>
</property>
</action>
<action name="actionUpdate">
<property name="icon">
<iconset resource="resources.qrc">
<normaloff>:/icons/icons/Button Play-01.png</normaloff>:/icons/icons/Button Play-01.png</iconset>
</property>
<property name="text">
<string>update</string>
</property>
<property name="shortcut">
<string>Ctrl+U</string>
</property>
</action>
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources>