summaryrefslogtreecommitdiff
path: root/cdplayer/ChangeLog
blob: 3e5767ea87fbe96c309e46dcd85ad1823ca297b6 (plain)
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
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
2002-12-14  Fernando Herrera <fherrera@onirica.com>

	* GNOME_CDPlayerApplet.server.in.in: added bugzilla attributtes

2002-12-08  Kevin Vandersloot <kfv101@psu.edu>

	* cdplayer.c: fix segfault on exit when we don't need to stop the cd.

2002-12-05  Ghee Teo <ghee.teo@sun.com>

	* cdplayer.c: cd continue to be played even when applet is removed from 
	  panel or user logout, #100223. 

2002-12-01  Kevin Vandersloot <kfv101@psu.edu>

	* cdrom-linux.c: don't open cd device unless needed. Patch by
	Owen Taylor <otaylor@redhat.com>. Fixes the Linux side of 
	bug #91512.

2002-09-15  Juan Salaverria <rael@vectorstar.net>

	* GNOME_CDPlayerApplet.xml: Added a separator in the
	menu. May fix bug #89864

2002-09-24  jacob berkman  <jacob@ximian.com>

	* Makefile.am (cdplayer_applet2_SOURCES): remove $(EGGFILES)

2002-09-19  Mark McLoughlin  <mark@skynet.ie>

	* cdplayer.c: (start_gtcd_cb), (activate_cb), (preferences_cb),
	(help_cb), (about_cb), (phelp_cb): kill the HAVE_GTK_MULTIHEAD
	conditionals - we require gtk HEAD now.

2002-08-14  Mark McLoughlin  <mark@skynet.ie>

	* Makefile.am: link against the libscreen-exec.la.

	* cdplayer.c:
	(help_cb), (phelp_cb): use the multiscreen
	gnome_help variants.

2002-07-18  Kevin Vandersloot <kfv101@psu.edu>

	* cdplayer.c: use consistent error messages. Fixes bug #87905.
	Patch by Johan Dahlin

2002-07-18  Mark McLoughlin  <mark@skynet.ie>

	* Makefile.am: install applet into libexec.

	* GNOME_CDPlayerApplet.server.in: move .server.in to
	.server.in.in to allow for libexec dir substitution.

2002-07-16  Kevin Vandersloot <kfv101@psu.edu>

	* writer-solaris.c: fix function clashing from auidovar.h.
	Patch from Darragh O'Brien <Darragh.Obrien@sun.com>

2002-07-11  Kevin Vandersloot <kfv101@psu.edu>

	* cdrom-solaris.c, cdplayer.c, reader-solaris.c, writer-solaris.c:
	Fix cdplayer applet to work with some Solaris setups where the
	cdplayer issn't attached to the soundcard. From patch by
	Darragh O'Brien <Darragh.Obrien@sun.com>

2002-07-11  Mark McLoughlin  <mark@skynet.ie>

	* Makefile.am: add egg-screen-exec.[ch] to the
	build.

	* cdplayer.c:
	(start_gtcd_cb): launch cdplayer on the same screen
	as the applet.
	(activate_cb), (preferences_cb), (about_cb): realise
	dialogs on the same screen as the applet.

2002-07-10  Mark McLoughlin  <mark@skynet.ie>

	* cdplayer.c: Correct signatures for verb callback
	methods.
	(start_gtcd_cb): display an error dialog if gnome-cd
	cannot be launched.
	(about_cb): use gtk_window_present.
	
2002-06-03  Arvind Samptur <arvind.samptur@wipro.com>

	* cdplayer.c: changed gtk_main_do_event
	to gtk_propagate_event in button_press_hack
	for avoiding crash due to gtk event queue corruption. Fixes
	83186.

2002-05-31 Kevin Vandersloot <kfv101@psu.edu>

	* Makefile.am: Fix GNOMELOCALEDIR to point to correct
	location. Fixes #83621. 

2002-05-25  Kevin Vandersloot <kfv101@psu.edu>
	
	* cdplayer.c: make help in the prefs dialog go to the right
	help section. Fixes bug #82965

2002-05-23  Mark McLoughlin  <mark@skynet.ie>

	* cdplayer.c: (button_press_hack), (control_button_factory): use
	gtk_main_do_event to do button press hack instead of invoking the
	PanelApplet handler directly.

2002-05-20  Kevin Vandersloot <kfv101@psu.edu>

	* cdplayer.c: set window icon and fix warning. Also fix a crash on exit

2002-05-13  Satyajit Kanungo <satyajit.kanungo@wipro.com>
	* cdplayer.c Added a "help" button and callback 
          in the preference dialog box.

2002-05-10  Deepa Natarajan <deepa.natarajan@wipro.com>

    * .xml: added mnemonics for the popup menu

2002-04-30  Deepa Natarajan <deepa.natarajan@wipro.com>

       * led.c, led.h, cdplayer.c: remove led stuff and add a simple GtkLabel
       to display the time and track information. Fixes the theme compliance
       Bug# 79074

       * Makefile.am: remove the led.xpm file as we dont use it anymore

2002-04-29  Satyajit Kanungo <satyajit.kanungo>
	* Makefile.am - Added the subdir docs 
	* docs/Makefile.am docs/C/Makefile.am - Changed to install  help documents
	* cdplayer.c - Used the gnome help API to open the help document. 
	 

2002-04-27  Dennis Cranston <dennis_cranston@yahoo.com>

	* cdplayer.c: "About..." dialog fixes -- change the name to
	"CD Player" to match the "Add to panel" menu.  Also, use 
	gnome-cdplayer-icon.png for the logo and window icon.

2002-04-25  Kevin Vandersloot <kfv101@psu.edu>

	* cdplayer.c: size on creation to fix bug 77933. From patch
	by Fernando Herrera

2002-04-20  Abel Cheung  <maddog@linux.org.hk>

       * cdplayer.c: Added translation_credit and documenters placeholders.

2002-04-16  Deepa Natarajan <deepa.ntarajan@wipro.com>

       * cdplayer.c: fixes keynav within the applet. Bug# 75903

2002-04-14  Kevin Vandersloot <kfv101@psu.edu>

	* cdplayer.c, cdplayer.schemas: chnage - to underscore for gconf
	settings

2002-04-01  Kevin Vandersloot <kfv101@psu.edu>

        * .xml: add ellipses to preferences option

2002-04-01  Deepa Natarajan <deepa.natarajan@wipro.com>

	* GNOME_CDPlayerApplet.xml: Changed Properties->Preferences

	* cdplayer.c: Changed verb Properties->Preferences

2002-03-26  Kevin Vandersloot <kfv101@psu.edu>

	* cdplayer.c: don't set the default device here since it's
	gotten at configure time

2002-03-26  Deepa Natarajan <deepa.natarajan@wipro.com>

	* cdplayer.c: set mnemonics and set close as the default button.
	shuffle the lines a bit so that mnemonics are set even if gail is not loaded.
	have the string literal in the same line so that it compiles in solaris.

2002-03-24  Kevin Vandersloot <kfv101@psu.edu>

	* cdplayer.c: report errors if the command can not be
	executed

2002-03-24  Kevin Vandersloot <kfv101@psu.edu>

	* cdplayer.c: make the cdrom icon smalled so it isn't so
	damn ugly. Add a "use default" button.

2002-03-20  Deepa Natarajan <deepa.natarajan@wipro.com>

	* cdplayer.c: set accessible name and description for widgets.
	set tooltip for the applet
	* cdplayer.h: add time/track info in cd struct
	This fixes bug# 75555 	

2002-03-18  Kevin Vandersloot <kfv101@psu.edu>

	* cdplayer.c: fix up some logic when the device path is
	wrong. Popup an error message if the device is invalid

2002-03-17 Trevor Curtis <tcurtis@somaradio.ca>
	* docs/C/cdplayer.xml: initial version of xml'ified doc
	* docs/C/legal.xml: License info

2002-03-04  Kevin Vandersloot <kfv101@psu.edu>

	* cdplayer.c: change gnome_execute_shell to g_spawn..
	to hopefully fix bug #73390

2002-03-03  Bastien Nocera  <hadess@hadess.net>

	* Makefile.am: don't do gconf fu if DESTDIR is set

2002-02-25  Kevin Vandersloot <kfv101@psu.edu>

	* cdplayer.c: free the GdkPixbufs to plug memory leaks

	* led.c: ditto

2002-02-20  Kevin Vandersloot <kfv101@psu.edu>

	* cdplayer.c: fix crash on exit by not connecting twice to the destroy signal

2002-02-19  Kevin Vandersloot <kfv101@psu.edu>

	* cdplayer.c: add tooltips to the buttons

2002-02-17  Kevin Vandersloot <kfv101@psu.edu>

	* cdplayer.c: add the hack to get right click menus working
	on buttons

2002-02-16  Cody Russell  <bratsche@gnome.org>

	* cdplayer.c: Removed inline XML and load from file.

	* GNOME_CDPlayerApplet.xml: Created.  This is the file from whence
	the XML data noted above will be loaded.

2002-02-16  Kevin Vandersloot <kfv101@psu.edu>

	* Makefile.am: remove GCONF_LIBS since libpanelapplet pulls in gconf

2002-02-13  Havoc Pennington  <hp@redhat.com>

	* Makefile.am (cdplayer_applet2_DEPENDS): use @CDROM_HOST@ instead
	of $(CDROM_HOST) so automake 1.5 doesn't get confused.	

2002-02-11  Kjartan Maraas  <kmaraas@gnome.org>

	* GNOME_MultiLoadApplet_Factory.server.in: Mark strings for l10n.
	* *.[ch]: Fix #include <config.h>
	
2002-02-11  Mark McLoughlin  <mark@skynet.ie>

	* GNOME_CDPlayerApplet.server.in: move to Vertigo namespace.

	* cdplayer.c: update for factory macro change.

2002-02-10  Kevin Vandersloot <kfv101@psu.edu>

	* cdplayer.c: run gnome-cd instead of gtcd

2002-01-24  Kevin Vandersloot <kfv101@psu.edu>

	* cdplayer.c: make prefs dialog conform to UI standards. 
	Remove the label and frame. Make the dialog modeless and
	fallback to last device if it can't be opened. Make the
	Run GTCD menu item more understandable

2002-01-19  Seth Nickell  <snickell@stanford.edu>

	* GNOME_CDPlayerApplet.server.in:

	Drop "Applet" from name.

2002-01-13  Kevin Vandersloot <kfv101@psu.edu>

	* Makefile.am: Correct install-data-local so the schemas file is picked up.

2002-01-09  Kevin Vandersloot <kfv101@psu.edu>

	* dist stop image

2002-01-06  Kevin Vandersloot <kfv101@psu.edu>

	* Makefile.am: don't need intl stuff in GNOME 2

2002-01-04  Mark McLoughlin  <mark@skynet.ie>

	* cdplayer/GNOME_CDPlayerApplet.server.in: renamed from
	GNOME_CDPlayerApplet.server.

	* cdplayer/Makefile.am: allow the .server file to be
	translated.