iinegve / muCommander

muCommander fork
3 stars 5 forks source link

Background copy/delete/move/etc #2

Closed iinegve closed 11 years ago

iinegve commented 11 years ago

It's vital to have the feature. Currently every dialog window in sources extend FocusDialog. If simply turn this FocusDialog into non-modal, then all question-dialogs like "Overwrite" or "Really really delete" stop working. Looks like it requires to extend some dialogs from NonFocusDialog (which doesn't exist, yet)

iinegve commented 11 years ago

Another improvement for the task would be to implement ability to put different background coping threads to stack. That would reduce disk pressure and improve overall performance (might be even let the drive live long happy live)