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

List:       kde-commits
Subject:    branches/KDE/3.5/kdeutils/ark
From:       Charis Kouzinopoulos <haris () mpa ! gr>
Date:       2006-09-06 10:10:09
Message-ID: 1157537409.154960.19070.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 581381 by charis:

Update my email address


 M  +5 -5      arch.cpp  
 M  +5 -2      filelistview.cpp  
 M  +1 -1      main.cpp  


--- branches/KDE/3.5/kdeutils/ark/arch.cpp #581380:581381
@@ -275,7 +275,7 @@
       if ( m_header_removed && !m_finished )
       {
         if ( !processLine( m_buffer ) )
-        {
+        {kdDebug()<<"aaa"<<endl;
           // Have faith - maybe it wasn't a header?
           m_header_removed = false;
           m_error = true;
@@ -290,13 +290,13 @@
     {
       m_finished = true;
     }
-
+kdDebug()<<"bbb"<<endl;
     m_buffer = "";
   }
-
+kdDebug()<<"ccc"<<endl;
   if ( !m_finished )
     m_buffer.append( data + startChar);	// Append what's left of the buffer
-
+kdDebug()<<"ddd"<<endl;
   data[ length ] = c;
 }
 
@@ -355,7 +355,7 @@
   {
     list.append( columns[ i ] );
   }
-
+kdDebug()<<list<<endl;
   m_gui->fileList()->addItem( list ); // send the entry to the GUI
 
   return true;
--- branches/KDE/3.5/kdeutils/ark/filelistview.cpp #581380:581381
@@ -164,10 +164,13 @@
 }
 
 static FileLVI* folderLVI( KListViewItem *parent, const QString& name )
-{
+{kdDebug()<<"111"<<endl;
 	FileLVI *folder = new FileLVI( parent );
+kdDebug()<<"222"<<endl;
 	folder->setText( 0, name );
-	folder->setPixmap( 0, KMimeType::mimeType( "inode/directory" )->pixmap( KIcon::Small ) );
+kdDebug()<<"333"<<endl;
+//	folder->setPixmap( 0, KMimeType::mimeType( "inode/directory" )->pixmap( KIcon::Small ) );
+kdDebug()<<"444"<<endl;
 	return folder;
 }
 
--- branches/KDE/3.5/kdeutils/ark/main.cpp #581380:581381
@@ -75,7 +75,7 @@
 	                     "henrique.pinto@kdemail.net" );
 	aboutData.addAuthor( "Charis Kouzinopoulos",
 	                     0,
-	                     "haris@mpa.gr" );
+	                     "kouzinopoulos@gmail.com" );
 	aboutData.addAuthor( "Helio Chissini de Castro",
 	                     I18N_NOOP( "Former maintainer" ),
 	                     "helio@kde.org" );
[prev in list] [next in list] [prev in thread] [next in thread] 

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