Various tweaks and aesthetic fixes here and there

This commit is contained in:
Marc-Olivier Barre 2009-12-27 17:45:36 +01:00
parent 29957c6750
commit 8aca4dd454
3 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
Marc-Olivier Barre Marc-Olivier Barre <marco@marcochapeau.org>
Nedko Arnaudov <nedko@arnaudov.name> Nedko Arnaudov <nedko@arnaudov.name>
Various ladiconf improvements by Krzysztof Foltman <wdev@foltman.com> Various ladiconf improvements by Krzysztof Foltman <wdev@foltman.com>

4
README
View File

@ -9,9 +9,9 @@ You will find in this suite :
- The laditools python module (no interest for the end users) - The laditools python module (no interest for the end users)
- laditray : a system tray icon that allows you to start, stop and monitor - laditray : a system tray icon that allows you to start, stop and monitor
JACK, as well as start some JACK related apps (log viewer, connections...) JACK, as well as start some JACK related apps (log viewer, connections...)
- wmjackctl : a controller as a Window Maker dockapp. Uses the same menu as laditray - wmladi : a controller as a Window Maker dockapp. Uses the same menu as laditray
- ladilog : a JACK, LASH and a2jmidid log viewer - ladilog : a JACK, LASH and a2jmidid log viewer
- ladiconf : a GUI to setup JACK's configuration - ladiconf : a GUI to setup JACK's configuration
- g15jackmon : a JACK monitor for g15 keyboards - g15ladi : a JACK monitor for g15 keyboards
Enjoy ! Enjoy !

View File

@ -19,7 +19,7 @@
from distutils.core import setup from distutils.core import setup
setup(name='laditools', setup(name='laditools',
version='1.0-rc1', version='1.0-rc2',
description='Linux Audio Desktop Integration Tools', description='Linux Audio Desktop Integration Tools',
author='Marc-Olivier Barre and Nedko Arnaudov', author='Marc-Olivier Barre and Nedko Arnaudov',
author_email='marco@marcochapeau.org', author_email='marco@marcochapeau.org',