summaryrefslogtreecommitdiffstats
path: root/lib/bb/ui/knotty.py
AgeCommit message (Expand)Author
2013-09-18bitbake: event: adding generic event for metadata usageAlexandru DAMIAN
2013-09-18bitbake: cooker,xmlrpc,servers: implement CookerFeaturesAlexandru DAMIAN
2013-09-13knotty: Cleanup error/interruption handlingRichard Purdie
2013-09-13cooker: Rename confusing 'stop' state to 'forceshutdown'Richard Purdie
2013-09-06knotty: Reduce refresh of footerRichard Purdie
2013-08-26bitbake: Add ui event handlers filteringRichard Purdie
2013-08-16taskdata: report close matches with NoProvider errorsPaul Eggleton
2013-06-17knotty, bitbake: add option to terminate a remote serverAlexandru DAMIAN
2013-06-17knotty, xmlrpc: add observer-only modeAlexandru DAMIAN
2013-05-21cooker: Move commandline parsing back into the UI/cookerdataRichard Purdie
2013-05-09lib: print is a function in moderm python, covert remaining usersRichard Purdie
2013-02-15knotty.py: fix unknown event bb.event.DiskFullRobert Yang
2012-12-14knotty: use bb.error instead of printMihai Lindner
2012-11-25knotty/msg: Avoid usage of curses initscr/endwin to avoid terminal corruptionRichard Purdie
2012-11-19knotty: Colorize knotty interactive console outputSeth Bollinger
2012-11-14knotty: kill duplicated import of 'time'Christopher Larson
2012-11-01command: add error to return of runCommandChristopher Larson
2012-10-30knotty: Ensure last tasks are disaplyed correctly in the footerRichard Purdie
2012-09-28knotty: Allow displaying of status when no tasks are activeRichard Purdie
2012-09-24event.py, knotty.py, ncurses.py, runningbuild.py: Add support for LogExecTTY ...Jason Wessel
2012-08-22ui: Improve error message if bitbake cannot import python curses moduleKonrad Scherer
2012-08-18build.py: Correct package to recipe in TaskBase events to use consistent term...Richard Purdie
2012-08-16knotty: Fold knotty2 into knotty and make it the defaultRichard Purdie
2012-08-16knotty: Chain the WINCH signal handler in progressbar so any other handler is...Richard Purdie
2012-08-02knotty: ensure that directory for BB_CONSOLELOG exists before using itMartin Jansa
2012-03-29knotty: Add back getTasks() call to ensure we don't repeat messgesRichard Purdie
2012-03-29ui/knotty: Add a footer to the build output for interactive terminals as knot...Richard Purdie
2012-02-28bitbake: fix setscene task start/failure handlingPaul Eggleton
2012-02-23bitbake: change for adding progress bar in Hob2.Shane Wang
2012-02-22bitbake/ui/knotty: fix incorrect exit codePaul Eggleton
2012-02-22bitbake/knotty: ensure CommandFailed increases error countPaul Eggleton
2012-02-22bitbake/knotty: ensure we return non-zero exit code on Ctrl+CPaul Eggleton
2012-02-08knotty: shut down more cleanlyChristopher Larson
2012-01-15bitbake/knotty: print task failure summaryPaul Eggleton
2012-01-15bitbake/knotty: avoid printing full task log when error already printedPaul Eggleton
2012-01-15bitbake/knotty: don't count errors as warnings in summaryPaul Eggleton
2012-01-10bitbake/knotty: Show summary of warning/error messages shownRichard Purdie
2011-11-24knotty: Add support for logging the console to logfileRichard Purdie
2011-08-15bitbake/logging: Overhaul internal logging processRichard Purdie
2011-08-10bitbake/ui/knotty: Ensure previous failures aren't masked by a final successf...Richard Purdie
2011-08-10bitbake/ui/knotty: Ensure 'No Provider' errors set an exit codeRichard Purdie
2011-07-27bitbake: show more information for NoProvider errorsPaul Eggleton
2011-07-08bitbake cooker/ui: handle cmd line parsing result by individual UI.Lianhao Lu
2011-06-09bitbake/event/ast: Add RecipePreFinalise eventRichard Purdie
2011-06-08knotty: If any error messages are seen, set our exit code accordinglyRichard Purdie
2011-06-08bitbake/server/process: Move implementation knowledge of event queue into the...Richard Purdie
2011-05-06bitbake/cache.py: Ensure skipped recipes make it into the cache to avoid repa...Richard Purdie
2011-01-12bitbake/knotty.py: Ensure task note messages are only surpressed at default l...Richard Purdie
2011-01-10bitbake/knotty.py: Don't show log messages of NOTE and below for task processesRichard Purdie
2010-12-29Add support for 'noexec' tasksRichard Purdie