| 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
|