summaryrefslogtreecommitdiffstats
path: root/lib/bb/ui
AgeCommit message (Expand)Author
2011-06-09bitbake/event/ast: Add RecipePreFinalise eventRichard Purdie
2011-06-08knotty: If any error messages are seen, set our exit code accordinglyRichard Purdie
2011-06-08bitbake/hob: fix cancel buttonJoshua Lock
2011-06-08bitbake/goggle: closing the progress dialog kills the UIJoshua Lock
2011-06-08bitbake/depexp: closing progress dialog kills guiJoshua Lock
2011-06-08bitbake/hob: only show one progress dialog when changing machineJoshua Lock
2011-06-08hob/crumbs/hobeventhandler: Remove server specific implementation details mis...Richard Purdie
2011-06-08xmlrpc/event: Add ability to send pickled events to UI if requestedRichard Purdie
2011-06-08bitbake/server/process: Move implementation knowledge of event queue into the...Richard Purdie
2011-06-07cache: Introduce new param caches_array into Cache impl.Liping Ke
2011-05-27uievent: fix queueing of events for xmlrpc before UI has loadedJoshua Lock
2011-05-16bitbake/ui: Fix Gtk+ GUI's after recent cache changesJoshua Lock
2011-05-06bitbake/cache.py: Ensure skipped recipes make it into the cache to avoid repa...Richard Purdie
2011-03-07hob: adjust for master's eventHandler APIChris Larson
2011-03-07goggle: exit quietly on ^CChris Larson
2011-03-03bitbake/progress: make progress dialog modal for parent windowJoshua Lock
2011-03-03Add new UI hob, a prototype Gtk+ GUI for creating imagesJoshua Lock
2011-03-03bitbake/progress: add method to pulse the progress barJoshua Lock
2011-03-03bitbake/crumbs: update documentation headerJoshua Lock
2011-03-03introduce crumbs.TaskListModel a gtk.ListStore subclassJoshua Lock
2011-02-16uihelper: 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-10bitbake/knotty.py: Don't show log messages of NOTE and below for task processesRichard Purdie
2010-12-29Add support for 'noexec' tasksRichard Purdie
2010-12-21depexp: add sorting of all package listsBob Foerster
2010-12-17logger usage cleanupChris Larson
2010-12-17Revert "build: stop injecting os/bb into __builtins__"Chris Larson
2010-12-17Fix logging level names for post-server-ui-splitChris Larson
2010-12-17build: stop injecting os/bb into __builtins__Chris Larson
2010-12-17Resurrect alternative UIsBob Foerster
2010-12-16Show the user progress when loading the cacheBob Foerster
2010-12-16Run the server and UI in separate processesBob Foerster
2010-12-15knotty: exit with 1 if we see a critical log messageChris Larson
2010-12-13Move the runq task start/failed messages to the UIChris Larson
2010-12-10Rename command events, adjust compareRevisionsChris Larson
2010-12-10build: send logging messages to the log file for python functionsChris Larson
2010-12-09Rename the ui 'init' method to 'main'Chris Larson
2010-12-08bitbake/goggle: interaction tweaksJoshua Lock
2010-12-08bitbake/depexp: Factor ProgressBar into a separate class in crumbs/Joshua Lock
2010-12-08bitbake/crumbs: add optional pbar parameter to RunningBuild.handle_event()Joshua Lock
2010-12-08bitbake/goggle: add a ProgressBar for parse progressJoshua Lock
2010-12-08bitbake/goggle: automatically show most recently added messageJoshua Lock
2010-12-08bitbake/crumbs: fix the event name determinationJoshua Lock
2010-12-08bitbake/crumbs: do the test for ignored messages soonerJoshua Lock
2010-12-08bitbake/crumbs: Fix crumbs UI for bitbake event class name changesJoshua Lock
2010-12-06knotty: use enumerate for task waitingChris Larson
2010-12-06knotty: shift non-interactive progress into a classChris Larson
2010-11-30cooker: no cached in progressbar and add ETAChris Larson
2010-11-23knotty: drop the ETA from the progressbar for nowChris Larson
2010-11-21Split up the ParseProgress eventChris Larson