blob: 9236ac4af8ed3478e0e68aacb6c82143fc086b9c (
plain) (
blame)
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
|
2007-08-16 Milan Crha <mcrha@redhat.com>
** Part of fix for bug #350539
* audio-inline.c: (org_gnome_audio_inline_play_clicked):
Ensures non-NULL part.
2006-01-09 Kjartan Maraas <kmaraas@gnome.org>
* audio-inline.c: (org_gnome_audio_inline_add_button):
s/volatile static/static volatile/g. Remove unused var.
2005-12-18 Tor Lillqvist <tml@novell.com>
* audio-inline.c: Use g_ascii_strcasecmp() instead of
strcasecmp(), especially as we are comparing to plain ASCII
strings.
2005-05-11 Not Zed <NotZed@Ximian.com>
* Makefile.am: add cleanfiles and built_sources.
2005-05-06 Not Zed <NotZed@Ximian.com>
* Makefile.am:
* org-gnome-audio-inline.eplug.xml: s/.in/.xml/ & i18n.
2005-02-24 Björn Torkelsson <torkel@acc.umu.se>
* org-gnome-audio-inline.eplug.in: Added a . to the end of description.
2004-11-26 JP Rosevear <jpr@novell.com>
* audio-inline.c (org_gnome_audio_inline_add_button): get image
from icon factory directly
2004-11-11 Radek Doulik <rodo@ximian.com>
* org-gnome-audio-inline.eplug.in: fixed author and description
2004-11-01 JP Rosevear <jpr@novell.com>
* Makefile.am: dist .eplug.in file
2004-10-25 Radek Doulik <rodo@ximian.com>
* audio-inline.c: removed unused enum declaration
(org_gnome_audio_inline_play_clicked): added cast to &argv to
quiet compiler
handle more mime types
* org-gnome-audio-inline.eplug.in: handle application/x-ogg mime
type
handle more mime types
* audio-inline.c: handle application/x-ogg mime type
* org-gnome-audio-inline.eplug.in: handle audio/x-mp3 mime type
* audio-inline.c: (org_gnome_audio_inline_play_clicked): handle
audio/x-mp3 mime type
2004-10-25 Radek Doulik <rodo@ximian.com>
* audio-inline.c: imported audio inline plugin
|