Revision 8ae1885...
Go back to digest for 27th February 2011Bug Fixes in Office
Dmitry Kazakov committed changes in [calligra] /image/tiles3:
Disabled the tile data pooler.
Now nothing should prevent the swapper to do it's work. And big images
should work ok.
There are two bugs still:
1) When you load a big jpeg image, it is loaded entirely to your
memory. And right after that the swapper comes and swaps it out of
your memory.
2) resizeEvent() for the canvas creates a QImage as big as your image
and then deletes it.
File Changes
Modified 2 files
- /image/tiles3
- krita/kis_tile_data_store.cc
- krita/kis_tile_data_store.h
2 files changed in total