From kde-commits Fri Jul 20 01:56:50 2001 From: CVS by antlarr Date: Fri, 20 Jul 2001 01:56:50 +0000 To: kde-commits Subject: kdelibs/kdecore X-MARC-Message: https://marc.info/?l=kde-commits&m=99559440215283 kdelibs/kdecore kiconloader.cpp,1.160,1.161 kicontheme.cpp,1.35,1.36 kicontheme.h,1.14,1.15 Author: antlarr Fri Jul 20 01:56:40 UTC 2001 Modified Files: kiconloader.cpp kicontheme.cpp kicontheme.h Log Message: Added a Threshold mode which allows to specify a threshold in the following way: If the distance between the icon size requested and the icon size available is below the threshold, the icon is returned by the iconloader as it is, but if that distance is greater than the threshold, then the icon is resized to the requested size.