summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/ui
Commit message (Expand)AuthorAgeFilesLines
* ui/crumbs/tasklistmodel: fix saving recipes1.1_M2.rc31.1_M2.final1.1_M2Joshua Lock2011-07-211-2/+1
* ui/crumbs/tasklistmodel: fix automatic removal of orphaned itemsJoshua Lock2011-07-131-15/+19
* ui/crumbs/tasklistmodel: update brought in by column when possibleJoshua Lock2011-07-131-4/+10
* bitbake cooker/ui: handle cmd line parsing result by individual UI.Lianhao Lu2011-07-084-5/+20
* lib/bb/ui/hob: don't error when dismissing save as dialogJoshua Lock2011-07-081-6/+14
* lib/bb/hob: fix changing base imageJoshua Lock2011-07-081-5/+5
* ui/crumbs/tasklistmodel: fix reset methodJoshua Lock2011-07-081-4/+16
* ui/depexp: If we're parsing zero files we need to ensure the cache progress b...Richard Purdie2011-07-051-3/+1
* hob: re-designed interaction and implementationJoshua Lock2011-07-058-424/+1824
* ui/hob: Fixed the "build again" hang.Lianhao Lu2011-07-011-2/+1
* bitbake/event/ast: Add RecipePreFinalise eventRichard Purdie2011-06-091-0/+1
* bitbake none/xmlrpc servers: Only send pickled events to the xmlrpc serverRichard Purdie2011-06-081-1/+1
* Introduce new param caches_array into Cache impl.Liping Ke2011-06-071-0/+2
* 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-051-0/+5
* goggle: exit quietly on ^CChris Larson2011-03-311-0/+2
* bitbake/hob: fix cancel buttonJoshua Lock2011-03-141-1/+1
* 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