aboutsummaryrefslogtreecommitdiff
path: root/lib/python
AgeCommit message (Collapse)Author
2008-11-06remove debug outputghost
2008-11-06needed update for avahi stuffghost
2008-11-06add additional clear text error messages for burntaskFraxinas
2008-11-06actually burn and not just simulate burning to dvd-MINUS-r(w) mediaFraxinas
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-06add possibility to disable user input in Messageboxesghost
2008-11-06fix execute string for tasksandy
2008-11-06add plugin list icon for dvdburnandy
2008-10-29better solution to add possibility to delete eSocketNotifiers,Andreas Monzner
eConsoleAppContainers in callback funktions without crash
2008-10-29hand over extra_args to finished callback for eBatch callsAndreas Frisch
2008-10-29allow creating .ISO files. allow burning .ISO images or preauthored dvd ↵Andreas Frisch
structures (e.g. from failed burning attempts) to DVD. allow choice between ISO9660 level 1, ISO9660 version 2 and UDF as file system for data DVDs. new options are available for selection within settings screen. burning dvd from image is available as option in menu.
2008-10-29fix non working timer disable for recurring timers,Andreas Monzner
no more use texts to detect state
2008-10-29fix dependenciesAndreas Monzner
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-27allow burning data dvds containing (.ts) files > 2 GB and long file namesAndreas Frisch
2008-10-27correctly parse output of new epopen commandAndreas Frisch
2008-10-27install Console.pyAndreas Monzner
2008-10-27add support for cyclic garbage collection to eConsoleAppContainerAndreas Monzner
2008-10-27add workaroundAndreas Monzner
2008-10-27switch network to use new epopen implementation instead of system callAndreas Frisch
2008-10-27switch from job to epopen for the info part. (this crashes when exiting ↵Andreas Frisch
before cb has fired... will be fixed)
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-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 garbage collection (Modules/gcmodule.c:380: move_unreachable: AssertionAndreas Monzner
`gc->gc.gc_refs > 0`)
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-22fix wrong free capacity reading on blank dvd(-/+)rAndreas Frisch
2008-10-22fix progress scaling and remove unneeded project paramter from dvd media toolboxAndreas Frisch
2008-10-21display choices and selection of ChoiceBoxes on summary screenAndreas Frisch
2008-10-21remove double importAndreas Frisch
2008-10-21fix possible crash on task abort and work with new getCD return valueAndreas Frisch
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-20remove debug outputAndreas Monzner