aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens
AgeCommit message (Collapse)Author
2007-09-26change movielist liststyle to our old defaultAndreas Monzner
2007-09-24fix typoFelix Domke
2007-09-24seperate summary screen for movie playeerFelix Domke
2007-09-24use StaticText for MenuTitle to simplify summary code. this needs a skin ↵Felix Domke
change for menu-based screens, please also apply to your skins.
2007-09-24simplify summary code by using parent.menu+stringListSelection to display ↵Felix Domke
current menu entry
2007-09-23replace some sources by redirects to the (session-)global screenFelix Domke
2007-09-23add globals,session globalsFelix Domke
2007-09-23add concept of 'related screen', which can be used to get shared sources ↵Felix Domke
(like clock, current service, ...) from global,session-global,parent screen. replace 'fake' with 'session.VideoPicture' for pig usage.
2007-09-16replace old screwed stone skin with Screwed Stone II (thx to nemesis)Andreas Monzner
2007-09-16show "Current Transponder" entry in ChannelSelection -> SatellitesAndreas Monzner
CVS: ----------------------------------------------------------------------
2007-09-15show more information in service scan (needs additional changes in skin)Andreas Monzner
2007-09-14update subtitle list when neededAndreas Monzner
2007-09-14some changes for new default skinAndreas Monzner
2007-09-14commit missing code for pixmaps in mainmenuAndreas Monzner
2007-09-14allow different skins by specifying a list as skinName, use menu_<menuid> as ↵Felix Domke
alternative skin for menus
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-05fix bug described here -> ↵Andreas Monzner
http://www.dream-multimedia-tv.de/board/thread.php?threadid=4743
2007-09-03use show_infobar_on_skip instead of on_zap when seekingFelix Domke
2007-08-29implement 'setup modes' (simple, intermediate, expert)Felix 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-08-06add possibility to select between different list styles via context menuAndreas Monzner
add possibility to sort the movielist by record time or alphanumeric add possibility to show detailed information about current selected movie thx to ralfk
2007-08-06at possibility to change the motor running/stopped input power thresold inAndreas Monzner
simple motor config
2007-08-04immediate take care of changed "visualize rotor movement" optionAndreas Monzner
2007-07-31add missing importAndreas Monzner
2007-07-31take care of scrollbar size when build movielist and timerlist entriesAndreas Monzner
i dont understand how it could work ever
2007-07-30possibility to sort epg list alphabetically (thanks to Moritz Venn)Felix Domke
2007-07-28just call plugin with servicelist as kwargFelix Domke
2007-07-27remove unneeded codeAndreas Monzner
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-24small fixAndreas Monzner
2007-07-22show progress and current time in servicelist event information instead ofAndreas Monzner
show duplicate event title
2007-07-22import missing ActionMapAndreas Monzner
2007-07-22save timers in TimerEntry, not in TimerEdit (=timer list), to also save when ↵Felix Domke
adding timers via EPG
2007-07-22fix os importFelix Domke
2007-07-22show event information of current selected event in channelselectionAndreas Monzner
2007-07-22show single service epg on long info keypressAndreas Monzner
2007-07-22fix importsAndreas Monzner
2007-07-22cleanup __init__.py files ....Andreas Monzner
2007-07-22cleanup some importsAndreas Monzner
2007-07-20(ralfk) media playerFelix Domke
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
2007-07-11clear cutlist when new service doesn't have cuesheet interfaceFelix Domke
2007-07-11fix help entries without a keyFelix Domke
2007-07-11allow overriding showAfterSeek if you don't use InfoBarShowHideFelix Domke
2007-07-11allow overriding showAfterSeek if you don't use InfoBarShowHideFelix Domke
2007-07-11(ralfk) make cuesheet actions translatableFelix Domke