From kde-commits Thu Sep 30 21:30:56 1999 From: CVS by espensa Date: Thu, 30 Sep 1999 21:30:56 +0000 To: kde-commits Subject: kdelibs/kdeui X-MARC-Message: https://marc.info/?l=kde-commits&m=93873513704854 kdelibs/kdeui kfontdialog.cpp,1.43,1.44 kfontdialog.h,1.20,1.21 Author: espensa CVSROOT: /home/kde Thu Sep 30 23:30:56 MET DST 1999 Update of /home/kde/kdelibs/kdeui In directory zeus:/tmp/cvs-serv11871 Modified Files: kfontdialog.cpp kfontdialog.h Log Message: KFontCooser: 1. Reimplemented the sizeHint() to return the value of minimumSizeHint() 2. Made getFontList( QStringList &, const char * ) static so that we have a tool for creating fontnames outside the KFontCooser. Useful when the default lists made by KFontCooser is not usable.