From 2848f1fb5a0e265150bc11c1e7e3ae5d50057007 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Sat, 7 Jun 2008 12:14:29 +0000 Subject: Fixed the following Information Panel issues: * Trash icon is not updated when trash has been emptied or got filled. * When renaming an item the old name will be shown in the Information Panel. * When unmounting media, still the mounted icon is shown. BUG: 161385 BUG: 153514 BUG: 154747 CCBUG: 159366 svn path=/trunk/KDE/kdebase/apps/; revision=818005 --- src/infosidebarpage.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/infosidebarpage.h') diff --git a/src/infosidebarpage.h b/src/infosidebarpage.h index bfbaf0e45..b6575751b 100644 --- a/src/infosidebarpage.h +++ b/src/infosidebarpage.h @@ -105,6 +105,12 @@ private slots: */ void showPreview(const KFileItem& item, const QPixmap& pixmap); + void slotFileRenamed(const QString& source, const QString& dest); + void slotFilesAdded(const QString& directory); + void slotFilesChanged(const QStringList& files); + void slotFilesRemoved(const QStringList& files); + void slotLeftDirectory(const QString& directory); + private: enum { TimerDelay = 300 }; -- cgit v1.3.1