File: NEWS

package info (click to toggle)
laditools 1.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 684 kB
  • ctags: 445
  • sloc: python: 2,478; sh: 34; makefile: 5
file content (78 lines) | stat: -rw-r--r-- 2,907 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
LADI Tools - Linux Audio Desktop Integration Tools
--------------------------------------------------

Laditools 1.0 «Lady "O"»

    This is the first stable release of LADI Tools.

    This document is an attempt to list the most relevant changes introduced
    since the latest almost-stable release candidate (was
    1.0~rc2+20100724.gitf4d4a2).

    Please note it is strongly recommended to upgrade from any previous
    version as we will NOT provide bugfix updates for oldest snaphsot taken
    from the no longer used SVN repository.

                            The Big Renaming
                            ----------------

    Apart from wladi and g15ladi, most of ladi* tools have been renamed:

     * ladicontrol -> ladi-control-center
     * ladilog     -> ladi-system-log
     * laditray    -> ladi-system-tray

    Moreover, a new component has joined the LADI Tools suite: ladi-player.
    LADI Player is a convenient, graphical VLC-style application providing an
    all-in-one control interface to start, stop and monitor JACK as well as
    the session handler. It also provides basic controls for managing studios.

                              Goodbye PyGTK!
                              --------------

    All the code was ported to GTK+ 3 and the new GObject Introspection
    mechanism.

                       Code refactoring and cleanup
                       ----------------------------

    The code has been reorganized in order to allow the use of Python objects
    by 3rd party applications.

    To start writing code using the classes provided by laditools, simply do
    the following:

       from laditools import *

                  Two-in-one solution for LADI System Tray
                  ----------------------------------------

    Formerly laditray was an implementation of GtkStatusIcon to put a nice
    right-clickable icon into the system tray to allow users access JACK
    controls easy way. It's been mostly rewritten and now it shows an
    AppIndicator icon (if the library is available, see
    http://unity.ubuntu.com/projects/appindicators/), or fall back to the
    Freedesktop.org's old-fashioned System Tray Protocol Spec-compliant icon.

                         Project's new homepage
                         ----------------------

    The project's homepage is now hosted by Launchpad.net:

        https://launchpad.net/laditools

    The code is hosted by repo.or.cz and it's available here for browsing:

        http://repo.or.cz/w/laditools.git

    Please use the following links to contact the development team:

     * Bugs and patches: https://bugs.launchpad.net/laditools
     * Translations: https://translations.launchpad.net/laditools

                            Conclusions
                            -----------

    Enjoy your LADI system! ;-)

                            Alessio Treglia <quadrispro@ubuntu.com>