aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components
AgeCommit message (Collapse)Author
2008-11-11change default input power current for dm8000 (for rotor turning)ghost
2008-11-10remove unneeded calls to iNetwork.getinterfacesacid-burn
cleanups fix typo
2008-11-08add possibility to select "second cable of motorized LNB" also when the ↵ghost
rotor is configured in advanced mode
2008-11-08fix typosghost
2008-11-0815 <-> 50ghost
2008-11-08fix rotor input current measurement default value for dm8000ghost
2008-11-08fix TimerSanityCheck for Service Groups (Alternatives)ghost
dont care about tuner slot num in Timersanity Check fix wrong timersanitycheck result in some cases (Bug: unknown Conflict)
2008-11-07fix non working invert of oled displayghost
add non working standby slider in display setup
2008-11-07Merge branch 'master' of fraxinas@git.opendreambox.org:/git/enigma2Fraxinas
2008-11-07move selection index on EOS (this will scroll through playlist instead of ↵Fraxinas
always displaying the uppermost page)
2008-11-07parse #EXTINT title info from m3u playlistsFraxinas
2008-11-06fix Dreambox Keyboard Numberinput inside ConfigIPacid-burn
2008-11-06better async handlingacid-burn
dont open adaptersetup after wlanscan close, only open on connect inside wlanscan some cleanups and fixes
2008-11-06better netmask parsingacid-burn
2008-11-06allow setting progress for current task from within resident task, implement ↵Fraxinas
rudimentary progress for mplextask in dvdburn (requires dvdauthor patch)
2008-11-06don't crash when background jobs fail and user presses red keyFraxinas
2008-11-06fix streaming playback (webradio)Fraxinas
2008-11-06add .mp2 as supported filetypeghost
2008-11-06add missing importghost
2008-11-06remove debug outputghost
2008-11-06needed update for avahi stuffghost
2008-11-06fix syntax errorghost
2008-11-06add possibility to call eConsoleAppContainer execute with unlimited count of ↵ghost
arguments when its called with single argument, then /bin/sh is started else not
2008-11-06uncomment necessary lineFraxinas
2008-11-06fix execute string for tasksandy
2008-11-06some fixesMladen Horvat
B A A
2008-11-06allow setting progress for current task from within resident task, implement ↵Fraxinas
rudimentary progress for mplextask in dvdburn (requires dvdauthor patch)
2008-11-06don't crash when background jobs fail and user presses red keyFraxinas
2008-11-06add virtual keyboard as easy input helpAcid-Burn
add icons for virtual keyboard network fixes wlan fixeS
2008-11-06fix streaming playback (webradio)Fraxinas
2008-11-06add .mp2 as supported filetypeghost
2008-11-06add missing importghost
2008-11-06remove debug outputghost
2008-11-06needed update for avahi stuffghost
2008-11-06fix syntax errorghost
2008-11-06add possibility to call eConsoleAppContainer execute with unlimited count of ↵ghost
arguments when its called with single argument, then /bin/sh is started else not
2008-11-06uncomment necessary lineFraxinas
2008-11-06fix execute string for tasksandy
2008-10-29hand over extra_args to finished callback for eBatch callsAndreas Frisch
2008-10-29add eBatch function for running system commands sequentiallyAndreas Frisch
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-28add flac and mp4Andreas Frisch
2008-10-28change internal handling of media format types and don't scan cd before ↵Andreas Frisch
opening context menu
2008-10-28cleanup eConsoleAppContainer code.. execute is now only possible to call withAndreas Monzner
one single string argument
2008-10-27install Console.pyAndreas Monzner
2008-10-27switch network to use new epopen implementation instead of system callAndreas Frisch
2008-10-27incorporate new class to support own asynchronous implementation of a ↵Andreas Frisch
"popen" system call using eAppContainer
2008-10-27changes on behalf of acid-burnAndreas Frisch
2008-10-26fix crash upon invalid mountpointAndreas Frisch
2008-10-24add language cache to speed up language selection and wizzardFelix Domke