Mercurial > pidgin
graph
-
Move mute functionality into the Fs2 media backend.Tue, 27 Oct 2009 21:32:11 +0000, by maiku
-
Remove the volume property from the PurpleMediaStream structure.Tue, 27 Oct 2009 21:18:41 +0000, by maiku
-
Move volume setting functionality to the Fs2 media backend.Tue, 27 Oct 2009 21:16:27 +0000, by maiku
-
Remove references to FsSession in PurpleMedia.Tue, 27 Oct 2009 20:47:30 +0000, by maiku
-
Move all src and sink creation in PurpleMedia to the Fs2 media backend.Tue, 27 Oct 2009 20:43:30 +0000, by maiku
-
Remove references to FsParticipant from PurpleMedia.Tue, 27 Oct 2009 19:10:57 +0000, by maiku
-
Add codecs_ready to the media backend interface.Tue, 27 Oct 2009 19:06:29 +0000, by maiku
-
Remove FsStream from PurpleMedia stream.Tue, 27 Oct 2009 18:42:01 +0000, by maiku
-
Move odd direction changing functionality to the Fs2 media backend.Tue, 27 Oct 2009 18:34:46 +0000, by maiku
-
Move pause functionality to the Fs2 media backend.Tue, 27 Oct 2009 18:15:23 +0000, by maiku
-
Properly free PurpleMediaBackendFs2Stream's.Tue, 27 Oct 2009 17:48:26 +0000, by maiku
-
Handle part of accepting a stream in the Fs2 media backend.Tue, 27 Oct 2009 00:13:39 +0000, by maiku
-
Move set_remote_codec functionality to the Fs2 media backend.Mon, 26 Oct 2009 23:26:59 +0000, by maiku
-
Change the media backend interface's set_send_codec to return gboolean toMon, 26 Oct 2009 23:17:38 +0000, by maiku
-
Move set_remote_codecs functionality to the Fs2 media backend.Mon, 26 Oct 2009 23:10:53 +0000, by maiku
-
Make the backend interface's set_remote_codecs function return gboolean.Mon, 26 Oct 2009 22:59:13 +0000, by maiku
-
Move get_local_candidates functionality over to the Fs2 media backend.Mon, 26 Oct 2009 22:50:23 +0000, by maiku
-
Rename purple_media_candidate_from_fs to _candidate_from_fs for consistency.Mon, 26 Oct 2009 22:30:05 +0000, by maiku
-
Transfer get_codecs functionality to the Fs2 media backend.Mon, 26 Oct 2009 22:26:51 +0000, by maiku
-
Silence warning.Mon, 26 Oct 2009 22:15:05 +0000, by maiku
-
Transfer setting Farsight 2's remote candidates to the Fs2 media backend.Mon, 26 Oct 2009 22:14:25 +0000, by maiku
-
Transfer creating Farsight 2 streams to the Fs2 media backend.Mon, 26 Oct 2009 21:35:11 +0000, by maiku
-
Remove the list of participants from PurpleMedia and use the Fs2 backend's.Mon, 26 Oct 2009 20:17:35 +0000, by maiku
-
Correct some debug categories.Mon, 26 Oct 2009 20:06:16 +0000, by maiku
-
Add participant creation and destruction to the Fs2 media backend.Mon, 26 Oct 2009 20:00:00 +0000, by maiku
-
Store active_remote_candidates in PurpleMedia as a GList of PurpleMediaCandidate's.Mon, 26 Oct 2009 19:11:29 +0000, by maiku
-
Store active_local_candidates in PurpleMedia as a GList of PurpleMediaCandidate's.Mon, 26 Oct 2009 19:01:30 +0000, by maiku
-
Store remote_candidates in PurpleMedia as a GList of PurpleMediaCandidate's.Mon, 26 Oct 2009 18:45:30 +0000, by maiku
-
Store local_candidates in PurpleMedia as a GList of PurpleMediaCandidate's.Mon, 26 Oct 2009 18:32:27 +0000, by maiku
-
Add purple_media_candidate_copy to the public API.Mon, 26 Oct 2009 18:23:32 +0000, by maiku
-
Move Farsight 2's local-candidates-prepared signal to the Fs2 media backend.Mon, 26 Oct 2009 18:02:06 +0000, by maiku
-
Move Farsight 2's new-active-candidate-pair into the Fs2 media backend.Mon, 26 Oct 2009 17:39:38 +0000, by maiku
-
Move handling Farsight 2's codecs-changed signal into the Fs2 media backend.Fri, 23 Oct 2009 23:12:57 +0000, by maiku
-
Move handling Farsight 2's new-local-candidate signal in Fs2 media backend.Fri, 23 Oct 2009 22:20:45 +0000, by maiku
-
Begin transferring FsSession over to the Farsight 2 media backend.Fri, 23 Oct 2009 21:40:38 +0000, by maiku
-
Transfer some GStreamer message handling to the Farsight 2 media backend.Fri, 23 Oct 2009 19:59:12 +0000, by maiku
-
Decouple the media_bus_call from the backend. It will still be needed evenFri, 23 Oct 2009 18:20:54 +0000, by maiku
-
Deprecate the conference property of PurpleMedia.Fri, 23 Oct 2009 02:20:35 +0000, by maiku
-
Start to use the media backend code in PurpleMedia and PurpleMediaManager.Fri, 23 Oct 2009 02:11:33 +0000, by maiku
-
Various tweaks, fixes, and added debug output. Attached some media signals,Fri, 23 Oct 2009 01:55:39 +0000, by maiku
-
Move the backend-fs2.h header into noinst_HEADERS.Fri, 23 Oct 2009 01:45:42 +0000, by maiku
-
This is an interface and not a class.Fri, 23 Oct 2009 01:06:48 +0000, by maiku
-
Add a conference-type parameter to PurpleMedia.Fri, 23 Oct 2009 00:01:54 +0000, by maiku
-
Fix parameter to actually be a string instead of an object.Fri, 23 Oct 2009 00:00:44 +0000, by maiku
-
Create and dispose the conference in the Farsight 2 media backend.Thu, 22 Oct 2009 23:29:51 +0000, by maiku
-
Add the conference-type property to the media backend interface.Thu, 22 Oct 2009 22:58:48 +0000, by maiku
-
Remove dummy code I missed.Thu, 22 Oct 2009 22:30:03 +0000, by maiku
-
Skeleton of the Farsight 2 media backend.Thu, 22 Oct 2009 21:30:30 +0000, by maiku
-
Add a media backend interface to handle different backends in addition toThu, 22 Oct 2009 21:09:36 +0000, by maiku
-
Break PurpleMediaCodec out into its own file.Thu, 22 Oct 2009 00:22:59 +0000, by maiku
-
Include signals.h to provide PurpleCallback. I guess all the other placesThu, 22 Oct 2009 00:22:31 +0000, by maiku
-
Split out PurpleMediaCandidate into its own file.Wed, 21 Oct 2009 22:17:53 +0000, by maiku
-
Split the media API's enum types out into its own file.Wed, 21 Oct 2009 20:58:32 +0000, by maiku
-
Move media.c into libpurple/media/.Wed, 21 Oct 2009 20:05:52 +0000, by maiku
-
Declare XMPP got media caps in the correct place.Tue, 20 Oct 2009 21:39:16 +0000, by maiku
-
Essentially normalize the username passed to purple_prpl_got_media_caps.Tue, 20 Oct 2009 21:38:57 +0000, by maiku
-
Add media_caps to PurpleBuddy structure and use it to determine the old capsTue, 20 Oct 2009 21:00:23 +0000, by maiku
-
Use purple_prpl_got_media_caps in XMPP to update the caps when they change.Tue, 20 Oct 2009 20:42:58 +0000, by maiku
-
Use purple_prpl_got_media_caps in purple_prpl_got_user_status to remove mediaTue, 20 Oct 2009 20:41:23 +0000, by maiku
-
Add the purple_media_got_media_caps function in order to signal when a prplTue, 20 Oct 2009 20:06:25 +0000, by maiku
-
Add the buddy-caps-changed signal in order to tell when a buddy's media capsTue, 20 Oct 2009 20:04:06 +0000, by maiku
-
Rebroadcast XMPP caps whenever the UI caps change.Tue, 20 Oct 2009 00:12:33 +0000, by maiku
-
Added the ui-caps-changed signal to the media manager.Tue, 20 Oct 2009 00:11:44 +0000, by maiku
-
Made the GLib flags structure for PurpleMediaCaps.Tue, 20 Oct 2009 00:10:14 +0000, by maiku
-
Broke out the generation of random UUIDs to its own functionTue, 13 Oct 2009 22:13:57 +0000, by Marcus Lundblad
-
propagate from branch 'im.pidgin.pidgin' (head 667654b3309008b53bf4d9df02bd401d1ede8db5)Mon, 12 Oct 2009 22:40:37 +0000, by John Bailey
-
propagate from branch 'im.pidgin.pidgin' (head 80eaa62b397424cadf9ea37ca0e98894f823fbf5)Mon, 12 Oct 2009 19:55:40 +0000, by John Bailey
-
Clean up a case in the Yahoo! prpl where the caller now handles this. OtherMon, 12 Oct 2009 18:52:27 +0000, by foufou33
-
The current behavior of libpurple reports completions of a file transfer tooMon, 12 Oct 2009 18:48:19 +0000, by foufou33
-
Kill off the use of fseek for non-seekable streams in file transfers.Mon, 12 Oct 2009 18:41:51 +0000, by foufou33
-
propagate from branch 'im.pidgin.pidgin' (head c9c14c0c44e2863ad15a283f36c5c278a4ea5539)Mon, 12 Oct 2009 17:45:33 +0000, by John Bailey
-
propagate from branch 'im.pidgin.pidgin' (head 2ac9ba8bc7ccc501db6f24fdfe06025a3957852a)Mon, 12 Oct 2009 05:08:37 +0000, by John Bailey
-
Reduce some code duplications (71 insertions(+), 217 deletions(-))Mon, 05 Oct 2009 00:34:33 +0000, by Sadrul Habib Chowdhury
-
propagate from branch 'im.pidgin.pidgin' (head b4458fccbc3c9ab0c1c9105eb68c47ffa7c62e5a)Sun, 04 Oct 2009 18:02:15 +0000, by Paul Aurich
-
propagate from branch 'im.pidgin.pidgin' (head 9ae9c115b1d9c775aa393b62f7522480a1b9a2d0)Sat, 03 Oct 2009 21:31:14 +0000, by John Bailey
-
ChangeLog the work on the dialogs and the added functions.Sat, 03 Oct 2009 21:14:47 +0000, by John Bailey
-
This change is probably going to be unpopular, but I ask that people give itSat, 03 Oct 2009 20:49:02 +0000, by John Bailey
-
Break the developer information out into its own dialog. I also bolded a fewSat, 03 Oct 2009 19:18:18 +0000, by John Bailey
-
I wanted to bold this text and forgot to.Sat, 03 Oct 2009 18:54:58 +0000, by John Bailey
-
Making this minimum size slightly larger makes the MTN revision ID fit withoutSat, 03 Oct 2009 18:49:54 +0000, by John Bailey
-
Split the "Debugging Information" and translator info into "Build Information"Sat, 03 Oct 2009 18:05:08 +0000, by John Bailey
-
ChangeLog the fact that I changed minimum version requirements for GTK+ andSat, 03 Oct 2009 17:49:39 +0000, by John Bailey
-
propagate from branch 'im.pidgin.pidgin' (head d88831199cb010e3856ff07fccd05fc6be6b1e72)Sat, 03 Oct 2009 16:29:05 +0000, by John Bailey
-
propagate from branch 'im.pidgin.pidgin' (head bd59b6d44034a232a0414586f78d8f559d9705f8)Sun, 27 Sep 2009 22:22:36 +0000, by John Bailey
-
Move this to im.pidgin.pidgin.next.minor too so im.pidgin.pidgin will compile.Wed, 16 Sep 2009 16:26:55 +0000, by John Bailey
-
propagate from branch 'im.pidgin.pidgin' (head 84b4f3d9c0a8e1306eb70e9db0003177e2782269)Wed, 16 Sep 2009 16:25:59 +0000, by John Bailey
-
merge of '6aa03fdea8a7360d07b6a8c72cfd0796a2990753'Wed, 16 Sep 2009 15:44:34 +0000, by John Bailey
-
propagate from branch 'im.pidgin.pidgin' (head f881ba77d0fe70224a938185a5a3675b39520873)Wed, 16 Sep 2009 15:41:33 +0000, by John Bailey
-
This effectively moves Etan's API addition off im.pidgin.pidgin and ontoWed, 16 Sep 2009 15:44:26 +0000, by John Bailey
-
Removed a comment that is now misleading...Thu, 10 Sep 2009 21:51:32 +0000, by Marcus Lundblad
-
Woops, a stray ;Thu, 10 Sep 2009 20:51:30 +0000, by Marcus Lundblad
-
Remove IPv6 support from _get_local_system_ips, since I couldn't get it toThu, 10 Sep 2009 20:33:18 +0000, by Marcus Lundblad
-
Add a function to enumerate all local IPsWed, 09 Sep 2009 19:01:03 +0000, by Marcus Lundblad
-
Remove some win9x specific code.Fri, 04 Sep 2009 03:04:33 +0000, by Daniel Atallah
-
Remove some win9x specific code.Fri, 04 Sep 2009 02:57:26 +0000, by Daniel Atallah
-
dns_str_is_ascii() is only used if USE_IDN is definedFri, 04 Sep 2009 02:49:15 +0000, by Daniel Atallah
-
Remove win9x related stuff from the win32 installerWed, 26 Aug 2009 03:20:05 +0000, by Daniel Atallah
-
Fix minimum required GTK+ version in win32 installer.Wed, 26 Aug 2009 01:46:46 +0000, by Daniel Atallah
-
propagate from branch 'im.pidgin.pidgin' (head 7bed935cd3432470394f51f4fe6e7f915aed9145)Tue, 25 Aug 2009 03:59:01 +0000, by John Bailey
-
propagate from branch 'im.pidgin.pidgin' (head 181764ee5b9643826233ae4d6eefb5be194cca08)Mon, 24 Aug 2009 14:48:06 +0000, by John Bailey
-
Fix Windows build with gtk-dev-2.10.3-rev-a.tar.gz package that doesn'tSun, 23 Aug 2009 22:11:44 +0000, by Kevin Stange
-
Hmm, I misread that check. Now we compile.Sun, 23 Aug 2009 16:57:51 +0000, by John Bailey
-
This should pretty much finish off the GTK_CHECK_VERSION calls in Pidgin.Sun, 23 Aug 2009 16:52:25 +0000, by John Bailey
-
Kill off more GTK_CHECK_VERSION uses that we don't need anymore. Refs #10024.Sun, 23 Aug 2009 15:33:52 +0000, by John Bailey
-
Kill off unneeded GTK_CHECK_VERSION uses in gtkprefs.c. There are a coupleSun, 23 Aug 2009 15:26:13 +0000, by John Bailey
-
I screwed up the logic here and didn't realize it earlier.Sun, 23 Aug 2009 14:59:42 +0000, by John Bailey
-
Start of killing off unneeded GTK_CHECK_VERSION checks in pidgin. Refs #10024Sun, 23 Aug 2009 05:04:15 +0000, by John Bailey
-
propagate from branch 'im.pidgin.pidgin' (head 458e696572314f8fd2d259d40713ad955dd82581)Sun, 23 Aug 2009 02:37:12 +0000, by John Bailey
-
Drop a crapton of GTK+ code that we were carrying exclusively for backwardSun, 23 Aug 2009 02:36:31 +0000, by John Bailey
-
That was supposed to be glib 2.12.0, not 2.14.0.Sat, 22 Aug 2009 22:42:40 +0000, by John Bailey
-
Kill unneeded GLIB_CHECK_VERSION uses in Pidgin. Refs #10024.Sat, 22 Aug 2009 22:08:21 +0000, by John Bailey
-
Kill off unneeded GLIB_CHECK_VERSION checks in libpurple. Refs #10024.Sat, 22 Aug 2009 21:47:20 +0000, by John Bailey