summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
* Hob: save CONF_VERSION and LCONF_VERSION into templateDongxiao Xu2012-03-203-5/+14
* Hob: Fix advanced setting reparse mechanismDongxiao Xu2012-03-201-0/+2
* Hob: reset the selection if switch to a new base imageDongxiao Xu2012-03-201-0/+1
* utils: Add split_version function for splitting a version into its componentsRichard Purdie2012-03-201-0/+14
* ui/crumbs/persistenttooltip: try to reflect WM close button positionJoshua Lock2012-03-201-1/+23
* ui/crumbs/hobpage: no need to force a Toolbar button typeJoshua Lock2012-03-201-3/+1
* ui/crumbs: remove unused return value from append_toolbar_buttonJoshua Lock2012-03-203-5/+5
* ui/crumbs/hig: use close rather than OK for dismis buttonJoshua Lock2012-03-201-1/+1
* Hob: fixed the tabbar search entry retaining focus when user has clicked off ...Liming An2012-03-201-0/+1
* Hob: fix static variable "self.search" to parameter "search" in signal callba...Liming An2012-03-201-17/+14
* Hob: change HobNoteBook tab edge color from green to grayLiming An2012-03-202-5/+10
* Hob: add auto adjust background area function for long issue textLiming An2012-03-201-9/+21
* Hob: Fixed the hobwidget code and make it like a pythonistaLiming An2012-03-201-29/+34
* Hob: remove the invalid code in hobwidget.pyLiming An2012-03-201-2/+0
* Hob: fix '!= None' and '== None' in the codeShane Wang2012-03-206-16/+16
* Hob: change the code style to enumerate a list in a for-loopShane Wang2012-03-203-25/+25
* Hob: show indicators on the tabs of the Hob notebookShane Wang2012-03-204-0/+33
* Hob: use HobNotebook to implement a notebook in build details pageShane Wang2012-03-202-5/+90
* Hob: implement a self-defined notebook visual component for HobShane Wang2012-03-204-111/+394
* Typo: "nonexistant" -> "non-existent"Robert P. J. Day2012-03-201-2/+2
* runningbuild.py: fix goggle uiEric BĂ©nard2012-03-201-2/+2
* bitbake-layers: fix traceback in show-overlayed with nothing overlayedPaul Eggleton2012-03-201-1/+1
* bitbake/fetch2: Fix typo which broke use of tarballsGary Thomas2012-03-161-1/+1
* runqueue.py: When checking whether stamps are valid for setscene, recurseRichard Purdie2012-03-161-3/+4
* bitbake/fetch: Fix uri_replaceRichard Purdie2012-03-151-6/+7
* parse/ast: Expand inherit statements before splitting themRichard Purdie2012-03-153-4/+4
* ui/uihelper: Keep track of task numbersRichard Purdie2012-03-151-0/+5
* Hob: Change Box's padding valueDongxiao Xu2012-03-157-15/+15
* Hob: improve recipe/package selection performanceDongxiao Xu2012-03-153-7/+5
* Hob: Add stop button for parsing progressDongxiao Xu2012-03-153-2/+37
* Hob: Emit command-failed signal even if error msg is NoneDongxiao Xu2012-03-152-9/+9
* Hob: Show recipe/package editing button after base image is selectedDongxiao Xu2012-03-152-3/+20
* Hob: Remove the recipe/package populated signalDongxiao Xu2012-03-152-24/+8
* Hob: Remove the indication in machine/base image comboboxDongxiao Xu2012-03-152-14/+8
* Hob: Remove the reset button in recipe/package selection pageDongxiao Xu2012-03-153-26/+0
* Hob: Fix the image installation dependencyDongxiao Xu2012-03-151-4/+2
* cooker: add package rdepends and rrecommends infoDongxiao Xu2012-03-151-1/+3
* Hob: Disable the handling of "NoProvider" eventDongxiao Xu2012-03-151-17/+20
* Hob: add "Close" button to "BinbDialog"Dongxiao Xu2012-03-151-2/+2
* codeparser: Call intern over the set contents for better cache performanceRichard Purdie2012-03-121-0/+21
* codeparser: Compute extra cache components on the fly rather than laterRichard Purdie2012-03-121-21/+20
* cooker.py: Allow parsing shutdown to be called more than onceRichard Purdie2012-03-121-0/+4
* siggen.py: Use basehash if no taskhashRobert Yang2012-03-121-1/+5
* bitbake/siggen: output filename on error in finalisePaul Eggleton2012-03-121-1/+5
* ui/crumbs/hig: special case stock info icons in CrumbsMesssageDialogJoshua Lock2012-03-121-1/+5
* ui/crumbs/hig: use HobInfoButton in place of gtk.Image with tooltipJoshua Lock2012-03-121-31/+15
* ui/crumbs/imageconfigurationpage: make use of the HobInfoButtonJoshua Lock2012-03-121-8/+4
* ui/crumbs/hobwidget: implement HobInfoButton per Hob interaction designJoshua Lock2012-03-121-0/+49
* ui/icons: crop the info iconsJoshua Lock2012-03-122-0/+0
* crumbs/persistenttooltip: a new Gtk+ widget for use in HobJoshua Lock2012-03-121-0/+118