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

List:       kde-commits
Subject:    kdenox/konq-embed/src
From:       Eva Brucherseifer <eva () kde ! org>
Date:       2006-06-27 12:32:43
Message-ID: 1151411563.381285.24680.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 555432 by eva:

in fullscreen mode, the listboxes of QComboboxes within dialogs are not shown on top
=> tried to reparent, but this doesn't work
=> disabled the dialogs in fullscreen mode


 M  +2 -0      mainwindow_road.cc  
 M  +1 -0      preferences_road.cc  


--- trunk/kdenox/konq-embed/src/mainwindow_road.cc #555431:555432
@@ -362,6 +362,8 @@
 {
     if ( isFullScreen )
 	emit fullscreen();
+    actionCollection()->action( "bookmark_edit" )->setEnabled( !isFullScreen );
+    actionCollection()->action( "options_configure" )->setEnabled( !isFullScreen );
     MainWindowBase::toggleFullScreen( isFullScreen );
 }
 
--- trunk/kdenox/konq-embed/src/preferences_road.cc #555431:555432
@@ -480,6 +480,7 @@
 
     new QLabel( tr( "Always show:" ), box );
     defaultModeBar = new QComboBox( false, box, "defaultModeBar" );
+    //defaultModeBar->listBox()->reparent(this, WStyle_StaysOnTop, QPoint());
     if ( !m_mainWindow->inherits( "MainWindowRoad" ) )
     {
         defaultModeBar->hide();
[prev in list] [next in list] [prev in thread] [next in thread] 

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