aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/Console.py
AgeCommit message (Collapse)Author
2009-02-15use 'in', add killAllFelix Domke
2009-02-15add kill to Consoleacid-burn
2009-01-27allow using a list for ePopenFelix Domke
2008-12-04allow callback-less ePopenFraxinas
2008-10-29hand over extra_args to finished callback for eBatch callsAndreas Frisch
2008-10-29add eBatch function for running system commands sequentiallyAndreas Frisch
2008-10-28remove non working wrapper class to add a (unneeded) .get() call toAndreas Monzner
eConsoleAppContainers.. so now all external plugins must remove this .get() calls... example: cont = eConsoleAppContainer() cont.appClosed.append(cb_func) # old was cont.appClosed.get().append(cb_func)
2008-10-27incorporate new class to support own asynchronous implementation of a ↵Andreas Frisch
"popen" system call using eAppContainer