aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components
AgeCommit message (Collapse)Author
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
2008-10-21allow playing audio cds without mediascanner (choice in mediaplayer menu). ↵Andreas Frisch
offer playing dvd only if disc in drive actually is a dvd
2008-10-21small fix (unused code yet)Andreas Monzner
2008-10-20change order of index and begin/end flag and swap begin/endflags value toAndreas Monzner
get rid of the list sort function
2008-10-20fixAndreas Monzner
2008-10-20fix typo? ! ?Andreas Monzner
2008-10-20gui timeroverlap fixes,Andreas Monzner
fix ordering of eventlist (end before start when time is equal)
2008-10-20fix typoAndreas Monzner
2008-10-20getFrontendData is not working when the service is not started.. so call itAndreas Monzner
after start small cleanup
2008-10-20remove unneeded del...Andreas Monzner
2008-10-20fix non correct working timer sanity check!Andreas Monzner
2008-10-19add .nfi to filescanner for NFIFlash plugin, whitespace cleanup, change ↵Andreas Frisch
md5sum check for new .nfo syntax
2008-10-18add timeroverlap detection made by adenin (thanks for the great work!)Andreas Monzner
2008-10-16fix indentation bug which prevented the last block from being overwritten ↵Andreas Frisch
and introduce auto_jump property
2008-10-16ease usability of ConfigIP elementsAndreas Frisch
2008-10-15remove unnecessary debug and fix typo bugAndreas Frisch
2008-10-15allow gstreamer to signalize missing plugins to the gui (requires ↵Andreas Frisch
reconfiguring enigma2) and add support for flac files (requires libflac7, gst-plugin-flac)
2008-10-15check for running jobs before shutting down/rebootingAndreas Frisch
2008-10-13allow DVD burning in background. to view progress of jobs, press extensions ↵Andreas Frisch
key (blue) in TV mode
2008-10-09add delay before send sequence repeat (diseqc/toneburst)Andreas Monzner
2008-10-09small fixAndreas Monzner
2008-10-09faster config saveAndreas Monzner
2008-10-08do not create files when checking for existence...Andreas Oberritter
2008-10-08ease cd-rom detection by using global harddiskmanagerAndreas Frisch
2008-10-08get rid of hardcoded path to cdrom deviceAndreas Frisch
2008-10-07allow default text in ConfigPasswordAndreas Frisch