Include manpages.
[laditools.git] / NEWS
blob959e507f747b8886b44158b7b412453d94664818
1 LADI Tools - Linux Audio Desktop Integration Tools
2 --------------------------------------------------
4 Laditools 1.0 «Lady "O"»
6     This is the first stable release of LADI Tools.
8     This document is an attempt to list the most relevant changes introduced
9     since the latest almost-stable release candidate (was
10     1.0~rc2+20100724.gitf4d4a2).
12     Please note it is strongly recommended to upgrade from any previous
13     version as we will NOT provide bugfix updates for oldest snaphsot taken
14     from the no longer used SVN repository.
16                             The Big Renaming
17                             ----------------
19     Apart from wladi and g15ladi, most of ladi* tools have been renamed:
21      * ladicontrol -> ladi-control-center
22      * ladilog     -> ladi-system-log
23      * laditray    -> ladi-system-tray
25     Moreover, a new component has joined the LADI Tools suite: ladi-player.
26     LADI Player is a convenient, graphical VLC-style application providing an
27     all-in-one control interface to start, stop and monitor JACK as well as
28     the session handler. It also provides basic controls for managing studios.
30                               Goodbye PyGTK!
31                               --------------
33     All the code was ported to GTK+ 3 and the new GObject Introspection
34     mechanism.
36                        Code refactoring and cleanup
37                        ----------------------------
39     The code has been reorganized in order to allow the use of Python objects
40     by 3rd party applications.
42     To start writing code using the classes provided by laditools, simply do
43     the following:
45        from laditools import *
47                   Two-in-one solution for LADI System Tray
48                   ----------------------------------------
50     Formerly laditray was an implementation of GtkStatusIcon to put a nice
51     right-clickable icon into the system tray to allow users access JACK
52     controls easy way. It's been mostly rewritten and now it shows an
53     AppIndicator icon (if the library is available, see
54     http://unity.ubuntu.com/projects/appindicators/), or fall back to the
55     Freedesktop.org's old-fashioned System Tray Protocol Spec-compliant icon.
57                          Project's new homepage
58                          ----------------------
60     The project's homepage is now hosted by Launchpad.net:
62         https://launchpad.net/laditools
64     The code is hosted by repo.or.cz and it's available here for browsing:
66         http://repo.or.cz/w/laditools.git
68     Please use the following links to contact the development team:
70      * Bugs and patches: https://bugs.launchpad.net/laditools
71      * Translations: https://translations.launchpad.net/laditools
73                             Conclusions
74                             -----------
76     Enjoy your LADI system! ;-)
78                             Alessio Treglia <quadrispro@ubuntu.com>