Revision 759898

Go back to digest for 13th January 2008

Features in Graphics

Gilles Caulier committed changes in /branches/extragear/kde3/graphics/digikam/digikam:

digiKam from KDE3 branch : TimeLine: Fuzzy Selection is now possible!!!

Before this commit, selection been depand of Time Units used with time line. Each unit have a propers selection.

This first approach been not fine...

This commit only make the selection on the less Time Units : Day. All others Units are updated accordinly.

There is only one Selection possible, not one for each Time Units.

A fuzzy range date become when for a week for ex. you have selected only 2 days. The week selection is uncomplete (fuzzy).

This is right too between week/Month and Month/Year Time units.

On the bottom of the widget, the complete selection is annoted by a blue color in background.

A fuzzy selection is annoted by a light-blue color using a drawing pattern.

In fact, this is the same concept used in KPhotoalbum for ex., excepted a major difference : digiKam can select dyscontiguous range of dates (:=)))

Marcel,
i have working hard with algorithms used in this widget. I would to have your viewpoint to be sure than all is fine with TimeLine selection.

Also, the KUrl passed to digiKam search KIO-Slave can be very long. I'm not sure if there is a limit somewhere in KUrl or digiKam Search KIO-Slave.

In theory no (:=)))... If there is one, the DB query will fail, that all (KUrl truncated).

File Changes

Modified 3 files
  • /branches/extragear/kde3/graphics/digikam/digikam
  •   /timelineview.cpp
  •   /timelinewidget.cpp
  •   /timelinewidget.h
3 files changed in total