summaryrefslogtreecommitdiff
path: root/bitbake/lib/bb/ui
AgeCommit message (Expand)AuthorFiles
2011-03-01bitbake: Remove the remaining files that came in with merge from yoctoKhem Raj3
2011-03-01bitbake/hob: only show one progress dialog when changing machineJoshua Lock1
2011-03-01bitbake: Add new UI hob, a prototype Gtk+ GUI for creating imagesJoshua Lock2
2011-03-01bitbake: introduce crumbs.TaskListModel a gtk.ListStore subclassJoshua Lock1
2011-02-23bitbake: Remove in-tree versionKhem Raj13
2011-02-21uihelper: import bb.build, kill commented linesChris Larson1
2011-01-12bitbake/knotty.py: Ensure task note messages are only surpressed at default l...Richard Purdie1
2011-01-12bitbake/goggle: don't drop eventsJoshua Lock1
2011-01-12bitbake/depexp: closing progress dialog kills guiJoshua Lock1
2011-01-12bitbake/goggle: closing the progress dialog kills the UIJoshua Lock1
2011-01-12bitbake/uievent: fix queueing of events for xmlrpc before UI has loadedJoshua Lock1
2011-01-08bitbake/knotty.py: Don't show log messages of NOTE and below for task processesRichard Purdie1
2011-01-05bitbake: Misc syncups with bitbake upstream, mostly whitespace and a missed l...Richard Purdie2
2011-01-05Resurrect alternative UIsBob Foerster6
2011-01-04depexp: add sorting of all package listsBob Foerster1
2011-01-04logger usage cleanupChris Larson1
2011-01-04Fix logging level names for post-server-ui-splitChris Larson1
2011-01-04Show the user progress when loading the cacheBob Foerster1
2011-01-04knotty: exit with 1 if we see a critical log messageChris Larson1
2011-01-04bitbake: Transfer noexec runqueue messages to the UIRichard Purdie1
2011-01-04Move the runq task start/failed messages to the UIChris Larson1
2011-01-04Rename command events, adjust compareRevisionsChris Larson3
2011-01-04build: send logging messages to the log file for python functionsChris Larson1
2011-01-04Rename the ui 'init' method to 'main'Chris Larson5
2011-01-04knotty: use enumerate for task waitingChris Larson1
2011-01-04knotty: shift non-interactive progress into a classChris Larson1
2011-01-04cooker: no cached in progressbar and add ETAChris Larson1
2011-01-04knotty: drop the ETA from the progressbar for nowChris Larson1
2011-01-04cache: sync the cache file to disk in the backgroundChris Larson2
2011-01-04Experimental usage of the 'progressbar' moduleChris Larson1
2011-01-04Use logging in the knotty ui, and pass the log record across directlyChris Larson1
2011-01-04Use the python logging module under the hood for bb.msgChris Larson1
2010-12-22bitbake/depexp: fix early exitJoshua Lock1
2010-12-07bitbake/goggle: add a ProgressBar for parse progressJoshua Lock1
2010-12-07bitbake/goggle: automatically show most recently added messageJoshua Lock1
2010-12-07bitbake/crumbs: add optional pbar parameter to RunningBuild.handle_event()Joshua Lock1
2010-12-07bitbake/depexp: Factor ProgressBar into a separate class in crumbs/Joshua Lock2
2010-12-07bitbake/goggle: interaction tweaksJoshua Lock1
2010-12-07bitbake/crumbs: fix the event name determinationJoshua Lock1
2010-12-07bitbake/crumbs: do the test for ignored messages soonerJoshua Lock1
2010-12-07bitbake/crumbs: Fix crumbs UI for bitbake event class name changesJoshua Lock1
2010-08-20bitbake/knotty: Exiting as soon as a fatal is seen is not desirable as the st...Richard Purdie1
2010-07-023.0 prepChris Larson1
2010-07-02Apply some 2to3 refactoringsChris Larson2
2010-07-02Drop a couple usages of readlinesChris Larson2
2010-07-02knotty: use the future division to prep for 3.xChris Larson1
2010-07-02knotty: stop freaking out and dying when bb.build has removed the empty logfileChris Larson1
2010-07-02Move the output of no provider and multiple provider messages into the UIChris Larson1
2010-07-02Make knotty ignore the NoProvider eventChris Larson1
2010-07-02Apply some 2to3 transforms that don't cause issues in 2.6Chris Larson8