aboutsummaryrefslogtreecommitdiff
path: root/lib/python
AgeCommit message (Collapse)Author
2006-04-07fix region list for dvb-tFelix Domke
2006-04-07fix typoFelix Domke
2006-04-07don't translate "", add FIXMEFelix Domke
2006-04-06update clock directly onShowAndreas Monzner
2006-04-06stop update length timer when a movie was selectedAndreas Monzner
2006-04-06fix deleting the last file from the playlist in the media playerStefan Pluecken
2006-04-05fix: AttributeError: 'InfoBar' object has no attribute 'selectedEntry' when ↵Andreas Monzner
start a recording with manual entered duration
2006-04-05another positioner tryStefan Pluecken
2006-04-05remove even more old lcd stuffAxel Buehning
2006-04-05restart service after leaving the media playerStefan Pluecken
2006-04-05use new string concept for sending diseqc commandsStefan Pluecken
2006-04-05some positioner setup changes for debugging purposesStefan Pluecken
2006-04-04fixAndreas Monzner
2006-04-04small changesAndreas Monzner
2006-04-04some work on the positioner setup pluginStefan 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-03display bsod on exceptionFelix Domke
2006-04-03disallow ?, *, |, <, >Felix Domke
2006-04-03disallow '"' in filenamesFelix Domke
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-03use "0" key in channellist as pathUpAndreas 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-04-02add support for multiple instant recordingsStefan Pluecken
2006-03-30add background file eraser class for asynchronous file deletionAndreas Monzner
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-28add support for 16:10 display aspect ratioStefan Pluecken
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-27do not allow colon in filenamesFelix Domke
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-24remove old softwareupdate from configure and makefile - new softwareupdate ↵Stefan Pluecken
could be called stable by now
2006-03-23re-use try.. except hereAndreas Monzner
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-22add icelandic languageFelix Domke
2006-03-22fix typeAndreas Monzner
2006-03-22don't show frontend data when no frontend data is available (remove exception)Stefan Pluecken