- fixed a compile warning
- build and install instructions
added sort function: sort by date
don't put files to read-queue that are already in it
fixed crash on reload
fixed: some files might have been missing in thumbs on case-sensitive file systems
fixed: last file not renamable
additional action to update the active thumbnail and the preview in a single step
fixed typo
- refresh action for preview
- enable update of all thumbs without destroying the old ones first (is used by thumbsize-slider now instead of reload)
let thumb-read status finish even if there's non-image files
- additional checks for requeueing files: don't try to reread if we're not interested in the file type
fixed an issue that could cause a crash at shutdown (still there's another problem sometimes showing up when static Qt internal data is deleted)
- fixed recursion / too many dir thumbs added when creating a new folder
- handle read-errors during thumb generation
provide some minimal file properties also when libexif is not available
fixed build without libexif
- fixed text encoding for exif-data
make compilable with Qt 4.8 (and probably other 4.x versions)
fixed a problem where load in initial dir didn't show all files
add possibility to list EXIF data if libexif is available during build (tested with libexif version 0.6.21 only!)
- replace qfilesystemwatcher (wasn't reliable enough) with own implementation
fixed wrong image count (off by one) when a thumbnail was updated
rework checking for updated images and make thumb reload
- fixed left-mousebutton clicks in dir-browser
- provide possibility to show hidden files and folders (acts on both: thumbview and dir-browser!)
fixed typo in tooltip of filename pattern
initial version
fixed typo
fixed selection size when only a directory is selected
- polish / reorder status bar
fixed image index
show id of current image/thumbnail
stupid copy&paste error
- fixed wrong filecount after current directory content changed
- dynamic maximum thumbnail size (half width o...
- fixed compiling with QT 5.2 and gcc 4.9