aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bb/ui
Commit message (Expand)AuthorAgeFilesLines
* bitbake/event/ast: Add RecipePreFinalise eventRichard Purdie2011-06-091-0/+1
* knotty: If any error messages are seen, set our exit code accordinglyRichard Purdie2011-06-081-1/+1
* bitbake/hob: fix cancel buttonJoshua Lock2011-06-081-1/+1
* bitbake/goggle: closing the progress dialog kills the UIJoshua Lock2011-06-081-0/+1
* bitbake/depexp: closing progress dialog kills guiJoshua Lock2011-06-081-0/+1
* bitbake/hob: only show one progress dialog when changing machineJoshua Lock2011-06-081-1/+0
* hob/crumbs/hobeventhandler: Remove server specific implementation details mis...Richard Purdie2011-06-081-8/+4
* xmlrpc/event: Add ability to send pickled events to UI if requestedRichard Purdie2011-06-081-1/+1
* bitbake/server/process: Move implementation knowledge of event queue into the...Richard Purdie2011-06-084-16/+11
* cache: Introduce new param caches_array into Cache impl.Liping Ke2011-06-071-0/+2
* uievent: fix queueing of events for xmlrpc before UI has loadedJoshua Lock2011-05-271-2/+5
* bitbake/ui: Fix Gtk+ GUI's after recent cache changesJoshua Lock2011-05-163-1/+7
* bitbake/cache.py: Ensure skipped recipes make it into the cache to avoid repa...Richard Purdie2011-05-061-0/+5
* hob: adjust for master's eventHandler APIChris Larson2011-03-071-4/+8
* goggle: exit quietly on ^CChris Larson2011-03-071-0/+2
* bitbake/progress: make progress dialog modal for parent windowJoshua Lock2011-03-031-2/+1
* Add new UI hob, a prototype Gtk+ GUI for creating imagesJoshua Lock2011-03-032-0/+734
* bitbake/progress: add method to pulse the progress barJoshua Lock2011-03-031-0/+4
* bitbake/crumbs: update documentation headerJoshua Lock2011-03-031-1/+1
* introduce crumbs.TaskListModel a gtk.ListStore subclassJoshua Lock2011-03-031-0/+346
* uihelper: import bb.build, kill commented linesChris Larson2011-02-161-10/+2
* bitbake/knotty.py: Ensure task note messages are only surpressed at default l...Richard Purdie2011-01-121-2/+6
* bitbake/knotty.py: Don't show log messages of NOTE and below for task processesRichard Purdie2011-01-101-1/+3
* Add support for 'noexec' tasksRichard Purdie2010-12-291-2/+8
* depexp: add sorting of all package listsBob Foerster2010-12-211-1/+2
* logger usage cleanupChris Larson2010-12-171-1/+1
* Revert "build: stop injecting os/bb into __builtins__"Chris Larson2010-12-171-2/+10
* Fix logging level names for post-server-ui-splitChris Larson2010-12-171-10/+0
* build: stop injecting os/bb into __builtins__Chris Larson2010-12-171-10/+2
* Resurrect alternative UIsBob Foerster2010-12-176-96/+310
* Show the user progress when loading the cacheBob Foerster2010-12-161-8/+24
* Run the server and UI in separate processesBob Foerster2010-12-161-5/+2
* knotty: exit with 1 if we see a critical log messageChris Larson2010-12-151-0/+2
* Move the runq task start/failed messages to the UIChris Larson2010-12-131-0/+11
* Rename command events, adjust compareRevisionsChris Larson2010-12-103-10/+16
* build: send logging messages to the log file for python functionsChris Larson2010-12-101-10/+2
* Rename the ui 'init' method to 'main'Chris Larson2010-12-095-5/+5
* bitbake/goggle: interaction tweaksJoshua Lock2010-12-081-0/+2
* bitbake/depexp: Factor ProgressBar into a separate class in crumbs/Joshua Lock2010-12-082-15/+21
* bitbake/crumbs: add optional pbar parameter to RunningBuild.handle_event()Joshua Lock2010-12-081-1/+9
* bitbake/goggle: add a ProgressBar for parse progressJoshua Lock2010-12-081-3/+6
* bitbake/goggle: automatically show most recently added messageJoshua Lock2010-12-081-0/+4
* bitbake/crumbs: fix the event name determinationJoshua Lock2010-12-081-1/+1
* bitbake/crumbs: do the test for ignored messages soonerJoshua Lock2010-12-081-4/+3
* bitbake/crumbs: Fix crumbs UI for bitbake event class name changesJoshua Lock2010-12-081-3/+4
* knotty: use enumerate for task waitingChris Larson2010-12-061-3/+1
* knotty: shift non-interactive progress into a classChris Larson2010-12-061-15/+33
* cooker: no cached in progressbar and add ETAChris Larson2010-11-301-2/+2
* knotty: drop the ETA from the progressbar for nowChris Larson2010-11-231-1/+1
* Split up the ParseProgress eventChris Larson2010-11-212-24/+28