Updated tool-tips for custom actions
FossilOrigin-Name: 9b67709b92eae80e70f8ae2b775014092f820fdf
This commit is contained in:
parent
2eebb8d8ba
commit
83217d8e26
12
manifest
12
manifest
@ -1,5 +1,5 @@
|
|||||||
C Fixed\sissue\swhere\sall\sexe\sfiles\shad\sthe\ssame\sicon\n
|
C Updated\stool-tips\sfor\scustom\sactions\n
|
||||||
D 2015-08-21T09:53:34.464
|
D 2015-08-21T10:05:45.185
|
||||||
F .travis.yml 77966888a81c4ceee1fcc79bce842c9667ad8a35
|
F .travis.yml 77966888a81c4ceee1fcc79bce842c9667ad8a35
|
||||||
F debian/changelog eb4304dfcb6bb66850ec740838090eb50ce1249b
|
F debian/changelog eb4304dfcb6bb66850ec740838090eb50ce1249b
|
||||||
F debian/compat b6abd567fa79cbe0196d093a067271361dc6ca8b
|
F debian/compat b6abd567fa79cbe0196d093a067271361dc6ca8b
|
||||||
@ -259,8 +259,8 @@ F ui/FslSettingsDialog.ui eb3d4cb764cab90b01e82922237d8c42d6ce1749
|
|||||||
F ui/MainWindow.ui f9774e6dddb9462d8072bffd6c511bee7f470b9d
|
F ui/MainWindow.ui f9774e6dddb9462d8072bffd6c511bee7f470b9d
|
||||||
F ui/RemoteDialog.ui 95a4750d972ed8c49bb10b95db91ff16cfe2dd0b
|
F ui/RemoteDialog.ui 95a4750d972ed8c49bb10b95db91ff16cfe2dd0b
|
||||||
F ui/RevisionDialog.ui 27c3b98c665fec014a50cbf3352c0627f75e68cd
|
F ui/RevisionDialog.ui 27c3b98c665fec014a50cbf3352c0627f75e68cd
|
||||||
F ui/SettingsDialog.ui 47b9a31e28ad523f14a1c4cd361270b6babbdf7d
|
F ui/SettingsDialog.ui 2e1b6ce7a49100088c5649292c1319e62e0302e1
|
||||||
P b9521f3974653bd28a4f422c2f48755a949b9823
|
P 14ddcd158900cd672a4c3d88e8465f7ff88f14d2
|
||||||
R 3c598911b07d6e2ce79f5a38ecb9106b
|
R 13c0a9d34022fcab44e2092809405ed0
|
||||||
U Kostas
|
U Kostas
|
||||||
Z 3cba39ae8cba79c2fb7dea1bce0c1fd5
|
Z c23b2b3c597255a7e49b40764d226f17
|
||||||
|
@ -1 +1 @@
|
|||||||
14ddcd158900cd672a4c3d88e8465f7ff88f14d2
|
9b67709b92eae80e70f8ae2b775014092f820fdf
|
@ -188,7 +188,11 @@
|
|||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="1" column="1">
|
<item row="1" column="1">
|
||||||
<widget class="QComboBox" name="cmbCustomAction"/>
|
<widget class="QComboBox" name="cmbCustomAction">
|
||||||
|
<property name="toolTip">
|
||||||
|
<string>Custom action</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="2" column="1">
|
<item row="2" column="1">
|
||||||
<widget class="QLineEdit" name="lineCustomActionDescription">
|
<widget class="QLineEdit" name="lineCustomActionDescription">
|
||||||
@ -228,7 +232,7 @@
|
|||||||
<item>
|
<item>
|
||||||
<widget class="QLineEdit" name="lineCustomActionCommand">
|
<widget class="QLineEdit" name="lineCustomActionCommand">
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string>Custom action command line</string>
|
<string>Custom action command-line. Information about the selected items is available via the macros %FILE %FOLDER %WORKSPACE</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
@ -261,10 +265,17 @@
|
|||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="4" column="1">
|
<item row="4" column="1">
|
||||||
<widget class="QComboBox" name="cmbCustomActionContext"/>
|
<widget class="QComboBox" name="cmbCustomActionContext">
|
||||||
|
<property name="toolTip">
|
||||||
|
<string>The context where this action will be available</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="5" column="1">
|
<item row="5" column="1">
|
||||||
<widget class="QCheckBox" name="chkCustomActionMultipleSelection">
|
<widget class="QCheckBox" name="chkCustomActionMultipleSelection">
|
||||||
|
<property name="toolTip">
|
||||||
|
<string>When checked this action supports multiple selected items</string>
|
||||||
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string/>
|
<string/>
|
||||||
</property>
|
</property>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user