Summary: | Image Names are not displayed completely in the AlbumUI | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Andi Clemens <andi.clemens> |
Component: | Albums-MainView | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | caulier.gilles |
Priority: | NOR | ||
Version: | 2.0.0 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/digikam/033729294277f43da6b7aa97cf6ab94bb38cf1fe | Version Fixed In: | 4.0.0 |
Sentry Crash Report: |
Description
Andi Clemens
2011-07-28 05:38:19 UTC
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 |