aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens
AgeCommit message (Collapse)Author
2006-01-22remove debugStefan Pluecken
2006-01-22use IDs for jumping in the wizardsStefan Pluecken
2006-01-22fix for radio modeAndreas Monzner
2006-01-22more code cleanup,Andreas Monzner
re-enable number(handy) browsing in channelselectionbase, fix move/editmode cancel
2006-01-21fix radio playerAndreas Monzner
code cleanup in channelselector (more scalable)
2006-01-21remove frequency input range check in manual scan (was 10000-14000)..Andreas Monzner
2006-01-21reset state to PLAY when a new service startsFelix Domke
2006-01-21catch a None case in the xml parsing of the timerStefan Pluecken
leave timer edit by pressing OK or green
2006-01-21fixesAndreas Monzner
2006-01-20fix selection when delete latest timer in listAndreas Monzner
2006-01-20fix bugAndreas Monzner
2006-01-20add tuner B option "Equal to Socket A"Andreas Monzner
add tuner B option "Secondary cable from Rotor-LNB"
2006-01-20enable timeshifting in infobarFelix Domke
2006-01-20timeshifting: lots of interface fixupsFelix Domke
2006-01-19make Multi Bouquets swich useableAndreas Monzner
2006-01-19add non working multi bouquet switchStefan Pluecken
2006-01-19fix DVB-T manual scanFelix Domke
2006-01-19add proper country names, add spanishFelix Domke
2006-01-19use Components.Input in seek windowStefan Pluecken
2006-01-19add a small text input componentStefan Pluecken
2006-01-18store and restore pathes in channellistAndreas Monzner
2006-01-18reenable the blinking dish on positioner movement (can be enabled in the ↵Stefan Pluecken
usage setup menu) dish designed by juergen - thanx for that
2006-01-18add missing importStefan Pluecken
2006-01-18use progressbar in InfoBar to display the progress of the "now" eventStefan Pluecken
2006-01-15remove VolumeControl from infobarAndreas Monzner
2006-01-15add a global ActionMapAndreas Monzner
make volumeActions global
2006-01-15update timerlist when timerstate changesFelix Domke
2006-01-15set day of week for non-repeated timers to ease usability when changing a ↵Stefan Pluecken
timer to repeated
2006-01-15follow timer changesFelix Domke
2006-01-15split out movielist actions out of pvr actionsFelix Domke
2006-01-14fixFelix Domke
2006-01-14fix timers that aren't repeated timersStefan Pluecken
2006-01-14fix instant record for broken eit events. if something else is broken: this ↵Stefan Pluecken
is tmbinc's fix.
2006-01-11menu positioning for the plugins works nowStefan Pluecken
example: def getMenuRegistrationList(): list = [] list.append(("setup", 2, "Softwareupdate", "Example")) list.append(("mainmenu", 0, "Foo", "Bar")) return list this means, that we have 2 menu entries: a menu entry "Softwareupdate" is added to the setup menu on position 2 which calls the Example screen of the plugin and a menu entry Foo is added to the main menu on the first position which calls the screen Bar
2006-01-11use Tools.Directories to get pathsStefan Pluecken
2006-01-11show plugin description in plugin listStefan Pluecken
2006-01-08add subservice selection to timer (when linkage services are avail for the ↵Andreas Monzner
selected event) better layout in timerlist (more space for service name and event description)
2006-01-06fix screens without a moduleStefan Pluecken
2006-01-06make epg toggling configurable (default set to unusable epg on INFO key)Stefan Pluecken
2006-01-06show servicename and clock in radio playerAndreas Monzner
2006-01-06plugins can register their own menu nowStefan Pluecken
menus have their own id now the update plugin for example adds a menu item to the Setup menu with the id "setup"
2006-01-06fix store previous radio rootAndreas Monzner
2006-01-06just one bouquet at momentAndreas Monzner
2006-01-06nicer radio playerAndreas Monzner
2006-01-06fix simple scan and multi sat scanStefan Pluecken
2006-01-05add radio playerAndreas Monzner
TODO: change layout in skin.xml (ChannelSelectionRadio ... add nice pixmap ? ! ?) TODO: add infobar infos (now/next starttime, title, duration to player) TODO: add nice background pic ? ! ?
2006-01-04display movie list when pressing video button in movie playerStefan Pluecken
only way to leave movieplayer is now by pressing the tv key
2006-01-04just kidding :)Stefan Pluecken
2006-01-04leave channelselection with up/down keyStefan Pluecken
2006-01-04leave menu with menu buttonStefan Pluecken