https://bugs.kde.org/show_bug.cgi?id=372560
Robby Stephenson <ro...@periapsis.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Latest Commit| |https://commits.kde.org/tel | |lico/fb572c22f8910257dd90da | |b9b0fe5070ed7f158c Version Fixed In| |3.0.1 Status|UNCONFIRMED |RESOLVED --- Comment #1 from Robby Stephenson <ro...@periapsis.org> --- Git commit fb572c22f8910257dd90dab9b0fe5070ed7f158c by Robby Stephenson. Committed on 15/01/2017 at 21:33. Pushed by rstephenson into branch 'master'. Add a delegate to draw Ratings Qt4 drew icons of list views of various widths, and apparently no longer does. Instead of using an model icon, using a delegate to draw proper stars for the Rating value. FIXED-IN: 3.0.1 M +4 -0 ChangeLog M +23 -0 src/detailedlistview.cpp M +1 -0 src/detailedlistview.h M +2 -0 src/gui/CMakeLists.txt A +67 -0 src/gui/ratingdelegate.cpp [License: GPL (v2+)] A +43 -0 src/gui/ratingdelegate.h [License: GPL (v2+)] M +1 -1 src/gui/ratingwidget.cpp A +70 -0 src/gui/starrating.cpp [License: GPL (v2+)] A +64 -0 src/gui/starrating.h [License: GPL (v2+)] M +1 -2 src/models/entrymodel.cpp https://commits.kde.org/tellico/fb572c22f8910257dd90dab9b0fe5070ed7f158c -- You are receiving this mail because: You are watching all bug changes.