Re: [Digikam-users] Timeline view feedback

classic Classic list List threaded Threaded
8 messages Options
Reply | Threaded
Open this post in threaded view
|

Re: [Digikam-users] Timeline view feedback

Gerhard Kulzer-3
Am Friday 25 January 2008 schrieb Gilles Caulier:

> 2008/1/24, Gandalf Lechner <[hidden email]>:
> > Am Donnerstag, 24. Januar 2008 12:38:17 schrieb Gilles Caulier:
> > >>       So my suggestion would be to exchange the functionality of the
> >
> > big
> >
> > > > cursor and
> > > > the small bar at the bottom. What I would like even better would be
> > > > to have a
> > > > single cursor thing only, which does the selection and counting
> >
> > business
> >
> > > > at
> > > > the same time - control of the timeline view would then be simpler
> > > > and more
> > > > natural.
> > >
> > > Totally agree. You is not alone to report this viewpoint. There are few
> > > pending task to finalize code as well (outside cursor and selection),
> >
> > and
> >
> > > after i will merge selection area with cursor...
>
> Done in svn. Checkout source code and try again. Let's me hear your
> viewpoint...
>
> a fresh screenshot :
>
> http://digikam3rdparty.free.fr/Screenshots/timelineconcept3.png
>
> Gilles Caulier
Really nice now, Gilles.
There is still a little error with the weeks only: everything of week in 2008
shows also in week 1 2009. Day, months and year is showing correct.

I checked the metadata of those images showing up and they are correct.
What's even weirder is the fact that Week 1: 2007 is shown on top (see
attachment).

Gerhard

--
><((((º> ¸.·´¯`·... ><((((º> ¸.·´¯`·...¸ ><((((º>
http://www.gerhard.fr

_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel

week_error.png (67K) Download Attachment
signature.asc (196 bytes) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: [Digikam-users] Timeline view feedback

Gilles Caulier-4


2008/1/25, Gerhard Kulzer <[hidden email]>:
Am Friday 25 January 2008 schrieb Gilles Caulier:

> 2008/1/24, Gandalf Lechner <[hidden email]>:
> > Am Donnerstag, 24. Januar 2008 12:38:17 schrieb Gilles Caulier:
> > >>       So my suggestion would be to exchange the functionality of the
> >
> > big
> >
> > > > cursor and
> > > > the small bar at the bottom. What I would like even better would be
> > > > to have a
> > > > single cursor thing only, which does the selection and counting
> >
> > business
> >
> > > > at
> > > > the same time - control of the timeline view would then be simpler
> > > > and more
> > > > natural.
> > >
> > > Totally agree. You is not alone to report this viewpoint. There are few
> > > pending task to finalize code as well (outside cursor and selection),
> >
> > and
> >
> > > after i will merge selection area with cursor...
>
> Done in svn. Checkout source code and try again. Let's me hear your
> viewpoint...
>
> a fresh screenshot :
>
> http://digikam3rdparty.free.fr/Screenshots/timelineconcept3.png
>
> Gilles Caulier

Really nice now, Gilles.

Thanks
 

There is still a little error with the weeks only: everything of week in 2008
shows also in week 1 2009. Day, months and year is showing correct.

Yes, i know. There is a @!!@ error in my algorithm to compute date of first day of week in TimeLineWidget::firstDayOfWeek(int year, int weekNumber)

Look at end of this source file :

http://websvn.kde.org/branches/extragear/kde3/graphics/digikam/digikam/timelinewidget.cpp?revision=766070&view=markup

Week mode is infernal. Nothing is simple because first week of a year can be shared between 2 years decade.

There is a debug statement in this method that you can uncomment to hack on the console... but take a care, print on the console will slowly down selection on widget...

Gilles


_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

Re: [Digikam-users] Timeline view feedback

Gilles Caulier-4


2008/1/25, Gilles Caulier <[hidden email]>:


2008/1/25, Gerhard Kulzer <[hidden email]>:
Am Friday 25 January 2008 schrieb Gilles Caulier:

> 2008/1/24, Gandalf Lechner <[hidden email]>:
> > Am Donnerstag, 24. Januar 2008 12:38:17 schrieb Gilles Caulier:
> > >>       So my suggestion would be to exchange the functionality of the
> >
> > big
> >
> > > > cursor and
> > > > the small bar at the bottom. What I would like even better would be
> > > > to have a
> > > > single cursor thing only, which does the selection and counting
> >
> > business
> >
> > > > at
> > > > the same time - control of the timeline view would then be simpler
> > > > and more
> > > > natural.
> > >
> > > Totally agree. You is not alone to report this viewpoint. There are few
> > > pending task to finalize code as well (outside cursor and selection),
> >
> > and
> >
> > > after i will merge selection area with cursor...
>
> Done in svn. Checkout source code and try again. Let's me hear your
> viewpoint...
>
> a fresh screenshot :
>
> <a href="http://digikam3rdparty.free.fr/Screenshots/timelineconcept3.png" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://digikam3rdparty.free.fr/Screenshots/timelineconcept3.png
>
> Gilles Caulier

Really nice now, Gilles.

Thanks
 

There is still a little error with the weeks only: everything of week in 2008
shows also in week 1 2009. Day, months and year is showing correct.

Hum, sound like fixed with my commit #766141 on svn. Please checkout and try again...

Gilles
 

Yes, i know. There is a @!!@ error in my algorithm to compute date of first day of week in TimeLineWidget::firstDayOfWeek(int year, int weekNumber)

Look at end of this source file :

<a href="http://websvn.kde.org/branches/extragear/kde3/graphics/digikam/digikam/timelinewidget.cpp?revision=766070&amp;view=markup" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)"> http://websvn.kde.org/branches/extragear/kde3/graphics/digikam/digikam/timelinewidget.cpp?revision=766070&view=markup

Week mode is infernal. Nothing is simple because first week of a year can be shared between 2 years decade.

There is a debug statement in this method that you can uncomment to hack on the console... but take a care, print on the console will slowly down selection on widget...

Gilles



_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

Re: [Digikam-users] Timeline view feedback

Gerhard Kulzer-3
Am Friday 25 January 2008 schrieb Gilles Caulier:

> 2008/1/25, Gilles Caulier <[hidden email]>:
> > 2008/1/25, Gerhard Kulzer <[hidden email]>:
> > > Am Friday 25 January 2008 schrieb Gilles Caulier:
> > > > 2008/1/24, Gandalf Lechner <[hidden email]>:
> > > > > Am Donnerstag, 24. Januar 2008 12:38:17 schrieb Gilles Caulier:
> > > > > >>       So my suggestion would be to exchange the functionality of
> > >
> > > the
> > >
> > > > > big
> > > > >
> > > > > > > cursor and
> > > > > > > the small bar at the bottom. What I would like even better
> > > > > > > would
> > >
> > > be
> > >
> > > > > > > to have a
> > > > > > > single cursor thing only, which does the selection and counting
> > > > >
> > > > > business
> > > > >
> > > > > > > at
> > > > > > > the same time - control of the timeline view would then be
> > >
> > > simpler
> > >
> > > > > > > and more
> > > > > > > natural.
> > > > > >
> > > > > > Totally agree. You is not alone to report this viewpoint. There
> > >
> > > are few
> > >
> > > > > > pending task to finalize code as well (outside cursor and
> > >
> > > selection),
> > >
> > > > > and
> > > > >
> > > > > > after i will merge selection area with cursor...
> > > >
> > > > Done in svn. Checkout source code and try again. Let's me hear your
> > > > viewpoint...
> > > >
> > > > a fresh screenshot :
> > > >
> > > > http://digikam3rdparty.free.fr/Screenshots/timelineconcept3.png
> > > >
> > > > Gilles Caulier
> > >
> > > Really nice now, Gilles.
> >
> > Thanks
> >
> >
> > There is still a little error with the weeks only: everything of week in
> >
> > > 2008
> > > shows also in week 1 2009. Day, months and year is showing correct.
>
> Hum, sound like fixed with my commit #766141 on svn. Please checkout and
> try again...
>
> Gilles
They still show up in the wrong place but the header is coherent now: it says
December 2008 (which is wrong but coherent with the graphics).

Gerhard

>
> Yes, i know. There is a @!!@ error in my algorithm to compute date of first
>
> > day of week in TimeLineWidget::firstDayOfWeek(int year, int weekNumber)
> >
> > Look at end of this source file :
> >
> > http://websvn.kde.org/branches/extragear/kde3/graphics/digikam/digikam/ti
> >melinewidget.cpp?revision=766070&view=markup
> >
> >
> > Week mode is infernal. Nothing is simple because first week of a year can
> > be shared between 2 years decade.
> >
> > There is a debug statement in this method that you can uncomment to hack
> > on the console... but take a care, print on the console will slowly down
> > selection on widget...
> >
> > Gilles


--
><((((º> ¸.·´¯`·... ><((((º> ¸.·´¯`·...¸ ><((((º>
http://www.gerhard.fr

_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel

signature.asc (196 bytes) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: [Digikam-users] Timeline view feedback

Gilles Caulier-4


2008/1/25, Gerhard Kulzer <[hidden email]>:
Am Friday 25 January 2008 schrieb Gilles Caulier:

> 2008/1/25, Gilles Caulier <[hidden email]>:
> > 2008/1/25, Gerhard Kulzer <[hidden email]>:
> > > Am Friday 25 January 2008 schrieb Gilles Caulier:
> > > > 2008/1/24, Gandalf Lechner <[hidden email]>:
> > > > > Am Donnerstag, 24. Januar 2008 12:38:17 schrieb Gilles Caulier:
> > > > > >>       So my suggestion would be to exchange the functionality of
> > >
> > > the
> > >
> > > > > big
> > > > >
> > > > > > > cursor and
> > > > > > > the small bar at the bottom. What I would like even better
> > > > > > > would
> > >
> > > be
> > >
> > > > > > > to have a
> > > > > > > single cursor thing only, which does the selection and counting
> > > > >
> > > > > business
> > > > >
> > > > > > > at
> > > > > > > the same time - control of the timeline view would then be
> > >
> > > simpler
> > >
> > > > > > > and more
> > > > > > > natural.
> > > > > >
> > > > > > Totally agree. You is not alone to report this viewpoint. There
> > >
> > > are few
> > >
> > > > > > pending task to finalize code as well (outside cursor and
> > >
> > > selection),
> > >
> > > > > and

> > > > >
> > > > > > after i will merge selection area with cursor...
> > > >
> > > > Done in svn. Checkout source code and try again. Let's me hear your
> > > > viewpoint...
> > > >
> > > > a fresh screenshot :
> > > >
> > > > http://digikam3rdparty.free.fr/Screenshots/timelineconcept3.png
> > > >
> > > > Gilles Caulier
> > >
> > > Really nice now, Gilles.
> >
> > Thanks
> >
> >
> > There is still a little error with the weeks only: everything of week in
> >
> > > 2008
> > > shows also in week 1 2009. Day, months and year is showing correct.
>
> Hum, sound like fixed with my commit #766141 on svn. Please checkout and
> try again...
>
> Gilles
Hum, i'm not sure to understand. Here week #1 from 2008 start really on December 2007. Look a calendar.

Selecting week #1 of 2008 give fine result...

Gilles


_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

Re: [Digikam-users] Timeline view feedback

Gilles Caulier-4
In reply to this post by Gerhard Kulzer-3
Gerhard,

Try commits #766255 from svn...

Gilles

2008/1/25, Gerhard Kulzer <[hidden email]>:
Am Friday 25 January 2008 schrieb Gilles Caulier:

> 2008/1/25, Gilles Caulier <[hidden email]>:
> > 2008/1/25, Gerhard Kulzer <[hidden email]>:
> > > Am Friday 25 January 2008 schrieb Gilles Caulier:
> > > > 2008/1/24, Gandalf Lechner <[hidden email]>:
> > > > > Am Donnerstag, 24. Januar 2008 12:38:17 schrieb Gilles Caulier:
> > > > > >>       So my suggestion would be to exchange the functionality of
> > >
> > > the
> > >
> > > > > big
> > > > >
> > > > > > > cursor and
> > > > > > > the small bar at the bottom. What I would like even better
> > > > > > > would
> > >
> > > be
> > >
> > > > > > > to have a
> > > > > > > single cursor thing only, which does the selection and counting
> > > > >
> > > > > business
> > > > >
> > > > > > > at
> > > > > > > the same time - control of the timeline view would then be
> > >
> > > simpler
> > >
> > > > > > > and more
> > > > > > > natural.
> > > > > >
> > > > > > Totally agree. You is not alone to report this viewpoint. There
> > >
> > > are few
> > >
> > > > > > pending task to finalize code as well (outside cursor and
> > >
> > > selection),
> > >
> > > > > and

> > > > >
> > > > > > after i will merge selection area with cursor...
> > > >
> > > > Done in svn. Checkout source code and try again. Let's me hear your
> > > > viewpoint...
> > > >
> > > > a fresh screenshot :
> > > >
> > > > http://digikam3rdparty.free.fr/Screenshots/timelineconcept3.png
> > > >
> > > > Gilles Caulier
> > >
> > > Really nice now, Gilles.
> >
> > Thanks
> >
> >
> > There is still a little error with the weeks only: everything of week in
> >
> > > 2008
> > > shows also in week 1 2009. Day, months and year is showing correct.
>
> Hum, sound like fixed with my commit #766141 on svn. Please checkout and
> try again...
>
> Gilles

They still show up in the wrong place but the header is coherent now: it says
December 2008 (which is wrong but coherent with the graphics).

Gerhard

>
> Yes, i know. There is a @!!@ error in my algorithm to compute date of first
>
> > day of week in TimeLineWidget::firstDayOfWeek(int year, int weekNumber)
> >
> > Look at end of this source file :
> >
> > http://websvn.kde.org/branches/extragear/kde3/graphics/digikam/digikam/ti
> >melinewidget.cpp?revision=766070&view=markup
> >
> >
> > Week mode is infernal. Nothing is simple because first week of a year can
> > be shared between 2 years decade.
> >
> > There is a debug statement in this method that you can uncomment to hack
> > on the console... but take a care, print on the console will slowly down
> > selection on widget...
> >
> > Gilles



--
><((((º> ¸.·´¯`·... ><((((º> ¸.·´¯`·...¸ ><((((º>
http://www.gerhard.fr

_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel




_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

Re: [Digikam-users] Timeline view feedback

Gerhard Kulzer-3
Am Friday 25 January 2008 schrieb Gilles Caulier:
> Gerhard,
>
> Try commits #766255 from svn...
>
> Gilles

It rocks Gilles, all is perfect now :-)

Gerhard

>
> 2008/1/25, Gerhard Kulzer <[hidden email]>:
> > Am Friday 25 January 2008 schrieb Gilles Caulier:
> > > 2008/1/25, Gilles Caulier <[hidden email]>:
> > > > 2008/1/25, Gerhard Kulzer <[hidden email]>:
> > > > > Am Friday 25 January 2008 schrieb Gilles Caulier:
> > > > > > 2008/1/24, Gandalf Lechner <[hidden email]>:
> > > > > > > Am Donnerstag, 24. Januar 2008 12:38:17 schrieb Gilles Caulier:
> > > > > > > >>       So my suggestion would be to exchange the
> > > > > > > >> functionality
> >
> > of
> >
> > > > > the
> > > > >
> > > > > > > big
> > > > > > >
> > > > > > > > > cursor and
> > > > > > > > > the small bar at the bottom. What I would like even better
> > > > > > > > > would
> > > > >
> > > > > be
> > > > >
> > > > > > > > > to have a
> > > > > > > > > single cursor thing only, which does the selection and
> >
> > counting
> >
> > > > > > > business
> > > > > > >
> > > > > > > > > at
> > > > > > > > > the same time - control of the timeline view would then be
> > > > >
> > > > > simpler
> > > > >
> > > > > > > > > and more
> > > > > > > > > natural.
> > > > > > > >
> > > > > > > > Totally agree. You is not alone to report this viewpoint.
> >
> > There
> >
> > > > > are few
> > > > >
> > > > > > > > pending task to finalize code as well (outside cursor and
> > > > >
> > > > > selection),
> > > > >
> > > > > > > and
> > > > > > >
> > > > > > > > after i will merge selection area with cursor...
> > > > > >
> > > > > > Done in svn. Checkout source code and try again. Let's me hear
> >
> > your
> >
> > > > > > viewpoint...
> > > > > >
> > > > > > a fresh screenshot :
> > > > > >
> > > > > > http://digikam3rdparty.free.fr/Screenshots/timelineconcept3.png
> > > > > >
> > > > > > Gilles Caulier
> > > > >
> > > > > Really nice now, Gilles.
> > > >
> > > > Thanks
> > > >
> > > >
> > > > There is still a little error with the weeks only: everything of week
> >
> > in
> >
> > > > > 2008
> > > > > shows also in week 1 2009. Day, months and year is showing correct.
> > >
> > > Hum, sound like fixed with my commit #766141 on svn. Please checkout
> > > and try again...
> > >
> > > Gilles
> >
> > They still show up in the wrong place but the header is coherent now: it
> > says
> > December 2008 (which is wrong but coherent with the graphics).
> >
> > Gerhard
> >
> > > Yes, i know. There is a @!!@ error in my algorithm to compute date of
> >
> > first
> >
> > > > day of week in TimeLineWidget::firstDayOfWeek(int year, int
> >
> > weekNumber)
> >
> > > > Look at end of this source file :
> >
> > http://websvn.kde.org/branches/extragear/kde3/graphics/digikam/digikam/ti
> >
> > > >melinewidget.cpp?revision=766070&view=markup
> > > >
> > > >
> > > > Week mode is infernal. Nothing is simple because first week of a year
> >
> > can
> >
> > > > be shared between 2 years decade.
> > > >
> > > > There is a debug statement in this method that you can uncomment to
> >
> > hack
> >
> > > > on the console... but take a care, print on the console will slowly
> >
> > down
> >
> > > > selection on widget...
> > > >
> > > > Gilles
> >
> > --
> >
> > ><((((º> ¸.·´¯`·... ><((((º> ¸.·´¯`·...¸ ><((((º>
> >
> > http://www.gerhard.fr
> >
> > _______________________________________________
> > Digikam-devel mailing list
> > [hidden email]
> > https://mail.kde.org/mailman/listinfo/digikam-devel


--
><((((º> ¸.·´¯`·... ><((((º> ¸.·´¯`·...¸ ><((((º>
http://www.gerhard.fr

_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel

signature.asc (196 bytes) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: [Digikam-users] Timeline view feedback

Gilles Caulier-4


2008/1/25, Gerhard Kulzer <[hidden email]>:
Am Friday 25 January 2008 schrieb Gilles Caulier:
> Gerhard,
>
> Try commits #766255 from svn...
>
> Gilles

It rocks Gilles, all is perfect now :-)

Gerhard

Thanks Gerhard. I start now to port TimeLine code under QT4/KDE4

Gilles


_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel