aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens/InfoBarGenerics.py
AgeCommit message (Collapse)Author
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
2008-12-03use cElementTree instead of minidom for xml parsing (thx to Moritz Venn)ghost
2008-11-20fix keymap associations with INFO buttonFraxinas
2008-11-18rework decoder statesFelix Domke
2008-11-17remove superfluous importFraxinas
2008-11-10long keypress on INFO key either brings up single servie EPG view screen ↵Fraxinas
like right now or, if any plugins of new type WHERE_EVENTINFO are installed (e.g. GraphMultiEPG, IMDB, OFDB), a choicebox with the relevant plugins. consequence: GraphMultiEPG is no longer ran from extensions menu (blue button) but by long keypress on INFO button instead!
2008-10-22fix copy&paste typosAndreas Monzner
2008-10-18add timeroverlap detection made by adenin (thanks for the great work!)Andreas Monzner
2008-10-15check for running jobs before shutting down/rebootingAndreas Frisch
2008-10-13allow DVD burning in background. to view progress of jobs, press extensions ↵Andreas Frisch
key (blue) in TV mode
2008-10-01dont show pvr state widget when state ist playAndreas Monzner
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