Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix frame cacheDir | Arno | 2013-04-11 | 1 | -34/+22 |
| | | | | | | | | | | Get rid of the cache file. Instead, generate the cache on startup. The cache was never written since it was turned into a thread. Because of that I wrote a cleanup function, but surprisingly it didn't have much impact on the startup time, so I dropped the cache file. Also, fix destructor of SmGlobals. Call deleteLater on all Q_OBJECTS, and of course, some header cleanup. | ||||
* | Make FrameCache threaded | Arno | 2013-03-29 | 1 | -0/+170 |
create snapshot pics in a separate thread. Also use the first frame available if the clip isn't long enough for the configured frame. |