Added support for preview the conversion
Now allows to choose how many cores to use during conversion
This commit is contained in:
parent
70fadeef22
commit
cba0352d33
14 changed files with 334 additions and 92 deletions
|
|
@ -60,7 +60,8 @@ class executor(GObject.GObject):
|
|||
child.add_dependency(dep)
|
||||
|
||||
def remove_dependency(self,process):
|
||||
|
||||
# dependencies are removed only in the parent because the running class have all the processes, parents and childs, and calls
|
||||
# this method on all of them
|
||||
if (self.dependencies != None):
|
||||
tmp2 = []
|
||||
for dep in self.dependencies:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue