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

List:       kde-commits
Subject:    kdepim/korganizer
From:       Reinhold Kainhofer <reinhold () kainhofer ! com>
Date:       2004-09-13 16:06:32
Message-ID: 20040913160632.4FEFD94A1 () office ! kde ! org
[Download RAW message or body]

CVS commit by kainhofe: 

Add debug area to kdDebug calls


  M +0 -2      kocore.cpp   1.39
  M +1 -1      plugins/printing/journal/journalprint.cpp   1.2
  M +1 -1      plugins/printing/list/listprint.cpp   1.2
  M +1 -1      plugins/printing/whatsnext/whatsnextprint.cpp   1.2
  M +1 -1      printing/calprintdefaultplugins.cpp   1.3
  M +1 -2      printing/calprinter.cpp   1.3
  M +6 -6      printing/calprinthelper.cpp   1.5


--- kdepim/korganizer/kocore.cpp  #1.38:1.39
@@ -326,7 +326,5 @@ KOrg::PrintPlugin::List KOCore::loadPrin
   KTrader::OfferList plugins = availablePrintPlugins();
   KTrader::OfferList::ConstIterator it;
-kdDebug()<<"selectedPlugins: "<<selectedPlugins.join(",")<<endl;
   for( it = plugins.begin(); it != plugins.end(); ++it ) {
-kdDebug()<<"Loading Pring plugin: "<<(*it)->desktopEntryName()<<endl;  
     if ( selectedPlugins.find( (*it)->desktopEntryName() ) !=
                                selectedPlugins.end() ) {

--- kdepim/korganizer/plugins/printing/journal/journalprint.cpp  #1.1:1.2
@@ -95,5 +95,5 @@ void CalPrintJournal::loadConfig()
 void CalPrintJournal::saveConfig()
 {
-  kdDebug() << "CalPrintJournal::saveConfig()" << endl;
+  kdDebug(5850) << "CalPrintJournal::saveConfig()" << endl;
 
   readSettingsWidget();

--- kdepim/korganizer/plugins/printing/list/listprint.cpp  #1.1:1.2
@@ -97,5 +97,5 @@ void CalPrintList::loadConfig()
 void CalPrintList::saveConfig()
 {
-  kdDebug() << "CalPrintList::saveConfig()" << endl;
+  kdDebug(5850) << "CalPrintList::saveConfig()" << endl;
 
   readSettingsWidget();

--- kdepim/korganizer/plugins/printing/whatsnext/whatsnextprint.cpp  #1.1:1.2
@@ -96,5 +96,5 @@ void CalPrintWhatsNext::loadConfig()
 void CalPrintWhatsNext::saveConfig()
 {
-  kdDebug() << "CalPrintWhatsNext::saveConfig()" << endl;
+  kdDebug(5850) << "CalPrintWhatsNext::saveConfig()" << endl;
 
   readSettingsWidget();

--- kdepim/korganizer/printing/calprintdefaultplugins.cpp  #1.2:1.3
@@ -124,5 +124,5 @@ void CalPrintDay::loadConfig()
 void CalPrintDay::saveConfig()
 {
-  kdDebug() << "CalPrintDay::saveConfig()" << endl;
+  kdDebug(5850) << "CalPrintDay::saveConfig()" << endl;
 
   readSettingsWidget();

--- kdepim/korganizer/printing/calprinter.cpp  #1.2:1.3
@@ -59,5 +59,5 @@ CalPrinter::CalPrinter( QWidget *parent,
 CalPrinter::~CalPrinter()
 {
-  kdDebug() << "~CalPrinter()" << endl;
+  kdDebug(5850) << "~CalPrinter()" << endl;
 
   KOrg::PrintPlugin::List::Iterator it = mPrintPlugins.begin();
@@ -91,5 +91,4 @@ void CalPrinter::init( KPrinter *printer
   KOrg::PrintPlugin::List::Iterator it = mPrintPlugins.begin();
   for ( ; it != mPrintPlugins.end(); ++it ) {
-kdDebug()<<"Print plugin loaded: "<<(*it)->description()<<endl;
     (*it)->setConfig( mConfig );
     (*it)->setCalendar( calendar );

--- kdepim/korganizer/printing/calprinthelper.cpp  #1.4:1.5
@@ -91,10 +91,10 @@ class PrintCellItem : public KOrg::CellI
 
 #if 0
-      kdDebug() << "PrintCellItem::overlaps() " << event()->summary()
+      kdDebug(5850) << "PrintCellItem::overlaps() " << event()->summary()
                 << " <-> " << other->event()->summary() << endl;
-      kdDebug() << "  start     : " << start.toString() << endl;
-      kdDebug() << "  end       : " << end.toString() << endl;
-      kdDebug() << "  otherStart: " << otherStart.toString() << endl;
-      kdDebug() << "  otherEnd  : " << otherEnd.toString() << endl;
+      kdDebug(5850) << "  start     : " << start.toString() << endl;
+      kdDebug(5850) << "  end       : " << end.toString() << endl;
+      kdDebug(5850) << "  otherStart: " << otherStart.toString() << endl;
+      kdDebug(5850) << "  otherEnd  : " << otherEnd.toString() << endl;
 #endif
 


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

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