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

List:       kde-commits
Subject:    koffice/kexi/plugins/reportspgz/backend/wrtembed
From:       Adam Pigg <adam () piggz ! co ! uk>
Date:       2009-03-12 23:35:51
Message-ID: 1236900951.097613.25408.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 938779 by piggz:

remove some kdebug()'s

 M  +1 -1      reportentityfield.cpp  
 M  +0 -2      reportrectentity.cpp  
 M  +1 -1      reportscene.cpp  


--- trunk/koffice/kexi/plugins/reportspgz/backend/wrtembed/reportentityfield.cpp \
#938778:938779 @@ -189,7 +189,7 @@
 
 void ReportEntityField::propertyChanged(KoProperty::Set &s, KoProperty::Property &p)
 {
-    kDebug() << "ReportEntityField::propertyChanged " << s.typeName() << ":" << \
p.name() << ":" << p.value(); +    //kDebug() << "ReportEntityField::propertyChanged \
" << s.typeName() << ":" << p.name() << ":" << p.value();  
     //Handle Position
     if (p.name() == "Position") {
--- trunk/koffice/kexi/plugins/reportspgz/backend/wrtembed/reportrectentity.cpp \
#938778:938779 @@ -261,7 +261,6 @@
 
 QVariant ReportRectEntity::itemChange(GraphicsItemChange change, const QVariant \
&value)  {
-    kDebug() << change << value;
     if (change == ItemPositionChange && scene()) {
         QPointF newPos = value.toPointF();
 
@@ -280,7 +279,6 @@
     } else if (change == ItemPositionHasChanged && scene()) {
         ppos->setScenePos(value.toPointF());
     } else if (change == ItemSceneHasChanged && scene() && psize) {
-        kDebug() << pos();
         QPointF newPos = pos();
 
         newPos = dynamic_cast<ReportScene*>(scene())->gridPoint(newPos);
--- trunk/koffice/kexi/plugins/reportspgz/backend/wrtembed/reportscene.cpp \
#938778:938779 @@ -95,7 +95,7 @@
         QPen pen = painter->pen();
         painter->setPen(QColor(212, 212, 212));
 
-        kDebug() << "dpix" << KoGlobal::dpiX() << "dpiy" << KoGlobal::dpiY() << \
"mayorx:" << majorx << "majory" << majory << "pix:" << pixel_incrementx << "piy:" << \
pixel_incrementy; +        //kDebug() << "dpix" << KoGlobal::dpiX() << "dpiy" << \
KoGlobal::dpiY() << "mayorx:" << majorx << "majory" << majory << "pix:" << \
pixel_incrementx << "piy:" << pixel_incrementy;  
         if (pixel_incrementx > 2) { // do not bother painting points if increments \
are so small  int wpoints = qRound(sceneRect().width() / pixel_incrementx);


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

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