aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bb/ui/knotty.py
Commit message (Expand)AuthorAgeFilesLines
* bitbake/event/ast: Add RecipePreFinalise eventRichard Purdie2011-06-091-0/+1
* knotty: If any error messages are seen, set our exit code accordinglyRichard Purdie2011-06-081-1/+1
* bitbake/server/process: Move implementation knowledge of event queue into the...Richard Purdie2011-06-081-2/+3
* bitbake/cache.py: Ensure skipped recipes make it into the cache to avoid repa...Richard Purdie2011-05-061-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-101-1/+3
* Add support for 'noexec' tasksRichard Purdie2010-12-291-2/+8
* logger usage cleanupChris Larson2010-12-171-1/+1
* Fix logging level names for post-server-ui-splitChris Larson2010-12-171-10/+0
* Resurrect alternative UIsBob Foerster2010-12-171-0/+4
* Show the user progress when loading the cacheBob Foerster2010-12-161-8/+24
* Run the server and UI in separate processesBob Foerster2010-12-161-5/+2
* knotty: exit with 1 if we see a critical log messageChris Larson2010-12-151-0/+2
* Move the runq task start/failed messages to the UIChris Larson2010-12-131-0/+11
* Rename command events, adjust compareRevisionsChris Larson2010-12-101-5/+5
* build: send logging messages to the log file for python functionsChris Larson2010-12-101-10/+2
* Rename the ui 'init' method to 'main'Chris Larson2010-12-091-1/+1
* knotty: use enumerate for task waitingChris Larson2010-12-061-3/+1
* knotty: shift non-interactive progress into a classChris Larson2010-12-061-15/+33
* cooker: no cached in progressbar and add ETAChris Larson2010-11-301-2/+2
* knotty: drop the ETA from the progressbar for nowChris Larson2010-11-231-1/+1
* Split up the ParseProgress eventChris Larson2010-11-211-15/+19
* Experimental usage of the 'progressbar' moduleChris Larson2010-11-211-8/+12
* Use logging in the knotty ui, and pass the log record across directlyChris Larson2010-08-271-31/+38
* Use the python logging module under the hood for bb.msgChris Larson2010-08-271-6/+6
* Apply some 2to3 refactoringsChris Larson2010-06-211-1/+1
* knotty: use the future division to prep for 3.xChris Larson2010-06-101-2/+3
* knotty: stop freaking out and dying when bb.build has removed the empty logfileChris Larson2010-06-101-1/+1
* Move the output of no provider and multiple provider messages into the UIChris Larson2010-06-081-2/+18
* Make knotty ignore the NoProvider eventChris Larson2010-06-081-15/+8
* Apply some 2to3 transforms that don't cause issues in 2.6Chris Larson2010-04-111-1/+1
* Apply the 2to3 print function transformChris Larson2010-04-091-22/+22
* Formatting cleanupsChris Larson2010-04-091-1/+1
* knotty: tweak failure phraseBernhard Reutner-Fischer2010-02-251-1/+1
* knotty: Improve task failure message handling using the uihelper codeRichard Purdie2010-01-211-0/+20
* Improve BBCLASSEXTEND handling for skipped packages and report better parsing...Richard Purdie2010-01-201-2/+2
* event.py: Convert to using pickle for events and isinstance in knotty UI handlerRichard Purdie2010-01-191-33/+33
* knotty: Add new event from compare reivions codeRichard Purdie2009-10-171-0/+3
* Add a RecipeParsed event, which can be used as an alternative to anonymous fu...Chris Larson2009-09-141-0/+2
* [ui] Fix import statements reported by pyflakesHolger Hans Peter Freyther2009-05-111-3/+0
* Update the UIs against the core changes and allow dynamic loading of the UI s...Richard Purdie2008-12-061-4/+7
* command.py: Standardise to getVariable and setVariable functions for consiste...Richard Purdie2008-12-061-2/+2
* knotty.py: Rename frontend to server to make things a bit clearerRichard Purdie2008-04-061-7/+7
* Add return value handling (thanks pH5)Richard Purdie2008-03-161-4/+9
* ui/knotty.py: Ignore StampUpdate eventsRichard Purdie2008-03-131-0/+2
* knotty.py: Improve BBINCLUDELOGS_LINES handling (#97)Richard Purdie2007-08-191-11/+17
* knotty.py: Implement INCLUDELOGS handlingRichard Purdie2007-08-181-19/+21
* cooker.py: Handle error cases (e.g. no targets specified) more neatlyRichard Purdie2007-08-181-0/+2
* Add the start of several UI modulesRichard Purdie2007-08-181-0/+140