[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

andreas.kling at nokia.com andreas.kling at nokia.com
Wed Dec 22 15:17:56 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit e768bee0d11909ee628752e406e57dfdd640a955
Author: andreas.kling at nokia.com <andreas.kling at nokia.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Oct 29 23:22:16 2010 +0000

    2010-10-29  Andreas Kling  <kling at webkit.org>
    
            Reviewed by Kenneth Rohde Christiansen.
    
            [Qt] QtTestBrowser: Add keyboard shortcut to toggle full screen (F11)
            https://bugs.webkit.org/show_bug.cgi?id=48695
    
            * QtTestBrowser/launcherwindow.cpp:
            (LauncherWindow::createChrome):
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@70947 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index 6ec2ad5..1c7d1bf 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -2,6 +2,16 @@
 
         Reviewed by Kenneth Rohde Christiansen.
 
+        [Qt] QtTestBrowser: Add keyboard shortcut to toggle full screen (F11)
+        https://bugs.webkit.org/show_bug.cgi?id=48695
+
+        * QtTestBrowser/launcherwindow.cpp:
+        (LauncherWindow::createChrome):
+
+2010-10-29  Andreas Kling  <kling at webkit.org>
+
+        Reviewed by Kenneth Rohde Christiansen.
+
         [Qt] QtTestBrowser: Fix uninitialized read in FpsTimer
         https://bugs.webkit.org/show_bug.cgi?id=48675
 
diff --git a/WebKitTools/QtTestBrowser/launcherwindow.cpp b/WebKitTools/QtTestBrowser/launcherwindow.cpp
index a05f942..e5e49be 100644
--- a/WebKitTools/QtTestBrowser/launcherwindow.cpp
+++ b/WebKitTools/QtTestBrowser/launcherwindow.cpp
@@ -215,6 +215,7 @@ void LauncherWindow::createChrome()
 
     QMenu* windowMenu = menuBar()->addMenu("&Window");
     QAction* toggleFullScreen = windowMenu->addAction("Toggle FullScreen", this, SIGNAL(enteredFullScreenMode(bool)));
+    toggleFullScreen->setShortcut(Qt::Key_F11);
     toggleFullScreen->setCheckable(true);
     toggleFullScreen->setChecked(false);
     // When exit fullscreen mode by clicking on the exit area (bottom right corner) we must

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list