| Thu, 12 Sep 2019 20:51:15 -0400 |
Elliott Sales de Andrade |
Use GObject macros for some plugin types.
|
file |
diff |
annotate
|
| Sun, 15 Sep 2019 03:54:08 -0400 |
Elliott Sales de Andrade |
Remove extra const in purple_plugin_info_get_ui_data.
|
file |
diff |
annotate
|
| Mon, 09 Sep 2019 21:39:27 -0400 |
Elliott Sales de Andrade |
Remove purple_plugin_get_filename wrapper as well.
|
file |
diff |
annotate
|
| Mon, 09 Sep 2019 20:54:32 -0400 |
Elliott Sales de Andrade |
Remove redundant purple_plugin_info_get_* wrappers.
|
file |
diff |
annotate
|
| Wed, 07 Aug 2019 01:15:14 -0400 |
Elliott Sales de Andrade |
Fix broken `priv != NULL` checks in libpurple.
|
file |
diff |
annotate
|
| Thu, 07 Feb 2019 05:17:39 -0500 |
Elliott Sales de Andrade |
Use g_value_dup_string where needed.
|
file |
diff |
annotate
|
| Wed, 23 Jan 2019 23:53:57 -0600 |
Mike Ruprecht |
plugins: Use the correct test macro for assertion
|
file |
diff |
annotate
|
| Sun, 21 Oct 2018 16:59:39 -0500 |
Mike Ruprecht |
plugins: Drop consts from arguments to mirror new GPlugin 0.28 API
|
file |
diff |
annotate
|
| Sun, 21 Oct 2018 16:39:56 -0500 |
Mike Ruprecht |
libpurple: Port to new, refactored API of GPlugin 0.28
|
file |
diff |
annotate
|
| Tue, 15 Jan 2019 16:28:32 -0600 |
Mike Ruprecht |
Remove guards around GPlugin functions and libpurple plugin API
|
file |
diff |
annotate
|
| Thu, 06 Dec 2018 19:33:29 -0600 |
Mike Ruprecht |
libpurple: Port almost self-contained code from g_type_class_add_private()
|
file |
diff |
annotate
|
| Tue, 02 Oct 2018 16:01:52 -0500 |
Mike Ruprecht |
libpurple: Remove pointer registration for DBus API
|
file |
diff |
annotate
|
| Fri, 24 Nov 2017 00:00:03 -0600 |
Gary Kramlich |
Clean up a bunch of the cruft I accidentally created
|
file |
diff |
annotate
|
| Mon, 12 Jun 2017 17:48:37 -0300 |
dx |
Merge release-2.x.y into default
|
file |
diff |
annotate
| base
|
| Thu, 31 Dec 2015 02:33:19 -0600 |
Mike Ruprecht |
Add PURPLE_PLUGIN_PATH environment variable
purple-plugin-path
|
file |
diff |
annotate
|
| Sat, 09 May 2015 10:01:27 +0200 |
Tomasz Wasilczyk |
Fix tests built on Fedora
|
file |
diff |
annotate
|
| Tue, 20 May 2014 10:36:58 +0530 |
Ankit Vani |
Merged default branch
soc.2013.gobjectification.plugins
|
file |
diff |
annotate
| base
|
| Wed, 16 Apr 2014 12:04:51 +0530 |
Ankit Vani |
Merge default branch
soc.2013.gobjectification.plugins
|
file |
diff |
annotate
| base
|
| Sun, 23 Feb 2014 02:43:05 +0530 |
Ankit Vani |
Use purple_plugin_action_new to create a new PurplePluginAction in its GBoxed copy function
soc.2013.gobjectification.plugins
|
file |
diff |
annotate
|
| Wed, 05 Feb 2014 21:42:07 +0530 |
Ankit Vani |
Merge gtkdoc-conversion
soc.2013.gobjectification.plugins
|
file |
diff |
annotate
| base
|
| Thu, 23 Jan 2014 01:51:34 +0530 |
Ankit Vani |
Prepend newly-loaded plugins to the loaded list
soc.2013.gobjectification.plugins
|
file |
diff |
annotate
|
| Mon, 20 Jan 2014 18:08:30 +0530 |
Ankit Vani |
Better wording for comments in plugins.c
soc.2013.gobjectification.plugins
|
file |
diff |
annotate
|
| Mon, 20 Jan 2014 02:00:34 +0530 |
Ankit Vani |
Document the g_object_unref before returning a plugin info or a plugin instance
soc.2013.gobjectification.plugins
|
file |
diff |
annotate
|
| Sat, 18 Jan 2014 04:08:01 +0530 |
Ankit Vani |
Add reminders to display perl and tcl status in gtkdialog when API available
soc.2013.gobjectification.plugins
|
file |
diff |
annotate
|
| Sun, 12 Jan 2014 19:28:35 +0530 |
Ankit Vani |
Added the "extra-cb" property for plugins.
soc.2013.gobjectification.plugins
|
file |
diff |
annotate
|
| Sun, 17 Nov 2013 16:05:54 +0530 |
Ankit Vani |
Added G_PARAM_STATIC_STRINGS flag to PluginInfo properties
soc.2013.gobjectification.plugins
|
file |
diff |
annotate
|
| Sat, 16 Nov 2013 17:21:42 +0530 |
Ankit Vani |
Merged soc.2013.gobjectification branch
soc.2013.gobjectification.plugins
|
file |
diff |
annotate
|
| Mon, 28 Oct 2013 20:09:26 +0530 |
Ankit Vani |
Call gplugin_manager_add_default_paths() from purple_plugins_init
soc.2013.gobjectification.plugins
|
file |
diff |
annotate
|
| Mon, 28 Oct 2013 00:02:17 +0530 |
Ankit Vani |
Renamed plugin info callback properties to end with "-cb", and their respective symbols.
soc.2013.gobjectification.plugins
|
file |
diff |
annotate
|
| Thu, 24 Oct 2013 23:56:44 +0530 |
Ankit Vani |
Merged soc.2013.gobjectification branch
soc.2013.gobjectification.plugins
|
file |
diff |
annotate
|
| Thu, 24 Oct 2013 04:21:28 +0530 |
Ankit Vani |
Merged soc.2013.gobjectification branch.
soc.2013.gobjectification.plugins
|
file |
diff |
annotate
|
| Mon, 14 Oct 2013 00:26:54 +0530 |
Ankit Vani |
Updated plugins.c according to GPlugin's re-namespacing
soc.2013.gobjectification.plugins
|
file |
diff |
annotate
|
| Fri, 11 Oct 2013 03:11:37 +0530 |
Ankit Vani |
Removed GObject property name defines
soc.2013.gobjectification.plugins
|
file |
diff |
annotate
|
| Fri, 11 Oct 2013 01:36:02 +0530 |
Ankit Vani |
Remove unnecessary TODO
soc.2013.gobjectification.plugins
|
file |
diff |
annotate
|
| Mon, 07 Oct 2013 23:05:35 +0530 |
Ankit Vani |
Implemented handlers for GPlugin's "(un)loading-plugin" and "(un)loaded-plugin" signals
soc.2013.gobjectification.plugins
|
file |
diff |
annotate
|
| Tue, 01 Oct 2013 17:39:32 +0530 |
Ankit Vani |
Moved dispose() code from PurplePluginInfo and PurpleProtocol to finalize()
soc.2013.gobjectification.plugins
|
file |
diff |
annotate
|
| Tue, 24 Sep 2013 05:16:41 +0530 |
Ankit Vani |
Fixed documentation regarding AUTO_LOAD flag
soc.2013.gobjectification.plugins
|
file |
diff |
annotate
|
| Tue, 24 Sep 2013 03:06:23 +0530 |
Ankit Vani |
Check if a plugin is native before registering new types for it
soc.2013.gobjectification.plugins
|
file |
diff |
annotate
|
| Mon, 23 Sep 2013 22:56:17 +0530 |
Ankit Vani |
Make sure purple_plugins_find_all() returns only purple plugins
soc.2013.gobjectification.plugins
|
file |
diff |
annotate
|
| Sat, 21 Sep 2013 17:01:08 +0530 |
Ankit Vani |
Merged soc.2013.gobjectification branch
soc.2013.gobjectification.plugins
|
file |
diff |
annotate
| base
|
| Wed, 04 Sep 2013 03:16:01 +0530 |
Ankit Vani |
Check if an error is valid before displaying it
soc.2013.gobjectification.plugins
|
file |
diff |
annotate
|
| Mon, 02 Sep 2013 17:33:09 +0530 |
Ankit Vani |
Removed an unnecessary call to gplugin
soc.2013.gobjectification.plugins
|
file |
diff |
annotate
|
| Mon, 02 Sep 2013 17:20:49 +0530 |
Ankit Vani |
Override gplugin info's "flags" property. Added PURPLE_PLUGIN_INFO_FLAGS_INTERNAL and PURPLE_PLUGIN_INFO_FLAGS_AUTO_LOAD.
soc.2013.gobjectification.plugins
|
file |
diff |
annotate
|
| Sun, 01 Sep 2013 22:38:16 +0530 |
Ankit Vani |
Updated libpurple to use current GPlugin
soc.2013.gobjectification.plugins
|
file |
diff |
annotate
|
| Fri, 30 Aug 2013 22:18:47 +0530 |
Ankit Vani |
Register and unregister plugin info with dbus
soc.2013.gobjectification.plugins
|
file |
diff |
annotate
|
| Mon, 12 Aug 2013 02:53:11 +0530 |
Ankit Vani |
Unregister signals on plugin unload and protocol removal
soc.2013.gobjectification.plugins
|
file |
diff |
annotate
|
| Sun, 11 Aug 2013 22:48:19 +0530 |
Ankit Vani |
Added purple_plugin_info_get_error()
soc.2013.gobjectification.plugins
|
file |
diff |
annotate
|
| Sun, 11 Aug 2013 21:19:33 +0530 |
Ankit Vani |
Better wording for ABI mismatch error
soc.2013.gobjectification.plugins
|
file |
diff |
annotate
|
| 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
|