[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:40 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 74a318db65ceb3fb9c530feb9100f1ca9c491222
Author: rjw <rjw at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Feb 14 04:19:22 2002 +0000

    Use NSSwitchButton for check boxes.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@621 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog-2002-12-03 b/WebCore/ChangeLog-2002-12-03
index 4a46507..580a5b2 100644
--- a/WebCore/ChangeLog-2002-12-03
+++ b/WebCore/ChangeLog-2002-12-03
@@ -1,4 +1,10 @@
 2002-02-13  Richard Williamson  <rjw at apple.com>
+    
+    Use NSSwitchButtons for check boxes.
+
+	* src/kwq/KWQCheckBox.mm: (QCheckBox::QCheckBox):
+
+2002-02-13  Richard Williamson  <rjw at apple.com>
 
     Removed dead code from setView.
     
diff --git a/WebCore/ChangeLog-2003-10-25 b/WebCore/ChangeLog-2003-10-25
index 4a46507..580a5b2 100644
--- a/WebCore/ChangeLog-2003-10-25
+++ b/WebCore/ChangeLog-2003-10-25
@@ -1,4 +1,10 @@
 2002-02-13  Richard Williamson  <rjw at apple.com>
+    
+    Use NSSwitchButtons for check boxes.
+
+	* src/kwq/KWQCheckBox.mm: (QCheckBox::QCheckBox):
+
+2002-02-13  Richard Williamson  <rjw at apple.com>
 
     Removed dead code from setView.
     
diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23
index 4a46507..580a5b2 100644
--- a/WebCore/ChangeLog-2005-08-23
+++ b/WebCore/ChangeLog-2005-08-23
@@ -1,4 +1,10 @@
 2002-02-13  Richard Williamson  <rjw at apple.com>
+    
+    Use NSSwitchButtons for check boxes.
+
+	* src/kwq/KWQCheckBox.mm: (QCheckBox::QCheckBox):
+
+2002-02-13  Richard Williamson  <rjw at apple.com>
 
     Removed dead code from setView.
     
diff --git a/WebCore/kwq/KWQCheckBox.mm b/WebCore/kwq/KWQCheckBox.mm
index 9e59f21..8b88ba1 100644
--- a/WebCore/kwq/KWQCheckBox.mm
+++ b/WebCore/kwq/KWQCheckBox.mm
@@ -34,7 +34,7 @@ QCheckBox::QCheckBox(QWidget *w) : QButton (w)
     KWQNSButton *button;
     
     button = (KWQNSButton *)getView();
-    [button setButtonType: NSRadioButton];
+    [button setButtonType: NSSwitchButton];
     setView (button);
 }
 
diff --git a/WebCore/src/kwq/KWQCheckBox.mm b/WebCore/src/kwq/KWQCheckBox.mm
index 9e59f21..8b88ba1 100644
--- a/WebCore/src/kwq/KWQCheckBox.mm
+++ b/WebCore/src/kwq/KWQCheckBox.mm
@@ -34,7 +34,7 @@ QCheckBox::QCheckBox(QWidget *w) : QButton (w)
     KWQNSButton *button;
     
     button = (KWQNSButton *)getView();
-    [button setButtonType: NSRadioButton];
+    [button setButtonType: NSSwitchButton];
     setView (button);
 }
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list