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

List:       kde-commits
Subject:    kdenonbeta/kdmthemes (silent)
From:       Unai Garro <Unai.Garro () ee ! ed ! ac ! uk>
Date:       2003-12-12 22:26:34
[Download RAW message or body]

CVS commit by uga: 

CVS_SILENT
add more debug information


  M +2 -2      kdmbox.cpp   1.14
  M +1 -1      kdmwidget.cpp   1.23


--- kdenonbeta/kdmthemes/kdmbox.cpp  #1.13:1.14
@@ -64,5 +64,5 @@ KdmBox::resize(void)
                 {
                         QRect newRect=QRect(w->hint().x(), m_size, \
                w->hint().width(), w->hint().height());
-                        kdDebug()<<QString("Child %1 [%2] @[%3 %4 %5 %6]")
+                        kdDebug()<<QString("Child %1 [%2] @[%3 %4 %5 %6],")
                         .arg(num)
                         .arg(w->type())
@@ -71,5 +71,5 @@ KdmBox::resize(void)
                         .arg(newRect.width())
                         .arg(newRect.height())
-                        .latin1()<<endl;
+                        .latin1()<<((void*) w)<<endl;
                 
                         w->setArea(newRect);

--- kdenonbeta/kdmthemes/kdmwidget.cpp  #1.22:1.23
@@ -288,8 +288,8 @@ void KdmWidget::recalculateSize()
 void KdmWidget::resize(void)
 {
-        kdDebug()<<"KdmWidget::recalculateSize()"<<"["<<type()<<"]"<<endl;
         
         if (!m_freeResizing) 
         {
+                kdDebug()<<"KdmWidget::resize()"<<"["<<type()<<","<<(void*) \
this<<"]"<<endl;  setArea(m_hint); 
         }


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

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