Revision ed35594...

Go back to digest for 19th January 2014

Bug Fixes in Graphics

Albert Astals Cid committed changes in [okular] /:

Use DPI of current screen for PDF rendering

Includes some fixes from Albert:
* kscreen cmake fixes
Don't make libkscreen mandatory, give the proper version we need
* Fix the @since
* Kill Resolution and use a QSizeF
I first thought QSizeF didn't make sense, but well what's a dpi if not a number of pixels in width and some others in height?
* Remove unwanted const
* Remove unneeded utils.h includes
* Fix comments on realDPIXY()
* Make it compile in non X11

REVIEW: 111829

File Changes

Modified 10 files
  •   CMakeLists.txt
  •   config-okular.h.cmake
  •   core/document.cpp
  •   core/generator.cpp
  •   core/generator.h
  •   core/generator_p.h
  •   core/utils.cpp
  •   core/utils.h
  •   generators/poppler/generator_pdf.cpp
  •   generators/poppler/generator_pdf.h
10 files changed in total