Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix max preview, some resizing and caching issues and force preview providers to resize their previews properly #16382

Merged
merged 2 commits into from
Jun 8, 2015
Merged

Fix max preview, some resizing and caching issues and force preview providers to resize their previews properly #16382

merged 2 commits into from
Jun 8, 2015

Commits on Jun 6, 2015

  1. Fix max preview, some resizing and caching issues and force preview p…

    …roviders to resize their previews properly
    
    * introduces a method in OC_Image which doesn't stretch images when trying to make them fit in a box
    * adds the method to all key providers so that they can do their job, as expected by the Preview class
    * improves the caching mechanism of Preview in order to reduce I/O and to avoid filling the available disk space
    * fixes some long standing issues
    * **contains mostly tests**
    oparoz committed Jun 6, 2015
    Configuration menu
    Copy the full SHA
    71d65cb View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2015

  1. Configuration menu
    Copy the full SHA
    3d0a523 View commit details
    Browse the repository at this point in the history