diff options
| author | Peter Penz <[email protected]> | 2007-10-26 17:36:16 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-10-26 17:36:16 +0000 |
| commit | f11c699fa203dd2cde0e85c63a6d186e3fa6a3de (patch) | |
| tree | 1ef300c9ed2f6406dd4b1a893162a4e34fc8428a /src/dolphincolumnview.h | |
| parent | 6c1153092ee766c2668ce125a72090da162ed4ab (diff) | |
due to the recent tagging freeze this commit contains several fixes in one:
* the filterbar now also filters directories (works also in the column-view :-))
* The "Additional Information" menu entry now also works for showing/hiding the columns of the details view. This also implies that the columns for the details view can now be adjusted per directory -> we have now a consistent behavior between the icons view and details view. Still open: the view properties dialog must be fixed
* Don't show a "Nepomuk not available" error message when starting Dolphin and Nepomuk is not available.
* Fix issue that the information panel blocked the application because of parsing the full meta data of a huge file.
svn path=/trunk/KDE/kdebase/apps/; revision=729704
Diffstat (limited to 'src/dolphincolumnview.h')
| -rw-r--r-- | src/dolphincolumnview.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dolphincolumnview.h b/src/dolphincolumnview.h index b12c5d82d..f7107265a 100644 --- a/src/dolphincolumnview.h +++ b/src/dolphincolumnview.h @@ -172,6 +172,7 @@ private: QList<DolphinColumnWidget*> m_columns; QFrame* m_emptyViewport; QTimeLine* m_animation; + QString m_nameFilter; friend class DolphinColumnWidget; }; |
