You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* xmlconsole.ui add tooltips
* xmlconsole.ui rename title to XMPP Console
* xmlconsole.ui disable ck_sm (asks) by default: it's too many of them
* xmlconsole.ui remove black background
* xmlconsole.ui use frame color to distinguish in/out messages
* xmlconsole.ui: addRecord() use early return
* xmlconsole.ui: addRecord() extract vars for readability
Copy file name to clipboardExpand all lines: src/xmlconsole.ui
+14-2Lines changed: 14 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@
11
11
</rect>
12
12
</property>
13
13
<propertyname="windowTitle">
14
-
<string>XML Console</string>
14
+
<string>XMPP Console</string>
15
15
</property>
16
16
<layoutclass="QVBoxLayout">
17
17
<propertyname="margin" >
@@ -37,6 +37,9 @@
37
37
</property>
38
38
<item>
39
39
<widgetclass="QCheckBox"name="ck_message">
40
+
<propertyname="toolTip">
41
+
<string><message> stanza used to send information to other XMPP entities without requiring a response.</string>
42
+
</property>
40
43
<propertyname="text">
41
44
<string>Message</string>
42
45
</property>
@@ -47,6 +50,9 @@
47
50
</item>
48
51
<item>
49
52
<widgetclass="QCheckBox"name="ck_presence">
53
+
<propertyname="toolTip">
54
+
<string><presence> stanza used for status of other clients and components. It's a multi-cast so extensions use it to broadcast own things to contacts, such as capabilities, music choice, or location.</string>
55
+
</property>
50
56
<propertyname="text">
51
57
<string>Presence</string>
52
58
</property>
@@ -57,6 +63,9 @@
57
63
</item>
58
64
<item>
59
65
<widgetclass="QCheckBox"name="ck_iq">
66
+
<propertyname="toolTip">
67
+
<string><iq> (info/query) stanza used for requesting and modifying information.</string>
68
+
</property>
60
69
<propertyname="text">
61
70
<string>IQ</string>
62
71
</property>
@@ -67,11 +76,14 @@
67
76
</item>
68
77
<item>
69
78
<widgetclass="QCheckBox"name="ck_sm">
79
+
<propertyname="toolTip">
80
+
<string><a> (ack) and <r> (request ack) stanzas used to acknowledge successful receipt of a stanza.</string>
0 commit comments