aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens
AgeCommit message (Collapse)Author
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
2008-10-03Actionmap fix on behalf of Acid-BurnAndreas Frisch
2008-10-02add basic mkv inline ssa/ass subtitle supportAndreas Frisch
2008-10-02small fixesAndreas Monzner
2008-10-01dont show pvr state widget when state ist playAndreas Monzner
2008-10-01fix bracket bug (thanks to Nix_niX)Andreas Frisch
2008-09-30add missing braketAndreas Monzner
2008-09-30fix linguistic syntaxAndreas Frisch
2008-09-30Networksetup updateAndreas Monzner
2008-09-29don't display clock on LCD/OLED for MessageBoxes anymore. instead display ↵Andreas Frisch
more of the question text plus answer
2008-09-27fix "stop and show movielist"Andreas Monzner
2008-09-05additional service information for DVD menu and fixesAndreas Frisch
2008-08-30change network scan default value to yes for multisat and single sat scanAndreas Monzner
add multisat scan twice.. one with all satellites enable.. second disabled
2008-08-26network setup fixesAndreas Monzner
2008-08-26add support for dm8000 rtc,Andreas Monzner
add support for dm8000 deepstandby wakeup, go back to deepstandby after deepstandby timer wakeup even when not explicitely selected (this needs new drivers and / or new atmel firmware) add some sanity checks to dont break anything even with old drivers/atmel firmware
2008-08-14some small fixesAndreas Monzner
2008-08-11some service scan improovementsAndreas Monzner
- add a only free scan - the scan now finds also services not listed in SDT - add option "clear before scan" also for single transponder searches For the only free scan a change in the main lamedb transponder format was needed... i think this breaks some external settings editors To detect the service format now the service database file starts with "eDVB services /4/" .. the old format was "eDVB services /3/" .. e2 can read the old and the new format.. but it writes always the new format!