Skip to content

Commit fc313eb

Browse files
committed
whatsthis changes and text for release
1 parent f18d406 commit fc313eb

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

apps/cmstapp/code/control_box/ui/controlbox.ui

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1041,7 +1041,7 @@
10411041
<property name="geometry">
10421042
<rect>
10431043
<x>0</x>
1044-
<y>-248</y>
1044+
<y>-228</y>
10451045
<width>633</width>
10461046
<height>738</height>
10471047
</rect>
@@ -1367,6 +1367,9 @@
13671367
<layout class="QGridLayout" name="gridLayout_11">
13681368
<item row="0" column="0" colspan="2">
13691369
<widget class="QGroupBox" name="groupBox">
1370+
<property name="whatsThis">
1371+
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;This area is to specify a program or process to run after a wifi or vpn service button is pressed, but before the connect method is sent to ConnMan. This is mainly used to modify a .cmst.config file which seems useful to modify certain short lived entries for openConnect vpn connections.&lt;/p&gt;&lt;p&gt;The program or process in the &lt;span style=&quot; font-weight:600;&quot;&gt;Execute&lt;/span&gt; box will only be executed prior to making a connection for the single service shown in the &lt;span style=&quot; font-weight:600;&quot;&gt;Service&lt;/span&gt; box. It will not be called when connecting to any other service. If a .cmst.config file is to be modified a check must in the &lt;span style=&quot; font-weight:600;&quot;&gt;Modify Service File&lt;/span&gt; box and the path and name of the file to be modified must be provided.&lt;/p&gt;&lt;p&gt;To modify a .cmst.config file CMST will read stdout of the program or process being called. Program output should be individual lines in KEY=VALUE format. If KEY exists in the .cmst.config file it will be replaced by the new VALUE. If KEY does not exist it will be appended. &lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
1372+
</property>
13701373
<property name="title">
13711374
<string>Before Connecting</string>
13721375
</property>

apps/resource.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ DEALINGS IN THE SOFTWARE.
3535
///////////////////////////////// Program Values ///////////////////////
3636
//
3737
// Program Info (may be visible, but don't mark for tranalation)
38-
#define VERSION "2020.03.24-1"
38+
#define VERSION "2020.04.12-1"
3939

40-
#define RELEASE_DATE "7 March 2020"
40+
#define RELEASE_DATE "12 April 2020"
4141
#define COPYRIGHT_DATE "2013-2020"
4242

4343
// Program Values:

text/changelog.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<b><center>Connman System Tray (CMST)</center></b>
22
<b><center>Change Log</center></b>
3-
<b> In Progress</b>
3+
<b> 2020.04.12</b>
44
<ul>
55
<li>Fixed wrong validator on fields that accept either IPV4 or IPv6 addresses.</li>
66
<li>Expanded IPv6 validator to accept most abbreviated addresses.</li>
77
<li>Peditor now uses the shared validator instead of its own.</li>
88
<li>Fixed update problems in details tab.</li>
99
<li>Fixed VPN tray icon not always showing (possibly issue #198).</li>
1010
<li>Fixed notification daemon working and starting.</li>
11-
<li>Added ability to execute a process prior to making a wifi or vpn connection.</li>
11+
<li>Added ability to execute a process prior to making a wifi or vpn connection (issue #194).</li>
1212
</ul>
1313
<b> 2020.03.07</b>
1414
<ul>

0 commit comments

Comments
 (0)