summaryrefslogtreecommitdiffstats
path: root/kview/kviewcanvas/ChangeLog
blob: 2d2ccd65ac1e28c984aa297cd4057465fc8db07a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
2003-09-27  Matthias Kretz <kretz@kde.org>

	* config/confmodules.cpp:
		Call m_config->sync() in save() and use a real TDEConfig object instead of
		a KSimpleConfig.
	* kimagecanvas.cpp:
		Renamed readSettings to loadSettings and call it in the ctor.

2003-08-19  Matthias Kretz <kretz@kde.org>

	* kimagecanvas.cpp:
		Fix checkBounds() to always keep the aspect ratio.
		Create the factory with it's own TDEInstance.
	* kimagecanvas.{h,cpp}:
		New method boundImageTo( QSize ). Fits the image into the
		requested width and height.