From e587aaa9c4b895119d64a843eb400102e1372885 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Fri, 10 Dec 2010 22:54:37 +0000 Subject: Show an undetermined progress indication within one second after changing an URL. Update to SVN commit 1205329: - Fix issue that an undetermined progress is shown when switching between columns of the column-view. - Fix issue that no undetermined progress is shown when editing the URL directly in the URL navigator BUG: 234894 BUG: 163004 FIXED-IN: 4.6.0 svn path=/trunk/KDE/kdebase/apps/; revision=1205345 --- src/dolphinviewcontainer.h | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'src/dolphinviewcontainer.h') diff --git a/src/dolphinviewcontainer.h b/src/dolphinviewcontainer.h index a780722ba..337452e5c 100644 --- a/src/dolphinviewcontainer.h +++ b/src/dolphinviewcontainer.h @@ -152,15 +152,19 @@ private slots: */ void updateStatusBar(); - void initializeProgress(); - void updateProgress(int percent); + /** + * Updates the statusbar to show an undetermined progress with the correct + * context information whether a searching or a directory loading is done. + */ + void slotStartedPathLoading(); + /** * Assures that the viewport position is restored and updates the * statusbar to reflect the current content. */ - void slotDirListerCompleted(); + void slotFinishedPathLoading(); /** * Handles clicking on an item. If the item is a directory, the -- cgit v1.3