Revision 3176142...

Go back to digest for 18th March 2012

Features in KDE Base

Peter Penz committed changes in [kde-baseapps] /src:

First step to introduce dynamic roles

Currently Dolphin is only capable of showing a fixed number of
roles (e.g. name, size, date, owner, ...). Dolphin 2.1 should
support also other roles like rating, tags, comments or other
meta-information of images or audio-files.

To support this the sorting-type and additional-type from
DolphinView has been replaced by a role-type represented as
QByteArray.

File Changes

Added 1 files
  • dolphin/src/views/rolesaccessor.cpp
Deleted 2 files
  • /src/views
  •   dolphin/additionalinfoaccessor.cpp
  •   dolphin/additionalinfoaccessor.h
Modified 12 files
  • /src
  •   dolphin/CMakeLists.txt
  •   dolphin/settings/additionalinfodialog.cpp
  •   dolphin/settings/additionalinfodialog.h
  •   dolphin/settings/applyviewpropsjob.cpp
  •   dolphin/settings/dolphin_directoryviewpropertysettings.kcfg
  •   dolphin/settings/viewpropertiesdialog.cpp
  •   dolphin/views/dolphinview.cpp
  •   dolphin/views/dolphinview.h
  •   dolphin/views/dolphinviewactionhandler.cpp
  •   dolphin/views/dolphinviewactionhandler.h
  •   dolphin/views/viewproperties.cpp
  •   dolphin/views/viewproperties.h
15 files changed in total