changelog
- Thu, 21 Jun 2018 23:37:05 -0400
- by Elliott Sales de Andrade <quantum.analyst@gmail.com> [Thu, 21 Jun 2018 23:37:05 -0400] rev 39176
- Use G_BINDING_DEFAULT when no binding options needed.
These widgets are all switched on/off as necessary later in the
function.
- Thu, 21 Jun 2018 17:52:33 -0400
- by Elliott Sales de Andrade <quantum.analyst@gmail.com> [Thu, 21 Jun 2018 17:52:33 -0400] rev 39175
- Remove pidgin_toggle_* functions.
They are no longer used; instead use g_object_bind_property.
- Thu, 21 Jun 2018 17:49:22 -0400
- by Elliott Sales de Andrade <quantum.analyst@gmail.com> [Thu, 21 Jun 2018 17:49:22 -0400] rev 39174
- Replace pidgin_toggle_sensitive_array as before.
- Thu, 21 Jun 2018 17:42:19 -0400
- by Elliott Sales de Andrade <quantum.analyst@gmail.com> [Thu, 21 Jun 2018 17:42:19 -0400] rev 39173
- Replace pidgin_toggle_sensitive by g_object_bind_property.
- Thu, 21 Jun 2018 20:55:56 -0500
- by Gary Kramlich <grim@reaperworld.com> [Thu, 21 Jun 2018 20:55:56 -0500] rev 39172
- ChangeLog the incoming audio delay fix
- Fri, 15 Jun 2018 10:50:32 +0100
- by David Woodhouse <dwmw2@infradead.org> [Fri, 15 Jun 2018 10:50:32 +0100] rev 39171
- media: Set start-time-selection on liveadder
This should fix the issue with ever-increasing delay before we start
hearing incoming audio from calls.
- Fri, 15 Jun 2018 03:26:26 +0000
- by Gary Kramlich <grim@reaperworld.com> [Fri, 15 Jun 2018 03:26:26 +0000] rev 39170
- Merged in CMaiku/pidgin (pull request #376)
Refactor and Simplify PurpleQueuedOutputStream
Approved-by: Gary Kramlich <grim@reaperworld.com>
- Mon, 19 Jun 2017 20:17:55 -0500
- by Mike Ruprecht <cmaiku@gmail.com> [Mon, 19 Jun 2017 20:17:55 -0500] rev 39169
- queuedoutputstream: Remove unused purple_queued_output_stream_push_bytes()
Now that all usage of purple_queued_output_stream_push_bytes() has
been ported to instead use purple_queued_output_stream_push_bytes_async(),
the former can be removed, along with its related implementation.
This patch does so.
- Mon, 28 May 2018 15:46:46 -0500
- by Mike Ruprecht <cmaiku@gmail.com> [Mon, 28 May 2018 15:46:46 -0500] rev 39168
- facebook: Port to use refactored PurpleQueuedOutputStream
This patch ports the Facebook prpl to use the refactored
PurpleQueuedOutputStream.
- Mon, 19 Jun 2017 20:18:30 -0500
- by Mike Ruprecht <cmaiku@gmail.com> [Mon, 19 Jun 2017 20:18:30 -0500] rev 39167
- irc: Port to use refactored PurpleQueuedOutputStream
This patch ports the IRC prpl to use the refactored
PurpleQueuedOutputStream.