From e8d895a91f45c3486e27fad01d01e6b40e7284ae Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Sat, 9 Oct 2010 18:46:58 +0000 Subject: * Increase the column-width automatically in case where the name of the file does not fit into the available width * When scrolling to the active column, do it with a small delay so that temporary activations of a column don't result in jittering BUG: 214324 FIXED-IN: 4.6.0 svn path=/trunk/KDE/kdebase/apps/; revision=1184290 --- src/views/dolphincolumnview.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/views/dolphincolumnview.h') diff --git a/src/views/dolphincolumnview.h b/src/views/dolphincolumnview.h index 871610d81..c3953e253 100644 --- a/src/views/dolphincolumnview.h +++ b/src/views/dolphincolumnview.h @@ -114,6 +114,8 @@ private slots: void slotShowPreviewChanged(); + void slotDirListerCompleted(); + private: /** Used by DolphinColumnView::setActive(). */ void activate(); @@ -161,10 +163,7 @@ inline KUrl DolphinColumnView::childUrl() const inline void DolphinColumnView::setUrl(const KUrl& url) { - if (url != m_url) { - m_url = url; - //reload(); - } + m_url = url; } inline KUrl DolphinColumnView::url() const -- cgit v1.3.1