[Pkg-kde-commits] rev 1859 - in branches/kde-3.4.0/packages/kdelibs/debian: . patches

Christopher Martin chrsmrtn at costa.debian.org
Sat Sep 24 13:35:32 UTC 2005


Author: chrsmrtn
Date: 2005-09-24 13:35:24 +0000 (Sat, 24 Sep 2005)
New Revision: 1859

Modified:
   branches/kde-3.4.0/packages/kdelibs/debian/changelog
   branches/kde-3.4.0/packages/kdelibs/debian/patches/17_kdelibs_rubberband.diff
Log:
This seems to fix the icon placement problem in Konq caused by the
"Improving KDE" patch, but I'm not entirely certain why....

So PLEASE TEST, in case I've missed any new problems, or it doesn't
fix the original issue on your system, and let me know what you find,
good or bad. Thanks!


Modified: branches/kde-3.4.0/packages/kdelibs/debian/changelog
===================================================================
--- branches/kde-3.4.0/packages/kdelibs/debian/changelog	2005-09-24 11:15:35 UTC (rev 1858)
+++ branches/kde-3.4.0/packages/kdelibs/debian/changelog	2005-09-24 13:35:24 UTC (rev 1859)
@@ -1,3 +1,12 @@
+kdelibs (4:3.4.2-5) UNRELEASED; urgency=low
+
+  +++ Changes by Christopher Martin:
+
+  * Tweak the rounded text selection patch to avoid it causing icon spacing
+    issues in Konqueror. (Closes: #329404)
+
+ -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Date
+
 kdelibs (4:3.4.2-4) unstable; urgency=low
 
   * KDE_3_4_BRANCH update (up to r458612).

Modified: branches/kde-3.4.0/packages/kdelibs/debian/patches/17_kdelibs_rubberband.diff
===================================================================
--- branches/kde-3.4.0/packages/kdelibs/debian/patches/17_kdelibs_rubberband.diff	2005-09-24 11:15:35 UTC (rev 1858)
+++ branches/kde-3.4.0/packages/kdelibs/debian/patches/17_kdelibs_rubberband.diff	2005-09-24 13:35:24 UTC (rev 1859)
@@ -81,7 +81,7 @@
  
      int realWidth = QMAX( QMIN( r.width() + 4, tw ), fm->width( "X" ) );
 -    itemTextRect.setWidth( realWidth );
-+    itemTextRect.setWidth( realWidth + 4 );
++    itemTextRect.setWidth( realWidth + 2);
      itemTextRect.setHeight( r.height() );
  
      int w = 0;    int h = 0;    int y = 0;




More information about the pkg-kde-commits mailing list