~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
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
2012-04-26  Osmo Antero <osmoma@gmail.com>

  * Version 0.9.1
  * Improved MPRIS2 interface. VLC media player should now work with ar. 

2012-04-18  Osmo Antero <osmoma@gmail.com>

  * Version 0.9
  * MPRIS2 compliant media-player interface (dbus-mpris2.c)
  * Removed fixed icons. Icons are now loaded from the current theme.  

2012-04-05  Osmo Antero <osmoma@gmail.com>

  * Version 0.8.2
  * Set right version number in the .deb package.

2012-04-01  Osmo Antero <osmoma@gmail.com>

  * Version 0.8
  * New widget for the level bar (See GtkLevelBar class in gtklevelbar.[ch])

2012-03-30  Osmo Antero <osmoma@gmail.com>
  * Version 0.7
  * Updated code for Fedora 16 and Ubuntu 12.04.
  * Uses now GTK 3 libraries.

2011-09-26  Osmo Antero <osmoma@gmail.com>

  * Version 0.6.2
  * Fixing typo in debian/control file.
  * Needs libappindicator3-dev instead of libappindicator-dev.

2011-09-26  Osmo Antero <osmoma@gmail.com>

  * Version 0.6.1
  * Fixing debian/control file.
  * It seems that "libgnome-media-profiles-dev" (in Ubuntu 11.10 beta) still requires the "libgconf2-dev" package.
  * I hope they will remove this dependency. But for now, add libgconf2-dev.

2011-09-26  Osmo Antero <osmoma@gmail.com>

  * Version 0.6.
  * Ported this application to GTK 3/GDK 3.
  * Using now GSettings (and dconf) instead of GConf2. See dconf.[ch].
  * Better Banshee integration.
  * Some changes in GUI labels (need re-translation).

2011-09-26  gettextize  <bug-gnu-gettext@gnu.org>

	* Makefile.am (ACLOCAL_AMFLAGS): New variable.
	(EXTRA_DIST): Add config.rpath, m4/ChangeLog.
	* configure.in (AC_CONFIG_FILES): Add po/Makefile.in.

2011-09-18   Osmo Antero <osmoma@gmail.com>

    * Version 0.5
    * Added simple DBus-service so recorder can be controlled from command line or other applications.
    * See audio-recorder --help.
    * Added support for Unity's launcher icon. audio-recorder.desktop file contains now static menu items 
    * for "start recording", "stop recording", "pause" and "show window".

2011-02-08   Osmo Antero  <osmoma@gmail.com>

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

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

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

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

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

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

    * Released version 0.2.

2010-08-16  Osmo Antero  <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  <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  <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  <osmoma@gmail.com>

    * GNOME Audio Recorder Applet v0.1 released