[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/work/unity/WebKit/WebCore/platform/qt (silent)
From:       Nikolas Zimmermann <wildfox () kde ! org>
Date:       2006-07-31 15:17:03
Message-ID: 1154359023.647637.13579.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 568237 by wildfox:

SVN_SILENT: silence please


 M  +1 -1      FontQt.cpp  
 M  +1 -8      GraphicsContextQt.cpp  


--- branches/work/unity/WebKit/WebCore/platform/qt/FontQt.cpp #568236:568237
@@ -48,7 +48,7 @@
     p.setFont(font->platformData().font());
     QChar *buffer = reinterpret_cast<QChar*>(glyphBuffer.glyphs(from));
     QString str = QString::fromRawData(buffer, numGlyphs);
-    qDebug() << "Font::drawGlyphs:" << str;
+    // qDebug() << "Font::drawGlyphs:" << str;
     p.drawText(QPointF(point.x(),point.y()), str);
 }
 
--- branches/work/unity/WebKit/WebCore/platform/qt/GraphicsContextQt.cpp \
#568236:568237 @@ -39,17 +39,14 @@
 #include <stdlib.h>
 #include <stdio.h>
 
-#include <QDebug>
+#include "HelperQt.h"
 
 #ifndef M_PI
 #define M_PI 3.14159265358979323846
 #endif
 
-#define notImplemented() do { fprintf(stderr, "FIXME: UNIMPLEMENTED: %s:%d\n", \
                __FILE__, __LINE__); } while(0)
-
 namespace WebCore {
 
-
 static QPainter::CompositionMode toQtCompositionMode(CompositeOperator op)
 {
     switch(op) {
@@ -339,7 +336,6 @@
 {
     if (paintingDisabled())
         return;
-    qDebug("drawRect");
     m_data->p().drawRect(rect);
 }
 
@@ -381,7 +377,6 @@
 {
     if (paintingDisabled())
         return;
-    qDebug("drawLine");
     FloatPoint p1 = point1;
     FloatPoint p2 = point2;
     adjustLineToPixelBounderies(p1, p2, pen().width(), pen().style());
@@ -420,7 +415,6 @@
 {
     if (paintingDisabled())
         return;
-    //qDebug("fillRect");
     m_data->p().fillRect(rect, QColor(c.red(), c.green(), c.blue(), c.alpha()));
 }
 
@@ -428,7 +422,6 @@
 {
     if (paintingDisabled())
         return;
-    //qDebug("fillRect");
     m_data->p().fillRect(rect, QColor(c.red(), c.green(), c.blue(), c.alpha()));
 }
 


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic