diff options
| author | Peter Penz <[email protected]> | 2008-06-07 12:14:29 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2008-06-07 12:14:29 +0000 |
| commit | 2848f1fb5a0e265150bc11c1e7e3ae5d50057007 (patch) | |
| tree | 941ba153864de8758c37a377ceb36faabdbee56a /src/infosidebarpage.h | |
| parent | ff332849632d81ae0a12f1102774d1108b2a9730 (diff) | |
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
Diffstat (limited to 'src/infosidebarpage.h')
| -rw-r--r-- | src/infosidebarpage.h | 6 |
1 files changed, 6 insertions, 0 deletions
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 }; |
