aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens
AgeCommit message (Collapse)Author
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
2008-10-22fix copy&paste typosAndreas Monzner
2008-10-22implement UTF-8 text/plain subtitles. change subtitle switching using second ↵Andreas Frisch
input-selector element to allow having all different subtitle formats in the same file
2008-10-21display choices and selection of ChoiceBoxes on summary screenAndreas Frisch
2008-10-21remove double importAndreas Frisch
2008-10-20remove debug outputAndreas Monzner
2008-10-20gui timeroverlap fixes,Andreas Monzner
fix ordering of eventlist (end before start when time is equal)
2008-10-20allow translation, thanks to TeroFelix Domke
2008-10-20translate menu title, thanks to TeroFelix Domke
2008-10-18add timeroverlap detection made by adenin (thanks for the great work!)Andreas Monzner
2008-10-17use config callbacks from instantiated dialog in wizard screensStefan Pluecken
2008-10-15check for running jobs before shutting down/rebootingAndreas Frisch
2008-10-14Allow going into standby/shutting down after completing jobs (dvd burning)Andreas Frisch
2008-10-14remove onSelectionChanged callbacks before deleting the ↵Stefan Pluecken
configInstance["config"] item in the wizard to prevent calling them from a closed screen
2008-10-13allow DVD burning in background. to view progress of jobs, press extensions ↵Andreas Frisch
key (blue) in TV mode
2008-10-09fix satconfig problem (sometimes simple config was not saved)Andreas Monzner
2008-10-07- show NumericalTextInput on text config entriesStefan Pluecken
- deleting of characters in the wizards should be fixed now thx to acid-burn for these fixes
2008-10-07Wizard shouldn't be a subclass of HelpableScreen since there is no helpStefan Pluecken
available (prevents crash) pressing help while in videowizard could also lead to invisible GUI so each wizard should implement help for itself to fit its specific needs
2008-10-05use LocationBox skin for MovieLocationBoxFelix Domke