Sun, 11 Aug 2013 21:15:24 +0530 Ankit Vani Removed unnecessary variable 'loadable' soc.2013.gobjectification.plugins file | diff | annotate
Sun, 11 Aug 2013 20:13:05 +0530 Ankit Vani Removed purple_plugin_is_loadable() and purple_plugin_get_error() from the API soc.2013.gobjectification.plugins file | diff | annotate
Sun, 11 Aug 2013 18:55:41 +0530 Ankit Vani Return a GError if load or unload fails soc.2013.gobjectification.plugins file | diff | annotate
Sun, 11 Aug 2013 18:39:16 +0530 Ankit Vani don't touch 'error' member of PurplePluginInfoPrivate. it will only hold reason for a plugin not being loadable. soc.2013.gobjectification.plugins file | diff | annotate
Sun, 11 Aug 2013 17:51:34 +0530 Ankit Vani purple_plugin_get_error() returns "Plugin support is disabled" that is the case soc.2013.gobjectification.plugins file | diff | annotate
Sun, 11 Aug 2013 17:44:04 +0530 Ankit Vani Integrated purple ABI requirement into GPlugin's "abi-version" property soc.2013.gobjectification.plugins file | diff | annotate
Sun, 11 Aug 2013 05:34:18 +0530 Ankit Vani Register signals before initializing gplugin soc.2013.gobjectification.plugins file | diff | annotate
Sun, 11 Aug 2013 03:09:57 +0530 Ankit Vani Removed get_dependencies from the API. I don't suppose we should ever be needing this. soc.2013.gobjectification.plugins file | diff | annotate
Sun, 11 Aug 2013 03:02:24 +0530 Ankit Vani Removed category from purple implementation, it is now in GPlugin. Updated dependencies doc string. soc.2013.gobjectification.plugins file | diff | annotate
Sat, 10 Aug 2013 23:51:48 +0530 Ankit Vani Undo action-related changes in UI soc.2013.gobjectification.plugins file | diff | annotate
Sat, 10 Aug 2013 23:24:36 +0530 Ankit Vani Make actions a callback again, so that a plugin/protocol can change them soc.2013.gobjectification.plugins file | diff | annotate
Sat, 10 Aug 2013 07:27:53 +0530 Ankit Vani Replaced an assertion with a condition soc.2013.gobjectification.plugins file | diff | annotate
Sat, 10 Aug 2013 04:59:02 +0530 Ankit Vani Renamed purple-version to purple-abi. Removed abi-version from docs soc.2013.gobjectification.plugins file | diff | annotate
Sat, 10 Aug 2013 01:50:19 +0530 Ankit Vani Added property "purple-version" soc.2013.gobjectification.plugins file | diff | annotate
Sat, 10 Aug 2013 01:46:05 +0530 Ankit Vani Documented all info properties according to GPlugin changes soc.2013.gobjectification.plugins file | diff | annotate
Sat, 10 Aug 2013 01:14:37 +0530 Ankit Vani Updated plugin info properties as per changes in GPlugin soc.2013.gobjectification.plugins file | diff | annotate
Fri, 09 Aug 2013 22:17:20 +0530 Ankit Vani purple_plugin_get_error() returns a const char*, and gives the correct error if plugin does not return a PurplePluginInfo soc.2013.gobjectification.plugins file | diff | annotate
Fri, 09 Aug 2013 00:41:52 +0530 Ankit Vani Do not auto-load load-on-query plugins that have been unloaded once soc.2013.gobjectification.plugins file | diff | annotate
Fri, 09 Aug 2013 00:19:21 +0530 Ankit Vani Added checks in case a plugin does not return a PluginInfo soc.2013.gobjectification.plugins file | diff | annotate
Thu, 08 Aug 2013 22:52:11 +0530 Ankit Vani Free actions on plugin unload, and updated documentation soc.2013.gobjectification.plugins file | diff | annotate
Wed, 07 Aug 2013 20:00:09 +0530 Ankit Vani Removed purple_plugins_unload_all() from the API soc.2013.gobjectification.plugins file | diff | annotate
Wed, 07 Aug 2013 19:42:45 +0530 Ankit Vani Replaced purple_plugin_loads_on_query() with purple_plugin_is_internal(). soc.2013.gobjectification.plugins file | diff | annotate
Wed, 07 Aug 2013 15:18:26 +0530 Ankit Vani Added purple_plugin_loads_on_query() soc.2013.gobjectification.plugins file | diff | annotate
Wed, 07 Aug 2013 04:35:15 +0530 Ankit Vani Added purple_plugin_register_type() and purple_plugin_add_interface() soc.2013.gobjectification.plugins file | diff | annotate
Tue, 06 Aug 2013 03:11:55 +0530 Ankit Vani Fixed the type of pref used to store loaded plugins, and added some debug messages soc.2013.gobjectification.plugins file | diff | annotate
Mon, 05 Aug 2013 17:49:31 +0530 Ankit Vani Added PURPLE_ABI_VERSION macro to use for the "abi_version" property of PurplePluginInfo soc.2013.gobjectification.plugins file | diff | annotate
Mon, 05 Aug 2013 00:47:07 +0530 Ankit Vani Added properties "finch_preferences_frame" to FinchPluginInfo, "pidgin_config_frame" to PidginPluginInfo soc.2013.gobjectification.plugins file | diff | annotate
Mon, 05 Aug 2013 00:27:43 +0530 Ankit Vani Added [purple,pidgin,finch]_plugin_info_new() soc.2013.gobjectification.plugins file | diff | annotate
Sun, 04 Aug 2013 00:43:32 +0530 Ankit Vani Disable all GPlugin stuff when PURPLE_PLUGINS is not defined soc.2013.gobjectification.plugins file | diff | annotate
Sat, 03 Aug 2013 22:08:33 +0530 Ankit Vani Moved PurplePluginInfo's get_actions(), is_loadable(), get_error(), get_dependent_plugins() API to PurplePlugin soc.2013.gobjectification.plugins file | diff | annotate
Sat, 03 Aug 2013 21:37:15 +0530 Ankit Vani Added purple_plugin_info_get_dependent_plugins() - not implemented yet, waiting for GPlugin soc.2013.gobjectification.plugins file | diff | annotate
Sat, 03 Aug 2013 20:58:58 +0530 Ankit Vani Added get functions for GPlugin's plugin icon and license. Added category for plugins. soc.2013.gobjectification.plugins file | diff | annotate
Sat, 03 Aug 2013 19:40:12 +0530 Ankit Vani Added some checks soc.2013.gobjectification.plugins file | diff | annotate
Sat, 03 Aug 2013 17:43:12 +0530 Ankit Vani Refactored the codebase to use the plugin wrapper functions soc.2013.gobjectification.plugins file | diff | annotate
Sat, 03 Aug 2013 16:36:46 +0530 Ankit Vani Added wrappers for some gplugin functions soc.2013.gobjectification.plugins file | diff | annotate
Sat, 03 Aug 2013 16:06:57 +0530 Ankit Vani Added PurplePlugin as an alias for GPluginPlugin soc.2013.gobjectification.plugins file | diff | annotate
Fri, 02 Aug 2013 03:12:31 +0530 Ankit Vani Added purple_plugin_info_is_loadable(), UI requirement, error and PURPLE_ABI_VERSION_* macros soc.2013.gobjectification.plugins file | diff | annotate
Thu, 01 Aug 2013 16:39:24 +0530 Ankit Vani Removed referencing of plugin from PurplePluginAction, since it is a part of the plugin. soc.2013.gobjectification.plugins file | diff | annotate
Thu, 01 Aug 2013 16:22:41 +0530 Ankit Vani Refactored libpurple to use the ref'd plugins list soc.2013.gobjectification.plugins file | diff | annotate
Thu, 01 Aug 2013 16:17:53 +0530 Ankit Vani Renamed purple_plugins_get_all() to purple_plugins_find_all() since the list is generated. soc.2013.gobjectification.plugins file | diff | annotate
Thu, 01 Aug 2013 15:51:32 +0530 Ankit Vani Added purple_plugins_find_by_filename() soc.2013.gobjectification.plugins file | diff | annotate
Thu, 01 Aug 2013 03:19:58 +0530 Ankit Vani Added purple_plugin_disable() soc.2013.gobjectification.plugins file | diff | annotate
Thu, 01 Aug 2013 03:11:31 +0530 Ankit Vani Renamed actions_add functions to add_action functions soc.2013.gobjectification.plugins file | diff | annotate
Thu, 01 Aug 2013 03:03:00 +0530 Ankit Vani Added a callback to return preferences frame to plugin info. soc.2013.gobjectification.plugins file | diff | annotate
Wed, 31 Jul 2013 22:03:50 +0530 Ankit Vani Added 'plugin' field to PurplePluginAction. Added purple_plugin_info_get_actions(). soc.2013.gobjectification.plugins file | diff | annotate
Wed, 31 Jul 2013 16:55:47 +0530 Ankit Vani Added a boxed type PurplePluginAction with purple_plugin_actions_add() to add an action to a plugin. soc.2013.gobjectification.plugins file | diff | annotate
Wed, 31 Jul 2013 03:59:15 +0530 Ankit Vani unref plugin info after using gplugin_plugin_get_info() soc.2013.gobjectification.plugins file | diff | annotate
Tue, 30 Jul 2013 03:54:02 +0530 Ankit Vani Added purple_plugins_save_loaded() and purple_plugins_load_saved() soc.2013.gobjectification.plugins file | diff | annotate
Mon, 29 Jul 2013 18:51:34 +0530 Ankit Vani Register plugin info type by gplugin_set_plugin_info_type() soc.2013.gobjectification.plugins file | diff | annotate
Mon, 29 Jul 2013 16:06:14 +0530 Ankit Vani Fixed build errors for plugins.c, and used gplugin_plugin_manager_free_plugin_list() soc.2013.gobjectification.plugins file | diff | annotate
Mon, 29 Jul 2013 14:59:56 +0530 Ankit Vani Added the following functions to plugins.[ch]: soc.2013.gobjectification.plugins file | diff | annotate
Mon, 29 Jul 2013 12:04:09 +0530 Ankit Vani Removed PurplePlugin and added PurplePluginInfo, which inherits GPluginPluginInfo soc.2013.gobjectification.plugins file | diff | annotate
Mon, 29 Jul 2013 11:52:27 +0530 Ankit Vani Renamed plugin.[ch] to plugins.[ch], since we (will) no longer have a PurplePlugin structure. soc.2013.gobjectification.plugins file | diff | annotate | base
(0) tip

mercurial