summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/ui
Commit message (Expand)AuthorAgeFilesLines
* bitbake/hob: only show one progress dialog when changing machineJoshua Lock2011-02-251-1/+0
* bitbake/progress: make progress dialog modal for parent windowJoshua Lock2011-02-241-2/+1
* bitbake: Add new UI hob, a prototype Gtk+ GUI for creating imagesJoshua Lock2011-02-242-0/+734
* bitbake/progress: add method to pulse the progress barJoshua Lock2011-02-241-0/+4
* bitbake/crumbs: update documentation headerJoshua Lock2011-02-241-1/+1
* bitbake: introduce crumbs.TaskListModel a gtk.ListStore subclassJoshua Lock2011-02-241-0/+346
* uihelper: import bb.build, kill commented linesChris Larson2011-02-211-10/+2
* bitbake/knotty.py: Ensure task note messages are only surpressed at default l...Richard Purdie2011-01-121-2/+6
* bitbake/goggle: don't drop eventsJoshua Lock2011-01-121-1/+1
* bitbake/depexp: closing progress dialog kills guiJoshua Lock2011-01-121-0/+1
* bitbake/goggle: closing the progress dialog kills the UIJoshua Lock2011-01-121-0/+1
* bitbake/uievent: fix queueing of events for xmlrpc before UI has loadedJoshua Lock2011-01-121-2/+5
* 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-052-5/+0
* Resurrect alternative UIsBob Foerster2011-01-056-89/+298
* depexp: add sorting of all package listsBob Foerster2011-01-041-0/+2
* 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-043-10/+16
* 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-045-5/+5
* 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-042-24/+28
* 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
* bitbake/depexp: fix early exitJoshua Lock2010-12-221-1/+1
* bitbake/goggle: add a ProgressBar for parse progressJoshua Lock2010-12-071-3/+6
* bitbake/goggle: automatically show most recently added messageJoshua Lock2010-12-071-0/+4
* bitbake/crumbs: add optional pbar parameter to RunningBuild.handle_event()Joshua Lock2010-12-071-1/+9
* bitbake/depexp: Factor ProgressBar into a separate class in crumbs/Joshua Lock2010-12-072-15/+21
* bitbake/goggle: interaction tweaksJoshua Lock2010-12-071-0/+2
* bitbake/crumbs: fix the event name determinationJoshua Lock2010-12-071-1/+1
* bitbake/crumbs: do the test for ignored messages soonerJoshua Lock2010-12-071-4/+3
* bitbake/crumbs: Fix crumbs UI for bitbake event class name changesJoshua Lock2010-12-071-3/+4
* bitbake/knotty: Exiting as soon as a fatal is seen is not desirable as the st...Richard Purdie2010-08-201-1/+1
* 3.0 prepChris Larson2010-07-021-3/+5
* Apply some 2to3 refactoringsChris Larson2010-07-022-2/+2
* Drop a couple usages of readlinesChris Larson2010-07-022-36/+35
* knotty: use the future division to prep for 3.xChris Larson2010-07-021-2/+3
* knotty: stop freaking out and dying when bb.build has removed the empty logfileChris Larson2010-07-021-1/+1
* Move the output of no provider and multiple provider messages into the UIChris Larson2010-07-021-2/+18
* Make knotty ignore the NoProvider eventChris Larson2010-07-021-15/+8