From 100f4ee1a42358a4006531283725d98f0ccc7fb1 Mon Sep 17 00:00:00 2001 From: Gehad elrobey Date: Sat, 28 Feb 2015 00:42:07 +0200 Subject: Show notification message while logs are converted from v2 This is another long operation that needs showing a notification about importing the old format log files Signed-off-by: Gehad elrobey Signed-off-by: Dirk Hohndel --- qt-ui/mainwindow.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'qt-ui') diff --git a/qt-ui/mainwindow.cpp b/qt-ui/mainwindow.cpp index 41669933b..75dfe6da4 100644 --- a/qt-ui/mainwindow.cpp +++ b/qt-ui/mainwindow.cpp @@ -1395,13 +1395,14 @@ void MainWindow::loadFiles(const QStringList fileNames) v2_question_shown = true; abort_read_of_old_file = false; showV2Dialog(); + getNotificationWidget()->showNotification(tr("Please Wait, Importing your files..."), KMessageWidget::Information); i--; // so we re-try this file continue; } failedParses.append(fileNames.at(i)); } } - + getNotificationWidget()->hideNotification(); process_dives(false, false); addRecentFile(fileNames); removeRecentFile(failedParses); -- cgit v1.2.3-70-g09d2