index
:
enigma2.git
cwe-pc
master
Clone of git://git.opendreambox.org/git/enigma2.git before dream multimedia removed all the engima2 sources
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
python
/
Screens
/
ChoiceBox.py
Age
Commit message (
Expand
)
Author
2007-07-22
cleanup some imports
Andreas Monzner
2007-01-18
no more crash when press ok in a empty choicebox
Andreas Monzner
2006-12-19
some python import cleanups
Andreas Monzner
2006-11-23
clean up duplicate code, same functions now for 'ok', colors and numbers
Felix Domke
2006-11-22
add possibility to use colored buttons to call functions in open choicelist
Andreas Monzner
2006-11-16
let's not overwrite Screen.keys(), as Screen is a dict, and we need this func...
Felix Domke
2006-10-11
fix
Andreas Monzner
2006-08-22
fix bluescreen appearing when ChoiceBox is empty
Stefan Pluecken
2006-06-11
prevent endless loop
Stefan Pluecken
2006-06-11
skip separation lines in a ChoiceBox when pressing up/down (a choicebox of on...
Stefan Pluecken
2006-06-10
- add separation lines to the ChoiceList component
Stefan Pluecken
2006-05-02
replace subservice selection screen with ChoiceBox screen
Stefan Pluecken
2006-04-30
use color actions in ChoiceBox
Stefan Pluecken
2006-04-30
ChoiceBox is now usable with number keys
Stefan Pluecken
2006-03-02
instant record now brings up a dialog to chose whether to record indefinitely...
Stefan Pluecken
2006-03-02
better resizing
Stefan Pluecken
2006-03-02
add ChoiceBox screen for asking simple multi choice questions
Stefan Pluecken