diff options
| author | Peter Penz <[email protected]> | 2010-12-10 22:54:37 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2010-12-10 22:54:37 +0000 |
| commit | e587aaa9c4b895119d64a843eb400102e1372885 (patch) | |
| tree | 242c39ee449b3b6d1aea2e6c33b96370ca82a33d /src/dolphinviewcontainer.h | |
| parent | 0da54e5c1beb880efbc580f2202108ea46d52a1c (diff) | |
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
Diffstat (limited to 'src/dolphinviewcontainer.h')
| -rw-r--r-- | src/dolphinviewcontainer.h | 10 |
1 files changed, 7 insertions, 3 deletions
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 |
