| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-01-02 | Merge branch 'bug_274_disable_fast_winding_for_non_ts' | ghost | |
| 2010-01-01 | InfoBarGenerics.py: rename timer to fix automatic infobar hide after channel ↵ | ghost | |
| change | |||
| 2010-01-01 | InfoBarGenerics.py: fix handling for unused key indication when two times ↵ | ghost | |
| the same key is pressed, small cleanup | |||
| 2010-01-01 | InfoBarGenerics.py: small cleanup | ghost | |
| 2010-01-01 | show a short symbol when a unhandled key is pressed | ghost | |
| this fixes bug #293 | |||
| 2009-12-30 | InfoBarGenerics.py: small fix | ghost | |
| 2009-12-22 | Merge branch 'bug_236_recordpath' | ghost | |
| 2009-12-22 | Merge branch 'bug_245_record_playback_fixes' | ghost | |
| 2009-12-09 | fix skip backward from live to timeshift | ghost | |
| 2009-12-03 | Merge branch 'master' into bug_245_record_playback_fixes | ghost | |
| 2009-12-03 | Plugins/Plugin.py, InfoBarGenerics.py: add WHERE_AUDIOMENU for plugins .. ↵ | ghost | |
| requested by Tode for the AudioSync Plugin fixes bug #305 | |||
| 2009-11-05 | small fix | ghost | |
| 2009-11-05 | disable fast winding for non TS mediafiles until we have a usable solution ↵ | ghost | |
| for this.. | |||
| 2009-11-05 | Merge branch 'master' into bug_236_recordpath | ghost | |
| 2009-10-31 | bug 154 | Stefan 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-29 | By 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-29 | By 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-22 | allow disabling and resizing of picture in picture window in movie player | Stefan Pluecken | |
| 2009-09-03 | reorder recording question | Felix Domke | |
| 2009-06-24 | also provide showInfobarOrEpgWhenInfobarAlreadyVisible in InfoBarSimpleEventView | Felix Domke | |
| 2009-06-11 | InfoBarGenerics.py: some subtitle screen show/hide fixes | ghost | |
| 2009-05-11 | show both language codes / languages when two language codes are transmitted ↵ | ghost | |
| for one single pid | |||
| 2009-03-31 | Merge commit 'origin/master' into tmbinc/FixTimingBugs | Felix Domke | |
| 2009-03-25 | InfoBarGenerics.py: fix crash when press yellow in info screen on subservices | ghost | |
| 2009-03-23 | handle empty bouquets | Felix Domke | |
| 2009-03-19 | sort plugins by name, give some ChoiceBoxes individual names | Felix Domke | |
| 2009-03-04 | fix possible crash | ghost | |
| 2009-03-02 | Merge branch 'master' of /home/tmbinc/enigma2-git | Felix Domke | |
| 2009-03-02 | replace EOF magic by a slightly more accurate PVR EOF. | Felix Domke | |
| 2009-02-27 | add possibility to change services in single service epg with bouquet +/- key | ghost | |
| 2009-02-24 | small optimizations and cleanups by Moritz Venn | ghost | |
| 2009-02-13 | Merge branch 'master' of /home/tmbinc/enigma2-git into tmbinc/FixTimingBugs | Felix Domke | |
| Conflicts: lib/python/Screens/InfoBarGenerics.py | |||
| 2009-02-13 | Merge branch 'master' of git.opendreambox.org:/git/enigma2 | Felix Domke | |
| 2009-02-13 | don't hide play in InfoBarTimeshiftState | Felix Domke | |
| 2009-02-12 | small speedups/cleanups by moritz venn | ghost | |
| 2009-02-12 | Merge branch 'master' of /home/tmbinc/enigma2-git into tmbinc/FixTimingBugs | Felix Domke | |
| 2009-02-12 | no servicelist unless we have InfoBarChannelSelection | Felix Domke | |
| 2009-02-12 | Merge branch 'master' of /home/tmbinc/enigma2-git into tmbinc/FixTimingBugs | Felix Domke | |
| 2009-02-12 | allow extensions on blue button for movie player (usable on dm8000 rc) | Felix Domke | |
| 2009-02-11 | Merge branch 'master' of /home/tmbinc/enigma2-git into tmbinc/FixTimingBugs | Felix Domke | |
| Conflicts: lib/dvb/decoder.cpp | |||
| 2009-02-09 | fix 'play' doesn't disappear when config.usage.show_infobar_on_skip is set | Felix Domke | |
| 2009-02-07 | change record option ordering | ghost | |
| 2009-02-07 | use default record path when current doesnt exist | ghost | |
| 2009-01-27 | make gettext happy | ghost | |
| 2009-01-26 | timer fixes by adenin: properly handle conflicting timer in immediate record | Felix Domke | |
| 2009-01-19 | timer fixes and improvements by adenin | ghost | |
| 2008-12-21 | fix deathscreen in some conditions (thx to adenin) | ghost | |
| 2008-12-03 | use cElementTree instead of minidom for xml parsing (thx to Moritz Venn) | ghost | |
| 2008-11-20 | fix keymap associations with INFO button | Fraxinas | |
| 2008-11-18 | rework decoder states | Felix Domke | |
