all repos — tint2 @ 7109bac4a03a2e76ad1e2a7ab58b4f4617e2ae45

fork of the tint2 desktop panel for my custom setup - only minimized windows across all desktops for the taskbar

Updated for 0.12.2
o9000 o9000
commit

7109bac4a03a2e76ad1e2a7ab58b4f4617e2ae45

parent

00a18033488d72aa68a2f5e23a9bb7157abb96e1

2 files changed, 12 insertions(+), 6 deletions(-)

jump to
M ChangeLogChangeLog

@@ -1,8 +1,14 @@

-2015-08-06 +2015-08-11 master - Fixes: - Multiple batteries are now supported under Linux (thanks to Sebastian Reichel) - New config options: - Option to enable battery tooltips +2015-08-11 0.12.2 +- Fixes: + - Systray: do not move empty icons to the side, as it breaks GTK2 StatusIcon blinking (issue #515) + - tint2conf: Fix read of panel_monitor (issue #520) + - Fix command line argument processing (issue #516) + - Fix battery option parsing 2015-08-01 0.12.1 - Fixes: - Config:
M README.mdREADME.md

@@ -1,5 +1,5 @@

-### New stable release: 0.12.1 -Changes: https://gitlab.com/o9000/tint2/blob/master/ChangeLog +### New stable release: 0.12.2 +Changes: https://gitlab.com/o9000/tint2/blob/0.12.2/ChangeLog Documentation: https://gitlab.com/o9000/tint2/wikis/home

@@ -7,7 +7,7 @@ Try it out with (see also [dependencies](https://gitlab.com/o9000/tint2/wikis/Install#dependencies)):

``` git clone https://gitlab.com/o9000/tint2.git cd tint2 -git checkout v0.12.1 +git checkout 0.12.2 mkdir build cd build cmake ..

@@ -56,7 +56,7 @@ * [Install](https://gitlab.com/o9000/tint2/wikis/Install)

* [Configure](https://gitlab.com/o9000/tint2/wikis/Configure) * [Add applet not supported by tint2](https://gitlab.com/o9000/tint2/wikis/ThirdPartyApplets) * [Other frequently asked questions](https://gitlab.com/o9000/tint2/wikis/FAQ) - * [Debug](https://gitlab.com/o9000/tint2/wikis/Debug) + * [Debug](https://gitlab.com/o9000/tint2/wikis/Debug) ### How can I help out?

@@ -71,7 +71,7 @@ * Downloads: https://gitlab.com/o9000/tint2-archive/tree/master or https://code.google.com/p/tint2/downloads/list

* Old project location (inactive): https://code.google.com/p/tint2 ### Releases - * Latest stable release: tint2 0.12 (July 2015) + * Latest stable release: tint2 0.12.2 (August 2015) ### Screenshots ![screenshot](https://gitlab.com/o9000/tint2/wikis/screenshot.png)