Skip to content

Commit

Permalink
whatsthis changes and text for release
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-bibb committed Apr 12, 2020
1 parent f18d406 commit fc313eb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion apps/cmstapp/code/control_box/ui/controlbox.ui
Original file line number Diff line number Diff line change
Expand Up @@ -1041,7 +1041,7 @@
<property name="geometry">
<rect>
<x>0</x>
<y>-248</y>
<y>-228</y>
<width>633</width>
<height>738</height>
</rect>
Expand Down Expand Up @@ -1367,6 +1367,9 @@
<layout class="QGridLayout" name="gridLayout_11">
<item row="0" column="0" colspan="2">
<widget class="QGroupBox" name="groupBox">
<property name="whatsThis">
<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>
</property>
<property name="title">
<string>Before Connecting</string>
</property>
Expand Down
4 changes: 2 additions & 2 deletions apps/resource.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ DEALINGS IN THE SOFTWARE.
///////////////////////////////// Program Values ///////////////////////
//
// Program Info (may be visible, but don't mark for tranalation)
#define VERSION "2020.03.24-1"
#define VERSION "2020.04.12-1"

#define RELEASE_DATE "7 March 2020"
#define RELEASE_DATE "12 April 2020"
#define COPYRIGHT_DATE "2013-2020"

// Program Values:
Expand Down
4 changes: 2 additions & 2 deletions text/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<b><center>Connman System Tray (CMST)</center></b>
<b><center>Change Log</center></b>
<b> In Progress</b>
<b> 2020.04.12</b>
<ul>
<li>Fixed wrong validator on fields that accept either IPV4 or IPv6 addresses.</li>
<li>Expanded IPv6 validator to accept most abbreviated addresses.</li>
<li>Peditor now uses the shared validator instead of its own.</li>
<li>Fixed update problems in details tab.</li>
<li>Fixed VPN tray icon not always showing (possibly issue #198).</li>
<li>Fixed notification daemon working and starting.</li>
<li>Added ability to execute a process prior to making a wifi or vpn connection.</li>
<li>Added ability to execute a process prior to making a wifi or vpn connection (issue #194).</li>
</ul>
<b> 2020.03.07</b>
<ul>
Expand Down

0 comments on commit fc313eb

Please sign in to comment.