[Bug 220545] New: Cannot write XMP sidecar files

classic Classic list List threaded Threaded
109 messages Options
1 ... 3456
Reply | Threaded
Open this post in threaded view
|

[Bug 220545] Cannot write XMP sidecar files

Gilles Caulier-4
https://bugs.kde.org/show_bug.cgi?id=220545

Gilles Caulier <[hidden email]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #89 from Gilles Caulier <[hidden email]> ---
Git commit 883bb43492307fcae33515966da8b2ae289498df by Gilles Caulier.
Committed on 20/03/2012 at 13:07.
Pushed by cgilles into branch 'master'.

add static method to move XMP sidecar into KPMetadata
Support XMP sidecar to BatchProcess kipiplugin

M  +4    -1    batchprocessimages/common/batchprocessimagesdialog.cpp
M  +7    -3    batchprocessimages/tools/renameimageswidget.cpp
M  +15   -0    common/libkipiplugins/tools/kpmetadata.cpp
M  +4    -0    common/libkipiplugins/tools/kpmetadata.h

http://commits.kde.org/kipi-plugins/883bb43492307fcae33515966da8b2ae289498df

--
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
|

[Bug 220545] Cannot write XMP sidecar files

Gilles Caulier-4
In reply to this post by Bugzilla from jakob.malm@gmail.com
https://bugs.kde.org/show_bug.cgi?id=220545

--- Comment #90 from Gilles Caulier <[hidden email]> ---
Git commit e21c68245aec0f4ebf35d63a9aca1efa59ae66e5 by Gilles Caulier.
Committed on 20/03/2012 at 16:33.
Pushed by cgilles into branch 'master'.

MetadataEdit plugin : Exif Editor :
- support KIPI lock feature
- support KIPI metadata settings.
- support XMP sidecar.

M  +4    -4    metadataedit/exif/exifadjust.cpp
M  +9    -2    metadataedit/exif/exifadjust.h
M  +4    -4    metadataedit/exif/exifcaption.cpp
M  +9    -2    metadataedit/exif/exifcaption.h
M  +4    -4    metadataedit/exif/exifdatetime.cpp
M  +9    -2    metadataedit/exif/exifdatetime.h
M  +4    -4    metadataedit/exif/exifdevice.cpp
M  +9    -2    metadataedit/exif/exifdevice.h
M  +16   -19   metadataedit/exif/exifeditwidget.cpp
M  +1    -1    metadataedit/exif/exifeditwidget.h
M  +6    -4    metadataedit/exif/exiflens.cpp
M  +9    -2    metadataedit/exif/exiflens.h
M  +4    -4    metadataedit/exif/exiflight.cpp
M  +9    -2    metadataedit/exif/exiflight.h
M  +1    -1    metadataedit/iptc/iptckeywords.cpp
M  +1    -1    metadataedit/plugin/altlangstringedit.cpp
M  +1    -1    metadataedit/plugin/metadataedit.cpp
M  +1    -1    metadataedit/plugin/metadataedit.h
M  +1    -1    metadataedit/plugin/plugin_metadataedit.cpp
M  +1    -1    metadataedit/plugin/plugin_metadataedit.h

http://commits.kde.org/kipi-plugins/e21c68245aec0f4ebf35d63a9aca1efa59ae66e5

--
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
|

[Bug 220545] Cannot write XMP sidecar files

Gilles Caulier-4
In reply to this post by Bugzilla from jakob.malm@gmail.com
https://bugs.kde.org/show_bug.cgi?id=220545

--- Comment #91 from Gilles Caulier <[hidden email]> ---
Git commit 763f818a273865f268b520dc1a94c0f230f47a7c by Gilles Caulier.
Committed on 21/03/2012 at 09:53.
Pushed by cgilles into branch 'master'.

MetadataEdit plugin : IPTC Editor :
- support KIPI lock feature
- support KIPI metadata settings.
- support XMP sidecar.

M  +5    -5    metadataedit/iptc/iptccategories.cpp
M  +10   -3    metadataedit/iptc/iptccategories.h
M  +5    -5    metadataedit/iptc/iptccontent.cpp
M  +10   -3    metadataedit/iptc/iptccontent.h
M  +5    -5    metadataedit/iptc/iptccredits.cpp
M  +10   -3    metadataedit/iptc/iptccredits.h
M  +24   -27   metadataedit/iptc/iptceditwidget.cpp
M  +1    -1    metadataedit/iptc/iptceditwidget.h
M  +5    -5    metadataedit/iptc/iptcenvelope.cpp
M  +10   -3    metadataedit/iptc/iptcenvelope.h
M  +5    -5    metadataedit/iptc/iptckeywords.cpp
M  +10   -3    metadataedit/iptc/iptckeywords.h
M  +5    -5    metadataedit/iptc/iptcorigin.cpp
M  +10   -3    metadataedit/iptc/iptcorigin.h
M  +5    -5    metadataedit/iptc/iptcproperties.cpp
M  +10   -3    metadataedit/iptc/iptcproperties.h
M  +9    -7    metadataedit/iptc/iptcstatus.cpp
M  +10   -3    metadataedit/iptc/iptcstatus.h
M  +5    -5    metadataedit/iptc/iptcsubjects.cpp
M  +10   -3    metadataedit/iptc/iptcsubjects.h

http://commits.kde.org/kipi-plugins/763f818a273865f268b520dc1a94c0f230f47a7c

--
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
|

[Bug 220545] Cannot write XMP sidecar files

Gilles Caulier-4
In reply to this post by Bugzilla from jakob.malm@gmail.com
https://bugs.kde.org/show_bug.cgi?id=220545

--- Comment #92 from Gilles Caulier <[hidden email]> ---
Git commit 59cbaf9b94b6755cd5563496c37de4a14d1154c9 by Gilles Caulier.
Committed on 21/03/2012 at 10:07.
Pushed by cgilles into branch 'master'.

MetadataEdit plugin : XMP Editor :
- support KIPI lock feature
- support KIPI metadata settings.
- support XMP sidecar.

M  +5    -5    metadataedit/xmp/xmpcategories.cpp
M  +10   -3    metadataedit/xmp/xmpcategories.h
M  +5    -5    metadataedit/xmp/xmpcontent.cpp
M  +10   -3    metadataedit/xmp/xmpcontent.h
M  +5    -5    metadataedit/xmp/xmpcredits.cpp
M  +10   -3    metadataedit/xmp/xmpcredits.h
M  +22   -24   metadataedit/xmp/xmpeditwidget.cpp
M  +1    -1    metadataedit/xmp/xmpeditwidget.h
M  +5    -5    metadataedit/xmp/xmpkeywords.cpp
M  +10   -3    metadataedit/xmp/xmpkeywords.h
M  +5    -5    metadataedit/xmp/xmporigin.cpp
M  +10   -3    metadataedit/xmp/xmporigin.h
M  +5    -5    metadataedit/xmp/xmpproperties.cpp
M  +10   -3    metadataedit/xmp/xmpproperties.h
M  +5    -5    metadataedit/xmp/xmpstatus.cpp
M  +10   -3    metadataedit/xmp/xmpstatus.h
M  +5    -5    metadataedit/xmp/xmpsubjects.cpp
M  +9    -3    metadataedit/xmp/xmpsubjects.h

http://commits.kde.org/kipi-plugins/59cbaf9b94b6755cd5563496c37de4a14d1154c9

--
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
|

[Bug 220545] Cannot write XMP sidecar files

Gilles Caulier-4
In reply to this post by Bugzilla from jakob.malm@gmail.com
https://bugs.kde.org/show_bug.cgi?id=220545

--- Comment #93 from Gilles Caulier <[hidden email]> ---
Git commit 5024b3c8b262ee6a9582f5cd71e7cb00662ce7c9 by Gilles Caulier.
Committed on 21/03/2012 at 10:10.
Pushed by cgilles into branch 'master'.

MetadataEdit plugin : Exif/IPTC/XMP Import :
- support KIPI lock feature
- support KIPI metadata settings.
- support XMP sidecar.

M  +6    -14   metadataedit/plugin/plugin_metadataedit.cpp

http://commits.kde.org/kipi-plugins/5024b3c8b262ee6a9582f5cd71e7cb00662ce7c9

--
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
|

[Bug 220545] Cannot write XMP sidecar files

Gilles Caulier-4
In reply to this post by Bugzilla from jakob.malm@gmail.com
https://bugs.kde.org/show_bug.cgi?id=220545

Gilles Caulier <[hidden email]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Version Fixed In|                            |2.6.0

--
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 220545] Cannot write XMP sidecar files

Niels
In reply to this post by Bugzilla from jakob.malm@gmail.com
https://bugs.kde.org/show_bug.cgi?id=220545

Niels <[hidden email]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[hidden email]

--- Comment #94 from Niels <[hidden email]> ---
What is the status of this work? I have the problem that sidecar files aren't
being moved in 3.1.0 -- this is apparently item 2 in comment 67.

--
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 220545] Cannot write XMP sidecar files

Michal Thoma
In reply to this post by Bugzilla from jakob.malm@gmail.com
https://bugs.kde.org/show_bug.cgi?id=220545

--- Comment #95 from Michal Thoma <[hidden email]> ---
(In reply to comment #94)
> What is the status of this work? I have the problem that sidecar files
> aren't being moved in 3.1.0 -- this is apparently item 2 in comment 67.

Can't confirm. Tried drag-n-drop moving (3.1.0 on Ubuntu 12.10) and sidecar
file was moved correctly along with the image. Even orphaned xmp are no longer
a problem when moving.

--
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 220545] Cannot write XMP sidecar files

Niels
In reply to this post by Bugzilla from jakob.malm@gmail.com
https://bugs.kde.org/show_bug.cgi?id=220545

--- Comment #96 from Niels <[hidden email]> ---
I've done some further testing, and the result is: It works most of the time.
Sometimes the sidecar file is left behind, but usually it's moved correctly. I
have not yet found any specific situation that fails.

I'm using Fedora 18.

--
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
1 ... 3456