summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/ui/knotty.py
Commit message (Expand)AuthorAgeFilesLines
* bitbake: knotty.py: fix unknown event bb.event.DiskFulldanny-nextRobert Yang2013-03-041-1/+2
* bitbake: command: add error to return of runCommandChristopher Larson2012-12-071-14/+32
* bitbake: knotty: Allow displaying of status when no tasks are activeRichard Purdie2012-09-281-2/+5
* bitbake: event.py, knotty.py, ncurses.py, runningbuild.py: Add support for Lo...Jason Wessel2012-09-241-0/+19
* bitbake: ui: Improve error message if bitbake cannot import python curses moduleKonrad Scherer2012-08-221-1/+5
* bitbake: build.py: Correct package to recipe in TaskBase events to use consis...Richard Purdie2012-08-181-1/+1
* bitbake: knotty: Fold knotty2 into knotty and make it the defaultRichard Purdie2012-08-161-13/+101
* bitbake: knotty: Chain the WINCH signal handler in progressbar so any other h...Richard Purdie2012-08-161-0/+14
* bitbake: knotty: ensure that directory for BB_CONSOLELOG exists before using itMartin Jansa2012-08-021-0/+1
* knotty: Add back getTasks() call to ensure we don't repeat messgesRichard Purdie2012-03-291-0/+2
* ui/knotty: Add a footer to the build output for interactive terminals as knot...Richard Purdie2012-03-291-18/+52
* bitbake: fix setscene task start/failure handlingPaul Eggleton2012-02-281-0/+9
* bitbake: change for adding progress bar in Hob2.Shane Wang2012-02-231-1/+4
* bitbake/ui/knotty: fix incorrect exit codePaul Eggleton2012-02-221-1/+3
* bitbake/knotty: ensure CommandFailed increases error countPaul Eggleton2012-02-221-0/+1
* bitbake/knotty: ensure we return non-zero exit code on Ctrl+CPaul Eggleton2012-02-221-0/+5
* knotty: shut down more cleanlyChristopher Larson2012-02-221-8/+7
* bitbake/knotty: print task failure summaryPaul Eggleton2012-01-151-2/+22
* bitbake/knotty: avoid printing full task log when error already printedPaul Eggleton2012-01-151-1/+1
* bitbake/knotty: don't count errors as warnings in summaryPaul Eggleton2012-01-151-1/+1
* bitbake/knotty: Show summary of warning/error messages shownRichard Purdie2012-01-101-2/+11
* knotty: Add support for logging the console to logfileRichard Purdie2011-11-241-0/+6
* bitbake/logging: Overhaul internal logging processRichard Purdie2011-08-151-2/+3
* bitbake/ui/knotty: Ensure previous failures aren't masked by a final successf...Richard Purdie2011-08-101-1/+2
* bitbake/ui/knotty: Ensure 'No Provider' errors set an exit codeRichard Purdie2011-08-101-0/+1
* bitbake: show more information for NoProvider errorsPaul Eggleton2011-07-271-0/+3
* bitbake cooker/ui: handle cmd line parsing result by individual UI.Lianhao Lu2011-07-081-1/+5
* bitbake/event/ast: Add RecipePreFinalise eventRichard Purdie2011-06-091-0/+1
* bitbake/cache.py: Ensure skipped recipes make it into the cache to avoid repa...Richard Purdie2011-05-051-0/+5
* bitbake/knotty.py: Ensure task note messages are only surpressed at default l...Richard Purdie2011-01-121-2/+6
* bitbake/knotty.py: Don't show log messages of NOTE and below for task processesRichard Purdie2011-01-081-3/+3
* bitbake: Misc syncups with bitbake upstream, mostly whitespace and a missed l...Richard Purdie2011-01-051-3/+0
* Resurrect alternative UIsBob Foerster2011-01-051-0/+4
* logger usage cleanupChris Larson2011-01-041-1/+1
* Fix logging level names for post-server-ui-splitChris Larson2011-01-041-10/+0
* Show the user progress when loading the cacheBob Foerster2011-01-041-8/+24
* knotty: exit with 1 if we see a critical log messageChris Larson2011-01-041-2/+3
* bitbake: Transfer noexec runqueue messages to the UIRichard Purdie2011-01-041-2/+9
* Move the runq task start/failed messages to the UIChris Larson2011-01-041-0/+11
* Rename command events, adjust compareRevisionsChris Larson2011-01-041-5/+5
* build: send logging messages to the log file for python functionsChris Larson2011-01-041-10/+2
* Rename the ui 'init' method to 'main'Chris Larson2011-01-041-1/+1
* knotty: use enumerate for task waitingChris Larson2011-01-041-3/+1
* knotty: shift non-interactive progress into a classChris Larson2011-01-041-15/+33
* cooker: no cached in progressbar and add ETAChris Larson2011-01-041-2/+2
* knotty: drop the ETA from the progressbar for nowChris Larson2011-01-041-1/+1
* cache: sync the cache file to disk in the backgroundChris Larson2011-01-041-15/+19
* Experimental usage of the 'progressbar' moduleChris Larson2011-01-041-8/+12
* Use logging in the knotty ui, and pass the log record across directlyChris Larson2011-01-041-31/+41
* Use the python logging module under the hood for bb.msgChris Larson2011-01-041-6/+6