aboutsummaryrefslogtreecommitdiff
path: root/lib/python
AgeCommit message (Collapse)Author
2006-10-07allow empty ConfigSelection, value will be '' then. remove KEY_TIMEOUT from ↵Felix Domke
ConfigSelection, we don't need it there. Fix empty satlist. orbitial_position will be None if satlist is empty.
2006-10-07add catalan to listFelix Domke
2006-10-07fix prioritiesFelix Domke
2006-10-06some fixesFelix 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-06correct polarityFelix Domke
2006-10-06copy default values for sequence, remove some debugFelix Domke
2006-10-06remove debug, lower priorityFelix Domke
2006-10-06changes for new configFelix Domke
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-03add Config-source to use config entries in web interfaceFelix Domke
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-23fix typoFelix Domke
2006-09-23add handleCommand to converterFelix Domke
2006-09-23initialize renderer listFelix Domke
2006-09-22add servicelist sourceFelix Domke
2006-09-22not yetFelix Domke
2006-09-22add imdb query linkFelix Domke
2006-09-22work on web interfaceFelix Domke
2006-09-17fix zapping alternatives bluescreenStefan Pluecken
2006-09-17fix cable scanStefan Pluecken
2006-09-06link correct url for web interface sampleStefan Pluecken
2006-09-05add missing eTimerFelix Domke
2006-08-24small fixAndreas Monzner
2006-08-24revert incorret changesAndreas Monzner
2006-08-24some NumericalInput and uncode/utf-8 fixesAndreas Monzner
2006-08-23use uncode for textinput componentAndreas Monzner
2006-08-23revert unneeded changesAndreas Monzner
2006-08-23fix non-visible video on subservicequickzap startAndreas Monzner
2006-08-22fixAndreas Monzner
2006-08-22fix bluescreen appearing when ChoiceBox is emptyStefan Pluecken
2006-08-21fix non working codeAndreas Monzner
2006-08-21add support for umlautsAndreas Monzner
2006-08-21some fixes on the subservices quickzapperStefan Pluecken
2006-08-18fix memleakAndreas Monzner
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