Version: 2.0.0 (using KDE 4.6.5) OS: Linux Long image names are not displayed completely in the AlbumUI anymore. They are cut of in the beginning and end of the name. Reproducible: Always Steps to Reproduce: 1. Click on an album with long image names 2. Look at the image names Expected Results: Names should be completely visible OS: Linux (i686) release 2.6.39-ARCH Compiler: gcc
See screenshot: http://www.flickr.com/photos/26732399@N05/5983308595/sizes/l/in/photostream/
You would like to have the names elided (...) at the end?
At least I do not want them to be cut off in the beginning of the filename, this looks weird...
Qt::ElideLeft 0 The ellipsis should appear at the beginning of the text. Qt::ElideRight 1 The ellipsis should appear at the end of the text. Qt::ElideMiddle 2 The ellipsis should appear in the middle of the text. Qt::ElideNone 3 Ellipsis should NOT appear in the text.
Andi, Do you see comment #4 from Marcel ? Gilles Caulier
I guess the best option would be Qt::ElideRight or Qt::ElideMiddle, I would prefer the ellipsis shown on the right.
Andi, Any progress here ? Gilles Caulier
Git commit 033729294277f43da6b7aa97cf6ab94bb38cf1fe by Gilles Caulier. Committed on 26/11/2013 at 17:22. Pushed by cgilles into branch 'master'. apply string elide mode to file name show under thumbnail of icon-view. FIXED-IN: 4.0.0 M +3 -1 libs/widgets/itemview/itemviewimagedelegate.cpp http://commits.kde.org/digikam/033729294277f43da6b7aa97cf6ab94bb38cf1fe