Merge branch 'master' of git.opendreambox.org:/git/enigma2
[enigma2.git] / lib / python / Components / Task.py
2009-01-06 Felix DomkeMerge branch 'master' of git://git.opendreambox.org...
2009-01-06 Fraxinasonly kill actual containers on aborting tasks
2008-12-08 ghostMerge branch 'master' into dvd_scale_test
2008-12-08 Fraxinasallow using complex shell commandlines (including ...
2008-11-06 Fraxinasallow setting progress for current task from within...
2008-11-06 Fraxinasdon't crash when background jobs fail and user presses...
2008-11-06 ghostfix syntax error
2008-11-06 ghostadd possibility to call eConsoleAppContainer execute...
2008-11-06 Fraxinasuncomment necessary line
2008-11-06 andyfix execute string for tasks
2008-10-28 Andreas Monznerremove non working wrapper class to add a (unneeded...
2008-10-28 Andreas Monznercleanup eConsoleAppContainer code.. execute is now...
2008-10-15 Andreas Frischcheck for running jobs before shutting down/rebooting
2008-10-13 Andreas Frischallow DVD burning in background. to view progress of...
2008-09-18 Andreas Frischgerman locale update for Task & DVDBurn
2008-09-15 Andreas Frischdon't offer to retry non-recoverable tasks & error...
2008-09-02 Andreas Frischemit seperate signals for stdout and stderr pipes,...
2008-08-25 Andreas Frischallow single tasks in jobs to stay resident and continu...
2008-07-04 Andreas Frischfix crash for non-existent workspace directories
2008-06-18 Andreas Frischfix off-by-one error on the progress and fix vars in...
2008-06-11 Felix Domkeadd support for retrying when a task failed.
2008-06-10 Felix Domkeclamp progress to 0..end, add possibility to receive...
2008-06-03 Felix Domkeadd cleanup call, implement DiskspacePrecondition,...
2008-06-03 Felix Domkesome cleanups
2008-06-03 Andreas FrischAdd progress and cwd (working directory) functionality
2008-05-20 Felix Domkemake workspace a Job property, fix preconditions, Task...
2008-04-28 Felix DomkeToolExistsPrecondition, ReturncodePostcondition are...
2008-04-14 Felix DomkeAdd 'Tasks' for controlled execution of multiple extern...