aboutsummaryrefslogtreecommitdiffstats
path: root/bitbake/lib
AgeCommit message (Expand)Author
2012-03-22Hob: Change template button name from "Template" to "Templates"Dongxiao Xu
2012-03-22Hob: change package classes selection GUIDongxiao Xu
2012-03-22Hob: Remove split model in GTK HobDongxiao Xu
2012-03-22Hob: Still use initcmd != None as the if judgementDongxiao Xu
2012-03-20Hob: save CONF_VERSION and LCONF_VERSION into templateDongxiao Xu
2012-03-20Hob: Fix advanced setting reparse mechanismDongxiao Xu
2012-03-20Hob: reset the selection if switch to a new base imageDongxiao Xu
2012-03-20utils: Add split_version function for splitting a version into its componentsRichard Purdie
2012-03-20ui/crumbs/persistenttooltip: try to reflect WM close button positionJoshua Lock
2012-03-20ui/crumbs/hobpage: no need to force a Toolbar button typeJoshua Lock
2012-03-20ui/crumbs: remove unused return value from append_toolbar_buttonJoshua Lock
2012-03-20ui/crumbs/hig: use close rather than OK for dismis buttonJoshua Lock
2012-03-20Hob: fixed the tabbar search entry retaining focus when user has clicked off ...Liming An
2012-03-20Hob: fix static variable "self.search" to parameter "search" in signal callba...Liming An
2012-03-20Hob: change HobNoteBook tab edge color from green to grayLiming An
2012-03-20Hob: add auto adjust background area function for long issue textLiming An
2012-03-20Hob: Fixed the hobwidget code and make it like a pythonistaLiming An
2012-03-20Hob: remove the invalid code in hobwidget.pyLiming An
2012-03-20Hob: fix '!= None' and '== None' in the codeShane Wang
2012-03-20Hob: change the code style to enumerate a list in a for-loopShane Wang
2012-03-20Hob: show indicators on the tabs of the Hob notebookShane Wang
2012-03-20Hob: use HobNotebook to implement a notebook in build details pageShane Wang
2012-03-20Hob: implement a self-defined notebook visual component for HobShane Wang
2012-03-20Typo: "nonexistant" -> "non-existent"Robert P. J. Day
2012-03-20runningbuild.py: fix goggle uiEric BĂ©nard
2012-03-16bitbake/fetch2: Fix typo which broke use of tarballsGary Thomas
2012-03-16runqueue.py: When checking whether stamps are valid for setscene, recurseRichard Purdie
2012-03-15bitbake/fetch: Fix uri_replaceRichard Purdie
2012-03-15parse/ast: Expand inherit statements before splitting themRichard Purdie
2012-03-15ui/uihelper: Keep track of task numbersRichard Purdie
2012-03-15Hob: Change Box's padding valueDongxiao Xu
2012-03-15Hob: improve recipe/package selection performanceDongxiao Xu
2012-03-15Hob: Add stop button for parsing progressDongxiao Xu
2012-03-15Hob: Emit command-failed signal even if error msg is NoneDongxiao Xu
2012-03-15Hob: Show recipe/package editing button after base image is selectedDongxiao Xu
2012-03-15Hob: Remove the recipe/package populated signalDongxiao Xu
2012-03-15Hob: Remove the indication in machine/base image comboboxDongxiao Xu
2012-03-15Hob: Remove the reset button in recipe/package selection pageDongxiao Xu
2012-03-15Hob: Fix the image installation dependencyDongxiao Xu
2012-03-15cooker: add package rdepends and rrecommends infoDongxiao Xu
2012-03-15Hob: Disable the handling of "NoProvider" eventDongxiao Xu
2012-03-15Hob: add "Close" button to "BinbDialog"Dongxiao Xu
2012-03-12codeparser: Call intern over the set contents for better cache performanceRichard Purdie
2012-03-12codeparser: Compute extra cache components on the fly rather than laterRichard Purdie
2012-03-12cooker.py: Allow parsing shutdown to be called more than onceRichard Purdie
2012-03-12siggen.py: Use basehash if no taskhashRobert Yang
2012-03-12bitbake/siggen: output filename on error in finalisePaul Eggleton
2012-03-12ui/crumbs/hig: special case stock info icons in CrumbsMesssageDialogJoshua Lock
2012-03-12ui/crumbs/hig: use HobInfoButton in place of gtk.Image with tooltipJoshua Lock
2012-03-12ui/crumbs/imageconfigurationpage: make use of the HobInfoButtonJoshua Lock