Version: 1.0.0-beta1 (using 4.2.4 (KDE 4.2.4), Debian packages) Compiler: cc OS: Linux (i686) release 2.6.29.4-2009-06-11 After updating (0.10.0 -> 1.0.0.-beta1), the calendar view only respects clicks on the whole month or year. However, if you click on a single date, a week or multiselected dates, still the images of the whole month are shown. Rebuilding database/fingerprints did not solve the problem, neither did deleting digikamrc. KDE 4.2.4 Debian Sid
Cannot confirm, working nicely with trunk. Anything special to consider to reproduce this bug?
(In reply to comment #1) > Cannot confirm, working nicely with trunk. Anything special to consider to > reproduce this bug? No, nothing special. It did work with 0.10.0, but not any longer after upgrading. No other changes/updates of libraries etc. I can send a screenshot for clarification, if wanted.
Additional note: Selecting a date on the timeline _does_ work, though.
Use small rectangle below X axis to make selection. Use control key to make non contiguous selections... Gilles Caulier
(In reply to comment #4) > Use small rectangle below X axis to make selection. Use control key to make non > contiguous selections... > > Gilles Caulier Yes, no problem with timeline selection. The problem is only with date selection in the calendar view. And even there, I can click on a date and it seems to be selected, but the images keep the same (no filtering happens).
Ah yes, I confirm. I also though of the timeline first, but you are correctly talking of calendar. Gilles, in the "Calendar" view, second left side tab, the calendar widget at the bottom is broken. IIRC the available days should be highlighted there, but all days are greyed out.
Yes, i confirm.... very strange. I don't touch this widget since a long time... Gilles
Marcel, MonthWidget is not disable. Select a month in Date folder view and look like it switch properly. Set a kDebug() trace in MonthWidget::slotAddItems() and look this slot never called. so the day map is never fill with DB info. Something is wrong in another place, not in this widget. Gilles
SVN commit 999907 by mwiesweg: Reimplement MonthWidget loading to work with the current image model. BUG: 196999 M +3 -1 NEWS M +5 -0 digikam/datefolderview.cpp M +4 -1 digikam/datefolderview.h M +1 -0 digikam/digikamview.cpp M +86 -34 digikam/monthwidget.cpp M +9 -2 digikam/monthwidget.h WebSVN link: http://websvn.kde.org/?view=rev&revision=999907