Revision 1206225
Go back to digest for 19th December 2010Features in Graphics
Marcel Wiesweg committed changes in /branches/extragear/graphics/digikam/core/libs/database/imagehistory:
First thorough implementation. Provides three modes:
1) a flat list. Images are sorted by depth first search,
in which edges are accessed modification date time order
2) a simple tree. Same order as above, but with added depth.
3) A combined view with FilterActions available. Uses longestPath
to get a main path. After the current item is reached on the path,
all leaf images (current versions) are listed flat,
with intermediates below a subitem (currently effectively hidden)
File Changes
Modified 2 files
- /branches/extragear/graphics/digikam/core/libs/database/imagehistory
- /imagehistorygraphmodel.cpp
- /imagehistorygraphmodel.h
2 files changed in total