From kde-commits Thu Sep 30 22:57:23 2004 From: =?utf-8?q?J=C3=B6rn=20Ahrens?= Date: Thu, 30 Sep 2004 22:57:23 +0000 To: kde-commits Subject: kdeextragear-3/digikam/digikam Message-Id: <20040930225723.C3B639911 () office ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=109658505228210 CVS commit by jahrens: * Added an item ("Set as Album Thumbnail") to the context menu in the thumbnail view to select a particular image as the album thumbnail - to let the user choose his own thumbnails for the albums. * Furthermore I've changed the album thumbnail creation completely. The image path, from which the album thumbnail was created is now stored in the digikam database. To create these new album icons, the user has to browse through his albums. The first readable image will be used as the default icon. Then he can change the album thumbnail to an images he likes (with the context menu as described above). This is not the best solution to create the new thumbnails, but we decided not to add too much special code to the application which is only needed for the first run after an upgrade. * ToDo: the same for the tag icons album.cpp | 6 ++ album.h | 1 albumdb.cpp | 2 albumfolderview.cpp | 122 ++++++++++++++++++++++++++++++++++++++-------------- albumfolderview.h | 10 ++-- albumiconview.cpp | 106 +++++++++++++++++++++++++++++++++++---------- albumiconview.h | 3 - albummanager.cpp | 22 +++++++++ albummanager.h | 5 +- thumbnailjob.cpp | 3 - thumbnailjob.h | 2 11 files changed, 219 insertions(+), 63 deletions(-) CCMAIL: 88687-done@bugs.kde.org M +1 -1 albumiconview.cpp 1.81