aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens/InfoBarGenerics.py
AgeCommit message (Collapse)Author
2010-03-31show timeshift state widget even in state playghost
this fixes bug #332
2010-03-31fixes bug #342Stefan Pluecken
change action map help text for long info button press
2010-01-24fixes bug #288Stefan Pluecken
last playing position for recorded services was stored only if between 1% and 99% of the recording's length. this lead to voodoo for the user, since long recordings naturally have a longer 1% than short ones. so the 1% rule is gone now and we display the position of the marker in the message box, asking the user if playing should continue at this position.
2010-01-02Merge branch 'bug_274_disable_fast_winding_for_non_ts'ghost
2010-01-01InfoBarGenerics.py: rename timer to fix automatic infobar hide after channel ↵ghost
change
2010-01-01InfoBarGenerics.py: fix handling for unused key indication when two times ↵ghost
the same key is pressed, small cleanup
2010-01-01InfoBarGenerics.py: small cleanupghost
2010-01-01show a short symbol when a unhandled key is pressedghost
this fixes bug #293
2009-12-30InfoBarGenerics.py: small fixghost
2009-12-22Merge branch 'bug_236_recordpath'ghost
2009-12-22Merge branch 'bug_245_record_playback_fixes'ghost
2009-12-09fix skip backward from live to timeshiftghost
2009-12-03Merge branch 'master' into bug_245_record_playback_fixesghost
2009-12-03Plugins/Plugin.py, InfoBarGenerics.py: add WHERE_AUDIOMENU for plugins .. ↵ghost
requested by Tode for the AudioSync Plugin fixes bug #305
2009-11-05small fixghost
2009-11-05disable fast winding for non TS mediafiles until we have a usable solution ↵ghost
for this..
2009-11-05Merge branch 'master' into bug_236_recordpathghost
2009-10-31bug 154Stefan Pluecken
remove sleep timer from infobar blue button menu sleep timer still accessible through powerdown menu via main menu or by holding the power button for 3 seconds
2009-10-29By Anders Holst:Felix Domke
* My previous code for "slow rewind" (aka "SeekBackHack") is not required any more. Indeed, since the change in "decoder states" some time ago my code stopped working and is now only destructively interfering with the new winding approach, effectively ruining the speed accuracy for slow rewind. Similarly, the "non-smooth winding" code ruins the accuracy for high winding speeds. The patch below removes the "SeekBackHack", and temporarily disables the "non-smooth winding" code until we know whether the decoder states will allow simultaneous repeat and skip rates again. (InfoBarGenerics.py) * Due to a bug in 'eDVBTSTools::findNextPicture', rewind was always at the required speed minus one. (The frame just played was counted as one when skipping backwards.) Fixed below. (tstools.cpp) * A piece of code to apparently increase precision in seeking, by always aligning to an i-frame start, had exactly the opposite effect: GOP single-stepping fails completely on DM7025 and gets highly unreliable on DM800. The piece of code is removed. (It destructively interferes with previous code by me to hit frames somewhat before the GOP start. As an alternative, my previous code can be removed instead, and the currently removed piece of code adjusted to work. But then it has to be done differently on the two platforms.) (dvb.cpp) * By some reason eDVBVideo::getPTS only returns even numbers on DM800 even when it should be odd. This ruins GOP single stepping in 50% of the cases. This is easy to compensate for by adding a margin of 1 in getAccessPoint. (pvrparse.cpp) * After the above, when GOP single-stepping works reliable on both platforms and on SD/HD, the correct step lengths can be used. (InfoBarGenerics.py)
2009-10-29By Anders Holst:Felix Domke
At regular intervalls there are questions in the forum (in at least three or four different threads on only this subject) on how to configure the recording paths so you don't have to set them to the same thing over and over again in e.g EPG timers. People apparently forget to set it, and miss their recordings because the harddisk is full or not built in. They want an easy way to change the default from /hdd/movies/ to a NAS or a USB device. I have rebased the patch in this thread from March 23, added two minor bugfixes, and hopefully made it less controversial by making sure that it only affects the expert setup level. I don't think there should be anything controversial about this patch now, and no known bugs. It only provides functionality that several people are screaming to get. Synopsis: The patch changes the "Timeshift path..." setup dialogue into a "Recording paths..." dialogue where you can easily configure both the timeshift and the other recording paths.
2009-09-22allow disabling and resizing of picture in picture window in movie playerStefan Pluecken
2009-09-03reorder recording questionFelix Domke
2009-06-24also provide showInfobarOrEpgWhenInfobarAlreadyVisible in InfoBarSimpleEventViewFelix Domke
2009-06-11InfoBarGenerics.py: some subtitle screen show/hide fixesghost
2009-05-11show both language codes / languages when two language codes are transmitted ↵ghost
for one single pid
2009-03-31Merge commit 'origin/master' into tmbinc/FixTimingBugsFelix Domke
2009-03-25InfoBarGenerics.py: fix crash when press yellow in info screen on subservicesghost
2009-03-23handle empty bouquetsFelix Domke
2009-03-19sort plugins by name, give some ChoiceBoxes individual namesFelix Domke
2009-03-04fix possible crashghost
2009-03-02Merge branch 'master' of /home/tmbinc/enigma2-gitFelix Domke
2009-03-02replace EOF magic by a slightly more accurate PVR EOF.Felix Domke
2009-02-27add possibility to change services in single service epg with bouquet +/- keyghost
2009-02-24small optimizations and cleanups by Moritz Vennghost
2009-02-13Merge branch 'master' of /home/tmbinc/enigma2-git into tmbinc/FixTimingBugsFelix Domke
Conflicts: lib/python/Screens/InfoBarGenerics.py
2009-02-13Merge branch 'master' of git.opendreambox.org:/git/enigma2Felix Domke
2009-02-13don't hide play in InfoBarTimeshiftStateFelix Domke
2009-02-12small speedups/cleanups by moritz vennghost
2009-02-12Merge branch 'master' of /home/tmbinc/enigma2-git into tmbinc/FixTimingBugsFelix Domke
2009-02-12no servicelist unless we have InfoBarChannelSelectionFelix Domke
2009-02-12Merge branch 'master' of /home/tmbinc/enigma2-git into tmbinc/FixTimingBugsFelix Domke
2009-02-12allow extensions on blue button for movie player (usable on dm8000 rc)Felix Domke
2009-02-11Merge branch 'master' of /home/tmbinc/enigma2-git into tmbinc/FixTimingBugsFelix Domke
Conflicts: lib/dvb/decoder.cpp
2009-02-09fix 'play' doesn't disappear when config.usage.show_infobar_on_skip is setFelix Domke
2009-02-07change record option orderingghost
2009-02-07use default record path when current doesnt existghost
2009-01-27make gettext happyghost
2009-01-26timer fixes by adenin: properly handle conflicting timer in immediate recordFelix Domke
2009-01-19timer fixes and improvements by adeninghost
2008-12-21fix deathscreen in some conditions (thx to adenin)ghost