log pidgin/gtkmedia.c @ 32807:e323c2f84872

age author description
Mon, 31 Oct 2011 02:29:25 +0000 Mark Doliner merge of '8e3c82b6770042fa4b42cfd0dee9cbcd54ed894a'
Mon, 31 Oct 2011 02:29:14 +0000 Mark Doliner Remove a period from a phrase that appears in the status bar of active calls
Mon, 31 Oct 2011 01:22:26 +0000 Mark Doliner Mark the "hold" and "mute" menu items for translation in the media dialog.
Mon, 31 Oct 2011 01:20:22 +0000 Mark Doliner Fix translation of the menu items on the media window.
Sun, 17 Jul 2011 04:03:42 +0000 Paul Aurich pidgin: Fix building on GTK+ less than 2.14.
Thu, 24 Mar 2011 23:39:24 +0000 jakub adam Adapt Pidgin's incoming call dialog behavior so that rejecting the addition of a
Thu, 24 Mar 2011 23:35:26 +0000 jakub adam Adapt the Pidgin UI to correctly handle dynamic addition and removal of streams
Sun, 13 Mar 2011 18:00:58 +0000 jakub adam During a voice call, Pidgin now sends constant audio traffic, even when there
Fri, 07 Jan 2011 11:38:12 +0000 jakub adam Add a GstCapsFilter between every video source and the rest of the pipeline.
Tue, 04 Jan 2011 06:55:30 +0000 Richard Laager Remove trailing whitespace
Sun, 21 Nov 2010 22:07:08 +0000 jakub adam pidgin: Remove a timeout when destroying this object to avoid a use-after-free
Mon, 26 Jul 2010 04:21:47 +0000 Elliott Sales de Andrade Use GtkUIManager for gtk media stuff, since it's internal.
Wed, 07 Jul 2010 20:04:06 +0000 Marcus Lundblad pidgin: Re-arrange media window. Layout remote and local video side-by-side.
Fri, 27 Nov 2009 07:12:35 +0000 Paul Aurich Include 'internal.h' before all other headers to make some non-gcc compilers happy.
Mon, 19 Oct 2009 22:03:48 +0000 maiku Add a hold button to the media window.
Sun, 30 Aug 2009 03:56:32 +0000 maiku Fix another warning.
Fri, 28 Aug 2009 20:43:38 +0000 Marcus Lundblad Set the icon of media corresponding to the media type
Thu, 27 Aug 2009 05:57:49 +0000 maiku There's no reason to ask for acceptance if the stream has been accepted. Also,
Sat, 22 Aug 2009 02:40:01 +0000 Paul Aurich Update various header copyrights thanks to licensecheck.
Wed, 19 Aug 2009 00:37:01 +0000 Elliott Sales de Andrade propagate from branch 'im.pidgin.pidgin' (head dd712fa84e46b2d78adf28e914d3e1a5c18a5154)
Fri, 31 Jul 2009 06:23:50 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 592fe2e2316aeff56f4671a5767dffe1fb57003d)
Tue, 21 Jul 2009 05:17:09 +0000 Paul Aurich Mark a string for translation that was missed.
Thu, 13 Aug 2009 07:21:12 +0000 maiku Handle sources for Windows better.
Sun, 09 Aug 2009 22:40:29 +0000 Mark Doliner This string should have been marked for translation :-(
Sun, 09 Aug 2009 22:06:37 +0000 Mike Ruprecht Change the media invitation dialog name to something less generic.
Fri, 07 Aug 2009 11:31:13 +0000 Mike Ruprecht Add pause capability for local video.
Fri, 07 Aug 2009 08:34:37 +0000 Mike Ruprecht Remove send_level and recv_level from PidginMedia.
Fri, 07 Aug 2009 08:23:12 +0000 Mike Ruprecht Unlink the local audio volume and mute between sessions.
Wed, 05 Aug 2009 03:37:45 +0000 Mike Ruprecht Remove the "accepted" signal from PurpleMedia as it was redundant.
Tue, 28 Jul 2009 02:30:39 +0000 Stu Tomlinson Fixes for some potential printf("%s", NULL) type of problems from Maiku