summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2012-09-14data_smart.py and friends: Track file inclusions for bitbake -eseebs/includePeter Seebach
2012-09-14Implement 'settings' dialog as designedValentin Popa
2012-09-14cooker: Fix priority for virtual recipesRichard Purdie
2012-09-14hob/builddetailspage: Add tooltips to the build failed notificationConstantin Musca
2012-09-14lib/bb/event: improve handling of event queue on exitPaul Eggleton
2012-09-14hob: format error messages properlyPaul Eggleton
2012-09-14hob/imagedetailspage: change "FileCreated" label to "Files created"Cristiana Voicu
2012-09-14Fixed hob proxy tab tooltip text per review suggestions [YOCTO #2499]Jessica Zhang
2012-09-14hob: sort base image drop-down listPaul Eggleton
2012-09-14lib/bb/command.py: ensure setVariable only sets values as stringsPaul Eggleton
2012-09-14hob: don't reorder layers listPaul Eggleton
2012-09-10hob/packageselectionpage: restore selected packagesCristiana Voicu
2012-09-10hob: rename task -> packagegroup in recipe selectionPaul Eggleton
2012-09-10hob: ensure error message text is properly escapedPaul Eggleton
2012-09-10hob: use correct semantics for dealing with pkgdataPaul Eggleton
2012-09-10tinfoil: Add file inadvertently not committedRichard Purdie
2012-09-10cooker: fix handling of exceptions during exception handlingPaul Eggleton
2012-09-10fetch2: fix malformed URL causing a useless tracebackPaul Eggleton
2012-09-10hob/imageconfigurationpage: remove or_label referenceCristiana Voicu
2012-09-07fetch2: replace double slashes in paths in encodeurl()Paul Eggleton
2012-09-07hob: print message when DISPLAY is not setCristiana Voicu
2012-09-07Hob: change view of 'recipes' and 'packages' tables as ui designLiming An
2012-09-07bitbake-diffsigs: allow specifying task & follow deps recursivelyPaul Eggleton
2012-09-07lib/bb/siggen.py: make signature dump/compare functions return a listPaul Eggleton
2012-09-07lib/bb/siggen.py: insert a colon between class and recipe namePaul Eggleton
2012-09-07lib/bb/siggen: replace tabs with spacesPaul Eggleton
2012-09-07tinfoil: create simple interface for bitbake-based utilitiesPaul Eggleton
2012-09-07crumbs/hig: Save toolchain in settingsBogdan Marinescu
2012-09-07hob: The 'run image' and 'deploy image' dialogs text and alignment correctionsCristiana Voicu
2012-09-07hob/imagedetailspage: "Image ready" icon appers only after the image was gene...Cristiana Voicu
2012-09-07hobwidget: Button theme is taken from host, fixIoana Grigoropol
2012-09-07fetch2: unpack rpm, ipk and deb binary packageRobert Yang
2012-09-07hob/recipe&packageselectionpage: Change "Back" button to "Cancel" buttonCristiana Voicu
2012-09-07hob/imageconfigurationpage: Set secondary action for "Edit image" buttonCristiana Voicu
2012-09-07hob/packageselectionpage: Add tooltips to 'Included' and 'All packages' tab a...Cristiana Voicu
2012-09-07hob/packageselectionpage: Correctly restore previously selected packagesCristiana Voicu
2012-09-07hob2: remove class hccKang Kai
2012-09-07hob2: remove the hard-coded images mapKang Kai
2012-08-30taskdata: Don't add dependencies on tasks that don't existRichard Purdie
2012-08-30bin/bitbake: Clarify wording in help output for -sTrevor Woerner
2012-08-23ast: Store anonymous python function contents in the datstoreRichard Purdie
2012-08-23ast: Extract text variable in PythonMethodNodeRichard Purdie
2012-08-23ast: Rename PythonMethodNode define variable to modulenameRichard Purdie
2012-08-23methodpool: Clean up the parsed module list handling to be slightly less insaneRichard Purdie
2012-08-23methodpool: Remove unused check_insert_method functionRichard Purdie
2012-08-23cooker: Add explict handling of BBHandledException for parsing failuresRichard Purdie
2012-08-23cooker: Ensure parsing failures stop the buildRichard Purdie
2012-08-23utils.py: Once we've printed errors messages, suppress the backtraceRichard Purdie
2012-08-23utils.py: Try harder to extract good traceback information by querying the da...Richard Purdie
2012-08-23cooker: fix traceback when using -b with skipped recipePaul Eggleton