Skip to content

Commit

Permalink
whats this and manpage changes
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-bibb committed Apr 23, 2022
1 parent deb3595 commit e3ddade
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 1 addition & 2 deletions apps/cmstapp/code/control_box/ui/controlbox.ui
Original file line number Diff line number Diff line change
Expand Up @@ -1500,8 +1500,7 @@
<item row="8" column="0">
<widget class="QCheckBox" name="checkBox_waittime">
<property name="whatsThis">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;pre style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:'Courier New,courier';&quot;&gt;Command Line Option: &lt;/span&gt;&lt;span style=&quot; font-family:'Courier New,courier'; font-weight:600;&quot;&gt;-w&lt;/span&gt;&lt;span style=&quot; font-family:'Courier New,courier';&quot;&gt; or &lt;/span&gt;&lt;span style=&quot; font-family:'Courier New,courier'; font-weight:600;&quot;&gt;--wait-time&lt;/span&gt;&lt;/pre&gt;&lt;/body&gt;&lt;/html&gt;
&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Specify the wait time in seconds before starting the system tray icon (default is 0 seconds).&lt;/p&gt;&lt;p&gt;If CMST is started and tries to create a tray icon before the system tray itself is created a dialog will be displayed explaining that. This sometimes happens when the program is started automatically. If you know the tray will exist once the system is up you may specify a wait time and CMST will wait that number of seconds before trying to create the tray icon. This is to give the window manager or panel time to create the tray before we try to place the icon there.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;pre style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:'Courier New,courier';&quot;&gt;Command Line Option: &lt;/span&gt;&lt;span style=&quot; font-family:'Courier New,courier'; font-weight:600;&quot;&gt;-w&lt;/span&gt;&lt;span style=&quot; font-family:'Courier New,courier';&quot;&gt; or &lt;/span&gt;&lt;span style=&quot; font-family:'Courier New,courier'; font-weight:600;&quot;&gt;--wait-time&lt;/span&gt;&lt;/pre&gt;&lt;p&gt;Specify the wait time in seconds before starting the system tray icon (default is 0 seconds).&lt;/p&gt;&lt;p&gt;If CMST is started and tries to create a tray icon before the system tray itself is created the proram will not be able to start minimized. This sometimes happens when the program is started automatically. If you know the tray will exist once the system is up you may specify a wait time and CMST will wait that number of seconds before trying to create the tray icon. This is to give the window manager or panel time to create the tray before we try to place the icon there.&lt;/p&gt;&lt;p&gt;If you plan to start with the main dialog shown on screen there is no reason to use this option. This is only intended to be used for starting minimized.&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="text">
<string>Wait Time</string>
Expand Down
5 changes: 3 additions & 2 deletions misc/manpage/cmst.1
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,11 @@ Displays version information.
.TP
\fB-w, --wait-time <seconds>\fP
Specify the wait time in seconds before starting the system tray icon (default is 0 seconds). If CMST is started and tries to
create a tray icon before the system tray itself is created a dialog will be displayed explaining that. This sometimes happens when the
create a tray icon before the system tray itself is created CMST will not be able to start minimized. This sometimes happens when the
program is started automatically. If you know the tray will exist once the system is up you may specify a wait time and CMST
will wait that number of seconds before trying to create the tray icon. This is to give the window manager or panel time to create
the tray before we try to place the icon there.
the tray before we try to place the icon there. If you plan to start with the main dialog shown on screen there is no reason to
use this option. This is only intended to be used for starting minimized.
.TP
\fB--counter-update-kb <KB> [Experimental]\fP
Specify the amount of data in KB that must be transmitted before the counters update (default is 1024 KB).
Expand Down

0 comments on commit e3ddade

Please sign in to comment.