| 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:33:19 +0530 |
Ankit Vani |
Mention that internal plugins must not be shown in plugin lists
soc.2013.gobjectification.plugins
|
file |
diff |
annotate
|
| Thu, 08 Aug 2013 23:15:32 +0530 |
Ankit Vani |
Mention that abi_version property is not optional
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:54:32 +0530 |
Ankit Vani |
Add a note in the documentation for purple_plugins_find_all() that the list is owned by caller
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
|
| Wed, 07 Aug 2013 03:33:31 +0530 |
Ankit Vani |
Static prpls now work. Added macro PURPLE_PLUGIN_INIT(plugin-name, query-func, load-func, unload-func).
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 21:35:36 +0530 |
Ankit Vani |
Added documentation for all functions
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 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: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 04:41:00 +0530 |
Ankit Vani |
Refactored some of gntplugin. Some more plugin API changes are needed for this to build.
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 23:15:49 +0530 |
Ankit Vani |
Fixed a doc string
soc.2013.gobjectification.plugins
|
file |
diff |
annotate
|
| Wed, 31 Jul 2013 22:47:50 +0530 |
Ankit Vani |
Added a reference to signal, id, and i18n docs
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 21:04:46 +0530 |
Ankit Vani |
Added doc for plugin param in purple_plugin_actions_add()
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
|
| 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 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
|