aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/audio-inline/audio-inline.c
Commit message (Collapse)AuthorAgeFilesLines
* Coding style and whitespace cleanup.Matthew Barnes2011-09-041-9/+22
|
* Avoid camel_stream_printf().Matthew Barnes2011-07-061-6/+14
| | | | | | | | camel_stream_printf() is next on the chopping block. Use g_strdup_printf() or a GString to construct a formatted string in memory, pass it to camel_stream_write() in one go, and then check for errors (unless it's a memory stream).
* Bug #646109 - Fix use of include <config.h> to make sure translations workMilan Crha2011-05-271-1/+1
|
* More whitespace cleanup.Matthew Barnes2011-01-311-2/+2
|
* Adapt to Camel API changes.Matthew Barnes2010-09-281-2/+3
|
* Coding style cleanups.Matthew Barnes2010-09-131-4/+4
|
* Coding style and whitespace cleanup.Matthew Barnes2010-07-121-1/+1
|
* Migrate from CamelException to GError.Matthew Barnes2010-07-091-3/+3
|
* Bug #610495 - Plugins should define e_plugin_lib_enableRoy Marples2010-04-271-0/+8
|
* Camel is now GObject-based.Matthew Barnes2010-04-241-3/+3
|
* Adapt to Camel API changes.Matthew Barnes2010-04-041-1/+1
|
* Only #include Camel's top-level header.Matthew Barnes2010-04-031-4/+0
|
* Fix excessive whitespace.Matthew Barnes2009-07-131-2/+0
|
* Whitespace cleanup.Matthew Barnes2009-05-291-2/+2
|
* Prefer GLib basic types over C types.Matthew Barnes2009-05-291-9/+9
|
* Remove trailing whitespace, again.Matthew Barnes2009-05-291-1/+1
|
* Fix compiler warnings in plugins.Matthew Barnes2009-05-271-1/+1
|
* Substitute some deprecated gtk+ functions.Andre Klapper2009-02-121-1/+1
| | | | | | | | | | | | | | | 2009-02-11 Andre Klapper <a9016009@gmx.de> * addressbook/gui/component/addressbook-migrate.c: * calendar/gui/migration.c: * calendar/gui/dialogs/alarm-dialog.c: * mail/em-folder-browser.c: * mail/em-migrate.c: * plugins/audio-inline/audio-inline.c: Substitute some deprecated gtk+ functions. svn path=/trunk/; revision=37249
* Change licese from GPL to LGPL.Sankarasivasubramanian Pasupathilingam2008-10-031-5/+19
| | | | svn path=/trunk/; revision=36539
* ** Fixes bug #546892Matthew Barnes2008-08-121-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-08-11 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #546892 * e-util/e-icon-factory.c (e_icon_factory_get_image): Kill this function. Use gtk_image_new_from_icon_name(). * e-util/e-icon-factory.c (e_icon_factory_get_icon_list): Kill this function. Use gtk_window_set_icon_name(). * widgets/misc/e-activity-handler.c: * widgets/misc/e-task-widget.c: Purge the GdkPixbuf arguments from the API. We've been ignoring them since the spinner icon was added. * addressbook/gui/contact-editor/e-contact-editor-fullname.c: * addressbook/gui/contact-editor/e-contact-editor-im.c: * addressbook/gui/contact-editor/e-contact-editor-address.c: * calendar/gui/alarm-notify/alarm-notify-dialog.c: * calendar/gui/dialogs/alarm-dialog.c: * calendar/gui/dialogs/alarm-list-dialog.c: * calendar/gui/dialogs/cal-attachment-select-file.c: * calendar/gui/dialogs/changed-comp.c: * calendar/gui/dialogs/delete-error.c: * calendar/gui/dialogs/select-source-dialog.c: * mail/mail-send-recv.c: * mail/message-tag-followup.c: * widgets/misc/e-combo-button.c: * widgets/misc/e-info-label.c: * widgets/misc/e-url-entry.c: * widgets/misc/e-task-widget.c: Prefer gtk_window_set_icon_name() over gtk_window_set_icon_list(). * addressbook/gui/contact-editor/e-contact-editor-im.c: * calendar/gui/dialogs/event-page.c: * calendar/gui/e-timezone-entry.c: * e-util/e-gui-utils.c: * e-util/e-popup.c: * plugins/import-ics-attachments/icsimporter.c: * plugins/itip-formatter/itip-view.c: * mail/em-folder-browser.c: * mail/em-format-html-display.c: * mail/mail-send-recv.c: * mail/message-tag-followup.c: Prefer gtk_image_new_from_icon_name() over e_icon_factory_get_image(). * calendar/gui/alarm-notify/alarm-queue.c: * plugins/mail-notification/mail-notification.c: Prefer gtk_status_icon_set_from_icon_name() over gtk_status_icon_set_from_pixbuf(). * addressbook/gui/component/addressbook-view.c: * calendar/gui/e-calendar-table.c: * calendar/gui/e-calendar-view.c: * calendar/gui/e-memo-table.c: * mail/mail-mt.c: e_activity_handler_operation_started() no longer takes a GdkPixbuf. It was ignoring the pixbuf anyway ever since we added a spinner icon. svn path=/trunk/; revision=35958
* ** Allow evolution to build with G_DISABLE_SINGLE_INCLUDES andMatthew Barnes2008-06-061-5/+2
| | | | | | | | | | 2008-06-06 Matthew Barnes <mbarnes@redhat.com> ** Allow evolution to build with G_DISABLE_SINGLE_INCLUDES and GTK_DISABLE_SINGLE_INCLUDES defined. (#536637) svn path=/trunk/; revision=35606
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-151-6/+6
| | | | | | | | | 2007-11-14 Matthew Barnes <mbarnes@redhat.com> ** Remove trailing whitespace from source code. svn path=/trunk/; revision=34537
* plugins/audio-inline/org-gnome-audio-inline.eplug.xmlFrederic Crozat2007-09-051-149/+146
| | | | | | | | | | | | | | | 2007-09-05 Frederic Crozat <fcrozat@mandriva.com> * configure.in: * plugins/audio-inline/org-gnome-audio-inline.eplug.xml * plugins/audio-inline/ChangeLog * plugins/audio-inline/audio-inline.c audio-inline plugin has been ported to gstreamer 0.10 (bug #329629). svn path=/trunk/; revision=34180
* 2007-08-16 mcrha Part of fix for bug #350539Milan Crha2007-08-161-2/+4
| | | | svn path=/trunk/; revision=34017
* Make this place a bit more quietKjartan Maraas2006-01-281-2/+1
| | | | svn path=/trunk/; revision=31328
* Use g_ascii_strcasecmp() instead of strcasecmp(), especially as we areTor Lillqvist2005-12-181-8/+8
| | | | | | | | | | 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. svn path=/trunk/; revision=30856
* get image from icon factory directlyJP Rosevear2004-11-261-4/+1
| | | | | | | | | 2004-11-26 JP Rosevear <jpr@novell.com> * audio-inline.c (org_gnome_audio_inline_add_button): get image from icon factory directly svn path=/trunk/; revision=28001
* removed unused enum declaration (org_gnome_audio_inline_play_clicked):Radek Doulik2004-10-261-12/+31
| | | | | | | | | | | | | | | 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 svn path=/trunk/; revision=27721
* handle application/x-ogg mime typeRadek Doulik2004-10-251-1/+1
| | | | | | | | | | | 2004-10-25 Radek Doulik <rodo@ximian.com> * org-gnome-audio-inline.eplug.in: handle application/x-ogg mime type * audio-inline.c: handle application/x-ogg mime type svn path=/trunk/; revision=27718
* handle audio/x-mp3 mime typeRadek Doulik2004-10-251-1/+1
| | | | | | | | | | | 2004-10-25 Radek Doulik <rodo@ximian.com> * 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 svn path=/trunk/; revision=27717
* imported audio inline pluginRadek Doulik2004-10-251-0/+290
2004-10-25 Radek Doulik <rodo@ximian.com> * audio-inline.c: imported audio inline plugin svn path=/trunk/; revision=27714