[digikam] [Bug 118533] Automatic generation of text from EXIF info / digiKam metadata in Insert Text tool [patch]

2019-03-01 Thread Jay Singh Talreja
https://bugs.kde.org/show_bug.cgi?id=118533 Jay Singh Talreja changed: What|Removed |Added Attachment #118251|0 |1 is obsolete|

[digikam] [Bug 118533] Automatic generation of text from EXIF info / digiKam metadata in Insert Text tool [patch]

2019-03-01 Thread Jay Singh Talreja
https://bugs.kde.org/show_bug.cgi?id=118533 --- Comment #15 from Jay Singh Talreja --- Created attachment 118459 --> https://bugs.kde.org/attachment.cgi?id=118459=edit Placeholder Patch ! Updates in new Patch: ->Removed Checkbox Approach to add metadata . ->Set %D as the placeholder in

[digikam] [Bug 118533] Automatic generation of text from EXIF info / digiKam metadata in Insert Text tool [patch]

2019-02-23 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=118533 --- Comment #14 from caulier.gil...@gmail.com --- I looked the last revision of the patch, and it look good if we use the checkbox option way. But ad Maik said in comment #11, a more generic way can be implemented, without to use a checkbox. Look well

[digikam] [Bug 118533] Automatic generation of text from EXIF info / digiKam metadata in Insert Text tool [patch]

2019-02-21 Thread Jay Singh Talreja
https://bugs.kde.org/show_bug.cgi?id=118533 --- Comment #13 from Jay Singh Talreja --- (In reply to Maik Qualmann from comment #11) > Another point is that we do not really need a Date/Time check box. If you > read the description of the bug, the user wants a kind of variable to insert > in the

[digikam] [Bug 118533] Automatic generation of text from EXIF info / digiKam metadata in Insert Text tool [patch]

2019-02-21 Thread Jay Singh Talreja
https://bugs.kde.org/show_bug.cgi?id=118533 --- Comment #12 from Jay Singh Talreja --- Created attachment 118251 --> https://bugs.kde.org/attachment.cgi?id=118251=edit Modified Patch ! (In reply to caulier.gilles from comment #10) > From your last patch : > > - Why you touch InsertTextWidget

[digikam] [Bug 118533] Automatic generation of text from EXIF info / digiKam metadata in Insert Text tool [patch]

2019-02-21 Thread Jay Singh Talreja
https://bugs.kde.org/show_bug.cgi?id=118533 Jay Singh Talreja changed: What|Removed |Added Attachment #118219|0 |1 is obsolete|

[digikam] [Bug 118533] Automatic generation of text from EXIF info / digiKam metadata in Insert Text tool [patch]

2019-02-21 Thread Jay Singh Talreja
https://bugs.kde.org/show_bug.cgi?id=118533 Jay Singh Talreja changed: What|Removed |Added Attachment #118225|0 |1 is obsolete|

[digikam] [Bug 118533] Automatic generation of text from EXIF info / digiKam metadata in Insert Text tool [patch]

2019-02-21 Thread Jay Singh Talreja
https://bugs.kde.org/show_bug.cgi?id=118533 Jay Singh Talreja changed: What|Removed |Added Attachment #118196|0 |1 is obsolete|

[digikam] [Bug 118533] Automatic generation of text from EXIF info / digiKam metadata in Insert Text tool [patch]

2019-02-21 Thread Jay Singh Talreja
https://bugs.kde.org/show_bug.cgi?id=118533 Jay Singh Talreja changed: What|Removed |Added Attachment #118212|0 |1 is obsolete|

[digikam] [Bug 118533] Automatic generation of text from EXIF info / digiKam metadata in Insert Text tool [patch]

2019-02-21 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=118533 Maik Qualmann changed: What|Removed |Added CC||metzping...@gmail.com --- Comment #11 from

[digikam] [Bug 118533] Automatic generation of text from EXIF info / digiKam metadata in Insert Text tool [patch]

2019-02-21 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=118533 --- Comment #10 from caulier.gil...@gmail.com --- >From your last patch : - Why you touch InsertTextWidget implementation to just store a Boolean which is never used ? - a slot method must take "slot" prefix. - always put a space to separate function

[digikam] [Bug 118533] Automatic generation of text from EXIF info / digiKam metadata in Insert Text tool [patch]

2019-02-20 Thread Jay Singh Talreja
https://bugs.kde.org/show_bug.cgi?id=118533 --- Comment #9 from Jay Singh Talreja --- Created attachment 118225 --> https://bugs.kde.org/attachment.cgi?id=118225=edit Added Date/Time Stamp And Fixed The Default Issue Issue Final Patch is Here! New Modification: -Added a Date/Time Stamp

[digikam] [Bug 118533] Automatic generation of text from EXIF info / digiKam metadata in Insert Text tool [patch]

2019-02-20 Thread Jay Singh Talreja
https://bugs.kde.org/show_bug.cgi?id=118533 --- Comment #8 from Jay Singh Talreja --- Added a feature to insert Date/Time from image's metadata . Only problem that remains is that after pressing Defaults Button Insert Text Box doesn't work ! Assigned string might be the issue since it doesn't

[digikam] [Bug 118533] Automatic generation of text from EXIF info / digiKam metadata in Insert Text tool [patch]

2019-02-20 Thread Jay Singh Talreja
https://bugs.kde.org/show_bug.cgi?id=118533 --- Comment #7 from Jay Singh Talreja --- Created attachment 118219 --> https://bugs.kde.org/attachment.cgi?id=118219=edit Added Date/Time Stamp in InsertText Tool -- You are receiving this mail because: You are watching all bug changes.

[digikam] [Bug 118533] Automatic generation of text from EXIF info / digiKam metadata in Insert Text tool [patch]

2019-02-20 Thread Jay Singh Talreja
https://bugs.kde.org/show_bug.cgi?id=118533 --- Comment #6 from Jay Singh Talreja --- //New Comment was for my ease, i will remove it though ! -- You are receiving this mail because: You are watching all bug changes.

[digikam] [Bug 118533] Automatic generation of text from EXIF info / digiKam metadata in Insert Text tool [patch]

2019-02-20 Thread Jay Singh Talreja
https://bugs.kde.org/show_bug.cgi?id=118533 --- Comment #5 from Jay Singh Talreja --- Created attachment 118212 --> https://bugs.kde.org/attachment.cgi?id=118212=edit Looked Over the Issues Mentioned ! I tried modifying the code - removed the QDateTimeEdit , Added a CheckBox and connected it

[digikam] [Bug 118533] Automatic generation of text from EXIF info / digiKam metadata in Insert Text tool [patch]

2019-02-20 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=118533 --- Comment #4 from caulier.gil...@gmail.com --- Jay, In you patch the approach is not the right way. 1/ You don't need in fact QDateTimeEdit. The request from this file is to extract the time-stamp from image and to populate the text editor with

[digikam] [Bug 118533] Automatic generation of text from EXIF info / digiKam metadata in Insert Text tool [patch]

2019-02-19 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=118533 caulier.gil...@gmail.com changed: What|Removed |Added Summary|Automatic generation of |Automatic generation of

[digikam] [Bug 118533] Automatic generation of text from EXIF info / digiKam metadata in Insert Text tool

2019-02-19 Thread Jay Singh Talreja
https://bugs.kde.org/show_bug.cgi?id=118533 Jay Singh Talreja changed: What|Removed |Added CC||i898...@gmail.com --- Comment #3 from Jay

[digikam] [Bug 118533] Automatic generation of text from EXIF info / digiKam metadata in Insert Text tool

2016-06-30 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=118533 caulier.gil...@gmail.com changed: What|Removed |Added Product|digikamimageplugins |digikam Component|Insert