summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/ui/crumbs/builder.py
diff options
context:
space:
mode:
authorBogdan Marinescu <bogdan.a.marinescu@intel.com>2012-09-27 17:13:45 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-09-27 16:45:27 +0100
commit5c1345c75d248d7e18cb1c3be1e70f42c3c3f701 (patch)
tree2764dfc3ba11967038597f66c73a5eaeb5349397 /bitbake/lib/bb/ui/crumbs/builder.py
parent87a1f631ad4d86313784efe83679f45ca66daa39 (diff)
downloadpoky-5c1345c75d248d7e18cb1c3be1e70f42c3c3f701.tar.gz
bitbake: Multiple user interface fixes in settings
1. Move the "Others" tab from advanced settings to simple settings 2. Organize content of tabs into headings 3. Match various labels in the settings with the design 4. Clean up config_md5 in both simple and advanced settings This patch implements a part of the changes requested by Belen in the settings dialogs. The second version of the patch addresses all the UI changes requested by Belen (more details are in the bug description): alphabetical ordering of the image types and warnings if no image type is selected. [YOCTO #2162] (Bitbake rev: b45438555ecf2e25ebb99324a18d31c812a2738a) Signed-off-by: Bogdan Marinescu <bogdan.a.marinescu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/bb/ui/crumbs/builder.py')
-rwxr-xr-xbitbake/lib/bb/ui/crumbs/builder.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bitbake/lib/bb/ui/crumbs/builder.py b/bitbake/lib/bb/ui/crumbs/builder.py
index 357089d7cb..b847165030 100755
--- a/bitbake/lib/bb/ui/crumbs/builder.py
+++ b/bitbake/lib/bb/ui/crumbs/builder.py
@@ -1283,6 +1283,7 @@ class Builder(gtk.Window):
1283 HobAltButton.style_button(button) 1283 HobAltButton.style_button(button)
1284 button = dialog.add_button("Save", gtk.RESPONSE_YES) 1284 button = dialog.add_button("Save", gtk.RESPONSE_YES)
1285 HobButton.style_button(button) 1285 HobButton.style_button(button)
1286 dialog.set_save_button(button)
1286 response = dialog.run() 1287 response = dialog.run()
1287 settings_changed = False 1288 settings_changed = False
1288 if response == gtk.RESPONSE_YES: 1289 if response == gtk.RESPONSE_YES: