aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens/InfoBarGenerics.py
AgeCommit message (Collapse)Author
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-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
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