blob: 374d489fbe4bee14db8b7ff8949e206986e28f7c (
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
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
|
2009-02-11 Andre Klapper <a9016009@gmx.de>
* audio-inline.c:
Substitute some deprecated gtk+ functions.
2008-10-03 Sankar P <psankar@novell.com>
License Changes
* audio-inline.c:
2008-09-24 Philip Withnall <philip@tecnocode.co.uk>
** Fixes bug #553479
* org-gnome-audio-inline.eplug.xml: String capitalisation
improvements.
2008-08-12 Bharath Acharya <abharath@novell.com>
* Makefile.am: Use NO_UNDEFINED. Link with more libraries. To generate
dlls on Windows.
2008-04-21 Matthew Barnes <mbarnes@redhat.com>
** Fixes #528793, solution by Reece Hart
* org-gnome-audio-inline.eplug.xml:
Add inline disposition for "audio/microsoft-wav" MIME types.
2007-09-05 Frederic Crozat <fcrozat@mandriva.com>
* audio-inline.c:
* org-gnome-audio-inline.eplug.xml:
Port plugin to gstreamer 0.10 and handle additional mimetypes
(bug #329629).
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
|