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

List:       kde-commits
Subject:    [digikam] /: ImportView is now disabled when images downloaded from the camera
From:       Maik Qualmann <metzpinguin () gmail ! com>
Date:       2015-03-31 20:15:37
Message-ID: E1Yd2ZV-0004bv-4E () scm ! kde ! org
[Download RAW message or body]

Git commit ccddc9fad87e266a688b0d23c9c7054425c6cc7f by Maik Qualmann.
Committed on 31/03/2015 at 20:10.
Pushed by mqualmann into branch 'master'.

ImportView is now disabled when images downloaded from the camera
BUGS: 338230
BUGS: 345648
FIXED-IN: 4.9.0

M  +3    -1    NEWS
M  +2    -0    utilities/importui/main/importui.cpp

http://commits.kde.org/digikam/ccddc9fad87e266a688b0d23c9c7054425c6cc7f

diff --git a/NEWS b/NEWS
index 92bcefd..85c2dfb 100644
--- a/NEWS
+++ b/NEWS
@@ -30,4 +30,6 @@ BUGFIXES FROM KDE BUGZILLA (https://www.digikam.org/changelog):
 022 ==> 342788 - THUMBBAR : Sort order not in sync with pictures in editor.
 023 ==> 345659 - Cannot shrink thumbnails panel.
 024 ==> 337502 - THUMBBAR : no thumbs generated.
-025 ==> 
+025 ==> 338230 - digiKam stops refreshing download progress after de-selecting pictures.
+026 ==> 345648 - Progress bar disappeared while importing pictures before importing finished.
+027 ==> 
diff --git a/utilities/importui/main/importui.cpp b/utilities/importui/main/importui.cpp
index d925eeb..421989d 100644
--- a/utilities/importui/main/importui.cpp
+++ b/utilities/importui/main/importui.cpp
@@ -1082,6 +1082,7 @@ void ImportUI::slotBusy(bool val)
         d->cameraCancelAction->setEnabled(false);
         d->cameraActions->setEnabled(true);
         d->advBox->setEnabled(true);
+        d->view->setEnabled(true);
 
         // selection-dependent update of lockAction, markAsDownloadedAction,
         // downloadSelectedAction, downloadDelSelectedAction, deleteSelectedAction
@@ -1114,6 +1115,7 @@ void ImportUI::slotBusy(bool val)
 
         // TODO see if this can be enabled too, except while downloading..
         d->advBox->setEnabled(false);
+        d->view->setEnabled(false);
     }
 }
 
[prev in list] [next in list] [prev in thread] [next in thread] 

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