Version: 0.10.0-beta3 (rev.: 840686) (using 4.1.00 (KDE 4.1.0), Kubuntu packages) Compiler: gcc OS: Linux (x86_64) release 2.6.24-17-generic In the timeline view, if you select a time range (day, week, month or year) which has associated only a single picture, no column is displayed in the widget - both in the linear and the logarithmic one. Probably, there should be some minimum height making such entries visible. Same situation in the 0.9 series.
I can confirm this problem only with logarithmic scale... Gilles
Confirming for 0.10b7svn both: linear and logarythmic scale for days, weeks and even months. Not only for one image but if there are several of them.
I have a patch here that draws the smallest visible rectangle (one-pixel line of blue, one-pixel line border, so 2px) when the value for a time span is not 0, but value / maxCount is sufficiently small that it would result in 0 pixels. Now this is not linear any more for small values, but I think it's better for usability Fine with you Gilles?
Marcel, yes, fine for me... Gilles
SVN commit 897802 by mwiesweg: If number of pictures is not null, use a minimum height of 1 (I first thought to use minimum height 2, but height 1, just a one-pixel line, works as well) CCBUG: 168004 M +18 -5 timelinewidget.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=897802
Not reproducible with 7.0.0-beta1