| Commit message (Expand) | Author | Age | Files | Lines |
* | bitbake/knotty.py: Ensure task note messages are only surpressed at default l... | Richard Purdie | 2011-01-12 | 1 | -2/+6 |
* | bitbake/goggle: don't drop events | Joshua Lock | 2011-01-12 | 1 | -1/+1 |
* | bitbake/depexp: closing progress dialog kills gui | Joshua Lock | 2011-01-12 | 1 | -0/+1 |
* | bitbake/goggle: closing the progress dialog kills the UI | Joshua Lock | 2011-01-12 | 1 | -0/+1 |
* | bitbake/uievent: fix queueing of events for xmlrpc before UI has loaded | Joshua Lock | 2011-01-12 | 1 | -2/+5 |
* | bitbake/knotty.py: Don't show log messages of NOTE and below for task processes | Richard Purdie | 2011-01-08 | 1 | -3/+3 |
* | bitbake: Misc syncups with bitbake upstream, mostly whitespace and a missed l... | Richard Purdie | 2011-01-05 | 2 | -5/+0 |
* | Resurrect alternative UIs | Bob Foerster | 2011-01-05 | 6 | -89/+298 |
* | depexp: add sorting of all package lists | Bob Foerster | 2011-01-04 | 1 | -0/+2 |
* | logger usage cleanup | Chris Larson | 2011-01-04 | 1 | -1/+1 |
* | Fix logging level names for post-server-ui-split | Chris Larson | 2011-01-04 | 1 | -10/+0 |
* | Show the user progress when loading the cache | Bob Foerster | 2011-01-04 | 1 | -8/+24 |
* | knotty: exit with 1 if we see a critical log message | Chris Larson | 2011-01-04 | 1 | -2/+3 |
* | bitbake: Transfer noexec runqueue messages to the UI | Richard Purdie | 2011-01-04 | 1 | -2/+9 |
* | Move the runq task start/failed messages to the UI | Chris Larson | 2011-01-04 | 1 | -0/+11 |
* | Rename command events, adjust compareRevisions | Chris Larson | 2011-01-04 | 3 | -10/+16 |
* | build: send logging messages to the log file for python functions | Chris Larson | 2011-01-04 | 1 | -10/+2 |
* | Rename the ui 'init' method to 'main' | Chris Larson | 2011-01-04 | 5 | -5/+5 |
* | knotty: use enumerate for task waiting | Chris Larson | 2011-01-04 | 1 | -3/+1 |
* | knotty: shift non-interactive progress into a class | Chris Larson | 2011-01-04 | 1 | -15/+33 |
* | cooker: no cached in progressbar and add ETA | Chris Larson | 2011-01-04 | 1 | -2/+2 |
* | knotty: drop the ETA from the progressbar for now | Chris Larson | 2011-01-04 | 1 | -1/+1 |
* | cache: sync the cache file to disk in the background | Chris Larson | 2011-01-04 | 2 | -24/+28 |
* | Experimental usage of the 'progressbar' module | Chris Larson | 2011-01-04 | 1 | -8/+12 |
* | Use logging in the knotty ui, and pass the log record across directly | Chris Larson | 2011-01-04 | 1 | -31/+41 |
* | Use the python logging module under the hood for bb.msg | Chris Larson | 2011-01-04 | 1 | -6/+6 |
* | bitbake/depexp: fix early exit | Joshua Lock | 2010-12-22 | 1 | -1/+1 |
* | bitbake/goggle: add a ProgressBar for parse progress | Joshua Lock | 2010-12-07 | 1 | -3/+6 |
* | bitbake/goggle: automatically show most recently added message | Joshua Lock | 2010-12-07 | 1 | -0/+4 |
* | bitbake/crumbs: add optional pbar parameter to RunningBuild.handle_event() | Joshua Lock | 2010-12-07 | 1 | -1/+9 |
* | bitbake/depexp: Factor ProgressBar into a separate class in crumbs/ | Joshua Lock | 2010-12-07 | 2 | -15/+21 |
* | bitbake/goggle: interaction tweaks | Joshua Lock | 2010-12-07 | 1 | -0/+2 |
* | bitbake/crumbs: fix the event name determination | Joshua Lock | 2010-12-07 | 1 | -1/+1 |
* | bitbake/crumbs: do the test for ignored messages sooner | Joshua Lock | 2010-12-07 | 1 | -4/+3 |
* | bitbake/crumbs: Fix crumbs UI for bitbake event class name changes | Joshua Lock | 2010-12-07 | 1 | -3/+4 |
* | bitbake/knotty: Exiting as soon as a fatal is seen is not desirable as the st... | Richard Purdie | 2010-08-20 | 1 | -1/+1 |
* | 3.0 prep | Chris Larson | 2010-07-02 | 1 | -3/+5 |
* | Apply some 2to3 refactorings | Chris Larson | 2010-07-02 | 2 | -2/+2 |
* | Drop a couple usages of readlines | Chris Larson | 2010-07-02 | 2 | -36/+35 |
* | knotty: use the future division to prep for 3.x | Chris Larson | 2010-07-02 | 1 | -2/+3 |
* | knotty: stop freaking out and dying when bb.build has removed the empty logfile | Chris Larson | 2010-07-02 | 1 | -1/+1 |
* | Move the output of no provider and multiple provider messages into the UI | Chris Larson | 2010-07-02 | 1 | -2/+18 |
* | Make knotty ignore the NoProvider event | Chris Larson | 2010-07-02 | 1 | -15/+8 |
* | Apply some 2to3 transforms that don't cause issues in 2.6 | Chris Larson | 2010-07-02 | 8 | -13/+13 |
* | Apply the 2to3 print function transform | Chris Larson | 2010-07-02 | 6 | -44/+44 |
* | Formatting cleanups | Chris Larson | 2010-07-02 | 10 | -107/+98 |
* | Fix an error in the ncurses UI | Chris Larson | 2010-07-02 | 1 | -3/+3 |
* | Fix the task event handling in the ncurses UI | Chris Larson | 2010-07-02 | 1 | -1/+1 |
* | crumbs: fix hassattr typo | Chris Larson | 2010-03-25 | 1 | -1/+1 |
* | knotty: tweak failure phrase | Bernhard Reutner-Fischer | 2010-03-22 | 1 | -1/+1 |