added possibility to pause/abort the operations
authorLukas Hrazky <lukkash@email.cz>
Sun, 15 Aug 2010 10:47:57 +0000 (12:47 +0200)
committerLukas Hrazky <lukkash@email.cz>
Sun, 15 Aug 2010 10:47:57 +0000 (12:47 +0200)
commit0336c4ec8a03575932cb32158d70be422bb02658
tree6f990f89e0d0c4311ad369366372d379093a02f3
parent17b7f9ef9141bfb49bc224cbbc7b3eece045784d
added possibility to pause/abort the operations

Clicking the progressbar will pause the operation, long press will abort
it. Clicking the empty space (ie. canceling) of error and overwrite
dialogs will also pause the operation (postponing the decision, giving
the chance to fix things).

Signed-off-by: Lukas Hrazky <lukkash@email.cz>
case.pro
src/addressbar.cpp
src/dialog.cpp
src/fileoperator.cpp
src/fileoperator.h
src/progressbar.cpp [new file with mode: 0644]
src/progressbar.h [new file with mode: 0644]