| Fri, 31 Jan 2014 20:02:40 +0530 |
Ankit Vani |
Move changes from soc.2013.gobjectification.gtkdoc to this branch
gtkdoc-conversion
|
file |
diff |
annotate
|
| Fri, 31 Jan 2014 18:44:42 +0530 |
Ankit Vani |
Use 'transfer none' for TODO const
gtkdoc-conversion
|
file |
diff |
annotate
|
| Fri, 31 Jan 2014 18:14:33 +0530 |
Ankit Vani |
Initial replacements for gtk-doc style comments
gtkdoc-conversion
|
file |
diff |
annotate
|
| Fri, 06 Dec 2013 00:03:42 -0800 |
Mark Doliner |
Better parameter description.
|
file |
diff |
annotate
|
| Sat, 12 Oct 2013 22:57:00 +0530 |
Ankit Vani |
Added /*< private >*/ for padding members, clean them up and add missing ones
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
|
| Fri, 30 Aug 2013 15:27:52 +0530 |
Ankit Vani |
Added a missing space
soc.2013.gobjectification
|
file |
diff |
annotate
|
| Thu, 22 Aug 2013 00:32:28 +0530 |
Ankit Vani |
Fixed alignment
soc.2013.gobjectification
|
file |
diff |
annotate
|
| Tue, 02 Jul 2013 21:03:48 +0530 |
Ankit Vani |
Removed reserved fields from instance structs.
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: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 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
|
| 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 14:45:36 +0530 |
Ankit Vani |
Added missing API implementations to PurpleConversation and subclasses
soc.2013.gobjectification
|
file |
diff |
annotate
|
| Wed, 26 Jun 2013 03:08:58 +0530 |
Ankit Vani |
Begun adding GObject code to conversation sources
soc.2013.gobjectification
|
file |
diff |
annotate
|
| Sun, 23 Jun 2013 20:18:03 +0530 |
Ankit Vani |
Changed all arguments and return types of Chat and IMs to PurpleChatConversation and PurpleIMConversation.
soc.2013.gobjectification
|
file |
diff |
annotate
|
| Sun, 23 Jun 2013 15:50:57 +0530 |
Ankit Vani |
Made GObject #define's look pretty
soc.2013.gobjectification
|
file |
diff |
annotate
|
| Sun, 23 Jun 2013 14:44:27 +0530 |
Ankit Vani |
Removed purple_conversation_destroy() and purple_chat_conversation_buddy_destroy() from the API
soc.2013.gobjectification
|
file |
diff |
annotate
|
| Sun, 23 Jun 2013 14:24:19 +0530 |
Ankit Vani |
Renamed PurpleConversationMessageFlags back to PurpleMessageFlags.
soc.2013.gobjectification
|
file |
diff |
annotate
|
| Sun, 23 Jun 2013 03:50:35 +0530 |
Ankit Vani |
Added functions to find IM and Chat by account in the conversations API.
soc.2013.gobjectification
|
file |
diff |
annotate
|
| Sun, 23 Jun 2013 02:38:13 +0530 |
Ankit Vani |
Removed send from PurpleConversation's virtual methods, renamed the remaining methods.
soc.2013.gobjectification
|
file |
diff |
annotate
|
| Sat, 22 Jun 2013 22:41:25 +0530 |
Ankit Vani |
Added some PurpleConversation virtual class methods.
soc.2013.gobjectification
|
file |
diff |
annotate
|
| Sat, 22 Jun 2013 19:15:06 +0530 |
Ankit Vani |
Added GObject boilerplate code for headers, also _new() and _get_type() functions.
soc.2013.gobjectification
|
file |
diff |
annotate
|
| Sat, 22 Jun 2013 17:20:09 +0530 |
Ankit Vani |
Refactored libpurple/plugins/perl to use GObject-based PurpleConversation API
soc.2013.gobjectification
|
file |
diff |
annotate
|
| Sat, 22 Jun 2013 03:16:33 +0530 |
Ankit Vani |
Created conversationtypes.[ch] for PurpleChatConversation and PurpleIMConversation
soc.2013.gobjectification
|
file |
diff |
annotate
|