aboutsummaryrefslogtreecommitdiffstats
path: root/src/beaver-settings-page.h
AgeCommit message (Collapse)Author
2010-08-27Update according to SDK infrastructure changeliping ke
Since poky SDK infrastructure changes greatly, we need change the plugin implementation accordingly. The major change is that we need to pass the available environment-setup* script files to get the available supported architecture. And we need to set the env variables and gdb/oprofile search path according to the contents of the script files too. Signed-off-by: Liping Ke <liping.ke@intel.com>
2008-03-182008-03-18 Rob Bradford <rob@openedhand.com>Rob Bradford
* src/Makefile.am: * src/beaver-settings-page.c: (beaver_settings_page_get_property), (beaver_settings_page_set_property), (beaver_settings_page_dispose), (beaver_settings_page_finalize), (beaver_settings_page_constructed), (beaver_settings_page_class_init), (beaver_settings_page_init), (beaver_settings_page_new), (preferences_timeout_cb), (full_radio_toggled_cb), (toolchain_radio_toggled_cb), (create_ui): * src/beaver-settings-page.h: * src/beaver.h: * src/plugin.c: (ipreferences_merge): * src/plugin.h: Separate the preferences UI into it's own component.