summaryrefslogtreecommitdiffstats
path: root/meta/lib/oe/terminal.py
AgeCommit message (Expand)Author
2019-02-04terminal: Fix working directory in tmux terminalsJacob Kroon
2018-11-22terminal: Cope with unreleased versions of tmuxMike Crowe
2018-07-26logging: use warning instead warnChen Qi
2017-11-07lib/oe/terminal.py: use an absolute path to execute oe-gnome-terminal-phonehomeMing Liu
2017-08-27terminal.py: add support for mate-terminal in check_terminal_version()Andre McCurdy
2017-08-27terminal.py: fix devshell with mate-terminalAndre McCurdy
2017-08-27terminal.py: avoid 100% cpu while waiting for phonehome pid fileAndre McCurdy
2017-08-08terminal: wait for terminal task to finish before proceddingLeonardo Sandoval
2016-12-16meta: remove True option to getVar callsJoshua Lock
2016-11-30terminal.py: Pass string instead of bytes to ExecutionError to avoid exceptionMartin Vuille
2016-11-23devshell: list commands when throwing NoSupportedTerminalsStephano Cetola
2016-10-28terminal.py: Add compatiblity for konsole 16.08.1Davis, Michael
2016-08-10terminal: Add sleep in pid-monitor loopJacob Kroon
2016-07-08terminal: Drop gnome-terminal --disable-factory workaroundsRichard Purdie
2016-07-08terminal: Fix gnome-terminal to work with recent versionsRichard Purdie
2016-06-12lib/oe/terminal.py: decode bytes variable before rstrip/splitLeonardo Sandoval
2016-06-02classes/lib: Complete transition to python3Richard Purdie
2016-02-13lib/oe/terminal: set workdir for konsole terminalPascal Bach
2015-12-01lib/oe/terminal: use C locale when determining versionDariusz Pelowski
2015-11-25terminal: Open a new window instead of split on older tmux versions (<1.9)Leonardo Sandoval
2015-06-26terminal.py: Allow devshell/menuconfig on recent gnome-terminalLeonardo Sandoval
2015-02-26lib/oe/terminal: fix konsole terminal support for KDE 4.xPaul Eggleton
2015-02-26lib/oe/terminal: fix regressionsPaul Eggleton
2015-02-24terminal.py: No --disable-factory for gnome-terminal >= 3.10Sven Ebenfeld
2015-02-07terminal.py: add tmux new window optionDan McGregor
2015-02-03lib/oe/terminal: add support for Terminology terminal emulatorRodrigo Chiossi
2015-02-03terminal.py: fixes launching multiple windows of gnome-terminalAlejandro Hernandez
2014-04-23make menuconfig work for recent xfce environmentAndreas Müller
2014-01-02meta/lib/oe/terminal.py: Don't pass non-supported '--disable-factory' flag to...Jacob Kroon
2013-07-30lib/oe/terminal.py: add support for MATE desktop terminalsAndre McCurdy
2013-07-02TmuxRunning: handle multi-word commandsTyler Hall
2013-06-11handle two-word commands with tmuxPeter Seebach
2013-05-09meta/lib/oe: Replace StandardError with ExceptionRichard Purdie
2013-04-15oe.terminal: add tmux classesChristopher Larson
2013-04-04oe.terminal: add tmux classesChristopher Larson
2012-10-24terminal: Add support for running custom terminals.Morten Minde Neergaard
2012-09-24terminal: Send LogExecTTY event to spawn screenJason Wessel
2012-09-24terminal: pass data store all the way through to terminal classJason Wessel
2012-08-25terminal.py: use unique ids for screen sessionsJason Wessel
2012-07-19Remove a number of unneeded import os/bb callsRichard Purdie
2012-07-18terminal.py: Fix Xfce on ubuntu/debian; some cleanupJeffrey C Honig
2011-11-01lib/oe/terminal: add support for XFCE's terminal emulatorJoshua Lock
2011-09-18lib/oe/terminal.py: declare konsole from KDE 4.x as unsupportedPaul Eggleton
2011-08-10oe.terminal: improve how we spawn screenChris Larson
2011-08-10Rework how the devshell functionsChris Larson