From kde-commits Thu Sep 18 17:41:15 2003 From: Scott Wheeler Date: Thu, 18 Sep 2003 17:41:15 +0000 To: kde-commits Subject: kdebase/konqueror/listview X-MARC-Message: https://marc.info/?l=kde-commits&m=106390691130000 CVS commit by wheeler: I'm sick of watching the whole listview repaint while I move my mouse around. It hurts me. Really. So I've applied some of my ListView Voodoo (tm) and reimplemented the setPixmap() and pixmap() so that when we call setActive() it just repaints the region of the listview that contains the current icon which not only doesn't repaint the whole listview as QListViewItem::setPixmap() does -- it only repaints the area that contains the icon. Things are faster, cleaner, prettier. M +66 -5 konq_listviewitems.cc 1.59 M +8 -0 konq_listviewitems.h 1.26