aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens/MessageBox.py
AgeCommit message (Collapse)Author
2009-12-23fixes bug #291Stefan Pluecken
don't crash if auto scart switching is enabled and the scart voltage is high on enigma2 startup not the best solution since the whole scart switching stuff is broken by design, but this fix prevents the crash
2009-09-03fix exec-begin after timer stopFelix Domke
2009-02-24small optimizations and cleanups by Moritz Vennghost
2008-11-06add possibility to disable user input in Messageboxesghost
2008-10-21remove double importAndreas Frisch
2008-09-29don't display clock on LCD/OLED for MessageBoxes anymore. instead display ↵Andreas Frisch
more of the question text plus answer
2008-06-06ugly messagebox summary screen, choices is still missingFelix Domke
2008-02-14add support for cyclic garbage collection to eTimer and eSocketNotifierAndreas Monzner
class, add simpler method to set a timer callback.. or remove.. instead of timer.timeout.get().append(func).. or .remove(func)... now it is possible to do timer.callback.append(func)... timer.callback.remove(func) (the old method still works..but is now deprecated)
2007-12-20allow setting default to false/noFelix Domke
2007-12-20whitespace fixupFelix Domke
2007-07-22cleanup some importsAndreas Monzner
2007-01-11fix bluescreenAndreas Monzner
2007-01-07nice codeAndreas Monzner
2007-01-07ask user before a recordtimer set the box to standby or deepstandbyAndreas Monzner
2007-01-07more reusable codeAndreas Monzner
2006-12-30send evStart before tuneFailed Events..Andreas Monzner
fix evNoResources fix some bluescreens caused by notification handling
2006-12-12start timer after message box is actually visibleFelix Domke
2006-12-09optional 'close on any key'Felix Domke
2006-11-30whitespace fixesFelix Domke
2006-07-24add more useful __repr__Felix Domke
2006-07-19remove 'timeout' from titleFelix Domke
2006-05-25add timeout for MessageBox screens (just add timeout=<seconds> as argument ↵Stefan Pluecken
when creating MessageBox instances)
2006-02-24fix pixmapsFelix Domke
2006-02-24use new show/hideFelix Domke
2006-02-23fix newlineFelix Domke
2006-02-22add info icon to MessageBox when type of message box is TYPE_INFOStefan Pluecken
2005-12-23beautify messageboxStefan Pluecken
add functionality to the messagebox
2005-11-24use different messagebox actions and restore old OKCancelActionsStefan Pluecken
2005-11-24make messagebox look better and translate itStefan Pluecken
2005-10-16add openWithCallback and return valuesFelix Domke
2005-07-08 - skins are now loaded first and applied laterFelix Domke
- this allows use skin information to build special eWidgets, depending on skin - add "applet"-feature: code which is executed from skin - example: centering of messagebox