summaryrefslogtreecommitdiffstats
path: root/meta/lib/oe/terminal.py
Commit message (Expand)AuthorAgeFilesLines
* lib/terminal.py: Add urxvt terminalPavel Zhukov2023-05-251-0/+4
* lib: Add copyright statements to files without oneRichard Purdie2022-08-121-0/+2
* terminal.py: Restore error output from TerminalPeter Kjellerstedt2022-04-261-1/+2
* sanity/lib: Replace usage of LooseVersion() with bb.utils.vercmp_string_op()Richard Purdie2021-11-291-4/+3
* lib/oe/terminal: Fix tmux new-session on older tmux versions (<1.9)Peter Budny2021-04-181-3/+13
* Fix up bitbake logging compatibilityRichard Purdie2021-02-101-2/+2
* terminal.py: do not stop searching for autoJoe Slater2020-05-271-1/+4
* lib/oe/terminal.py: fix gnome-terminal start behaviorTrevor Gamblin2019-10-081-1/+1
* meta/lib+scripts: Convert to SPDX license headersRichard Purdie2019-05-091-0/+3
* terminal: Fix working directory in tmux terminalsJacob Kroon2019-02-051-5/+5
* terminal: Cope with unreleased versions of tmuxMike Crowe2018-11-231-0/+2
* logging: use warning instead warnChen Qi2018-07-261-3/+3
* lib/oe/terminal.py: use an absolute path to execute oe-gnome-terminal-phonehomeMing Liu2017-11-081-1/+1
* terminal.py: add support for mate-terminal in check_terminal_version()Andre McCurdy2017-08-271-0/+2
* terminal.py: fix devshell with mate-terminalAndre McCurdy2017-08-271-1/+1
* terminal.py: avoid 100% cpu while waiting for phonehome pid fileAndre McCurdy2017-08-271-1/+2
* terminal: wait for terminal task to finish before proceddingLeonardo Sandoval2017-08-091-28/+30
* meta: remove True option to getVar callsJoshua Lock2016-12-161-1/+1
* terminal.py: Pass string instead of bytes to ExecutionError to avoid exceptionMartin Vuille2016-11-301-0/+2
* devshell: list commands when throwing NoSupportedTerminalsStephano Cetola2016-11-231-2/+11
* terminal.py: Add compatiblity for konsole 16.08.1Davis, Michael2016-10-281-1/+4
* terminal: Add sleep in pid-monitor loopJacob Kroon2016-08-101-0/+2
* terminal: Drop gnome-terminal --disable-factory workaroundsRichard Purdie2016-07-081-8/+1
* terminal: Fix gnome-terminal to work with recent versionsRichard Purdie2016-07-081-1/+22
* lib/oe/terminal.py: decode bytes variable before rstrip/splitLeonardo Sandoval2016-06-121-1/+1
* classes/lib: Complete transition to python3Richard Purdie2016-06-021-4/+2
* lib/oe/terminal: set workdir for konsole terminalPascal Bach2016-02-141-1/+1
* lib/oe/terminal: use C locale when determining versionDariusz Pelowski2015-12-011-1/+3
* terminal: Open a new window instead of split on older tmux versions (<1.9)Leonardo Sandoval2015-11-251-5/+15
* terminal.py: Allow devshell/menuconfig on recent gnome-terminalLeonardo Sandoval2015-06-271-0/+6
* lib/oe/terminal: fix konsole terminal support for KDE 4.xPaul Eggleton2015-02-261-4/+4
* lib/oe/terminal: fix regressionsPaul Eggleton2015-02-261-12/+8
* terminal.py: No --disable-factory for gnome-terminal >= 3.10Sven Ebenfeld2015-02-241-8/+22
* terminal.py: add tmux new window optionDan McGregor2015-02-081-0/+35
* lib/oe/terminal: add support for Terminology terminal emulatorRodrigo Chiossi2015-02-031-0/+4
* terminal.py: fixes launching multiple windows of gnome-terminalAlejandro Hernandez2015-02-031-1/+1
* make menuconfig work for recent xfce environmentAndreas Müller2014-04-231-11/+1
* meta/lib/oe/terminal.py: Don't pass non-supported '--disable-factory' flag to...Jacob Kroon2014-01-021-2/+2
* lib/oe/terminal.py: add support for MATE desktop terminalsAndre McCurdy2013-07-311-0/+4
* TmuxRunning: handle multi-word commandsTyler Hall2013-07-021-1/+1
* handle two-word commands with tmuxPeter Seebach2013-06-111-2/+2
* meta/lib/oe: Replace StandardError with ExceptionRichard Purdie2013-05-091-2/+2
* oe.terminal: add tmux classesChristopher Larson2013-04-151-1/+2
* oe.terminal: add tmux classesChristopher Larson2013-04-041-0/+37
* terminal: Add support for running custom terminals.Morten Minde Neergaard2012-10-241-1/+16
* terminal: Send LogExecTTY event to spawn screenJason Wessel2012-09-241-3/+8
* terminal: pass data store all the way through to terminal classJason Wessel2012-09-241-11/+11
* terminal.py: use unique ids for screen sessionsJason Wessel2012-08-251-1/+3
* Remove a number of unneeded import os/bb callsRichard Purdie2012-07-191-1/+0
* terminal.py: Fix Xfce on ubuntu/debian; some cleanupJeffrey C Honig2012-07-181-19/+18