log

age author description
2009-02-25 Mike Ruprecht Add a prpl-data property to PurpleMedia.
2009-02-25 Mike Ruprecht Added the connection property back to PurpleMedia.
2009-02-24 Mike Ruprecht Remove unused rem-addr and rem-port attributes.
2009-02-24 Mike Ruprecht Use the correct values for Jingle Ice-Udp's rel-addr and rel-port.
2009-02-24 Mike Ruprecht Use purple_timeout_* instead of g_timeout_*.
2009-02-24 Mike Ruprecht Only create output windows once there's data to be output.
2009-02-21 Mike Ruprecht merge of '6034e4df300b7da5e8fc3095e128f6215af903ab'
2009-02-21 Mike Ruprecht Handle the session tee in the session rather than the src bin.
2009-02-20 Mike Ruprecht Move pipeline creation into the media manager.
2009-02-19 Mike Ruprecht propagate from branch 'im.pidgin.pidgin' (head e39dfbe6c3a61b035fc764dfaad7b49c84666d14)
2009-02-19 Mike Ruprecht merge of 'd47b8ff41e04be89d7152ac8f587e633fff7c1cb'
2009-02-11 Marcus Lundblad Update namespace for jingle file-transfers application
2009-02-11 Marcus Lundblad merge of '12e8711526f49bf6cecd4f430dec8f661857221f'
2009-02-19 Mike Ruprecht Have all src_pads for a stream be funneled into the same stream.
2009-02-11 Mike Ruprecht Change purple_prpl_can_do_media to purple_prpl_get_media_caps.
2009-02-08 Mike Ruprecht Use the media manager that created the media session in media.c.
2009-02-05 Mike Ruprecht Free the session as well on error.
2009-02-05 Mike Ruprecht Wait to send transport-info until the session-initiate ack is received.
2009-02-05 Mike Ruprecht Make there be no default action for the media request.
2009-02-05 Mike Ruprecht Don't crash if media can't be found.
2009-02-11 Marcus Lundblad Update namespace for socks5 jingle transport to reflect new proto-XEP
2009-02-05 Mike Ruprecht merge of '1cd039d2f04c877820b4097e462f26831c2d828e'
2009-02-05 Mike Ruprecht Fix intermittent crash upon hangup when removing output windows.
2009-02-05 Mike Ruprecht Handle having multiple active candidates.
2009-02-05 Mike Ruprecht Plug memory leak.
2009-02-05 Mike Ruprecht Add the id attribute to ice-udp according to the XEP.
2009-02-05 Mike Ruprecht Have the audio levels' default width match that of the video widgets.
2009-02-05 Mike Ruprecht Close the request dialog if the remote user hung up.
2009-02-05 Mike Ruprecht Remove unnecessary buttons and change statusbar to say "Calling..."
2009-02-21 Mike Ruprecht Properly free item factory. Should fix a crash on close.
2009-02-05 Mike Ruprecht Add a basic menu to the media window.
2009-02-05 Mike Ruprecht Add some debug messages for the remaining Farsight signals.
2009-02-05 Mike Ruprecht Don't output an error if fs-codec.conf doesn't exist.
2009-02-05 Mike Ruprecht Update Jingle's raw-udp version numbers to bring them in line with the XEP.
2009-02-05 Mike Ruprecht Update Jingle RTP's version numbers to be in line with the XEP.
2009-02-05 Mike Ruprecht Update to newest XEP-0166 Jingle spec.
2009-02-05 Mike Ruprecht propagate from branch 'im.pidgin.pidgin' (head 0bb02399ead9501a3e7951cfba2e8e8350fe917c)
2009-02-05 Mike Ruprecht merge of '8abcc61528a93f4c18a6e1f200a7ba69f1694c28'
2009-02-05 Mike Ruprecht Fix removing output windows when the session is rejected.
2009-02-04 Mike Ruprecht Add active elements to PurpleMediaManager. These are the elements that
2009-02-03 Mike Ruprecht Added PurpleMediaElementType enum and added type to PurpleMediaElementInfo.
2009-02-03 Mike Ruprecht Implement functions to register and unregister media elements for use in
2009-02-03 Marcus Lundblad Add automatic discovery of GTalk STUN servers when using a Gtalk account
2009-02-02 Mike Ruprecht Add statusbar to eventually replace the label.
2009-02-02 Mike Ruprecht Make the sinks better default sizes and display them immediately.
2009-02-02 Mike Ruprecht Implement an X error handler to prevent Pidgin from crashing on
2009-02-02 Mike Ruprecht Make the backgrounds of the drawing areas black so it doesn't look as
2009-02-02 Mike Ruprecht Implement *_remove_output_window and *_remove_output_windows.
2009-02-02 Mike Ruprecht Set the purple_media_connected_cb timeout to a high priority and remove
2009-02-02 Mike Ruprecht Simplify handling prepare-xwindow-id signal. Reduce thread unsafety.
2009-02-02 Mike Ruprecht Added a lot of assertions and error handling.
2009-01-31 Mike Ruprecht Make sure marshallers.h is created before compiling marshallers.c.
2009-01-31 Mike Ruprecht Have all media sessions use a single pipeline.
2009-01-30 Mike Ruprecht Use aliases for the media window title and the request window.
2009-01-30 Mike Ruprecht propagate from branch 'im.pidgin.pidgin' (head 96db74f0ccbe2a283893e33f0f7bff5a827f48d9)
2009-01-30 Mike Ruprecht Use request API for a media invitation.
2009-01-30 Mike Ruprecht Set media window title to screenname.
2009-01-30 Mike Ruprecht Change the media window items' orientations to look better.
2009-01-30 Mike Ruprecht Create the media srcs inside PurpleMedia.
2009-01-30 Mike Ruprecht Separate PidginMedia from PidginConversation.
2009-01-30 Mike Ruprecht Simplify the media menu callbacks.
2009-01-27 Mike Ruprecht Add the accepted signal and make the accept button go away immediately.
2009-01-27 Mike Ruprecht Added the accepted signal.
2009-01-27 Mike Ruprecht Added codecs-changed signal.