aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens
AgeCommit message (Collapse)Author
2006-10-09simplify codeAndreas Monzner
2006-10-08Ci Screens are now working correct with ne config stuffAndreas Monzner
2006-10-08ask when deleting timers which are not doneFelix Domke
2006-10-08change ConfigDummy to ConfigNothingStefan Pluecken
2006-10-08ask before not saving settingsFelix Domke
2006-10-07fix satconfigAndreas Monzner
2006-10-07subservice quickzap fixesAndreas Monzner
2006-10-07try to fix *some* of the bugs. Something is still odd.Felix Domke
2006-10-06finally fix priorities: ConfigListScreen's action must be -1 to override ↵Felix Domke
eListbox' 0, the other setup screens need to use -2 to override ConfigListScreen
2006-10-06fix media player behaviour when adding a single file:Stefan Pluecken
adds the whole directory to the playlist now and plays the selected file (advantage: the next file is automatically played after the selected file finished playing)
2006-10-02add alternative seeking, currently with 5,4,6-keys instead of ok,left,rightFelix Domke
2006-10-02add NumericalTextInputHelpDialogFelix Domke
2006-10-02config rewrite. some extensions still need to be updated.Felix Domke
2006-09-26whitespace fixFelix Domke
2006-09-23initialize renderer listFelix Domke
2006-09-17fix cable scanStefan Pluecken
2006-09-05add missing eTimerFelix Domke
2006-08-24some NumericalInput and uncode/utf-8 fixesAndreas Monzner
2006-08-23fix non-visible video on subservicequickzap startAndreas Monzner
2006-08-22fix bluescreen appearing when ChoiceBox is emptyStefan Pluecken
2006-08-21some fixes on the subservices quickzapperStefan Pluecken
2006-08-15changes for use of new swig version 1.3.29 (c++ python wrapper)Andreas Monzner
with the new swig version all python -> c++ calls are round about 40% faster you must change in openembedded/conf/distro PREFERRED_VERSION_swig-native = "1.3.27" to PREFERRED_VERSION_swig-native = "1.3.29" or do a bitbake -b ../openembedded/packages/swig/swig-native_1.3.29.bb
2006-08-08plugins can appear in the extensions menu nowStefan Pluecken
use PluginDescriptor.WHERE_EXTENSIONSMENU and the same parameters as for standard plugins (see the file manager plugin for an example)
2006-08-08additional changes for the last commitStefan Pluecken
2006-08-07make infobar extensions more flexible (and easier to reuse and extend)Stefan Pluecken
2006-08-07set feinfo to None when no valid service is availableFelix Domke
2006-08-07fix audio selector when service doesn't support audio track selectionFelix Domke
2006-08-05adding subservices quickzap (still buggy.. don't use timeshifting or PiP ↵Stefan Pluecken
while in subservices quickzap mode as it will eat your cat)
2006-07-30allow standy in media playerFelix Domke
2006-07-30allow standby only in InfoBar, MoviePlayer, Menus, Setup and RadiomodeFelix Domke
2006-07-28make resume optionalFelix Domke
2006-07-24add more useful __repr__Felix Domke
2006-07-24ask to resume on playbackFelix Domke
2006-07-23fix auto terrestrial scanAndreas Monzner
2006-07-23fix manual cable scanAndreas Monzner
2006-07-21store and re-use previous pip position and sizeAndreas Monzner
2006-07-20fix terrestrial manual scan, use more parameters from terrestrial.xml forAndreas Monzner
automatic scan
2006-07-20fix menuFelix Domke
2006-07-20simplify codeAndreas Monzner
2006-07-20add support for markers in bouquetsAndreas Monzner
< > are usable to jump from marker to marker
2006-07-19take setup menu titles optionally from setup.xml, try to make them a bit ↵Felix Domke
easier to understand
2006-07-19do not let create bouquets in favlist when multi bouquet mode ist disabledAndreas Monzner
2006-07-19add ability to choose "Multiple service support (auto/no/yes)" in Ci SetupAndreas Monzner
2006-07-19remove 'timeout' from titleFelix Domke
2006-07-14fill movielist only onceAndreas Monzner
2006-07-14add possibility to view eventinfo in recorded movielist (move cursor toAndreas Monzner
recorded movie and press info)
2006-07-12remove DEBUGAndreas Monzner
2006-07-12fix non working timeshift stop when press the TV ButtonAndreas Monzner
2006-07-12fix translationsAndreas Monzner
2006-07-11make some texts translatable and translate it to german languagAndreas Monzner