aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens
AgeCommit message (Collapse)Author
2008-12-22add possibility to remove timers in epglistghost
TODO: this is not working for subtitles yet and not its working in graphical multi epg
2008-12-21fix deathscreen in some conditions (thx to adenin)ghost
2008-12-18remove possibility to scan with "loopthrough" and "2nd cable from rotor" ↵ghost
configured tuners
2008-12-16add newlines at end of fileStefan
2008-12-16finish and polish diseqc tester pluginStefan
2008-12-16finish and polish diseqc tester pluginstefan
2008-12-16catch up DiseqcTest developmentStefan Pluecken
2008-12-13add possibility to set manual lnb priority (only in advanced sat config)ghost
range 0..64 to decrease priorities (this is lower as all auto given priorities) range 14000..14064 this is higher than auto given rotor priorities range 19000..19064 this is higher than each auto given priorities
2008-12-12cleanup codeghost
2008-12-10enable dream keyboardacid-burn
2008-12-03add possibility to change start/end time in timer edit with Vol/Bouquet +/- ↵ghost
(thx to Moritz Venn)
2008-12-03show timer name in dialog when asking to remove itghost
2008-12-03use cElementTree instead of minidom for xml parsing (thx to Moritz Venn)ghost
2008-12-02add new after record timer event behavior "auto".. and use it as defaultghost
2008-11-20fix keymap associations with INFO buttonFraxinas
2008-11-18scroll to bottom of output after executionFraxinas
2008-11-18rework decoder statesFelix Domke
2008-11-17remove superfluous importFraxinas
2008-11-17Patch by Moritz Venn/Anders Holst: the long awaited 'setting tags from timer ↵Felix Domke
menu'-patch
2008-11-17allows to configure the path for timeshift recordings via gui, by Moritz ↵Felix Domke
Venn. closes #64.
2008-11-16Add possibility to set Pilot also for DVB-S2 non 8PSK Transponders (i.e. the ↵ghost
new Euro1080 Transponder on 7°E) But this needs also new drivers!
2008-11-14remove unneeded checkacid-burn
2008-11-14make hidden... translateableacid-burn
2008-11-14small skin fixacid-burn
fix possible crash when leaving networksetup
2008-11-13fix saving of nameserversacid-burn
2008-11-12more flexible diseqc / sat configghost
2008-11-12add possibility to set diseqc inputs to "nothing connected"ghost
2008-11-10remove unneeded calls to iNetwork.getinterfacesacid-burn
cleanups fix typo
2008-11-10Merge branch 'master' of fraxinas@git.opendreambox.org:/git/enigma2Fraxinas
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-11-07fix typosacid-burn
fix async callback translation update
2008-11-07fix bsod in some casesghost
2008-11-07Wizard.py: async fixesghost
2008-11-06Wizard.py: hopefully fix async stuffghost
2008-11-06Wizard.py: add handling for async codeghost
2008-11-06better async handlingacid-burn
dont open adaptersetup after wlanscan close, only open on connect inside wlanscan some cleanups and fixes
2008-11-06fix typoacid-burn
2008-11-06remove debugacid-burn
2008-11-06some fixesMladen Horvat
B A A
2008-11-06add virtual keyboard as easy input helpAcid-Burn
add icons for virtual keyboard network fixes wlan fixeS
2008-11-06more failsave code, remove imho unneeded invalidate callsghost
2008-11-06add possibility to disable user input in Messageboxesghost
2008-10-29fix non working timer disable for recurring timers,Andreas Monzner
no more use texts to detect state
2008-10-28remove non working wrapper class to add a (unneeded) .get() call toAndreas Monzner
eConsoleAppContainers.. so now all external plugins must remove this .get() calls... example: cont = eConsoleAppContainer() cont.appClosed.append(cb_func) # old was cont.appClosed.get().append(cb_func)
2008-10-26workaround for config entry dependenciesFelix Domke
2008-10-25remove duplicate code, add 'quit and delete movie'-option (experts only), ↵Felix Domke
move imports inside functions
2008-10-24add language cache to speed up language selection and wizzardFelix Domke
2008-10-23fix typoFelix Domke
2008-10-23turn around action maps so that red key (abort) works againAndreas Frisch
2008-10-23add summary screen for task viewAndreas Frisch