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 03:01:26 +0530 Ankit Vani Cleaned up properties and added g_object_notify calls for PurpleAccount and PurpleBlistNodes soc.2013.gobjectification file | diff | annotate
Wed, 02 Oct 2013 22:58:08 +0530 Ankit Vani Prevent purple_account_disconnect being called when account is already being disconnected soc.2013.gobjectification file | diff | annotate
Wed, 02 Oct 2013 02:09:01 +0530 Ankit Vani Replaced array with closure struct for registration callback soc.2013.gobjectification file | diff | annotate
Wed, 02 Oct 2013 01:56:40 +0530 Ankit Vani Manage refcounts in some libpurple callbacks soc.2013.gobjectification file | diff | annotate
Wed, 02 Oct 2013 01:14:12 +0530 Ankit Vani Add a timeout for calling registration callback. soc.2013.gobjectification file | diff | annotate
Tue, 01 Oct 2013 19:34:15 +0530 Ankit Vani Allow disconnection on purple_account_set_enabled() when gc->wants_to_die is TRUE 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
Sat, 21 Sep 2013 16:41:50 +0530 Ankit Vani Merged default branch 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
Sat, 07 Sep 2013 00:10:19 +0530 Ankit Vani Replaced xmlnode with PurpleXmlNode, and xmlnode_* API with purple_xmlnode_* API soc.2013.gobjectification file | diff | annotate
Thu, 22 Aug 2013 01:35:32 +0530 Ankit Vani Merged default branch soc.2013.gobjectification file | diff | annotate
Thu, 25 Jul 2013 02:22:35 +0530 Ankit Vani Renamed PurpleBListNode back to PurpleBlistNode soc.2013.gobjectification file | diff | annotate
Sun, 21 Jul 2013 22:02:10 +0530 Ankit Vani Renamed PurpleStatusAttr to PurpleStatusAttribute for simplicity. soc.2013.gobjectification file | diff | annotate
Sun, 21 Jul 2013 14:23:12 +0530 Ankit Vani Global replaces according to GObject status API soc.2013.gobjectification file | diff | annotate
Sat, 20 Jul 2013 04:24:27 +0530 Ankit Vani Refactored plugins, account, blistnodetypes to use the GObject presence API soc.2013.gobjectification file | diff | annotate
Sat, 20 Jul 2013 02:30:49 +0530 Ankit Vani Global replaces for to update codebase to use GObject PurplePresence API soc.2013.gobjectification file | diff | annotate
Thu, 18 Jul 2013 00:04:32 +0530 Ankit Vani Refactored account, buddylist, certificate to use GType and GValue instead of PurpleType and PurpleValue 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
Sat, 13 Jul 2013 22:35:17 +0530 Ankit Vani Prepended functions private to a subsystem but used over multiple files by underscore soc.2013.gobjectification file | diff | annotate
Sat, 13 Jul 2013 22:30:22 +0530 Ankit Vani Removed purple_account_set_current_error() from the API. It is to be used internally by accounts. soc.2013.gobjectification file | diff | annotate
Fri, 12 Jul 2013 05:02:37 +0530 Ankit Vani GObjectified the PurpleConnection source soc.2013.gobjectification file | diff | annotate
Fri, 12 Jul 2013 01:32:00 +0530 Ankit Vani Added _purple_connection_wants_to_die() to internal.h to be used by account.c. Removed _purple_connection_destroy(). soc.2013.gobjectification file | diff | annotate
Wed, 10 Jul 2013 23:55:21 +0530 Ankit Vani Started GObjectification of PurpleConnection. soc.2013.gobjectification file | diff | annotate
Wed, 10 Jul 2013 07:02:28 +0530 Ankit Vani Removed redundant line 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
Sat, 06 Jul 2013 15:44:51 +0530 Ankit Vani Replaced PurpleBlistUiOps with PurpleBListUiOps for uniform naming soc.2013.gobjectification file | diff | annotate
Sun, 30 Jun 2013 20:09:55 +0530 Ankit Vani Moved purple_account_constructed() above dispose and finalize soc.2013.gobjectification file | diff | annotate
Sun, 30 Jun 2013 19:59:57 +0530 Ankit Vani Use purple_account_constructed as a GObject constructed method to initialize account by parameters 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
Thu, 27 Jun 2013 04:44:20 +0530 Ankit Vani Refactored remaining libpurple to use the GObject conversation API soc.2013.gobjectification file | diff | annotate
Wed, 26 Jun 2013 14:45:08 +0530 Ankit Vani Moved DBUS pointer registration from account_new to account_init soc.2013.gobjectification file | diff | annotate
Sun, 23 Jun 2013 15:23:44 +0530 Ankit Vani Global replace - renamed functions and types according to GObject-based PurpleConversation API soc.2013.gobjectification file | diff | annotate
Thu, 20 Jun 2013 02:47:39 +0530 Ankit Vani Added reminder to replace protocol_id member of account by a GObject soc.2013.gobjectification file | diff | annotate
Thu, 20 Jun 2013 00:33:12 +0530 Ankit Vani Removed unused PurpleAccount member ui_data. soc.2013.gobjectification file | diff | annotate
Wed, 19 Jun 2013 22:48:23 +0530 Ankit Vani Renamed PurpleAccount's private member perm_deny to privacy_type soc.2013.gobjectification file | diff | annotate
Wed, 19 Jun 2013 20:26:46 +0530 Ankit Vani Renamed purple_account_[get,set]_alias to purple_account[get,set]_private_alias. soc.2013.gobjectification file | diff | annotate
Wed, 19 Jun 2013 15:34:57 +0530 Ankit Vani Exposed some functions to the header files to resolve dependencies. soc.2013.gobjectification file | diff | annotate
Wed, 19 Jun 2013 01:40:28 +0530 Ankit Vani Fixed more PurpleAccount stuff. soc.2013.gobjectification file | diff | annotate
Tue, 18 Jun 2013 21:28:06 +0530 Ankit Vani Added GObject code to PurpleAccount. Changed PurpleAccountSetting to GValue. soc.2013.gobjectification file | diff | annotate
Tue, 18 Jun 2013 02:10:07 +0530 Ankit Vani Moved some local functions from account.c to accounts.c soc.2013.gobjectification file | diff | annotate
Mon, 17 Jun 2013 21:59:32 +0530 Ankit Vani Added purple_account_privacy_get_[permitted,denied] functions to return the permit and deny lists soc.2013.gobjectification file | diff | annotate
Mon, 17 Jun 2013 21:50:41 +0530 Ankit Vani Removed local and restore arguments to purple_account_privacy_[allow,deny]() as all calls to this function pass them as FALSE. purple_account_privacy_[permit,deny]_[add,remove] can be used to make local privacy changes. soc.2013.gobjectification file | diff | annotate
Mon, 17 Jun 2013 18:57:26 +0530 Ankit Vani Begun GObjectification of PurpleAccount. Moved things around, see details. soc.2013.gobjectification file | diff | annotate
Sat, 21 Sep 2013 11:54:03 +0200 Tomasz Wasilczyk Notify API: extend purple_notify_message with PurpleRequestCommonParameters file | diff | annotate
Tue, 10 Sep 2013 22:32:40 +0200 Tomasz Wasilczyk Request API refactoring: switch purple_request_fields to PurpleRequestCommonParameters file | diff | annotate
Tue, 10 Sep 2013 13:06:10 +0200 Tomasz Wasilczyk Request API refactoring: introduce PurpleRequestCommonParameters and switch purple_request_input to it file | diff | annotate
Wed, 21 Aug 2013 14:59:29 +0200 Tomasz Wasilczyk Fix most of libpurple warnings about -Wsign-compare file | diff | annotate
Mon, 13 May 2013 18:44:54 +0200 Tomasz Wasilczyk Complete master password implementation soc.2008.masterpassword file | diff | annotate
Sun, 28 Apr 2013 15:55:57 +0200 Tomasz Wasilczyk Coding style and entry description for GNOME Keyring soc.2008.masterpassword file | diff | annotate
Sun, 28 Apr 2013 11:13:24 +0200 Tomasz Wasilczyk keyring.c refactoring: use signal instead of hack depending on implementation soc.2008.masterpassword file | diff | annotate
Sun, 28 Apr 2013 01:17:53 +0200 Tomasz Wasilczyk Don't drop exported passwords, when keyring plugin is not loadable soc.2008.masterpassword file | diff | annotate
Thu, 28 Mar 2013 11:15:06 +0100 Tomasz Wasilczyk More password wiping, better password management withing account.c, using actual UI name with KWallet soc.2008.masterpassword file | diff | annotate
Thu, 28 Mar 2013 09:49:16 +0100 Tomasz Wasilczyk Some polishing on files modified on this branch (mostly formatting) soc.2008.masterpassword file | diff | annotate
Sat, 23 Mar 2013 22:09:10 +0100 Tomasz Wasilczyk Don't require implementing import/export of password soc.2008.masterpassword file | diff | annotate
Fri, 22 Mar 2013 00:05:10 +0100 Tomasz Wasilczyk Tidying debug messages, signals soc.2008.masterpassword file | diff | annotate
(0) -100 -60 tip

mercurial