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

List:       kde-commits
Subject:    kdeaddons/konq-plugins/webarchiver
From:       Tobias Koenig <tokoe () kde ! org>
Date:       2003-11-02 11:48:03
[Download RAW message or body]

CVS commit by tokoe: 

The KIO copy_file job shouldn't show the progress dialog for 2 reasons

1) It causes a flickering on screen when it has to load several small pictures
2) It only provides reduntant information, the progressbar in the main dialog
   already shows how long it will take...


  M +2 -0      .cvsignore   1.3
  M +1 -1      archivedialog.cpp   1.3


--- kdeaddons/konq-plugins/webarchiver/.cvsignore  #1.2:1.3
@@ -2,2 +2,4 @@
 Makefile.in
 Makefile.rules.in
+archiveviewbase.h
+archiveviewbase.cpp

--- kdeaddons/konq-plugins/webarchiver/archivedialog.cpp  #1.2:1.3
@@ -386,5 +386,5 @@ void ArchiveDialog::downloadNext()
       KURL dsturl;
       dsturl.setPath(m_tmpFile->name());
-      KIO::Job *job=KIO::file_copy(url, dsturl);
+      KIO::Job *job=KIO::file_copy(url, dsturl, -1, false, false, false);
       connect(job, SIGNAL(result( KIO::Job *)), this, SLOT(finishedDownloadingURL( KIO::Job *)) );
 


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

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