[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677

rjw rjw at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 05:55:50 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit e219944260ad6c7bf70e4d9e43168082e99185fb
Author: rjw <rjw at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Feb 18 22:22:52 2002 +0000

    Fixed to  preferences dialog problem.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@636 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog-2002-12-03 b/WebCore/ChangeLog-2002-12-03
index c9c4826..2ce6e9f 100644
--- a/WebCore/ChangeLog-2002-12-03
+++ b/WebCore/ChangeLog-2002-12-03
@@ -1,5 +1,12 @@
 2002-02-18  Richard Williamson  <rjw at apple.com>
 
+        Fixed the prefences won't stay in front problem after John found 
+        and correctly diagnosed the problem.
+        
+	* src/kwq/KWQWidget.mm: (QWidget::show), (QWidget::hide):
+
+2002-02-18  Richard Williamson  <rjw at apple.com>
+
         Performance measurement.
         
 	* src/kwq/KWQKHTMLPart.mm: (KHTMLPart::begin), (KHTMLPart::write):
diff --git a/WebCore/ChangeLog-2003-10-25 b/WebCore/ChangeLog-2003-10-25
index c9c4826..2ce6e9f 100644
--- a/WebCore/ChangeLog-2003-10-25
+++ b/WebCore/ChangeLog-2003-10-25
@@ -1,5 +1,12 @@
 2002-02-18  Richard Williamson  <rjw at apple.com>
 
+        Fixed the prefences won't stay in front problem after John found 
+        and correctly diagnosed the problem.
+        
+	* src/kwq/KWQWidget.mm: (QWidget::show), (QWidget::hide):
+
+2002-02-18  Richard Williamson  <rjw at apple.com>
+
         Performance measurement.
         
 	* src/kwq/KWQKHTMLPart.mm: (KHTMLPart::begin), (KHTMLPart::write):
diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23
index c9c4826..2ce6e9f 100644
--- a/WebCore/ChangeLog-2005-08-23
+++ b/WebCore/ChangeLog-2005-08-23
@@ -1,5 +1,12 @@
 2002-02-18  Richard Williamson  <rjw at apple.com>
 
+        Fixed the prefences won't stay in front problem after John found 
+        and correctly diagnosed the problem.
+        
+	* src/kwq/KWQWidget.mm: (QWidget::show), (QWidget::hide):
+
+2002-02-18  Richard Williamson  <rjw at apple.com>
+
         Performance measurement.
         
 	* src/kwq/KWQKHTMLPart.mm: (KHTMLPart::begin), (KHTMLPart::write):
diff --git a/WebCore/kwq/KWQWidget.mm b/WebCore/kwq/KWQWidget.mm
index b3fc622..bbb6575 100644
--- a/WebCore/kwq/KWQWidget.mm
+++ b/WebCore/kwq/KWQWidget.mm
@@ -383,13 +383,13 @@ bool QWidget::hasMouseTracking() const
 
 void QWidget::show()
 {
-    [[data->view window] deminiaturize: data->view];
+    _logNeverImplemented();
 }
 
 
 void QWidget::hide()
 {
-    [[data->view window] miniaturize: data->view];
+    _logNeverImplemented();
 }
 
 
diff --git a/WebCore/src/kwq/KWQWidget.mm b/WebCore/src/kwq/KWQWidget.mm
index b3fc622..bbb6575 100644
--- a/WebCore/src/kwq/KWQWidget.mm
+++ b/WebCore/src/kwq/KWQWidget.mm
@@ -383,13 +383,13 @@ bool QWidget::hasMouseTracking() const
 
 void QWidget::show()
 {
-    [[data->view window] deminiaturize: data->view];
+    _logNeverImplemented();
 }
 
 
 void QWidget::hide()
 {
-    [[data->view window] miniaturize: data->view];
+    _logNeverImplemented();
 }
 
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list