aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens
AgeCommit message (Collapse)Author
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
2006-07-11convert to new skin systemFelix Domke
2006-07-11finally use new styled skins for infobar, menuFelix Domke
2006-07-10move __init__ to topFelix Domke
2006-07-04fix possible blue screenAndreas Monzner
2006-07-04really fix satfinderAndreas Monzner
sync channellist with pip
2006-07-03no "auto" parameter in single transponder scan, since the frontends don't ↵Stefan Pluecken
support this for modulation type
2006-06-30fix manual transponder scanStefan Pluecken
2006-06-30fix for manually scanning a transponder with 8psk modulationStefan Pluecken
2006-06-29some keyboard fixes (thanks to luke_s)Andreas Monzner
2006-06-28move dvb-t 5V antenna switching to better placeAndreas Monzner
rename Service Searchin -> Satconfig to -> Nimconfig
2006-06-28get default transponder data from currently running service (only ↵Stefan Pluecken
implemented for dvb-c and dvb-s/s2 atm, dvb-t to follow in the distant future) for the single transponder scan
2006-06-27revert needed changesAndreas Monzner
2006-06-27add some skin fixes/extensions made by Nemesis (thanks for this)Andreas Monzner
2006-06-26fix typoAndreas Monzner
2006-06-26add 5V handling for active DVB-T antennas (needs new drivers)Andreas Monzner
2006-06-26add support for show used tuner for running service in the infobarAndreas Monzner
add support for show all tuners in use in the infobar add support for show the currently date in the infobar now all skins have to define some new widgets in skin.. look in skin.xml and search for "not used in this skin yet"