From 9424f5a789b98b148e3c6b39738da164c73e0431 Mon Sep 17 00:00:00 2001 From: Frank Reininghaus Date: Sat, 17 Sep 2011 14:35:25 +0200 Subject: Implement restoring expanded folders in Details View --- src/views/dolphinview.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'src/views/dolphinview.h') diff --git a/src/views/dolphinview.h b/src/views/dolphinview.h index 65bd77529..8d1094273 100644 --- a/src/views/dolphinview.h +++ b/src/views/dolphinview.h @@ -640,10 +640,12 @@ private slots: void slotDirListerStarted(const KUrl& url); /** - * Invoked when the directory lister has completed the loading of - * items. Assures that pasted items and renamed items get seleced. + * Invoked when the file item model indicates that the directory lister has completed the loading + * of items, and that expanded folders have been restored (if the view mode is 'Details', and the + * view state is restored after navigating back or forward in history). Assures that pasted items + * and renamed items get seleced. */ - void slotDirListerCompleted(); + void slotLoadingCompleted(); /** * Is invoked when the KDirLister indicates refreshed items. -- cgit v1.3.1