summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/ui/crumbs/builder.py
Commit message (Expand)AuthorAgeFilesLines
* bitbake: Hob wizard-like reorganizationCristian Iorga2012-08-221-5/+18
* bitbake: bitbake: hob: create console log directory before writingPaul Eggleton2012-08-221-0/+1
* bitbake: Hob: log for Hob and allow users to show logs after successful buildLiming An2012-08-021-10/+42
* bitbake: hob: deal event DiskFullKang Kai2012-08-021-0/+4
* Hob: fixed issue about 'select a base image' combo not sensitiveLiming An2012-06-141-0/+2
* Hob: Change 'run image' work flow and image detail screen as ui designLiming An2012-06-081-67/+51
* Hob: Interpret some special characters for label markupShane Wang2012-06-081-2/+11
* Hob: add versions for compatibility check between Hob and templatesShane Wang2012-06-081-2/+12
* Hob: clear the repeated function get_kernel_file_nameLiming An2012-06-081-2/+3
* hob: handle sanity check failures as a separate eventPaul Eggleton2012-05-301-1/+6
* Hob: Adjust the progress bar and set 100% only when all is done.Shane Wang2012-05-231-2/+10
* Hob: change the build failure scenario as ui designLiming An2012-05-231-0/+8
* Hob: add '--select a machine--' and '--select a base image--' to GUILiming An2012-05-221-3/+3
* Hob: Get image name internally when updating the image descriptionDongxiao Xu2012-05-221-1/+1
* Hob: Add filter for images listed in image comboDongxiao Xu2012-05-221-0/+4
* Hob: reimplement the proxy pageShane Wang2012-05-221-37/+106
* Hob: change the workflow about click 'Run Image' to run directly after builde...Liming An2012-05-091-15/+37
* Hob: Issue sanity check after parse is completedDongxiao Xu2012-04-241-2/+5
* hob: enable sanity checks after launchJoshua Lock2012-04-231-0/+2
* Hob: add the parent window to 'binb' popup window for managing itLiming An2012-04-161-1/+1
* Hob: Fix contents in imagedetailsscreenDongxiao Xu2012-04-161-4/+5
* Hob: add exception handlingShane Wang2012-04-151-20/+36
* Hob: Simplify the init processDongxiao Xu2012-04-151-10/+3
* Hob: Handle NoProvider event in runningbuild moduleDongxiao Xu2012-04-151-4/+14
* Hob: reset user recipe selection and package selection after settings are cha...Shane Wang2012-04-141-4/+8
* Hob: remember layers and settings between Hob sessionsShane Wang2012-04-141-59/+99
* Hob: Use BB_DEFAULT_TASK as build task instead of hardcoded "build"Dongxiao Xu2012-04-141-3/+7
* Hob: Build selected image if not customizedDongxiao Xu2012-04-141-5/+14
* Hob: Save the original image name into templateDongxiao Xu2012-04-141-7/+2
* Hob: forbid users to exit Hob directly when Hob is busyShane Wang2012-04-131-0/+6
* Hob: Implement Hob config parse hookDongxiao Xu2012-04-131-0/+26
* builder: fix missing \ for if continuationSaul Wold2012-04-121-1/+1
* hig/builder: use the new which_terminal() functionSaul Wold2012-04-111-4/+7
* Hob:Fixed some incorrect values of Build configuration tabLiming An2012-04-111-7/+7
* Hob: forget selected_recipes and selected_packages after users change the mac...Shane Wang2012-04-111-0/+1
* Hob: clean up and reword stop_parse()Shane Wang2012-04-111-3/+3
* Hob: clean up generate_configuration()Shane Wang2012-04-111-1/+4
* Hob: clean up cancel_build()Shane Wang2012-04-111-2/+5
* Hob: clean up request_package_info_async()Shane Wang2012-04-111-1/+4
* Hob: clean up and unify get_parameters() to be get_parameters_sync()Shane Wang2012-04-111-3/+6
* Hob: clean up to call clear_busy() in hobeventhandler.pyShane Wang2012-04-111-1/+0
* Hob: clean up and unify the steps for IMAGE_GENERATING to call generate_image...Shane Wang2012-04-111-16/+16
* Hob: clean up and unify the steps for PACKAGE_GENERATING and FAST_IMAGE_GENER...Shane Wang2012-04-111-11/+19
* Hob: clean up and unify the steps for RCPPKGINFO_POPULATING to call populate_...Shane Wang2012-04-111-7/+7
* Hob: clean up and unify the steps for CONFIG_UPDATE to call update_config_asy...Shane Wang2012-04-111-12/+9
* Hob: clean up and unify the steps for new build to call initiate_new_build_as...Shane Wang2012-04-111-12/+7
* Hob: Change base image to "Create your own image" if customizedDongxiao Xu2012-04-111-0/+3
* Hob: a minor fix on pmakeShane Wang2012-04-051-2/+2
* Hob: a minor fix on image_fstypesShane Wang2012-04-051-1/+1
* Hob: handle exceptions when loading templatesShane Wang2012-04-051-4/+16