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

tonikitoo at webkit.org tonikitoo at webkit.org
Wed Dec 22 11:52:04 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 789fc80676c66d7e22ccc7bbaddf0d51498aaf33
Author: tonikitoo at webkit.org <tonikitoo at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Aug 10 03:58:35 2010 +0000

    2010-08-09  Antonio Gomes  <tonikitoo at webkit.org>
    
            Reviewed by Ariya Hidayat.
    
            [Qt] QtTestBrowser: make reset-zooming to animate when tiled backing store is on.
    
            It gets control+0 the same visual effect as control++ or control-.
    
            * QtTestBrowser/launcherwindow.cpp:
            (LauncherWindow::toggleZoomTextOnly):
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@65048 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index ddd662a..993c353 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -2,6 +2,17 @@
 
         Reviewed by Ariya Hidayat.
 
+        [Qt] QtTestBrowser: make reset-zooming to animate when tiled backing store is on.
+
+        It gets control+0 the same visual effect as control++ or control-.
+
+        * QtTestBrowser/launcherwindow.cpp:
+        (LauncherWindow::toggleZoomTextOnly):
+
+2010-08-09  Antonio Gomes  <tonikitoo at webkit.org>
+
+        Reviewed by Ariya Hidayat.
+
         [Qt] QtTestBrowser:: make m_zoomLevels a static member.
 
         Not all instances of LauncherWindow need its own m_zoomLevel.
diff --git a/WebKitTools/QtTestBrowser/launcherwindow.cpp b/WebKitTools/QtTestBrowser/launcherwindow.cpp
index 83c61d9..d62b4a9 100644
--- a/WebKitTools/QtTestBrowser/launcherwindow.cpp
+++ b/WebKitTools/QtTestBrowser/launcherwindow.cpp
@@ -592,7 +592,7 @@ void LauncherWindow::zoomOut()
 void LauncherWindow::resetZoom()
 {
     m_currentZoom = 100;
-    page()->mainFrame()->setZoomFactor(1.0);
+    applyZoom();
 }
 
 void LauncherWindow::toggleZoomTextOnly(bool b)

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list