aboutsummaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/ui
AgeCommit message (Expand)Author
2011-07-21ui/crumbs/tasklistmodel: fix saving recipes1.1_M2.rc31.1_M2.final1.1_M2Joshua Lock
2011-07-13ui/crumbs/tasklistmodel: fix automatic removal of orphaned itemsJoshua Lock
2011-07-13ui/crumbs/tasklistmodel: update brought in by column when possibleJoshua Lock
2011-07-08bitbake cooker/ui: handle cmd line parsing result by individual UI.Lianhao Lu
2011-07-08lib/bb/ui/hob: don't error when dismissing save as dialogJoshua Lock
2011-07-08lib/bb/hob: fix changing base imageJoshua Lock
2011-07-08ui/crumbs/tasklistmodel: fix reset methodJoshua Lock
2011-07-05ui/depexp: If we're parsing zero files we need to ensure the cache progress b...Richard Purdie
2011-07-05hob: re-designed interaction and implementationJoshua Lock
2011-07-01ui/hob: Fixed the "build again" hang.Lianhao Lu
2011-06-09bitbake/event/ast: Add RecipePreFinalise eventRichard Purdie
2011-06-08bitbake none/xmlrpc servers: Only send pickled events to the xmlrpc serverRichard Purdie
2011-06-07Introduce new param caches_array into Cache impl.Liping Ke
2011-05-16bitbake/ui: Fix Gtk+ GUI's after recent cache changesJoshua Lock
2011-05-05bitbake/cache.py: Ensure skipped recipes make it into the cache to avoid repa...Richard Purdie
2011-03-31goggle: exit quietly on ^CChris Larson
2011-03-14bitbake/hob: fix cancel buttonJoshua Lock
2011-02-25bitbake/hob: only show one progress dialog when changing machineJoshua Lock
2011-02-24bitbake/progress: make progress dialog modal for parent windowJoshua Lock
2011-02-24bitbake: Add new UI hob, a prototype Gtk+ GUI for creating imagesJoshua Lock
2011-02-24bitbake/progress: add method to pulse the progress barJoshua Lock
2011-02-24bitbake/crumbs: update documentation headerJoshua Lock
2011-02-24bitbake: introduce crumbs.TaskListModel a gtk.ListStore subclassJoshua Lock
2011-02-21uihelper: import bb.build, kill commented linesChris Larson
2011-01-12bitbake/knotty.py: Ensure task note messages are only surpressed at default l...Richard Purdie
2011-01-12bitbake/goggle: don't drop eventsJoshua Lock
2011-01-12bitbake/depexp: closing progress dialog kills guiJoshua Lock
2011-01-12bitbake/goggle: closing the progress dialog kills the UIJoshua Lock
2011-01-12bitbake/uievent: fix queueing of events for xmlrpc before UI has loadedJoshua Lock
2011-01-08bitbake/knotty.py: Don't show log messages of NOTE and below for task processesRichard Purdie
2011-01-05bitbake: Misc syncups with bitbake upstream, mostly whitespace and a missed l...Richard Purdie
2011-01-05Resurrect alternative UIsBob Foerster
2011-01-04depexp: add sorting of all package listsBob Foerster
2011-01-04logger usage cleanupChris Larson
2011-01-04Fix logging level names for post-server-ui-splitChris Larson
2011-01-04Show the user progress when loading the cacheBob Foerster
2011-01-04knotty: exit with 1 if we see a critical log messageChris Larson
2011-01-04bitbake: Transfer noexec runqueue messages to the UIRichard Purdie
2011-01-04Move the runq task start/failed messages to the UIChris Larson
2011-01-04Rename command events, adjust compareRevisionsChris Larson
2011-01-04build: send logging messages to the log file for python functionsChris Larson
2011-01-04Rename the ui 'init' method to 'main'Chris Larson
2011-01-04knotty: use enumerate for task waitingChris Larson
2011-01-04knotty: shift non-interactive progress into a classChris Larson
2011-01-04cooker: no cached in progressbar and add ETAChris Larson
2011-01-04knotty: drop the ETA from the progressbar for nowChris Larson
2011-01-04cache: sync the cache file to disk in the backgroundChris Larson
2011-01-04Experimental usage of the 'progressbar' moduleChris Larson
2011-01-04Use logging in the knotty ui, and pass the log record across directlyChris Larson
2011-01-04Use the python logging module under the hood for bb.msgChris Larson