aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens/Console.py
AgeCommit message (Collapse)Author
2009-02-24small optimizations and cleanups by Moritz Vennghost
2008-11-18scroll to bottom of output after executionFraxinas
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-04-13use 'Console' font in console windowFelix Domke
2008-02-14unlink some cyclic dependencys to get garbage collection workingAndreas Monzner
2008-01-12handle ret value of eConsoleAppContainer.executeAndreas Monzner
2007-12-16patch by Pieter Grimmerink: add closeOnSuccessFelix Domke
2007-07-22cleanup some importsAndreas Monzner
2006-10-17ask user to reboot dreambox after software updateStefan Pluecken
2006-03-10add parameter to Console screen to set the console window titleStefan Pluecken
2006-02-25- new automatic scan - scans everything the NIM can handleStefan Pluecken
- ServiceScan is now able to do a multipass scan - added the manual scan to the startwizard - wizards have a new "nextstep" attribute for the <step>-tag now
2006-02-23fix newlineFelix Domke
2006-02-22add ability to download e2-plugins via PluginBrowserStefan Pluecken
naming conventions for plugin packets: enigma2-plugin-<category>-<pluginname> (category is not yet supported by the GUI)
2006-02-22create a Console screen for command executionsStefan Pluecken