You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdegraphics/kview/kviewcanvas/ChangeLog

19 lines
561 B

2003-09-27 Matthias Kretz <kretz@kde.org>
* config/confmodules.cpp:
Call m_config->sync() in save() and use a real KConfig 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.
# vim: sw=4 ts=4 tw=80 noet