summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/ui
Commit message (Expand)AuthorAgeFilesLines
* bitbake: ui: Improve error message if bitbake cannot import python curses moduleKonrad Scherer2012-08-222-2/+12
* bitbake: Hob wizard-like reorganizationCristian Iorga2012-08-226-60/+69
* bitbake: bitbake: hob: create console log directory before writingPaul Eggleton2012-08-221-0/+1
* bitbake: build.py: Correct package to recipe in TaskBase events to use consis...Richard Purdie2012-08-181-1/+1
* bitbake: really remove knotty2Richard Purdie2012-08-171-0/+0
* bitbake: knotty: Fold knotty2 into knotty and make it the defaultRichard Purdie2012-08-162-162/+101
* bitbake: knotty2: Handle long lines of text and terminal window size changesRichard Purdie2012-08-161-6/+46
* bitbake: bb/ui/uihelper.py: Ensure task current and total numbers are updated...Richard Purdie2012-08-161-1/+1
* bitbake: knotty: Chain the WINCH signal handler in progressbar so any other h...Richard Purdie2012-08-161-0/+14
* bitbake: Hob: change the Build failure scenario as ui designLiming An2012-08-021-50/+33
* bitbake: Hob: log for Hob and allow users to show logs after successful buildLiming An2012-08-025-18/+129
* bitbake: knotty: ensure that directory for BB_CONSOLELOG exists before using itMartin Jansa2012-08-021-0/+1
* bitbake: hob: deal event DiskFullKang Kai2012-08-022-1/+14
* bitbake: hob2: add elf to hcc supported image typesKang Kai2012-07-171-0/+1
* bitbake: Hob: fixed some variables not clean bug in detail pageLiming An2012-07-041-11/+3
* bitbake: Hob: change 'run image' and 'deploy' Gui and work flow for building ...Liming An2012-06-291-114/+98
* bitbake: Fix for Hob bug #2323Cristian Iorga2012-06-252-12/+4
* bitbake: hig.py: use module tempfile to create temp fileKang Kai2012-06-251-12/+8
* bitbake: ui/depexp.py: use the new progressbar in HobKang Kai2012-06-211-11/+18
* Hob: fixed issue about 'select a base image' combo not sensitiveLiming An2012-06-141-0/+2
* Hob: fixed an issue about no 'set_page' function in hob failed page showLiming An2012-06-141-0/+6
* ui/crumbs/hig.py: simplify subprocess callKang Kai2012-06-141-2/+2
* ui/crumbs/hig.py: tweak stringsKang Kai2012-06-141-4/+9
* hob2: update DeployImageDialog for seperated toolKang Kai2012-06-081-6/+37
* ui/crumbs/hig.py: check deploy process return valueKang Kai2012-06-081-3/+29
* ui/crumbs/hig.py: remove extra spacesKang Kai2012-06-081-4/+4
* ui/crumbs/hig.py: fix run time errorKang Kai2012-06-081-1/+2
* ui/crumbs/utils.py: import module bbKang Kai2012-06-081-0/+1
* Hob: fixed the index issue when set actived item for base image comboLiming An2012-06-081-2/+1
* Hob: Change 'run image' work flow and image detail screen as ui designLiming An2012-06-084-113/+211
* 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-082-3/+28
* Hob: lower the limitation for PyGTKShane Wang2012-06-081-1/+1
* Hob: fixed a definition not match issue when click choose directflb in packag...Liming An2012-06-081-1/+1
* Hob: fix entry of recipe page can't be edited in case after clicked clear buttonLiming An2012-06-081-8/+2
* Hob: clear the repeated function get_kernel_file_nameLiming An2012-06-082-20/+4
* hob: handle sanity check failures as a separate eventPaul Eggleton2012-05-302-1/+12
* Hob: add the 'build new' be as the primary action for 'Image detail' pageLiming An2012-05-301-11/+8
* Hob: Fixed a compatible issue for indicator icon viewLiming An2012-05-301-43/+8
* HOB: 'str' object has no attribute 'close'Robert Yang2012-05-302-5/+4
* hob2: set beginning folders for FileChooserDialogKang Kai2012-05-301-0/+4
* Hob:fixed the issue of primary button is not an 'orange hob button'Liming An2012-05-251-11/+16
* Hob: Adjust the progress bar and set 100% only when all is done.Shane Wang2012-05-232-2/+18
* replace os.popen with subprocess.PopenRobert Yang2012-05-232-5/+7
* replace os.system with subprocess.callRobert Yang2012-05-232-3/+4
* Hob: fixed the issue about the 'run image' page should have the primary bugLiming An2012-05-231-6/+8
* Hob: fixed the line width of base image description viewLiming An2012-05-231-1/+1
* Hob: fixed the issue about bug 'running image' workflow and related viewLiming An2012-05-231-22/+53
* Hob: change the build failure scenario as ui designLiming An2012-05-233-1/+113
* Hob: add '--select a machine--' and '--select a base image--' to GUILiming An2012-05-224-18/+39