Repository
svn://anonsvn.kde.org/home/kde/trunk/KDE/kdesdk/kompare
/trunk/KDE/kdesdk/kompare
by
je4d
on
2009-08-30 21:56
(3 months ago)
Rectify the antialiasing changes that were put in a while back
The 1px border lines for selected items are now drawn down one line of pixels instead of being drawn on the boundary between two lines.
I've also changed the connectwidget bezier rendering stuff to use QPainterPath beziers. Before antialiasing was introduced the Q3PointArray bezier-approximations were fine, but with antialiasing they were noticably incorrect. Qt4's QPainterPath gets it right.