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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
|
2005-04-09 Jörgen Scheibengruber <mfcn@gmx.de>
* lots of changes. HIG-ifieing continued, recording dialog removed/reworked
* probably broke stuff
2005-04-08 Jörgen Scheibengruber <mfcn@gmx.de>
* gui.c: Fix #167963, #167962
* prefs.c: Use g_get_home_dir instead of / for rec_settings.filename
* prefs.c/.h, gui.c/.h, : HIG-ifieing of the prefs-dialog
2005-04-01 Steve Murphy <murf@e-tools.com>
* configure.in: Added "rw" to ALL_LINGUAS.
2005-02-12 Jörgen Scheibengruber <mfcn@gmx.de>
* configure.in: Added fi to ALL_LINGUAS.
2004-12-04 Jörgen Scheibengruber <mfcn@gmx.de>
* configure.in: new version 1.5
* record.c: fix issues with long filenames
* release 1.5
2004-06-08 Jörgen Scheibengruber <mfcn@gmx.de>
* autogen.sh: require automake 1.7
* remove *_DEPRECATED from Makefile.am
2004-05-01 Adam Weinberger <adamw@gnome.org>
* configure.in: Added en_CA to ALL_LINGUAS.
2004-04-11 Gareth Owen <gowen72@yahoo.com>
* configure.in: Added en_GB to ALL_LINGUAS
2004-02-06 Robert Sedak <robert.sedak@sk.htnet.hr>
* configure.in: Added "hr" (Croatian) to ALL_LINGUAS.
2003-12-09 Iñaki Larrañaga <dooteo@euskalgnu.org>
* configure.in: Added "eu" (Basque) to ALL_LINGUAS.
2003-12-03 Sanlig Badral <badral@openmn.org>
* configure.in: Added "mn" to ALL_LINGUAS.
2003-09-01 Metin Amiroff <metin@karegen.com>
configure.in: Added "az" in ALL_LINGUAS.
2003-08-05 Hasbullah Bin Pit <sebol@ikhlas.com>
* configure.in: Added 'ms' (Malay) to ALL_LINGUAS.
2003-06-19 Guntupalli Karunakar <karunakar@freedomink.org>
* configure.in: Added "ml" to ALL_LINGUAS.
2003-05-20 Jordi Mallach <jordi@sindominio.net>
* configure.in (ALL_LINGUAS): Added "ca" (Catalan).
2003-05-06 Danilo Šegan <dsegan@gmx.net>
* configure.in: Added "sr" and "sr@Latn" to ALL_LINGUAS.
2003-03-14 Jörgen Scheibengruber <mfcn@gmx.de>
* configure.in: added "ja" to ALL_LINGUAS
2003-03-07 Yuriy Syrota <rasta renome.rovno.ua>
* configure.in: added "uk" (Ukrainian) to ALL_LINGUAS
2003-02-09 Jörgen Scheibengruber <mfcn@gmx.de>
* Added src/eggtrayicon.c/.h
* src/gui.c/.h: Added a notification area icon :-)
2003-02-02 Jörgen Scheibengruber <mfcn@gmx.de>
* configure.in: added "hu" to ALL_LINGUAS
2003-01-31 Jörgen Scheibengruber <mfcn@gmx.de>
* gui.c: rearranged some startup code, so that
the lirc error message doesn't delay radio playback
2003-01-29 Jörgen Scheibengruber <mfcn@gmx.de>
* gnomeradio.desktop.in: Added startup-notification
and bugzilla tags
2003-01-24 Kjartan Maraas <kmaraas@gnome.org>
* configure.in: Added "no" to ALL_LINGUAS.
2003-01-24 Daniel Yacob <locales@geez.org>
* configure.in: Added am to ALL_LINGUAS.
2003-01-08 Jörgen Scheibengruber <mfcn@gmx.de>
* Made the hole thing ready for cvs
2003-01-07 Jörgen Scheibengruber <mfcn@gmx.de>
* Hopefully fixed an issue with stereo on aztech
radio cards.
(Thx to Giuseppe Bagnato <ttyman@sitoverde.com>)
2002-12-18 Jörgen Scheibengruber <mfcn@gmx.de>
* Removed _all_ deprecated stuff... Fixed some issues
with detection of invalid/existing files before
recording...
* Applied patches from Artur Flinta <aflinta@at.kernel.pl>
2002-12-16 Jörgen Scheibengruber <mfcn@gmx.de>
* Added a minimal (auto)configuration if ~/.lircrc is
not present.
2002-12-14 Jörgen Scheibengruber <mfcn@gmx.de>
* Removed some debugging output and some deprecated
stuff...
2002-11-06 Jörgen Scheibengruber <mfcn@gmx.de>
* Played around a little bit with the new
press-and-hold of the step buttons (build in
a little delay)
2002-11-03 Jörgen Scheibengruber <mfcn@gmx.de>
* Partially rewrote recording part. New files:
rec_tech.c & rec_tech.h
2002-11-01 Jörgen Scheibengruber <mfcn@gmx.de>
* Added press-and-hold for the step buttons.
* Reverted behaviour of the frequency slider
from delayed to instant apply
* No longer store volume in gconf. Get the
current volume and set the slider appropriate
instead.
2002-10-20 Jörgen Scheibengruber <mfcn@gmx.de>
* Added keyboard shortcuts.
* Several minor improvements regarding the redrawing of
the status window.
2002-10-19 Jörgen Scheibengruber <mfcn@gmx.de>
* Started with documentation: added docs...
* Added help buttons to the dialogs, and a f1-key-press
callback
2002-10-13 Jörgen Scheibengruber <mfcn@gmx.de>
*Added example.lircrc and the entry in Makefile.am
2002-10-11 Jörgen Scheibengruber <mfcn@gmx.de>
* Added a .schemas.in file.
* Added stuff to configure.in
and Makefile.am, so that the .schemas file is created
from the .in file (intltool magic) and the .schemas
file is properly installed
2002-10-08 Jörgen Scheibengruber <mfcn@gmx.de>
* ported it from gnome_config_* to GConf. this is
not yet perfect, but it already works
2002-09-25
* Added README.lirc and README.recording to Makefile.am
2002-08-21 Jörgen Scheibengruber <mfcn@gmx.de>
* Added a shadow to the scrolled window (which cotains
the presets listview in the prefswin)
* Edited configure.in (is now more gnome2 compliant)
2002-07-18 Jörgen Scheibengruber <mfcn@gmx.de>
* It's now no longer possible to open several instances of
the about dialog
2002-07-16 Jörgen Scheibengruber <mfcn@gmx.de>
* Fixed a bug in updating presets (the presets were
appended to the g_list)
2002-06-12 Jörgen Scheibengruber <mfcn@gmx.de>
* Fixed some probles with the freq_scale
2002-06-?? Jörgen Scheibengruber <mfcn@gmx.de>
* Ported it to gnome2
??? Jörgen Scheibengruber <mfcn@gmx.de>
* Added recording functionalty
2002-01-30 Jörgen Scheibengruber <mfcn@gmx.de>
*Fixed stupid assertion.
2002-01-25 Jörgen Scheibengruber <mfcn@gmx.de>
* Volume is now properly saved on exit.
2002-01-15 Jörgen Scheibengruber <mfcn@gmx.de>
* Fixed a small lirc-bug, that caused a crash.
2002-01-13 Jörgen Scheibengruber <mfcn@gmx.de>
* Edited the tooltips of the volume and frequecy sliders so that they
display the current value
2001-12-18 Jörgen Scheibengruber <mfcn@gmx.de>
* Removed the stupid homebrewn-code for the spinbutton in the prefs-dialog,
it's now a "real" gtk_spin_button
2001-12-12 Jörgen Scheibengruber <mfcn@gmx.de>
* Improvements in the prefs-dialog placement.
* Improved the management of presets.
* Added turkish, swedish and portuguese translations
2001-11-09 Jörgen Scheibengruber <mfcn@gmx.de>
* Changed the mixerdevice-entry to a combobox.
* Added preset up/down lirc commands.
* Packaging bugfixes.
* Improved preset handling.
2001-11-05 Jörgen Scheibengruber <mfcn@gmx.de>
* Added the icon drawn by Bruno Pires Marinho to pixmaps/.
2001-10-25 Jörgen Scheibengruber <mfcn@gmx.de>
* A volume control and some more lirc commands were added.
* Some tiny bugs were fixed.
2001-10-19 Jörgen Scheibengruber <mfcn@gmx.de>
* Initial release
|