summaryrefslogtreecommitdiffstats
path: root/framecache.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of FrameCacheArno2013-09-141-158/+0
|
* Fix frame cacheDirArno2013-04-111-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 threadedArno2013-03-291-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.