Release 16.5
Chris Lee @klee93
6 files changed,
14 insertions(+),
10 deletions(-)
M
ChangeLog
→
ChangeLog
@@ -1,4 +1,4 @@
-2018-08-04 master +2018-08-04 16.5 - Add new build script - Add option to sort taskbar by application name - Fix regression in image loading@@ -1002,6 +1002,7 @@
2008-04-22 - fork ttm projet from p://code.google.com/p/ttm/ (by Pål Staurland staura@gmail.com) while the projet is no longer in developpement, have not changed the name of 'tint'. +. . . .
M
README.md
→
README.md
@@ -1,5 +1,5 @@
-# Latest stable release: 16.4 -Changes: https://gitlab.com/o9000/tint2/blob/16.4/ChangeLog +# Latest stable release: 16.5 +Changes: https://gitlab.com/o9000/tint2/blob/16.5/ChangeLog Documentation: [doc/tint2.md](doc/tint2.md)@@ -8,7 +8,7 @@
``` git clone https://gitlab.com/o9000/tint2.git cd tint2 -git checkout 16.4 +git checkout 16.5 mkdir build cd build cmake ..
M
doc/manual.html
→
doc/manual.html
@@ -466,6 +466,7 @@ <li><p><code>taskbar_sort_order = none/title/center</code> : Specifies the sort order of the tasks on the taskbar. <em>(since 0.12)</em></p>
<ul> <li><code>none</code> : No sorting. New tasks are simply appended at the end of the taskbar when they appear.</li> <li><code>title</code> : Sorts the tasks by title.</li> +<li><code>application</code> : Sorts the tasks by application name. <em>(since 16.3)</em></li> <li><code>center</code> : Sorts the tasks by their window centers.</li> <li><code>mru</code> : Shows the most recently used tasks first. <em>(since 0.12.4)</em></li> <li><code>lru</code> : Shows the most recently used tasks last. <em>(since 0.12.4)</em></li>@@ -572,7 +573,7 @@ <h3 id="battery">Battery<a name="battery" href="#battery" class="md2man-permalink" title="permalink"></a></h3>
<ul> <li><p><code>battery_hide = never/integer (0 to 100)</code> : At what battery percentage the battery item is hidden.</p></li> <li><p><code>battery_low_status = integer</code>: At what battery percentage the low command is executed.</p></li> -<li><p><code>battery_low_cmd = notify-send "battery low"</code> : Command to execute when the battery is low.</p></li> +<li><p><code>battery_low_cmd = xmessage 'tint2: Battery low!'</code> : Command to execute when the battery is low.</p></li> <li><p><code>battery_full_cmd = notify-send "battery full"</code> : Command to execute when the battery is full.</p></li> <li><p><code>bat1_font = [FAMILY-LIST] [STYLE-OPTIONS] [SIZE]</code></p></li> <li><p><code>bat2_font = [FAMILY-LIST] [STYLE-OPTIONS] [SIZE]</code></p></li>
M
doc/readme.html
→
doc/readme.html
@@ -199,9 +199,9 @@
</style> </head> <body> -<h1 id="latest-stable-release-16-4"><span class="md2man-title">Latest</span> <span class="md2man-section">stable</span> <span class="md2man-date">release:</span> <span class="md2man-source">16.4</span><a name="latest-stable-release-16-4" href="#latest-stable-release-16-4" class="md2man-permalink" title="permalink"></a></h1><p>Changes: <a href="https://gitlab.com/o9000/tint2/blob/16.4/ChangeLog">https://gitlab.com/o9000/tint2/blob/16.4/ChangeLog</a></p><p>Documentation: <a href="manual.html">manual.html</a></p><p>Compile it with (after you install the <a href="https://gitlab.com/o9000/tint2/wikis/Install#dependencies">dependencies</a>):</p><pre class="highlight plaintext"><code>git clone https://gitlab.com/o9000/tint2.git +<h1 id="latest-stable-release-16-5"><span class="md2man-title">Latest</span> <span class="md2man-section">stable</span> <span class="md2man-date">release:</span> <span class="md2man-source">16.5</span><a name="latest-stable-release-16-5" href="#latest-stable-release-16-5" class="md2man-permalink" title="permalink"></a></h1><p>Changes: <a href="https://gitlab.com/o9000/tint2/blob/16.5/ChangeLog">https://gitlab.com/o9000/tint2/blob/16.5/ChangeLog</a></p><p>Documentation: <a href="manual.html">manual.html</a></p><p>Compile it with (after you install the <a href="https://gitlab.com/o9000/tint2/wikis/Install#dependencies">dependencies</a>):</p><pre class="highlight plaintext"><code>git clone https://gitlab.com/o9000/tint2.git cd tint2 -git checkout 16.4 +git checkout 16.5 mkdir build cd build cmake ..
M
doc/tint2.1
→
doc/tint2.1
@@ -1,4 +1,4 @@
-.TH TINT2 1 "2018\-05\-03" 16.4 +.TH TINT2 1 "2018\-08\-04" 16.5 .SH NAME .PP tint2 \- lightweight panel/taskbar@@ -480,6 +480,8 @@ \fB\fCnone\fR : No sorting. New tasks are simply appended at the end of the taskbar when they appear.
.IP \(bu 2 \fB\fCtitle\fR : Sorts the tasks by title. .IP \(bu 2 +\fB\fCapplication\fR : Sorts the tasks by application name. \fI(since 16.3)\fP +.IP \(bu 2 \fB\fCcenter\fR : Sorts the tasks by their window centers. .IP \(bu 2 \fB\fCmru\fR : Shows the most recently used tasks first. \fI(since 0.12.4)\fP@@ -663,7 +665,7 @@ \fB\fCbattery_hide = never/integer (0 to 100)\fR : At what battery percentage the battery item is hidden.
.IP \(bu 2 \fB\fCbattery_low_status = integer\fR: At what battery percentage the low command is executed. .IP \(bu 2 -\fB\fCbattery_low_cmd = notify\-send "battery low"\fR : Command to execute when the battery is low. +\fB\fCbattery_low_cmd = xmessage 'tint2: Battery low!'\fR : Command to execute when the battery is low. .IP \(bu 2 \fB\fCbattery_full_cmd = notify\-send "battery full"\fR : Command to execute when the battery is full. .IP \(bu 2
M
doc/tint2.md
→
doc/tint2.md
@@ -1,4 +1,4 @@
-# TINT2 1 "2018-05-03" 16.4 +# TINT2 1 "2018-08-04" 16.5 ## NAME tint2 - lightweight panel/taskbar