[prev in list] [next in list] [prev in thread] [next in thread] 

List:       koffice-devel
Subject:    Re: problems with screen presentations in kpresenter
From:       Toshitaka Fujioka <toshitaka () kde ! gr ! jp>
Date:       2001-06-22 3:45:20
[Download RAW message or body]

On Wednesday 20 June 2001 20:50, Toshitaka Fujioka wrote:
> On Saturday 16 June 2001 20:20, Christian Gebauer wrote:
> > Hi,
> >
> > the screen presentation mode of kpresenter seems to be
> > a bit broken in the current CVS version:
> >
> > 1) kicker is always visible:
> >    http://www.rhrk.uni-kl.de/~gebauerc/kpresenter1.png
> > 2) when you click on the first slide the presentation window
> >    is moved of the screen:
> >    http://www.rhrk.uni-kl.de/~gebauerc/kpresenter2.png
> >
> > Its possible to workaround these problems by hiding kicker
> > and by cycling to the presentation but it looks broken.
>
> I found the same bug, too. :(
> I use CVS of yesterday (kdelibs, kdebase, koffice).
>
> I think that this problem is change of source of kicker.

This was bug of Qt-2.3.1.
Kicker developers, I'm very sorry. I apologize to you.

Please apply the patch which I attached.
This bug is fixed.

PS. I sent a bug report to Troll tech.

Thank you.
-- 
Toshitaka Fujioka
http://www.kde.org                The K Desktop Environment Project
                                                    fujioka@kde.org
http://www.kde.gr.jp               Japan KDE User's Group
                                                    toshitaka@kde.gr.jp

-- We offer the best Desktop Environment to you.  (This is my goal. ;-)) --     




["qt-copy-showFullScreen-fix-20010622.diff" (text/x-c++)]

diff -ur qt-copy.orig/src/kernel/qwidget.cpp qt-copy/src/kernel/qwidget.cpp
--- qt-copy.orig/src/kernel/qwidget.cpp	Fri Jun 22 08:29:15 2001
+++ qt-copy/src/kernel/qwidget.cpp	Fri Jun 22 08:31:11 2001
@@ -4951,9 +4951,9 @@
     }
     if ( topData()->normalGeometry.width() < 0 )
 	topData()->normalGeometry = QRect( pos(), size() );
-    reparent( 0, WType_TopLevel | WStyle_Customize | WStyle_NoBorderEx |
+    reparent( 0, WType_TopLevel | WStyle_Customize | WStyle_NoBorderEx | WStyle_StaysOnTop |
 	      // preserve some widget flags
-	      (getWFlags() & 0xffff0000),
+	      (getWFlags() & 0xfffe0000),
 	      QPoint(0,0) );
     topData()->fullscreen = 1;
     resize( qApp->desktop()->size() );

_______________________________________________
Koffice-devel mailing list
Koffice-devel@master.kde.org
http://master.kde.org/mailman/listinfo/koffice-devel


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic