Thu, 29 Aug 2013 23:52:03 +0530 Ankit Vani Use purple_protocol_get_* API instead of protocol->member soc.2013.gobjectification.plugins file | diff | annotate
Thu, 29 Aug 2013 23:38:19 +0530 Ankit Vani Use the purple_protocol_iface_* API instead of protocol->function() soc.2013.gobjectification.plugins file | diff | annotate
Sat, 17 Aug 2013 23:28:51 +0530 Ankit Vani Renamed PurplePluginProtocolInfo to PurpleProtocol soc.2013.gobjectification.plugins file | diff | annotate
Mon, 29 Jul 2013 01:06:42 +0530 Ankit Vani Refactored connection, conversation, conversationtypes to use the initial GObject plugin API soc.2013.gobjectification.plugins file | diff | annotate
Sun, 28 Jul 2013 23:44:39 +0530 Ankit Vani Replaced purple_connection_get_prpl() with purple_connection_get_protocol_info(). soc.2013.gobjectification.plugins file | diff | annotate
Thu, 12 Jun 2014 21:39:38 +0200 Tomasz Wasilczyk Use _purple_conversation_write_common for all types of clients file | diff | annotate
Thu, 12 Jun 2014 19:03:54 +0200 Tomasz Wasilczyk Conversations: fix glib warnings file | diff | annotate
Thu, 12 Jun 2014 18:45:07 +0200 Tomasz Wasilczyk Switch _purple_conversation_write_common and (writing|wrote)-(chat|im)-msg to PurpleMessage file | diff | annotate
Fri, 23 May 2014 10:30:53 +0200 Tomasz Wasilczyk Hide purple_conversation_write, use purple_conversation_write_message or purple_conversation_write_system_message instead file | diff | annotate
Fri, 23 May 2014 09:20:34 +0200 Tomasz Wasilczyk Split PurpleMessage into incoming, outgoing and system file | diff | annotate
Thu, 22 May 2014 21:11:53 +0200 Tomasz Wasilczyk Fix warnings file | diff | annotate
Thu, 22 May 2014 21:04:56 +0200 Tomasz Wasilczyk Use purple_conversation_write_system_message where appropriate file | diff | annotate
Thu, 22 May 2014 20:20:19 +0200 Tomasz Wasilczyk Switch purple_conversation_write_message to PurpleMessage file | diff | annotate
Thu, 22 May 2014 19:26:28 +0200 Tomasz Wasilczyk Remove whisper completely, fix flags property in PurpleMessage file | diff | annotate
Tue, 18 Mar 2014 13:45:52 +0100 Tomasz Wasilczyk Remove _PurpleChatConversationPrivate->in_room file | diff | annotate
Tue, 18 Mar 2014 13:11:04 +0100 Tomasz Wasilczyk Implement purple_chat_conversation_get_users_count and use it instead of counting the list file | diff | annotate
Mon, 10 Feb 2014 00:56:22 +0530 Ankit Vani Fix namespaces issues in libpurple. gtkdoc-conversion file | diff | annotate
Wed, 05 Feb 2014 03:45:23 +0530 Ankit Vani Fix some more gtk-doc warnings till dnssrv gtkdoc-conversion file | diff | annotate
Mon, 20 Jan 2014 00:02:17 -0800 Mark Doliner Merge with a fair number of conflicts. Nothing too crazy. file | diff | annotate
Mon, 20 Jan 2014 07:39:26 +0530 Ankit Vani Update debug categories for new filenames file | diff | annotate
Fri, 06 Dec 2013 00:18:24 -0800 Mark Doliner No need to explicitly compare against TRUE (or FALSE). file | diff | annotate
Sun, 24 Nov 2013 02:16:14 +0530 Ankit Vani libpurple: use g_object_class_install_properties instead of repeated g_object_class_install_property soc.2013.gobjectification file | diff | annotate
Sun, 24 Nov 2013 00:33:47 +0530 Ankit Vani libpurple: use g_object_notify_by_pspec instead of g_object_notify soc.2013.gobjectification file | diff | annotate
Sun, 17 Nov 2013 18:11:04 +0530 Ankit Vani libpurple: Use G_PARAM_STATIC_STRINGS and ensure g_object_notify is always called soc.2013.gobjectification file | diff | annotate
Sat, 16 Nov 2013 17:16:22 +0530 Ankit Vani Unmark property names and blurbs from translatable to non-translatable soc.2013.gobjectification file | diff | annotate
Fri, 11 Oct 2013 14:51:45 +0530 Ankit Vani Cleaned up properties and added g_object_notify calls for PurpleConnection and PurpleConversation's soc.2013.gobjectification file | diff | annotate
Tue, 01 Oct 2013 17:29:45 +0530 Ankit Vani Move all object destruction code to finalize() methods and keep unrefs in dispose() soc.2013.gobjectification file | diff | annotate
Tue, 01 Oct 2013 03:13:52 +0530 Ankit Vani Check types of GObjects instead of just for NULL values soc.2013.gobjectification file | diff | annotate
Fri, 13 Sep 2013 20:41:39 +0530 Ankit Vani Fixed build errors soc.2013.gobjectification file | diff | annotate
Thu, 12 Sep 2013 19:08:48 +0530 Ankit Vani Merged default branch soc.2013.gobjectification file | diff | annotate
Fri, 06 Sep 2013 16:10:57 +0530 Ankit Vani Unref and free everything recieved from g_object_get soc.2013.gobjectification file | diff | annotate
Fri, 19 Jul 2013 21:59:10 +0530 Ankit Vani Kept PurpleBuddyIcon as a GBoxed, since it's more appropriate. g_boxed_copy() and g_boxed_free() ref and unref the icon. soc.2013.gobjectification file | diff | annotate
Fri, 19 Jul 2013 21:52:12 +0530 Ankit Vani Backed out changeset d9b286af48ba soc.2013.gobjectification file | diff | annotate
Fri, 19 Jul 2013 15:06:15 +0530 Ankit Vani Refactored the codebase to use the GObject buddy icon API soc.2013.gobjectification file | diff | annotate
Tue, 16 Jul 2013 01:49:08 +0530 Ankit Vani Use spec_pointer instead of spec_boxed for properties soc.2013.gobjectification file | diff | annotate
Mon, 15 Jul 2013 19:42:49 +0530 Ankit Vani Added warnings to change GValue calls to _object when PurpleBuddyIcon is a GObject soc.2013.gobjectification file | diff | annotate
Sun, 14 Jul 2013 15:08:50 +0530 Ankit Vani Free strings received from g_object_get soc.2013.gobjectification file | diff | annotate
Sun, 14 Jul 2013 14:39:48 +0530 Ankit Vani Added GBoxed wrapping to PurpleBuddyIcon soc.2013.gobjectification file | diff | annotate
Tue, 09 Jul 2013 15:48:17 +0530 Ankit Vani Renamed buddy list functions to more appropriate/simler names. soc.2013.gobjectification file | diff | annotate
Mon, 08 Jul 2013 00:41:34 +0530 Ankit Vani Removed unnecessary reminders from PurpleIMConversation soc.2013.gobjectification file | diff | annotate
Sun, 07 Jul 2013 01:10:50 +0530 Ankit Vani Set IM and Chat data to NULL on finalize as PurpleConversation will pass conversation to UiOps in the end soc.2013.gobjectification file | diff | annotate
Sun, 30 Jun 2013 20:43:18 +0530 Ankit Vani Use GObject constructed for PurpleConversation, PurpleIMConversation and PurpleChatConversation soc.2013.gobjectification file | diff | annotate
Sun, 30 Jun 2013 15:53:46 +0530 Ankit Vani Moved ui_data to the object structure, and added back [gs]et_ui_data() methods soc.2013.gobjectification file | diff | annotate
Sun, 30 Jun 2013 15:37:05 +0530 Ankit Vani Backed out changeset f39c64847a3d soc.2013.gobjectification file | diff | annotate
Sat, 29 Jun 2013 23:05:41 +0530 Ankit Vani Move ui_data to the object struct and remove getters and setters. It will be used as UI pleases. soc.2013.gobjectification file | diff | annotate
Sat, 29 Jun 2013 22:27:45 +0530 Ankit Vani get ui_data back into PurpleChatUser. It serves it's purpose more efficiently than g_object_[gs]et_data() soc.2013.gobjectification file | diff | annotate
Sat, 29 Jun 2013 20:43:43 +0530 Ankit Vani Rearranged conversationtypes private structures documentation soc.2013.gobjectification file | diff | annotate
Sat, 29 Jun 2013 20:36:19 +0530 Ankit Vani Removed attributes from PurpleChatUser. Used g_object_[gs]et_data()/g_object_[gs]et_data_full() instead soc.2013.gobjectification file | diff | annotate
Sat, 29 Jun 2013 20:12:09 +0530 Ankit Vani Removed purple_chat_user_[set,get]_ui_data(). Used g_object_[set,get]_data() instead. soc.2013.gobjectification file | diff | annotate
Sat, 29 Jun 2013 14:54:14 +0530 Ankit Vani Replaced CB_PROP_* enums with CU_PROP_* soc.2013.gobjectification file | diff | annotate
Sat, 29 Jun 2013 04:52:09 +0530 Ankit Vani Renamed chat buddy to chat user in a few more places soc.2013.gobjectification file | diff | annotate
Sat, 29 Jun 2013 04:37:14 +0530 Ankit Vani Renamed chat buddies to chat users, and IM conversation typing state to IM typing state. soc.2013.gobjectification file | diff | annotate
Sat, 29 Jun 2013 03:40:25 +0530 Ankit Vani Replaced chatname, buddyname arguments of "chat-buddy-flags" signal with PurpleChatConversationBuddy * soc.2013.gobjectification file | diff | annotate
Sat, 29 Jun 2013 03:17:26 +0530 Ankit Vani Removed unnecessary reminders soc.2013.gobjectification file | diff | annotate
Sat, 29 Jun 2013 01:19:17 +0530 Ankit Vani Assign PurpleChatConversationBuddy initialization properties directly soc.2013.gobjectification file | diff | annotate
Sat, 29 Jun 2013 01:09:40 +0530 Ankit Vani Used the correct class to override write_message conversation method soc.2013.gobjectification file | diff | annotate
Sat, 29 Jun 2013 00:45:21 +0530 Ankit Vani Assign conversation initialization properties directly soc.2013.gobjectification file | diff | annotate
Thu, 27 Jun 2013 01:24:56 +0530 Ankit Vani Refactored the PurpleConversation subclasses and subsystem to use the GObject conversation API. soc.2013.gobjectification file | diff | annotate
Wed, 26 Jun 2013 16:33:01 +0530 Ankit Vani Refactored PurpleConversation base object to use the GObject conversation API soc.2013.gobjectification file | diff | annotate
Wed, 26 Jun 2013 14:45:36 +0530 Ankit Vani Added missing API implementations to PurpleConversation and subclasses soc.2013.gobjectification file | diff | annotate
(0) -60 tip

mercurial