summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/ui
AgeCommit message (Expand)Author
2024-03-22bitbake: lib/bb: support NO_COLORPeter A. Bigot
2024-02-28bitbake: taskexp_ncurses: fix execution example in introductory commentUlrich Ölmann
2024-02-18bitbake: taskexp_ncurses: ncurses version of taskexp.pyDavid Reyna
2024-01-10bitbake: ui/knotty: properly handle exceptions when calling runCommand()Mark Asselstine
2023-12-12bitbake: toaster: Added new feature to import eventlogs from command line int...Marlon Rodriguez Garcia
2023-11-27bitbake: ui/ncurses: Add missing function call to avoid tracebackRichard Purdie
2023-08-30bitbake: toaster: accommodate missing 'Image Name' value in buildinfohelperDavid Reyna
2023-01-24bitbake: bitbake: fix deprecated threading.Thread.setDaemonTim Orling
2023-01-11bitbake: knotty: Improve shutdown handlingRichard Purdie
2023-01-05bitbake: lib/bb: Update thread/process locks to use a timeoutRichard Purdie
2022-12-31bitbake: knotty: Ping the server/cooker periodicallyRichard Purdie
2022-12-31bitbake: knotty: Avoid looping with tracebacksRichard Purdie
2022-04-21bitbake: buildinfohelper: Drop unused variablesRichard Purdie
2022-04-21bitbake: ui/knotty: Drop pointless pass statementRichard Purdie
2022-04-21bitbake: buildinfohelper: Drop unused functionRichard Purdie
2022-04-21bitbake: ui/buildinfohelper: Drop unused importRichard Purdie
2022-04-05bitbake: knotty.py: Show elapsed time also for tasks with progress barsPeter Kjellerstedt
2022-03-23bitbake: bitbake: knotty: reduce keep-alive timeout from 5000s (83 minutes) t...Ross Burton
2022-03-23bitbake: bitbake: knotty: display active tasks when printing keepAlive() messageRoss Burton
2022-03-21bitbake: toaster: race condition for end-of-buildDavid Reyna
2022-03-15bitbake: bitbake: buildinfohelper.py fix for Django 3.2Tim Orling
2022-03-11bitbake: knotty.py: A little clean up of TerminalFilter::updateFooter()Peter Kjellerstedt
2022-03-11bitbake: knotty.py: Correct the width of the progress bar for the real tasksPeter Kjellerstedt
2022-03-11bitbake: knotty.py: Improve the message while waiting for running tasks to fi...Peter Kjellerstedt
2022-03-10bitbake: uievent: Fix import warning for python 3.10Richard Purdie
2022-03-06bitbake: knotty: Improve setscene task displayRichard Purdie
2022-03-06bitbake: knotty: Correctly handle multiple line itemsRichard Purdie
2022-02-21bitbake: data_smart/cookerdata: Add variable remapping supportRichard Purdie
2022-02-17bitbake: msg: Add bb.warnonce() and bb.erroronce() log methodsRichard Purdie
2021-11-03bitbake: lib/bb: Fix string concatination potential performance issuesRichard Purdie
2021-11-03bitbake: lib/bb: Clean up use of len()Richard Purdie
2021-10-08bitbake: knotty/uihelper: Show setscene task progress in summary outputRichard Purdie
2021-09-17bitbake: runqueue/knotty: Improve UI handling of setscene task countingRichard Purdie
2021-09-11bitbake: runqueue: Clean up task stats handlingRichard Purdie
2021-08-06bitbake: ui/taskexp: Fix to work with empty build directoriesRichard Purdie
2021-08-06bitbake: ui/taskexp: Improve startup exception handlingRichard Purdie
2021-05-01bitbake: knotty: Re-enable command line logging levelsJoshua Watt
2021-02-10bitbake: logging: Make bitbake logger compatible with python loggerJoshua Watt
2020-11-24bitbake: Revert "bb.ui: delete __init__.py to make bb.ui a namespace package"Hongxu Jia
2020-11-11bitbake: bb.ui: delete __init__.py to make bb.ui a namespace packageChris Laplante
2020-10-17bitbake: ui/toasterui: Fix startup faults from incorrect event sequencingRichard Purdie
2020-10-17bitbake: lib/bb/ui/knotty: fix typo in parseprogressTim Orling
2020-09-24bitbake: taskexp: update for GTK API changesRoss Burton
2020-09-02bitbake: process/knotty: Improve early exception handlingRichard Purdie
2020-08-25bitbake: lib: fix most undefined code picked up by pylintFrazer Clews
2020-07-08bitbake: ui/teamcity: don't use removed logging classesChris Laplante
2020-07-07bitbake: lib/ui/taskexp: Fix missing Gtk importDavid Khouya
2020-07-06bitbake: lib/ui/taskexp: Validate gi importDavid Khouya
2020-03-13bitbake: knotty/msg: Use logging.shutdown() instead of bb.msg.cleanupLogging()Joshua Watt
2020-03-13bitbake: knotty: Treat verbconsole as a console outputJoshua Watt