[Bug 307570] Don't always recompress contact photos when saving

2012-10-23 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=307570 Allen Winter win...@kde.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Version Fixed In|

[Bug 307570] Don't always recompress contact photos when saving

2012-10-06 Thread asamk
https://bugs.kde.org/show_bug.cgi?id=307570 --- Comment #5 from as...@gmx.de --- I made a patch for this: https://git.reviewboard.kde.org/r/106745 -- You are receiving this mail because: You are the assignee for the bug. ___ Kdepim-bugs mailing list

[Bug 307570] Don't always recompress contact photos when saving

2012-09-30 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=307570 --- Comment #2 from Laurent Montel mon...@kde.org --- jpeg again (with the default quality 75%). .? QString Picture::toString() const { QString str; str += QLatin1String( Picture {\n ); str += QString::fromLatin1( Type: %1\n ).arg( d-mType );

[Bug 307570] Don't always recompress contact photos when saving

2012-09-30 Thread asamk
https://bugs.kde.org/show_bug.cgi?id=307570 --- Comment #3 from as...@gmx.de --- no, that function is not used to store it in the vcf. It only seems useful for debugging. the picture is loaded and stored in the file vcardtool.cpp: VCardLine VCardTool::createPicture( const QString identifier,

[Bug 307570] Don't always recompress contact photos when saving

2012-09-30 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=307570 --- Comment #4 from Laurent Montel mon...@kde.org --- Ok will look at it. -- You are receiving this mail because: You are the assignee for the bug. ___ Kdepim-bugs mailing list Kdepim-bugs@kde.org

[Bug 307570] Don't always recompress contact photos when saving

2012-09-29 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=307570 Laurent Montel mon...@kde.org changed: What|Removed |Added CC||mon...@kde.org --- Comment #1