summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/ui
Commit message (Expand)AuthorAgeFilesLines
* bitbake: lib/bb: support NO_COLORPeter A. Bigot2024-03-221-1/+1
* bitbake: taskexp_ncurses: fix execution example in introductory commentUlrich Ölmann2024-02-281-1/+1
* bitbake: taskexp_ncurses: ncurses version of taskexp.pyDavid Reyna2024-02-181-0/+1511
* bitbake: ui/knotty: properly handle exceptions when calling runCommand()Mark Asselstine2024-01-101-10/+52
* bitbake: toaster: Added new feature to import eventlogs from command line int...Marlon Rodriguez Garcia2023-12-122-1/+87
* bitbake: ui/ncurses: Add missing function call to avoid tracebackRichard Purdie2023-11-271-0/+3
* bitbake: toaster: accommodate missing 'Image Name' value in buildinfohelperDavid Reyna2023-08-301-1/+12
* bitbake: bitbake: fix deprecated threading.Thread.setDaemonTim Orling2023-01-242-2/+2
* bitbake: knotty: Improve shutdown handlingRichard Purdie2023-01-111-5/+10
* bitbake: lib/bb: Update thread/process locks to use a timeoutRichard Purdie2023-01-051-18/+10
* bitbake: knotty: Ping the server/cooker periodicallyRichard Purdie2022-12-311-1/+11
* bitbake: knotty: Avoid looping with tracebacksRichard Purdie2022-12-311-3/+1
* bitbake: buildinfohelper: Drop unused variablesRichard Purdie2022-04-211-2/+2
* bitbake: ui/knotty: Drop pointless pass statementRichard Purdie2022-04-211-1/+0
* bitbake: buildinfohelper: Drop unused functionRichard Purdie2022-04-211-21/+0
* bitbake: ui/buildinfohelper: Drop unused importRichard Purdie2022-04-211-1/+1
* bitbake: knotty.py: Show elapsed time also for tasks with progress barsPeter Kjellerstedt2022-04-051-11/+11
* bitbake: bitbake: knotty: reduce keep-alive timeout from 5000s (83 minutes) t...Ross Burton2022-03-231-3/+4
* bitbake: bitbake: knotty: display active tasks when printing keepAlive() messageRoss Burton2022-03-231-1/+3
* bitbake: toaster: race condition for end-of-buildDavid Reyna2022-03-211-0/+6
* bitbake: bitbake: buildinfohelper.py fix for Django 3.2Tim Orling2022-03-151-11/+5
* bitbake: knotty.py: A little clean up of TerminalFilter::updateFooter()Peter Kjellerstedt2022-03-111-4/+2
* bitbake: knotty.py: Correct the width of the progress bar for the real tasksPeter Kjellerstedt2022-03-111-5/+14
* bitbake: knotty.py: Improve the message while waiting for running tasks to fi...Peter Kjellerstedt2022-03-111-1/+4
* bitbake: uievent: Fix import warning for python 3.10Richard Purdie2022-03-101-1/+1
* bitbake: knotty: Improve setscene task displayRichard Purdie2022-03-061-3/+3
* bitbake: knotty: Correctly handle multiple line itemsRichard Purdie2022-03-061-3/+9
* bitbake: data_smart/cookerdata: Add variable remapping supportRichard Purdie2022-02-211-1/+1
* bitbake: msg: Add bb.warnonce() and bb.erroronce() log methodsRichard Purdie2022-02-171-7/+7
* bitbake: lib/bb: Fix string concatination potential performance issuesRichard Purdie2021-11-031-8/+8
* bitbake: lib/bb: Clean up use of len()Richard Purdie2021-11-032-12/+12
* bitbake: knotty/uihelper: Show setscene task progress in summary outputRichard Purdie2021-10-082-4/+6
* bitbake: runqueue/knotty: Improve UI handling of setscene task countingRichard Purdie2021-09-172-2/+2
* bitbake: runqueue: Clean up task stats handlingRichard Purdie2021-09-111-1/+1
* bitbake: ui/taskexp: Fix to work with empty build directoriesRichard Purdie2021-08-061-0/+1
* bitbake: ui/taskexp: Improve startup exception handlingRichard Purdie2021-08-061-0/+4
* bitbake: knotty: Re-enable command line logging levelsJoshua Watt2021-05-011-0/+8
* bitbake: logging: Make bitbake logger compatible with python loggerJoshua Watt2021-02-101-5/+5
* bitbake: Revert "bb.ui: delete __init__.py to make bb.ui a namespace package"Hongxu Jia2020-11-241-0/+7
* bitbake: bb.ui: delete __init__.py to make bb.ui a namespace packageChris Laplante2020-11-111-7/+0
* bitbake: ui/toasterui: Fix startup faults from incorrect event sequencingRichard Purdie2020-10-171-2/+4
* bitbake: lib/bb/ui/knotty: fix typo in parseprogressTim Orling2020-10-171-1/+1
* bitbake: taskexp: update for GTK API changesRoss Burton2020-09-241-1/+6
* bitbake: process/knotty: Improve early exception handlingRichard Purdie2020-09-021-4/+17
* bitbake: lib: fix most undefined code picked up by pylintFrazer Clews2020-08-253-2/+8
* bitbake: ui/teamcity: don't use removed logging classesChris Laplante2020-07-081-2/+0
* bitbake: lib/ui/taskexp: Fix missing Gtk importDavid Khouya2020-07-071-0/+1
* bitbake: lib/ui/taskexp: Validate gi importDavid Khouya2020-07-061-3/+9
* bitbake: knotty/msg: Use logging.shutdown() instead of bb.msg.cleanupLogging()Joshua Watt2020-03-131-1/+1
* bitbake: knotty: Treat verbconsole as a console outputJoshua Watt2020-03-131-22/+18