aboutsummaryrefslogtreecommitdiffstats
path: root/src/anjuta-plugin-sdk.plugin.in
AgeCommit message (Collapse)Author
2010-07-15Use IAnjutaEnvironment override interfaceLiping Ke
Before anjuta 2.30, we use Ibuildable interface to pass command and parameters. Now because the changing implementation of anjuta_execute as well the obsolete Ibuildable interface, we have to implement new IAnjutaEnvironment override interface to override build related command and parameters. The patch is tested against anjuta 2.30.2. Signed-off-by: Liping ke<liping.ke@intel.com>
2008-01-24configure.ac: Add glib version check.Richard Purdie
src/anjuta-plugin-sdk.plugin.in: Match plugin name to documentation.
2008-01-172008-01-17 Rob Bradford <rob@openedhand.com>Rob Bradford
* src/anjuta-plugin-sdk.plugin.in: * src/plugin.c: (ipreferences_merge), (ipreferences_unmerge): Branding tweaks.
2008-01-032008-01-03 Rob Bradford <rob@openedhand.com>Rob Bradford
* AUTHORS: * Makefile.am: * autogen.sh: * configure.ac: * po/Makefile.in.in: * po/POTFILES.in: * src/Makefile.am: * src/anjuta-plugin-sdk.plugin.in: * src/plugin.c: (file_chooser_property_get_cb), (file_chooser_property_set_cb), (sdk_root_file_chooser_changed_cb), (update_path), (update_environment), (cleanup_environment), (update_configure_opts), (update_environment_idle_cb), (sdk_root_preference_notify_cb), (triplet_preference_notify_cb), (load_session_cb), (anjuta_plugin_sdk_setup_preferences), (anjuta_plugin_sdk_unsetup_preferences), (anjuta_plugin_sdk_activate), (anjuta_plugin_sdk_deactivate), (anjuta_plugin_sdk_finalize), (anjuta_plugin_sdk_dispose), (anjuta_plugin_sdk_instance_init), (anjuta_plugin_sdk_class_init): * src/plugin.h: Initial commit of a working SDK cross-compiling plugin for autotooled projects.