aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components
AgeCommit message (Collapse)Author
2006-04-03fixAndreas Monzner
2006-04-03better readable length checkAndreas Monzner
2006-04-03length checkAndreas Monzner
2006-04-03speedup opening of long movielistsAndreas Monzner
2006-04-03remove old lcd stuffFelix Domke
2006-04-03smaller service name in movie listStefan Pluecken
2006-04-03faster loading of movie list (done by initially not loading the file length ↵Stefan Pluecken
and updating the file lengths after displaying the list in the background (timer driven))
2006-04-03show service name in movielistStefan Pluecken
2006-04-03show timer duration in timer edit listStefan Pluecken
2006-03-28add support for 16:10 display aspect ratioStefan Pluecken
2006-03-23re-use try.. except hereAndreas Monzner
2006-03-23- switchtimer added to RecordingTimerStefan Pluecken
- media player to play mp3, ogg (not yet fully working) and ts files (needs gstreamer) - language selection saves a language string instead of a changing index number
2006-03-22add icelandic languageFelix Domke
2006-03-21dont crash when no language files availAndreas Monzner
2006-03-21fixes to language activation callbacks and using the callbacks in mytest for ↵Stefan Pluecken
setting epg language (uncomment for implementation)
2006-03-21use callbacks to signal the change of languageStefan Pluecken
functions can get the language code with: from Components.Language import language lang = language.getLanguage() lang reads for example "de_DE" or "en_EN"
2006-03-18pre select currently running subservice in subservicelistAndreas Monzner
2006-03-13dont ask for scanning second nim in automatic scan, when it is not meaningfulAndreas Monzner
2006-03-11fix showing timer symbol in epglist..Andreas Monzner
2006-03-07add ability to set a callback build function in listbox multicontentAndreas Monzner
2006-03-07add TYPE_RELATIVE support for the ServicePosition componentFelix Domke
2006-03-06replace 'NIM' by 'Tuner' to help users understanding the messageFelix Domke
2006-03-05fix absolute paths to be relativeFelix Domke
2006-03-04enhance usability of ZappingAlternatives pluginStefan Pluecken
2006-03-03fix initial service nameFelix Domke
2006-03-03delete characters in the InputBox with mute keyStefan Pluecken
2006-03-02add *.pyo to .cvsignoreFelix Domke
2006-03-02minimally improved LCD supportFelix Domke
2006-03-01fix language listFelix Domke
2006-03-01display clock png in single epg list for fitting timers (we have a problem ↵Stefan Pluecken
with the event id matching for manual timers)
2006-02-28use categories to categorize the pluginsStefan Pluecken
2006-02-27ability to set color in multi content listsFelix Domke
2006-02-27allow binary only python pluginsFelix Domke
2006-02-27- add positioner plugin (just basic gui atm)Stefan Pluecken
- some changes to ConfigSlider (is now called "configSlider" and has a step width and max value now) - add BER/SNR/AGC display to the manual single transponder scan (just gui, no functionality yet)
2006-02-26fix movielist selection when there is no (selected) itemFelix Domke
2006-02-25- new automatic scan - scans everything the NIM can handleStefan Pluecken
- ServiceScan is now able to do a multipass scan - added the manual scan to the startwizard - wizards have a new "nextstep" attribute for the <step>-tag now
2006-02-25handle cuesheetsFelix Domke
2006-02-24use MultiContent wraps in plugin listFelix Domke
2006-02-24turn magic into pythonFelix Domke
2006-02-24generic show/hide support for GUIComponentsFelix Domke
2006-02-24revert last changes, don't drop "selectionChanged"Axel Buehning
2006-02-24fix arrow movement, do not crash on exitAxel Buehning
2006-02-24cable scan works nowStefan Pluecken
2006-02-23properly unload old plugins and load new pluginsFelix Domke
2006-02-23append, don't overwrite __init__.py filesStefan Pluecken
reread plugin list revisited
2006-02-23some changesStefan Pluecken
2006-02-23recursively search for pluginsStefan Pluecken
2006-02-22translate some thingsStefan Pluecken
2006-02-22add FileManger pluginStefan Pluecken
reenable plugin icons
2006-02-22sorting the FileListStefan Pluecken