[digikam] [Bug 362441] New: Use 4 digit year format instead of 2 digit year format ( additionally add seconds )

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

[digikam] [Bug 362441] New: Use 4 digit year format instead of 2 digit year format ( additionally add seconds )

bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=362441

            Bug ID: 362441
           Summary: Use 4 digit year format instead of 2 digit year format
                    ( additionally add seconds )
           Product: digikam
           Version: 4.14.0
          Platform: Other
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: Metadata-Editor
          Assignee: [hidden email]
          Reporter: [hidden email]

Date modification using menu "captions/tags" from the right side bar
In this menu in tab "Description" there is the possibility to enter a date.
The date format is dd/mm/yy hh:mm

The date with the 2 digit format is sometimes changed from 1995 to 2095
unintentionally.
This happens when e.g. the date set incorrectly to e.g.

Assigned date: 01/07/1995, visible date 01/07/95

Assume 1 july ( 01/07 ) was wrong and should have been 14 july.  So change
01/07/95 to 14/07/95.  Looks OK, but at the same time the year was changed from
1995 to 2095!

This is not wanted!

Sect 2: please add seconds
To make it possible to have photos displayed in the chronological order make it
possible to add seconds in this time field.
I use the utility 'exiftool' to have seconds added to the EXIF field in the
photos.  It's a pity that it is not possible via this GUI date/time filed.



Reproducible: Always

Steps to Reproduce:
1. Start Digikam
2. Open a photo with the date set to 01/07/1995 ( 1 July )
3. Modify the day from 01 to e.g. 14 using the Date field in the
"captions/tags"  menu from the right side bar ( in the tab Description )

Sect 2: seconds
1. See the time field, it is not possible to enter seconds in the field

Actual Results:  
Not only the day is changed from 01 to 14, but the year is also changed from
1995 to 2095

Sect 2: seconds
1. It is not possible to enter seconds in the time field

Expected Results:  
The year information should remain unchanged.


Sect 2: seconds
1. It is now possible to enter seconds in the time field besides hours:minutes
( thus hh:mm:ss )



Screenshot will be added

--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 362441] Use 4 digit year format instead of 2 digit year format ( additionally add seconds )

bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=362441

--- Comment #1 from Richard Bos <[hidden email]> ---
Created attachment 98670
  --> https://bugs.kde.org/attachment.cgi?id=98670&action=edit
Screenshot showing the menu and the date/time field

--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 362441] Caption and Tags - use 4 digit year format instead of 2 digit year format (additionally add seconds)

bugzilla_noreply
In reply to this post by bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=362441

[hidden email] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|Metadata-Editor             |Metadata
            Summary|Use 4 digit year format     |Caption and Tags - use 4
                   |instead of 2 digit year     |digit year format instead
                   |format ( additionally add   |of 2 digit year format
                   |seconds )                   |(additionally add seconds)
                 CC|                            |[hidden email]

--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 362441] Caption and Tags - use 4 digit year format instead of 2 digit year format (additionally add seconds)

bugzilla_noreply
In reply to this post by bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=362441

[hidden email] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|Metadata                    |Tags

--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 362441] Caption and Tags - use 4 digit year format instead of 2 digit year format (additionally add seconds)

bugzilla_noreply
In reply to this post by bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=362441

Maik Qualmann <[hidden email]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
      Latest Commit|                            |http://commits.kde.org/digi
                   |                            |kam/c1af0146604723fe9e3c841
                   |                            |9a96392af25b418e6
         Resolution|---                         |FIXED
   Version Fixed In|                            |5.0.0

--- Comment #2 from Maik Qualmann <[hidden email]> ---
Git commit c1af0146604723fe9e3c8419a96392af25b418e6 by Maik Qualmann.
Committed on 10/05/2016 at 04:24.
Pushed by mqualmann into branch 'master'.

use 4-digit year and seconds in the description tab
Related: bug 315740
FIXED-IN: 5.0.0

M  +91   -79   app/date/ddateedit.cpp
M  +2    -0    app/date/ddatetimeedit.cpp

http://commits.kde.org/digikam/c1af0146604723fe9e3c8419a96392af25b418e6

--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 362441] Caption and Tags - use 4 digit year format instead of 2 digit year format (additionally add seconds)

bugzilla_noreply
In reply to this post by bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=362441

--- Comment #3 from Maik Qualmann <[hidden email]> ---
Git commit d646b10926c373e4afd1ca217be96ce4972d52dc by Maik Qualmann.
Committed on 10/05/2016 at 16:32.
Pushed by mqualmann into branch 'master'.

use always 4-digit year and seconds in Metadata Editor
Related: bug 315740

M  +23   -0    utilities/metadataedit/exif/exifdatetime.cpp
M  +14   -0    utilities/metadataedit/iptc/iptcenvelope.cpp
M  +19   -0    utilities/metadataedit/iptc/iptcorigin.cpp
M  +18   -0    utilities/metadataedit/iptc/iptcproperties.cpp
M  +19   -0    utilities/metadataedit/xmp/xmporigin.cpp

http://commits.kde.org/digikam/d646b10926c373e4afd1ca217be96ce4972d52dc

--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 362441] Caption and Tags - use 4 digit year format instead of 2 digit year format (additionally add seconds)

bugzilla_noreply
In reply to this post by bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=362441

--- Comment #4 from Richard Bos <[hidden email]> ---
Thanks for the quick fix!

I hope that 5.0 becomes quickly available for openSUSE.

--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 362441] Caption and Tags - use 4 digit year format instead of 2 digit year format (additionally add seconds)

bugzilla_noreply
In reply to this post by bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=362441

[hidden email] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|Tags-Engine                 |Tags-Captions

--
You are receiving this mail because:
You are the assignee for the bug.