[Kde-imaging] kdeextragear-libs-1/kipi-plugins

Renchi Raju renchi at pooh.tam.uiuc.edu
Tue Jun 15 04:24:41 CEST 2004


CVS commit by pahlibar: 


CCMAIL: kde-imaging at kde.org
attend to some pending tasks for me by jesper


  M +0 -2      findimages/displaycompare.cpp   1.5
  M +0 -1      mpegencoder/kimg2mpg.cpp   1.8
  M +0 -1      rawconverter/batchdialog.cpp   1.6
  M +0 -1      sendimages/sendimagesdialog.cpp   1.7


--- kdeextragear-libs-1/kipi-plugins/findimages/displaycompare.cpp  #1.4:1.5
@@ -341,5 +341,4 @@ void DisplayCompare::slotDisplayLeft(QLi
     KURL url(IdemIndexed);
 
-    // PENDING(blackie) Renchi: true as forth parameter
     KIO::PreviewJob* thumbJob1 = KIO::filePreview( url, preview1->height() );
 
@@ -419,5 +418,4 @@ void DisplayCompare::slotDisplayRight(QL
     KURL url(IdemIndexed);
 
-    // PENDING(blackie) Renchi: It had true as 4th parameter, what does that mean?
     KIO::PreviewJob* thumbJob2 = KIO::filePreview( url, preview2->height() );
 

--- kdeextragear-libs-1/kipi-plugins/mpegencoder/kimg2mpg.cpp  #1.7:1.8
@@ -586,5 +586,4 @@ void KImg2mpgData::slotImagesFilesSelect
   m_ImageLabel->clear();
 
-  // PENDING(blackie) Renchi: thumbnail job had true as forth parameter, what did that mean?
   KIO::PreviewJob* thumbJob = KIO::filePreview( url, m_ImageLabel->width() );
 

--- kdeextragear-libs-1/kipi-plugins/rawconverter/batchdialog.cpp  #1.5:1.6
@@ -322,5 +322,4 @@ void BatchDialog::addItems(const QString
 
     if (!urlList.empty()) {
-        // PENDING(blackie) Renchi: third parameter was true, what does that mean?
         KIO::PreviewJob* thumbnailJob = KIO::filePreview(urlList, 48 );
         connect(thumbnailJob, SIGNAL(gotPreview(const KFileItem*, const QPixmap&)),

--- kdeextragear-libs-1/kipi-plugins/sendimages/sendimagesdialog.cpp  #1.6:1.7
@@ -600,5 +600,4 @@ void SendImagesDialog::slotImageSelected
     KURL url(IdemIndexed);
 
-    // PENDING(blackie) Renchi: true as forth parameter
     KIO::PreviewJob* thumbJob = KIO::filePreview( url, m_imageLabel->height() );
 




More information about the Kde-imaging mailing list