aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bb/ui
AgeCommit message (Expand)Author
2021-02-10logging: Make bitbake logger compatible with python loggerJoshua Watt
2020-11-24Revert "bb.ui: delete __init__.py to make bb.ui a namespace package"Hongxu Jia
2020-11-08bb.ui: delete __init__.py to make bb.ui a namespace packageChris Laplante
2020-10-16ui/toasterui: Fix startup faults from incorrect event sequencingRichard Purdie
2020-10-15lib/bb/ui/knotty: fix typo in parseprogressTim Orling
2020-09-24taskexp: update for GTK API changesRoss Burton
2020-09-02process/knotty: Improve early exception handlingRichard Purdie
2020-08-25lib: fix most undefined code picked up by pylintFrazer Clews
2020-07-07ui/teamcity: don't use removed logging classesChris Laplante
2020-07-07lib/ui/taskexp: Fix missing Gtk importDavid Khouya
2020-07-02lib/ui/taskexp: Validate gi importDavid Khouya
2020-03-12knotty/msg: Use logging.shutdown() instead of bb.msg.cleanupLogging()Joshua Watt
2020-03-12knotty: Treat verbconsole as a console outputJoshua Watt
2020-03-12knotty: Update hash equivalence loggingJoshua Watt
2020-03-12knotty: Add logging cleanupJoshua Watt
2020-03-12knotty: Setup logs with config helperJoshua Watt
2020-03-12knotty: Remove dependency on format variableJoshua Watt
2020-03-12knotty: Add commented logging_tree codeJoshua Watt
2020-03-12knotty: Handle logging messages with specific loggerJoshua Watt
2020-03-06ui/teamcity: add a TeamCity service message frontendChris Laplante
2020-02-19knotty: Make the bb.command.CommandExit event terminate bitbakePeter Kjellerstedt
2020-01-19lib: amend code to use proper singleton comparisons where possibleFrazer Clews
2020-01-19lib: remove unused importsFrazer Clews
2020-01-11knotty: Be consistent when creating/updating progress barsPeter Kjellerstedt
2020-01-11knotty: Hide the footer if a process progress bar is shownPeter Kjellerstedt
2019-12-05knotty/uihelper: Switch from pids to tids for Task event managementRichard Purdie
2019-10-02toaster: improve warnings when adding dependency to packagesDavid Reyna
2019-08-07knotty: Fix for the Second Keyboard InterruptRobert Yang
2019-07-15uihelper: No longer listen to scenequeue task startedRichard Purdie
2019-07-15event/runqueue: Drop StampUpdate event, its pointless/unusedRichard Purdie
2019-06-11knotty: allow progress rate for indeterminate barsChris Laplante
2019-05-04bitbake: Strip old editor directives from file headersRichard Purdie
2019-05-04bitbake: Drop duplicate license boilerplace textRichard Purdie
2019-05-04bitbake: Add initial pass of SPDX license headers to source codeRichard Purdie
2019-05-01knotty: Implement console 'keepalive' outputRichard Purdie
2019-04-30knotty: Pretty print task elapsed timeJacob Kroon
2018-10-17taskexp: add focused search barTobias Olausson
2018-10-04toaster: error logs missing for cli buildsDavid Reyna
2017-12-18toaster: some recipe events do not include packagesDavid Reyna
2017-08-31tinfoil: ensure log lines get printed when tasks failPaul Eggleton
2017-08-31ui/knotty: Send updateConfig earlyRichard Purdie
2017-08-23bitbake: ui: Sort 'Dependent tasks' in taskexpJussi Kukkonen
2017-07-21knotty: make it possible to use termfilter without either consolePaul Eggleton
2017-07-21lib/bb/ui/uihelper: indicate to caller of eventHandler() if events handledPaul Eggleton
2017-07-21lib/bb/event: refactor printing eventsPaul Eggleton
2017-07-18knotty: fix indentationPaul Eggleton
2017-07-07knotty: Drop task prefix of PLAIN log messagesRichard Purdie
2017-07-06bitbake: Add MultiConfigParsed eventRichard Purdie
2017-06-16toaster: add getMessage to MockEventDavid Reyna
2017-06-16toaster: fail on layers with sub-layerDavid Reyna