Revision 6e31383...

Go back to digest for 17th June 2012

Features in Office

Dmitry Kazakov committed changes in [calligra/krita-lut_docker-rempt] /ui:

Added a method KisCanvas::setMonitorProfile()

This method sets the monitor profile of the canvas and updates
all its caches in a proper thread-safe way.

What is *not* done:
1) Handling of KisCanvas2::Provate::monitorProfile/renderingIntent.
They are currently set in quite a random way in different methods.
There should be some order in it.
2) Handling of the rendering intent in the openGL canvas, although a
variable was added for it.

File Changes

Modified 9 files
  • /ui
  •   krita/canvas/kis_canvas2.cpp
  •   krita/canvas/kis_canvas2.h
  •   krita/canvas/kis_image_pyramid.cpp
  •   krita/canvas/kis_image_pyramid.h
  •   krita/canvas/kis_prescaled_projection.cpp
  •   krita/canvas/kis_prescaled_projection.h
  •   krita/canvas/kis_projection_backend.h
  •   krita/opengl/kis_opengl_image_textures.cpp
  •   krita/opengl/kis_opengl_image_textures.h
9 files changed in total