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 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 |
2008/1/25, Gerhard Kulzer <[hidden email]>: Am Friday 25 January 2008 schrieb Gilles Caulier: Thanks There is still a little error with the weeks only: everything of week in 2008 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 |
2008/1/25, Gilles Caulier <[hidden email]>:
Hum, sound like fixed with my commit #766141 on svn. Please checkout and try again... Gilles
_______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
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 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 |
2008/1/25, Gerhard Kulzer <[hidden email]>: Am Friday 25 January 2008 schrieb Gilles Caulier: _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
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: _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
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 |
2008/1/25, Gerhard Kulzer <[hidden email]>: Am Friday 25 January 2008 schrieb Gilles Caulier: 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 |
Free forum by Nabble | Edit this page |