Initial work on new workspace view

FossilOrigin-Name: 64386745ebf2d2fa921a51383bd76241947b879c
This commit is contained in:
kostas
2015-05-01 19:04:02 +00:00
parent b796cde81b
commit 2bf3de6c2b
6 changed files with 225 additions and 80 deletions

View File

@ -17,7 +17,7 @@
<string>Fuel</string>
</property>
<property name="windowIcon">
<iconset>
<iconset resource="../rsrc/resources.qrc">
<normaloff>:/icons/icons/Battery-01.png</normaloff>:/icons/icons/Battery-01.png</iconset>
</property>
<property name="unifiedTitleAndToolBarOnMac">
@ -66,7 +66,7 @@
</sizepolicy>
</property>
<property name="contextMenuPolicy">
<enum>Qt::ActionsContextMenu</enum>
<enum>Qt::CustomContextMenu</enum>
</property>
<property name="editTriggers">
<set>QAbstractItemView::NoEditTriggers</set>
@ -263,7 +263,7 @@
<x>0</x>
<y>0</y>
<width>865</width>
<height>22</height>
<height>23</height>
</rect>
</property>
<widget class="QMenu" name="menuFile">
@ -356,7 +356,7 @@
<widget class="QStatusBar" name="statusBar"/>
<action name="actionRefresh">
<property name="icon">
<iconset>
<iconset resource="../rsrc/resources.qrc">
<normaloff>:/icons/icons/Button Refresh-01.png</normaloff>:/icons/icons/Button Refresh-01.png</iconset>
</property>
<property name="text">
@ -374,7 +374,7 @@
</action>
<action name="actionCommit">
<property name="icon">
<iconset>
<iconset resource="../rsrc/resources.qrc">
<normaloff>:/icons/icons/Save-01.png</normaloff>:/icons/icons/Save-01.png</iconset>
</property>
<property name="text">
@ -392,7 +392,7 @@
</action>
<action name="actionDiff">
<property name="icon">
<iconset>
<iconset resource="../rsrc/resources.qrc">
<normaloff>:/icons/icons/Document Copy-01.png</normaloff>:/icons/icons/Document Copy-01.png</iconset>
</property>
<property name="text">
@ -410,7 +410,7 @@
</action>
<action name="actionAdd">
<property name="icon">
<iconset>
<iconset resource="../rsrc/resources.qrc">
<normaloff>:/icons/icons/File New-01.png</normaloff>:/icons/icons/File New-01.png</iconset>
</property>
<property name="text">
@ -428,7 +428,7 @@
</action>
<action name="actionDelete">
<property name="icon">
<iconset>
<iconset resource="../rsrc/resources.qrc">
<normaloff>:/icons/icons/File Delete-01.png</normaloff>:/icons/icons/File Delete-01.png</iconset>
</property>
<property name="text">
@ -446,7 +446,7 @@
</action>
<action name="actionNewRepository">
<property name="icon">
<iconset>
<iconset resource="../rsrc/resources.qrc">
<normaloff>:/icons/icons/Document Blank-01.png</normaloff>:/icons/icons/Document Blank-01.png</iconset>
</property>
<property name="text">
@ -464,7 +464,7 @@
</action>
<action name="actionOpenRepository">
<property name="icon">
<iconset>
<iconset resource="../rsrc/resources.qrc">
<normaloff>:/icons/icons/My Documents-01.png</normaloff>:/icons/icons/My Documents-01.png</iconset>
</property>
<property name="text">
@ -496,11 +496,11 @@
</action>
<action name="actionCloneRepository">
<property name="icon">
<iconset>
<iconset resource="../rsrc/resources.qrc">
<normaloff>:/icons/icons/My Websites-01.png</normaloff>:/icons/icons/My Websites-01.png</iconset>
</property>
<property name="text">
<string>Clone...</string>
<string>C&amp;lone...</string>
</property>
<property name="statusTip">
<string>Clone a remote repository</string>
@ -508,7 +508,7 @@
</action>
<action name="actionPush">
<property name="icon">
<iconset>
<iconset resource="../rsrc/resources.qrc">
<normaloff>:/icons/icons/Button Upload-01.png</normaloff>:/icons/icons/Button Upload-01.png</iconset>
</property>
<property name="text">
@ -526,7 +526,7 @@
</action>
<action name="actionPull">
<property name="icon">
<iconset>
<iconset resource="../rsrc/resources.qrc">
<normaloff>:/icons/icons/Button Download-01.png</normaloff>:/icons/icons/Button Download-01.png</iconset>
</property>
<property name="text">
@ -544,7 +544,7 @@
</action>
<action name="actionRename">
<property name="icon">
<iconset>
<iconset resource="../rsrc/resources.qrc">
<normaloff>:/icons/icons/File Open-01.png</normaloff>:/icons/icons/File Open-01.png</iconset>
</property>
<property name="text">
@ -562,7 +562,7 @@
</action>
<action name="actionQuit">
<property name="icon">
<iconset>
<iconset resource="../rsrc/resources.qrc">
<normaloff>:/icons/icons/Button Turn Off-01.png</normaloff>:/icons/icons/Button Turn Off-01.png</iconset>
</property>
<property name="text">
@ -583,7 +583,7 @@
</action>
<action name="actionHistory">
<property name="icon">
<iconset>
<iconset resource="../rsrc/resources.qrc">
<normaloff>:/icons/icons/File History-01.png</normaloff>:/icons/icons/File History-01.png</iconset>
</property>
<property name="text">
@ -604,7 +604,7 @@
<bool>true</bool>
</property>
<property name="icon">
<iconset>
<iconset resource="../rsrc/resources.qrc">
<normaloff>:/icons/icons/Network MAC-01.png</normaloff>:/icons/icons/Network MAC-01.png</iconset>
</property>
<property name="text">
@ -619,7 +619,7 @@
</action>
<action name="actionRevert">
<property name="icon">
<iconset>
<iconset resource="../rsrc/resources.qrc">
<normaloff>:/icons/icons/Document-Revert-icon.png</normaloff>:/icons/icons/Document-Revert-icon.png</iconset>
</property>
<property name="text">
@ -634,7 +634,7 @@
</action>
<action name="actionClearLog">
<property name="icon">
<iconset>
<iconset resource="../rsrc/resources.qrc">
<normaloff>:/icons/icons/Text Edit.png</normaloff>:/icons/icons/Text Edit.png</iconset>
</property>
<property name="text">
@ -649,7 +649,7 @@
</action>
<action name="actionTimeline">
<property name="icon">
<iconset>
<iconset resource="../rsrc/resources.qrc">
<normaloff>:/icons/icons/Clock-01.png</normaloff>:/icons/icons/Clock-01.png</iconset>
</property>
<property name="text">
@ -664,7 +664,7 @@
</action>
<action name="actionOpenFile">
<property name="icon">
<iconset>
<iconset resource="../rsrc/resources.qrc">
<normaloff>:/icons/icons/Document-01.png</normaloff>:/icons/icons/Document-01.png</iconset>
</property>
<property name="text">
@ -682,7 +682,7 @@
</action>
<action name="actionOpenContaining">
<property name="icon">
<iconset>
<iconset resource="../rsrc/resources.qrc">
<normaloff>:/icons/icons/Folder-01.png</normaloff>:/icons/icons/Folder-01.png</iconset>
</property>
<property name="text">
@ -700,7 +700,7 @@
</action>
<action name="actionUndo">
<property name="icon">
<iconset>
<iconset resource="../rsrc/resources.qrc">
<normaloff>:/icons/icons/Button Reload-01.png</normaloff>:/icons/icons/Button Reload-01.png</iconset>
</property>
<property name="text">
@ -718,7 +718,7 @@
</action>
<action name="actionAbout">
<property name="icon">
<iconset>
<iconset resource="../rsrc/resources.qrc">
<normaloff>:/icons/icons/Battery-01.png</normaloff>:/icons/icons/Battery-01.png</iconset>
</property>
<property name="text">
@ -733,7 +733,7 @@
</action>
<action name="actionUpdate">
<property name="icon">
<iconset>
<iconset resource="../rsrc/resources.qrc">
<normaloff>:/icons/icons/Button Play-01.png</normaloff>:/icons/icons/Button Play-01.png</iconset>
</property>
<property name="text">
@ -751,7 +751,7 @@
</action>
<action name="actionSettings">
<property name="icon">
<iconset>
<iconset resource="../rsrc/resources.qrc">
<normaloff>:/icons/icons/Gear-01.png</normaloff>:/icons/icons/Gear-01.png</iconset>
</property>
<property name="text">
@ -839,7 +839,7 @@
</action>
<action name="actionOpenFolder">
<property name="icon">
<iconset>
<iconset resource="../rsrc/resources.qrc">
<normaloff>:/icons/icons/Folder-01.png</normaloff>:/icons/icons/Folder-01.png</iconset>
</property>
<property name="text">
@ -854,7 +854,7 @@
</action>
<action name="actionRenameFolder">
<property name="icon">
<iconset>
<iconset resource="../rsrc/resources.qrc">
<normaloff>:/icons/icons/Folder Open-01.png</normaloff>:/icons/icons/Folder Open-01.png</iconset>
</property>
<property name="text">
@ -869,7 +869,7 @@
</action>
<action name="actionNewStash">
<property name="icon">
<iconset>
<iconset resource="../rsrc/resources.qrc">
<normaloff>:/icons/icons/Folder Add-01.png</normaloff>:/icons/icons/Folder Add-01.png</iconset>
</property>
<property name="text">
@ -881,7 +881,7 @@
</action>
<action name="actionApplyStash">
<property name="icon">
<iconset>
<iconset resource="../rsrc/resources.qrc">
<normaloff>:/icons/icons/Folder Open-01.png</normaloff>:/icons/icons/Folder Open-01.png</iconset>
</property>
<property name="text">
@ -913,7 +913,7 @@
</action>
<action name="actionDeleteStash">
<property name="icon">
<iconset>
<iconset resource="../rsrc/resources.qrc">
<normaloff>:/icons/icons/Folder Delete-01.png</normaloff>:/icons/icons/Folder Delete-01.png</iconset>
</property>
<property name="text">
@ -922,7 +922,7 @@
</action>
<action name="actionDiffStash">
<property name="icon">
<iconset>
<iconset resource="../rsrc/resources.qrc">
<normaloff>:/icons/icons/Folder Explorer-01.png</normaloff>:/icons/icons/Folder Explorer-01.png</iconset>
</property>
<property name="text">
@ -944,6 +944,8 @@
<container>1</container>
</customwidget>
</customwidgets>
<resources/>
<resources>
<include location="../rsrc/resources.qrc"/>
</resources>
<connections/>
</ui>