From 9926d014a3a5965ebcadd0dfa2278efef8efc40b Mon Sep 17 00:00:00 2001 From: markd Date: Tue, 31 May 2005 15:01:31 +0000 Subject: Update to KDE 3.4.1 Changes: * kpdf: Change atan2f to atan2 so it compiles on Solaris 2.8 * kpdf: Show context menu when in FullScreen even if no document is open * kpdf: Do not leak memory when reloading a document * kpdf: Fix mouse wheel rotation in presentation mode * kpdf: Do not assume only there's only a ObjectRect in a given point * kpdf: Fix properties dialog when there are very large texts * kpdf: Compile when Xft2 headers are in a non-standard path * kpdf: Make Page Up and Page Down work on presentation mode * kpdf: Ask when overwriting files * kpdf: Solaris compile fix * kpdf: Do not move to top of the page when reloading the document * kpdf: Add another path where to look for ghostscript fonts * kpdf: Workaround weakness in gnome handling of desktop files * kpdf: Don't assume Encoding array of Type1 fonts end in "foo def" * kpdf: Fix text copying on some documents * kpdf: Parse Light and Condensed in font name * kpdf: Fix the allocation size of libgoo on 64bit architectures * kpdf: Fix problems with non-standard styles * kpdf: Fix disabled icons * ksnapshot: Rescale screenshot preview when resizing window --- graphics/kdegraphics3/distinfo | 10 ++++------ graphics/kdegraphics3/patches/patch-aa | 13 ------------- graphics/kdegraphics3/patches/patch-ab | 13 ------------- 3 files changed, 4 insertions(+), 32 deletions(-) delete mode 100644 graphics/kdegraphics3/patches/patch-aa delete mode 100644 graphics/kdegraphics3/patches/patch-ab (limited to 'graphics') diff --git a/graphics/kdegraphics3/distinfo b/graphics/kdegraphics3/distinfo index 5a45ab14505..cdff163f9fc 100644 --- a/graphics/kdegraphics3/distinfo +++ b/graphics/kdegraphics3/distinfo @@ -1,7 +1,5 @@ -$NetBSD: distinfo,v 1.28 2005/03/29 11:03:18 markd Exp $ +$NetBSD: distinfo,v 1.29 2005/05/31 15:01:31 markd Exp $ -SHA1 (kdegraphics-3.4.0.tar.bz2) = 91217c718abb551e1c81feda0fd0ce2d4fd21e83 -RMD160 (kdegraphics-3.4.0.tar.bz2) = 5509cc509afaa113c07a8c1eeb5d93afc40150f8 -Size (kdegraphics-3.4.0.tar.bz2) = 6667685 bytes -SHA1 (patch-aa) = 10828cce1f68a2daa2a0edd6d9182f1f91f5cc53 -SHA1 (patch-ab) = 4019e5509c09cdcaca314d01c3850e818458d698 +SHA1 (kdegraphics-3.4.1.tar.bz2) = f3f854e0a0ae754eb6eb89b18799452801d0a3cb +RMD160 (kdegraphics-3.4.1.tar.bz2) = 2e04dc38b27c89830d97b6cac739598bd8dee02b +Size (kdegraphics-3.4.1.tar.bz2) = 6581563 bytes diff --git a/graphics/kdegraphics3/patches/patch-aa b/graphics/kdegraphics3/patches/patch-aa deleted file mode 100644 index f170b8ac50e..00000000000 --- a/graphics/kdegraphics3/patches/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-aa,v 1.7 2005/03/29 11:03:18 markd Exp $ - ---- kpdf/ui/pageview.cpp.orig 2005-03-29 11:56:20.631795000 +1200 -+++ kpdf/ui/pageview.cpp -@@ -1497,7 +1497,7 @@ void PageView::slotRelayoutPages() - // Here we find out column's width and row's height to compute a table - // so we can place widgets 'centered in virtual cells'. - int nCols = Settings::viewColumns(), -- nRows = (int)ceilf( (float)pageCount / (float)nCols ), -+ nRows = (int)ceil( (float)pageCount / (float)nCols ), - * colWidth = new int[ nCols ], - * rowHeight = new int[ nRows ], - cIdx = 0, diff --git a/graphics/kdegraphics3/patches/patch-ab b/graphics/kdegraphics3/patches/patch-ab deleted file mode 100644 index 2aa79ac2b53..00000000000 --- a/graphics/kdegraphics3/patches/patch-ab +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ab,v 1.7 2005/03/29 11:03:18 markd Exp $ - ---- kpdf/ui/presentationwidget.cpp.orig 2005-03-29 11:58:40.224750000 +1200 -+++ kpdf/ui/presentationwidget.cpp -@@ -320,7 +320,7 @@ void PresentationWidget::overlayClick( c - return; - - // compute angle relative to indicator (note coord transformation) -- float angle = 0.5 + 0.5 * atan2f( -xPos, -yPos ) / M_PI; -+ float angle = 0.5 + 0.5 * atan2( -xPos, -yPos ) / M_PI; - int pageIndex = (int)( angle * ( m_frames.count() - 1 ) + 0.5 ); - - // go to selected page -- cgit v1.2.3