Revision 599863
Go back to digest for 29th October 2006Features in Office
Thomas Zander committed changes in /trunk/koffice/krita/image:
New class;
we need a better way to do progress notification for various actions.
A simple usecase is a user action or filter that can be split into multiple
subactions which each have their independent progress indication.
We want to show the total progress in a progressBar.
This new class does that and all of the following features:
* threadsafe
* be able to handle more than one concurrent action
* be safe
* be cancelable
* non-modal
* be fast
* be really easy to use
File Changes
Added 4 files
- /trunk/koffice/krita/image
- /kis_progress_updater.cpp
- /kis_progress_updater.h
- /kis_progress_updater_p.cpp
- /kis_progress_updater_p.h
Modified 1 files
- /trunk/koffice/krita/image/CMakeLists.txt
5 files changed in total