log pidgin/gtksound.c @ 32672:3828a61c44da

age author description
Fri, 23 Dec 2011 08:21:58 +0000 Elliott Sales de Andrade A boring and large patch so I can merge heads.
Sat, 01 Oct 2011 16:21:16 +0000 andrew victor Use purple_conversation accessor methods.
Sat, 01 Oct 2011 11:02:15 +0000 andrew victor Use purple_conv_chat_get_nick() rather than accessing chat->nick directly.
Tue, 04 Jan 2011 06:55:30 +0000 Richard Laager Remove trailing whitespace
Mon, 16 Nov 2009 22:06:27 +0000 Marcus Lundblad propagate from branch 'im.pidgin.cpw.attention_ui' (head 3d97b094123bd082b1438ea44cb25169aa41315c)
Mon, 16 Nov 2009 21:57:32 +0000 Marcus Lundblad Don't play the message received sound for NOTIFY messages (this will avoid
Sun, 20 Sep 2009 19:57:21 +0000 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 29f6b9d81574bfa9235dbd438a8934f06552e368)
Tue, 28 Jul 2009 20:52:33 +0000 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 46ae10a850bb3c3ce9a3bb47a7de9edd4becdb93)
Mon, 13 Apr 2009 13:37:33 +0000 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 580055bb22fea0076d3a90d9df9346abd1789bab)
Mon, 02 Mar 2009 22:07:59 +0000 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 431618de0f30a6938f7e14d2d61ee5d7738acd59)
Thu, 13 Nov 2008 19:49:58 +0000 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 311b4db51b575e1baa7f78d751ff926475edecc3)
Mon, 20 Oct 2008 18:44:06 +0000 Marcus Lundblad Adds attention UI to Pidgin (can send attentions using a menu item)
Wed, 16 Sep 2009 15:41:33 +0000 John Bailey propagate from branch 'im.pidgin.pidgin' (head f881ba77d0fe70224a938185a5a3675b39520873)
Fri, 04 Sep 2009 02:57:26 +0000 Daniel Atallah Remove some win9x specific code.
Tue, 15 Sep 2009 15:43:29 +0000 Daniel Atallah Avoid an unnecessary alloc/free.
Tue, 15 Sep 2009 03:58:59 +0000 Daniel Atallah Fix fallback to default sounds when the file isn't found.
Sun, 26 Jul 2009 00:19:59 +0000 Paul Aurich Minor cleanup: this callback is only triggered for IMs.
Fri, 10 Apr 2009 06:32:57 +0000 foss A patch from Arunan Balasubramaniam to use timeouts in seconds instead of
Mon, 26 Jan 2009 06:44:00 +0000 Mark Doliner Remove trailing whitespace
Mon, 26 Jan 2009 06:03:06 +0000 Mark Doliner * Alphabetize files in a few Makefile.am files
Sun, 02 Nov 2008 06:41:34 +0000 Richard Laager propagate from branch 'im.pidgin.pidgin' (head 56f8f1ef1ec93d71fadc9152a3ca7d9a6d4f8057)
Tue, 26 Aug 2008 08:28:25 +0000 Justin Rodriguez theme loader cleanup, and remove a few warnings
Fri, 18 Jul 2008 09:03:40 +0000 Justin Rodriguez fixed segfault when changing blist themes, changed prefs to not rely on static iter, fixed a few leaks
Fri, 27 Jun 2008 18:04:29 +0000 Justin Rodriguez Fixed a few small problems with the sound loader and sound theme
Fri, 27 Jun 2008 01:29:59 +0000 Justin Rodriguez Working sound themes (option 1) theme is saved in prefs and there is no seperate custom theme, everything
Fri, 31 Oct 2008 09:32:41 +0000 Sadrul Habib Chowdhury Missing newline in debug message.
Fri, 23 May 2008 20:35:29 +0000 Richard Laager Try gconfaudiosink first always, not just under GNOME. This is what Debian
Wed, 21 May 2008 22:06:52 +0000 Felipe Contreras A (modified) patch from Felipe to simplify our GStreamer sink selection
Sun, 11 May 2008 19:03:00 +0000 Ethan Blanton Clarify #ifdef/#else/#endif matching; References #5770.
Wed, 07 May 2008 19:06:28 +0000 Stu Tomlinson Kill off sound playing child processes if they are still around after 15
Wed, 30 Apr 2008 08:46:51 +0000 Mark Doliner Change the string "screen name" to "username" everywhere. I think most
Mon, 17 Mar 2008 13:38:34 +0000 Will Thompson Revert the dependency on gstreamer-0.10 >= 0.10.10, falling back to the SIGALRM
Thu, 06 Mar 2008 11:34:11 +0000 Will Thompson Tell gstreamer not to fork; remove the SIGCHLD -> SIGALRM hack, which made
Tue, 30 Oct 2007 03:20:13 +0000 Daniel Atallah Remove unused definition.
Fri, 26 Oct 2007 04:59:23 +0000 Ka-Hing Cheung Patch from Andrew Gaul to constify a bunch of static variables to reduce
Sun, 21 Oct 2007 04:39:02 +0000 Luke Schierer applied changes from 4d9fac4aab275ee133ce860edc469e0e5c4734ff
Sun, 16 Sep 2007 01:05:22 +0000 Sean Egan remove gpl boilerplate from doxygen docs
Sat, 08 Sep 2007 03:09:35 +0000 John Bailey The FSF changed its address a while ago; our files were out of date.
Thu, 06 Sep 2007 15:42:57 +0000 Daniel Atallah Don't assume that the Gstreamer stuff isn't used on win32. There really isn't anything to see here.
Sat, 25 Aug 2007 04:50:57 +0000 Sadrul Habib Chowdhury Make sure a conversation is a pidgin-conversation to avoid a crash.
Thu, 23 Aug 2007 00:43:57 +0000 Sean Egan Cleanup playbin on error. Thanks, Elliott Sales de Andrade. Fixes #2663
Mon, 25 Jun 2007 20:27:36 +0000 Eric Polino Moved:
Thu, 14 Jun 2007 07:01:26 +0000 Mark Doliner I left off a comma. My bad!
Thu, 14 Jun 2007 07:00:47 +0000 Mark Doliner Improve the formatting of some gstreamer error messages. Someone
Tue, 22 May 2007 20:46:08 +0000 Sean Egan ALSA Gstreamer sink. Mostly to see if this still crashes Luke.
Tue, 08 May 2007 18:22:02 +0000 Sean Egan Try this instead. This calls g_thread_init from main(), before any other glib function is called.
Tue, 08 May 2007 17:59:56 +0000 Sean Egan Test if this fixes gst for Luke
Sat, 05 May 2007 21:20:05 +0000 Casey Harkins Let glib handle quoting filenames for shell, it'll escape other quotes as needed.
Sat, 05 May 2007 02:19:19 +0000 Casey Harkins Escape filename when using the command sound method. Fixes ticket #607.
Mon, 30 Apr 2007 01:18:28 +0000 Gary Kramlich Patch from John 'rekkanoryo' Bailey to add the padding struct members in pidgin
Mon, 16 Apr 2007 02:05:07 +0000 Richard Laager Rename the Doxygen group from gtkui to pidgin.
Sat, 14 Apr 2007 08:42:17 +0000 Sean Egan Fix a possible gstreamer crash
Wed, 11 Apr 2007 13:38:05 +0000 Stu Tomlinson Rename /purple/gtk preferences back to /gaim/gtk to allow for smooth upgrades
Wed, 21 Mar 2007 09:00:54 +0000 Richard Laager Re-sed the copyright notices so they don't all talk about Purple.
Wed, 21 Mar 2007 08:40:43 +0000 Richard Laager Make sounds work by correcting the path.
Mon, 19 Mar 2007 07:01:17 +0000 Sean Egan sed -ie 's/gaim/purple/g'
Sun, 18 Mar 2007 21:12:40 +0000 Sean Egan More Gaim to Pidgin changes
Thu, 08 Feb 2007 17:32:27 +0000 Mark Doliner sf patch #1651457, from Paul-Christiaan Spruijtenburg
Sat, 03 Feb 2007 19:08:27 +0000 Sean Egan More pidgin changes
Sat, 03 Feb 2007 07:23:11 +0000 Sean Egan gaim_gtk to pidgin. I hope