aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens
AgeCommit message (Collapse)Author
2006-04-09fix timer disable/reenableFelix Domke
2006-04-09add destroy() for Components to fix bug #52Felix Domke
2006-04-08use new setTargetFelix Domke
2006-04-08fix crash when pressing play in MovieplayerAndreas Monzner
2006-04-08fix crash when press red button in empty timerlistAndreas Monzner
fix crash when press ok directly after e2 start
2006-04-08fix newlineFelix Domke
2006-04-08PiP-gui support really displays a small video now (still buggy)Stefan Pluecken
2006-04-08add support for picture in picture into the infobar (by pressing the blue ↵Stefan Pluecken
button)
2006-04-07fixed 'cancel when selecting service in timer crashed'Felix Domke
2006-04-07finished the rotor config plugin (untested and lacking some features)Stefan Pluecken
2006-04-07add automatic DVB-T scanStefan Pluecken
2006-04-07support for dvb-t transponderlistFelix Domke
2006-04-07some work on DVB-TStefan Pluecken
2006-04-07use dvb-t parametersFelix Domke
2006-04-07fix "run" for dvb-tFelix Domke
2006-04-06stop update length timer when a movie was selectedAndreas Monzner
2006-04-05fix: AttributeError: 'InfoBar' object has no attribute 'selectedEntry' when ↵Andreas Monzner
start a recording with manual entered duration
2006-04-05remove even more old lcd stuffAxel Buehning
2006-04-05restart service after leaving the media playerStefan Pluecken
2006-04-04avoid future redundant code by moving functionality for tuner status display ↵Stefan Pluecken
to a seperate component (which is a BIT slower because infobar values are gathered twice)
2006-04-03speedup opening of long movielistsAndreas Monzner
2006-04-03use "0" key in channellist as pathUpAndreas Monzner
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-02add support for multiple instant recordingsStefan Pluecken
2006-03-30in automatic scan do no more scan satellites twice when not needed (for ↵Andreas Monzner
advanced sat configurations)
2006-03-29make teletext plugin useable in ts playbacksAndreas Monzner
2006-03-29on cancel press in single epg no more do recursive closeAndreas Monzner
2006-03-27make power key handling global (so that standby/deep standby should work ↵Stefan Pluecken
everywhere now)
2006-03-27fix typo and resize text in image upgrade wizardStefan Pluecken
2006-03-24mediaplayer can play wave files (package gst-plugin-wavparse needed)Stefan Pluecken
2006-03-24fix playing file when adding to the playlistStefan Pluecken
2006-03-24display id3 tags in media playerStefan Pluecken
2006-03-24playing next entry after EOF should work now in the media playerStefan Pluecken
start playing when adding first entry to the playlist
2006-03-23fix settings restore in image updateStefan Pluecken
2006-03-23don't sort language listStefan Pluecken
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-22fix typeAndreas Monzner
2006-03-22don't show frontend data when no frontend data is available (remove exception)Stefan Pluecken
2006-03-21add search function to epgcache to do similar broadcasting searches and text ↵Andreas Monzner
searches in event titles for more infos about how to use look at epgcache.cpp, search eEPGCache::search method and read the comment above the funcion the similar broadcastings search is used from python in Eventview.py
2006-03-18pre select currently running subservice in subservicelistAndreas Monzner
2006-03-16Infobar: don't show state when not execingFelix Domke
2006-03-14fix bugAndreas Monzner
2006-03-13dont ask for scanning second nim in automatic scan, when it is not meaningfulAndreas Monzner
2006-03-11don't offer scans for tuners where nothing is connectedStefan Pluecken
2006-03-11fix plugin downloadStefan Pluecken
2006-03-11fix return of actionmapFelix Domke
2006-03-11run teletext plugin when pressing teletextFelix Domke
2006-03-11fix plugin callFelix Domke
2006-03-10add parameter to Console screen to set the console window titleStefan Pluecken
2006-03-10show ChannelSelection on first run (after the start wizard)Stefan Pluecken