[Digikam-devel] 0.9.0-beta1 TODO list...

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

[Digikam-devel] 0.9.0-beta1 TODO list...

Gilles Caulier-2
Hi all,

The first 0.9.0-beta1 is in a way now. Code polish and finalization need to be
done now.

If you are agree, only bugs and B.K.O files must be fixed now in current
implementation.

I have already identified some task to do before to release 0.9.0-beta1. All
are stored in TODO file from svn. Some entries don't have a B.K.O file
created. No need to make an entry if a problem  is already annoted in TODO.

To resume, this is the current list :

// ---------------------------------------------------------------------


* Image Properties SideBar:

   - update ImagePropertiesMetadataTab on ImageAttributesWatch's
signalFileMetadataChanged
     (ImageAttributesWatch is libdigikam, the metadatatab is used by showfoto
- create subclass
      ImagePropertiesMetadataTabDB?)

* Showfoto:

   - In SlideShow with fullscreen mode enable, the vertically oriented image
automaticily rotated using
     Exif tags are toggle on to save when SlideShow is complete.

* ICC workflow:

   - Something is broken in ICC workflow if ICC profile repository set in
digiKam configuration have
     been deleted. There is no test at startup to check this point.
   - When editor ask to user if we need to process ICC workspace profile to an
image if there is no embedded
     profile, add the capability to save current workspace in image without
processed color correction. All
     JPEG image for example are already corrected in sRGB without embedding a
profile.
   - ICC image plugin: check the ICC profiles type for each sections
(Monitor/Workspace/Input/Proof) when
     user choose profile file manually.

* ImageEditor:

   - SavingAs record the temp image file created in database. At the next
session of digikam, the file is identifed like removed from collection!

* B.K.O files to fix :

==> 126112 : CameraGUI      : Do not open new window when camera is connected
==> 127846 : CameraGUI      : digiKam crash when 2nd gphoto camera dialog is
closed
==> 93569  : CameraGUI      : easier connection to USB disc cameras
==> 125696 : CameraGUI      : digiKam does not connect to USB camera with
libgphoto-2.1.99
==> 127697 : CameraGui      : the camera gui always puts *.JPG and *.NEF in
the configure - digikam dialog/File
                              Mime Types/ Image Files.

==> 116148 : Image Editor   : auto-scrolling when selecting large area
==> 111446 : Image Editor   : bad behaviour when out of disk space
==> 128104 : Image Editor   : digiKam Crash when browsing photos in Image
Editor
==> 113915 : Image Editor   : Tags are lost after "Save As..."ing.

==> 124989 : Setup          : Problems with ICC profile type recognition
==> 125735 : Setup          : Can't disable individual
Monitor/Workspace/Input/Proof profile

==> 127583 : Main interface : keywords, copyright, photographer info not saved
to IPTC
==> 127179 : Main interface : thumbnails does not adhere to the Rotate Images
setting in Configure digiKam
==> 126874 : Main interface : digiKam does not support <shift+del>
==> 126199 : Main interface : Nikon D70 comments in jpegs are all shown as
"charset="Ascii"
==> 127182 : Main interface : Crash when scanning jpeg images    
==> 113797 : Main interface : Little thumbnail refresh problem    
==> 121804 : Main interface : Image overwritten with blank file when importing
into same folder
==> 124199 : Main interface : digikam crashed when I right-clicked in the
(empty) "My Albums" view
==> 128101 : Main interface : crash when selecting "Comments&Tags" tab, after
selecting "Search" tab,
                              with no search results selected

// ---------------------------------------------------------------------

Note : Media support bugs are not here because these requires KDE 3.5.x to
test.

Please let's me hear your viewpoints.

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-devel] 0.9.0-beta1 TODO list...

Bugzilla from mikmach@wp.pl
Dnia wtorek, 30 maja 2006 14:21, Gilles Caulier napisał:
>
> Please let's me hear your viewpoints.
>

I.

Fix keyboard navigation. It was completely neglected:

1. No accels in new panels in IE.
2. After moving to next image in IE focus is lost. Example:

   a) open image in IE
   b) open C&T panel, edit it and move to next image
   c) there is no focus, after you hit Tab cursor will be moved to Date
      field as focus would be in Comments field but not activated

   Example can be reproduced with other fields.

II.

Tooltip for "Comments & Tags" panel is "Comments && Tags".

III.

This combo on attached image looks ugly. Logo and rotating gear
backgrounds should be of equal height.

m.



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

cameragui.png (31K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: [Digikam-devel] 0.9.0-beta1 TODO list...

Gilles Caulier-2
Le Mardi 30 Mai 2006 04:34 PM, Mikolaj Machowski a écrit :

> Dnia wtorek, 30 maja 2006 14:21, Gilles Caulier napisał:
> > Please let's me hear your viewpoints.
>
> I.
>
> Fix keyboard navigation. It was completely neglected:
>
> 1. No accels in new panels in IE.
> 2. After moving to next image in IE focus is lost. Example:
>
>    a) open image in IE
>    b) open C&T panel, edit it and move to next image
>    c) there is no focus, after you hit Tab cursor will be moved to Date
>       field as focus would be in Comments field but not activated
>
>    Example can be reproduced with other fields.
>

I will add to TODO file.

> II.
>
> Tooltip for "Comments & Tags" panel is "Comments && Tags".
>

In ImagePropertiesSideBarDB implementation we have :

appendTab(d->desceditTab, SmallIcon("imagecomment"), i18n("Comments &&
Tags"));

&& are require by i18n. Look like the name is correct but not the tooltip.

ImagePropertiesSideBarDB inherit of KMultiTabBar from KDE API. The bug is not
in digiKam. I can't fix this code, but we can rename this sidebar without
double '&&'. Suggestions ?

> III.
>
> This combo on attached image looks ugly. Logo and rotating gear
> backgrounds should be of equal height.

Already reported. I will take a look.

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-devel] 0.9.0-beta1 TODO list...

Gilles Caulier-2
In reply to this post by Bugzilla from mikmach@wp.pl
Le Mardi 30 Mai 2006 04:34 PM, Mikolaj Machowski a écrit :
> This combo on attached image looks ugly. Logo and rotating gear
> backgrounds should be of equal height.

Fixed in svn. Please try again

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-devel] 0.9.0-beta1 TODO list...

Bugzilla from mikmach@wp.pl
In reply to this post by Gilles Caulier-2
Dnia wtorek, 30 maja 2006 21:29, Caulier Gilles napisał:
> >
> > Fix keyboard navigation. It was completely neglected:
> >
>
> I will add to TODO file.

Maybe some release checklist? AFAIR problems with keyboard navigation
are emerging after each UI redesign.

> > II.
> >
> > Tooltip for "Comments & Tags" panel is "Comments && Tags".
>
> ImagePropertiesSideBarDB inherit of KMultiTabBar from KDE API. The bug
> is not in digiKam. I can't fix this code, but we can rename this sidebar
> without double '&&'. Suggestions ?

"Comments/Tags", "Comments|Tags"

m.

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

Re: [Digikam-devel] 0.9.0-beta1 TODO list...

Bugzilla from mikmach@wp.pl
In reply to this post by Gilles Caulier-2
Dnia wtorek, 30 maja 2006 22:11, Caulier Gilles napisał:
> Le Mardi 30 Mai 2006 04:34 PM, Mikolaj Machowski a écrit :
> > This combo on attached image looks ugly. Logo and rotating gear
> > backgrounds should be of equal height.
>
> Fixed in svn. Please try again

Doesn't work for me :(

Version 546902

m.

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

Re: [Digikam-devel] 0.9.0-beta1 TODO list...

Bugzilla from mikmach@wp.pl
In reply to this post by Bugzilla from mikmach@wp.pl
Dnia środa, 31 maja 2006 00:46, Mikolaj Machowski napisał:
> Dnia wtorek, 30 maja 2006 21:29, Caulier Gilles napisał:
> > > Fix keyboard navigation. It was completely neglected:

Small patch to add accels for: Comments, Date&Time and Tags fields.
No accel for Rating because shortcuts for rating are global
(Ctrl+1,2,3,4,5).

m.


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

digi-acc (1K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: [Digikam-devel] 0.9.0-beta1 TODO list...

Gilles Caulier-2
In reply to this post by Bugzilla from mikmach@wp.pl
Le Mercredi 31 Mai 2006 14:37, Mikolaj Machowski a écrit :
> Dnia wtorek, 30 maja 2006 22:11, Caulier Gilles napisał:
> > Le Mardi 30 Mai 2006 04:34 PM, Mikolaj Machowski a écrit :
> > > This combo on attached image looks ugly. Logo and rotating gear
> > > backgrounds should be of equal height.
> >
> > Fixed in svn. Please try again
>
> Doesn't work for me :(
>
Please give me full screenshot of cameragui. I suspect a problem of font size
used into your current KDE theme (or something like that). Note that on my
computers, i can't reproduce the problem.

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-devel] 0.9.0-beta1 TODO list...

Gilles Caulier-2
In reply to this post by Bugzilla from mikmach@wp.pl
Le Mercredi 31 Mai 2006 14:59, Mikolaj Machowski a écrit :
> Dnia środa, 31 maja 2006 00:46, Mikolaj Machowski napisał:
> > Dnia wtorek, 30 maja 2006 21:29, Caulier Gilles napisał:
> > > > Fix keyboard navigation. It was completely neglected:
>
> Small patch to add accels for: Comments, Date&Time and Tags fields.
> No accel for Rating because shortcuts for rating are global
> (Ctrl+1,2,3,4,5).
>
> m.

Commited. Thanks

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-devel] 0.9.0-beta1 TODO list...

Gilles Caulier-2
In reply to this post by Bugzilla from mikmach@wp.pl
Le Mercredi 31 Mai 2006 00:46, Mikolaj Machowski a écrit :
> "Comments/Tags"

Fixed like this in svn

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