aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens/InfoBarGenerics.py
AgeCommit message (Collapse)Author
2008-07-15disable instant record by pressing red button with new rcsStefan Pluecken
2008-07-15display "audio" instead of "timeshift" in the infobar next to the yellow ↵Stefan Pluecken
knob for new rc boxes
2008-07-11fix subservicequickzapAndreas Monzner
2008-07-11fix some importsAndreas Monzner
2008-07-02#Andreas Monzner
# Some Bugfixes related to locationstuff.patch # # ritzMo: # - fix a missing member in ConfigLocations (argument was ignord but # expected later in the code) # - take care of the fact that an instant record might not be saved in # default record location (fixes error when no hdd installed) # - remove overly complex Screen.close override in LocationBox # - fix deathscreen in LocationBox context menu # Anders Holst: # - fix deathscreen when default record location not in bookmarks when # editing timers which would be stored there # - don't ignore inhibitDirs if inhibitMounts is unset # - hide potentially dangerous folders for all users in MovieLocationBox # (previously / was hidden for userlevel < expert) #
2008-07-01restart previous running services in onClose eventAndreas Monzner
remove some debug output
2008-06-27revert rest of local changes (so the complete commit is reverted now)Andreas Monzner
2008-06-27rewrite ServiceEventTracker and PerServiceBase service event handle codeAndreas Monzner
2008-06-27some cleanups,Andreas Monzner
add missing destroy calls, fix incomplete destroy calls, small speedup
2008-06-26add possibility to choose record location on timer creation and chooseAndreas Monzner
record location in movieplayer (only in expert user level)
2008-05-27green -> blueAndreas Monzner
2008-05-26add possibility to enable / disable ac3 downmix in audio track selectionAndreas Monzner
menu
2008-05-14fix not visible sleeptimer in extensions menu on dm800Andreas Monzner
2008-05-13dont re-ask parental pin on change subservicesAndreas Monzner
2008-04-24re-add SeekBackward workaround ... but dont use it for the dvd playerAndreas Monzner
2008-04-17remove deprecated and unused codeAndreas Monzner
2008-04-14remove deprecated code (deprecation date was 2008-01 and 2008-02)Andreas Monzner
2008-04-04remove unneeded minBackwardSpeed check... the min speed is already definedAndreas Monzner
via Usage config (in Expert Mode)
2008-03-13add some translator comments, by Anders HolstFelix Domke
2008-03-10dont show pip options in extension menu when no pip is availableAndreas Monzner
2008-02-19movie player configuration options, by Anders HolstFelix Domke
2008-02-14add support for cyclic garbage collection to eTimer and eSocketNotifierAndreas Monzner
class, add simpler method to set a timer callback.. or remove.. instead of timer.timeout.get().append(func).. or .remove(func)... now it is possible to do timer.callback.append(func)... timer.callback.remove(func) (the old method still works..but is now deprecated)
2008-01-29fix typoAndreas Monzner
2008-01-24pass more information about why a channel alloc fails, and display proper ↵Felix Domke
error message (instead of "no free tuner")
2007-11-22set parentFelix Domke
2007-11-15add config option 'Show blinking clock in display during recording'Andreas Monzner
default is no
2007-11-02split Misc Converter/Source into RecordState and TunerInfo Source /Andreas Monzner
Converter add deprecation Warnings for some old InfoBar Components (Nim_A, NimB, NimA_Active, NimB_Active, BlinkingPoint)
2007-11-01let display clock blinking when a recording is in progressAndreas Monzner
2007-11-01use Source/Render/Converter stuff for:Andreas Monzner
- forground tuner displaying - tuners in use displaying - running record pixmap
2007-10-29dont show dishscreen on createAndreas Monzner
2007-10-26whitespace fixes, fix infobar summary to include progressbar (patch by Sat_Man)Felix Domke
2007-10-16small lcd cosmeticsAndreas Monzner
2007-10-01no numberzapping in timeshiftAndreas Monzner
2007-09-30replace some more Clock() by ObsoleteSource redirect (and fix skin_default), ↵Felix Domke
by Moritz Venn
2007-09-26add picon LCD exampleFelix Domke
2007-09-24seperate summary screen for movie playeerFelix Domke
2007-09-23replace some sources by redirects to the (session-)global screenFelix Domke
2007-09-07add missing 16X seek forward,Andreas Monzner
add 48X seek forward/backward, add 8X seek backward ( not fine.. but better as nothing )
2007-09-03use show_infobar_on_skip instead of on_zap when seekingFelix Domke
2007-08-25get and select current audio trackFelix Domke
2007-08-13Alter behavior of the zero button in PiP mode. The exact behavior may beFelix Domke
configured by changing the value of the 'Behaviour of 0 key in PiP-mode' property in the settings menu. Possible values are: - standard the behavior of the zero button is remains as is (switch to last channel) - swap the zero button swaps the pip service with the active - swap and stop the zero button swaps the pip service with the active and then turns pip off - stop turns pip off Patch by John Holland <johnbock@i-have-a-dreambox.com>, with some modifications.
2007-07-31take care of scrollbar size when build movielist and timerlist entriesAndreas Monzner
i dont understand how it could work ever
2007-07-28just call plugin with servicelist as kwargFelix Domke
2007-07-27make servicelist accessible in pluginsAndreas Monzner
self.session.servicelist is available just when the plugin main function is called... so create a lokal copy when you need it
2007-07-22show single service epg on long info keypressAndreas Monzner
2007-07-22cleanup some importsAndreas Monzner
2007-07-20(ralfk) workaround until we have a proper 'b'-after-'l' fixFelix Domke
2007-07-18(ralfk) user defined skip times with 1/3, add 1/3 to keybindings, remove ↵Felix Domke
duplicate code in InfoBarGenerics, add hideAfterResume, add some help texts
2007-07-15fix PIPAndreas Monzner
2007-07-14add showInfobarOrEpgWhenInfobarAlreadyVisibleFelix Domke