aboutsummaryrefslogtreecommitdiff
path: root/lib/python
AgeCommit message (Collapse)Author
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-09fix getServiceInfoValue, which should not be cachedFelix Domke
2006-08-09fix cachingFelix Domke
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-07fix help when no help availableFelix Domke
2006-08-07set feinfo to None when no valid service is availableFelix Domke
2006-08-07fix 'ok' in FileManager for files a bitFelix 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-30suspend timers when all renders are hiddenFelix Domke
2006-07-30some minor speedups using caches and more selective updatingFelix Domke
2006-07-30fix configElementBoolean display senseFelix Domke
2006-07-30allow standy in media playerFelix Domke
2006-07-30allow standby only in InfoBar, MoviePlayer, Menus, Setup and RadiomodeFelix Domke
2006-07-28add missing background colorFelix Domke
2006-07-28make resume optionalFelix Domke
2006-07-28fix senseFelix Domke
2006-07-25add commentFelix Domke
2006-07-25fix bluescreen ... i hope this is okayAndreas Monzner
2006-07-24support only one upstream element (source)Felix Domke
2006-07-24use single argument onlyFelix Domke
2006-07-24update event info on service startFelix 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-21clear list of previous found services when a new servicescan startsAndreas Monzner
2006-07-21add default values for not defined values inAndreas Monzner
terrestrial.xml/cables.xml/satellites.xml fix reading auto code rate from terrestrial.xml ( 6 for auto is wrong .. so all > 5 is forced to AUTO)
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-20fix getting satellite list for tuner B when "equal to tuner A" is selectedAndreas Monzner
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-19show 'last' marksFelix Domke
2006-07-19remove 'timeout' from titleFelix Domke
2006-07-17move xml files into web/, support hierarchyFelix Domke
2006-07-14fix static responsesFelix Domke
2006-07-14add FritzCall (uses twisted to display incoming calls on a fritzbox fon on ↵Felix Domke
screen)
2006-07-14add ValueRange converterFelix Domke
2006-07-14remove non existing fileFelix Domke
2006-07-14fix typoFelix Domke
2006-07-14fix EventInfo to pull on queryFelix Domke
2006-07-14rename event into event_callbackFelix Domke
2006-07-14add proof-of-concept web interfaceFelix Domke