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

darin darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 06:24:32 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit d69c8ef27fd97d12913064b36d023ab899bea958
Author: darin <darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Jul 15 15:53:55 2002 +0000

            * WebCore.pbproj/project.pbxproj: Removed KWQKPrinter.mm.
            * kwq/KWQKPrinter.mm: Removed.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@1562 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog-2002-12-03 b/WebCore/ChangeLog-2002-12-03
index bfafc65..451d806 100644
--- a/WebCore/ChangeLog-2002-12-03
+++ b/WebCore/ChangeLog-2002-12-03
@@ -1,5 +1,10 @@
 2002-07-15  Darin Adler  <darin at apple.com>
 
+        * WebCore.pbproj/project.pbxproj: Removed KWQKPrinter.mm.
+        * kwq/KWQKPrinter.mm: Removed.
+
+2002-07-15  Darin Adler  <darin at apple.com>
+
         * WebCore.pbproj/project.pbxproj: Removed unused qpopupmenu.h.
         * kwq/kdecore/ksimpleconfig.h: Removed unnecessary include of <config.h>.
         * kwq/kio/global.h: Removed unnecessary include of <config.h>.
diff --git a/WebCore/ChangeLog-2003-10-25 b/WebCore/ChangeLog-2003-10-25
index bfafc65..451d806 100644
--- a/WebCore/ChangeLog-2003-10-25
+++ b/WebCore/ChangeLog-2003-10-25
@@ -1,5 +1,10 @@
 2002-07-15  Darin Adler  <darin at apple.com>
 
+        * WebCore.pbproj/project.pbxproj: Removed KWQKPrinter.mm.
+        * kwq/KWQKPrinter.mm: Removed.
+
+2002-07-15  Darin Adler  <darin at apple.com>
+
         * WebCore.pbproj/project.pbxproj: Removed unused qpopupmenu.h.
         * kwq/kdecore/ksimpleconfig.h: Removed unnecessary include of <config.h>.
         * kwq/kio/global.h: Removed unnecessary include of <config.h>.
diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23
index bfafc65..451d806 100644
--- a/WebCore/ChangeLog-2005-08-23
+++ b/WebCore/ChangeLog-2005-08-23
@@ -1,5 +1,10 @@
 2002-07-15  Darin Adler  <darin at apple.com>
 
+        * WebCore.pbproj/project.pbxproj: Removed KWQKPrinter.mm.
+        * kwq/KWQKPrinter.mm: Removed.
+
+2002-07-15  Darin Adler  <darin at apple.com>
+
         * WebCore.pbproj/project.pbxproj: Removed unused qpopupmenu.h.
         * kwq/kdecore/ksimpleconfig.h: Removed unnecessary include of <config.h>.
         * kwq/kio/global.h: Removed unnecessary include of <config.h>.
diff --git a/WebCore/WebCore.pbproj/project.pbxproj b/WebCore/WebCore.pbproj/project.pbxproj
index 65b9bc3..2d2495b 100644
--- a/WebCore/WebCore.pbproj/project.pbxproj
+++ b/WebCore/WebCore.pbproj/project.pbxproj
@@ -559,7 +559,6 @@
 				F587859802DE375901EA4122,
 				F587859902DE375901EA4122,
 				F587859A02DE375901EA4122,
-				F587859B02DE375901EA4122,
 				F587859C02DE375901EA4122,
 				F587859D02DE375901EA4122,
 				F587859E02DE375901EA4122,
@@ -4213,12 +4212,6 @@
 			path = kwq/KWQKPartsEvent.mm;
 			refType = 4;
 		};
-		F587850902DE375901EA4122 = {
-			isa = PBXFileReference;
-			name = KWQKPrinter.mm;
-			path = kwq/KWQKPrinter.mm;
-			refType = 4;
-		};
 		F587850A02DE375901EA4122 = {
 			isa = PBXFileReference;
 			name = KWQKProtocolManager.mm;
@@ -5059,12 +5052,6 @@
 			settings = {
 			};
 		};
-		F587859B02DE375901EA4122 = {
-			fileRef = F587850902DE375901EA4122;
-			isa = PBXBuildFile;
-			settings = {
-			};
-		};
 		F587859C02DE375901EA4122 = {
 			fileRef = F587850A02DE375901EA4122;
 			isa = PBXBuildFile;
@@ -6375,7 +6362,6 @@
 				F587864E02DE3A9A01EA4122,
 				F587850602DE375901EA4122,
 				F587864F02DE3A9A01EA4122,
-				F587850902DE375901EA4122,
 				F587865002DE3A9A01EA4122,
 				F587850A02DE375901EA4122,
 				F587865102DE3A9A01EA4122,
diff --git a/WebCore/kwq/KWQKPrinter.mm b/WebCore/kwq/KWQKPrinter.mm
deleted file mode 100644
index a16850f..0000000
--- a/WebCore/kwq/KWQKPrinter.mm
+++ /dev/null
@@ -1,72 +0,0 @@
-/*
- * Copyright (C) 2001, 2002 Apple Computer, Inc.  All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- *
- * THIS SOFTWARE IS PROVIDED BY APPLE COMPUTER, INC. ``AS IS'' AND ANY
- * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
- * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE COMPUTER, INC. OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
- * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
- * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
- * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
- * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
- */
-
-#import <kprinter.h>
-#import <kwqdebug.h>
-
-KPrinter::KPrinter(QPrinter::PrinterMode)
-{
-    _logNeverImplemented();
-}
-
-bool KPrinter::setup(QWidget *parent)
-{
-    _logNeverImplemented();
-    return FALSE;
-}
-
-
-bool KPrinter::newPage()
-{
-    _logNeverImplemented();
-    return FALSE;
-}
-
-
-void KPrinter::setDocName(const QString &)
-{
-    _logNeverImplemented();
-}
-
-
-void KPrinter::setCreator(const QString &)
-{
-    _logNeverImplemented();
-}
-
-
-void KPrinter::setFullPage(bool)
-{
-    _logNeverImplemented();
-}
-
-
-QSize KPrinter::margins() const
-{
-    _logNeverImplemented();
-    return QSize(0,0);
-}
-
-

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list