| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-01-21 | Use only one "directory contents counting" thread per process | Frank Reininghaus | |
| The pointer to QThread object is stored in a global variable, and each view increments/decrements a reference count when it starts/stops using the thread. If this thread reaches zero, the thread is stopped. Note that we cannot just use a smart pointer, like QSharedPointer, to manage the thread, because we must make sure that the thread is not running any more before the QThread is deleted. REVIEW: 115064 | |||
| 2013-09-04 | Count the items inside directories in another thread | Frank Reininghaus | |
| This prevents that the GUI freezes if there are many files inside the directory, or if the access to the directory is slow for some other reason. BUG: 318518 REVIEW: 111920 FIXED-IN: 4.12.0 | |||
