~audio-recorder/audio-recorder/trunk

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
2011-02-08   Osmo Antero Maatta <osmoma@gmail.com>

    * Released version 0.3.
    * This version replaces the old rec-applet package.

2010-10-05   Osmo Antero Maatta <osmoma@gmail.com>

    * Released version 0.2.3
    * New translations; en_AU, de, fr, hu


2010-08-20   Osmo Antero Maatta <osmoma@gmail.com>

    * Initial import of new languages; pt_BR (thanks to Jose Humberto), pt (Europe) and fi_FI.

2010-08-17  Osmo Antero Maatta <osmoma@gmail.com>

    * Released version 0.2.

2010-08-16  Osmo Antero Maatta <osmoma@gmail.com>

    * The data stream from GStreamer is now properly terminated. The AAC .m4a files (via the faac encoder) are now playable (always!).
    * The GStreamer EOS event is sent, and the event loop now correctly waits for it.
    * Added new directory rec-applet/data with (HTML) help files and COPYING file.
    * The help files can be launched from the GUI.
    * The right-click menu is now translatable. The entire app is translatable.
    * Translated the application to Norwegian Bokmål, in .../po/nb_NO.po.
    * Small improvements in the stop-timer's input format (such as 12-hour clock with am and pm suffices).

2010-08-15  Osmo Antero Maatta <osmoma@gmail.com>

    * Getting now supported audio-formats from GNOME's media-profiles library (requires libgnome-media-dev package).
    * See media-profiles.[ch].
    * The stop-timer field can now take several values separated by "|" (meaning OR). Eg. Stop After: "1 h 20min | 500 MB | silence 7s". 

2010-08-07  Osmo Antero Maatta <osmoma@gmail.com>

    * Several improvements:
    * The "Default" audio device now tries to create pipeline of "gconfaudiosrc" element.
    * The size of the applet is now correct (earlier it expanded too much horizontally).  
    * The applet now obeys color/background settings of the panel; transparent and opaque values are ok.
    * The time ##:##:## and the file size labels resize correctly.
    * The settings window now opens at correct position depending on the panel orientation.

2010-08-04  Osmo Antero Maatta <osmoma@gmail.com>

    * GNOME Audio Recorder Applet v0.1 released