kdeconnect-kde/smsapp
Simon Redman ec6a35e75b Fix SMS app icons and thumbnails
## Summary

Due to the difficult-to-test Qt5 -> Qt6 transition, there were some GUI errors with the SMS app:
- Contact photos were missing
- Attachment previews, if present, were in the place where the contact photo should be

This also takes a shot at fixing the long-standing issue that attachment previews were shown much taller than the row item, drawing over the items above and below. 

## Test Plan

### Before:
As in description, the conversations list items were not correct.

![image](/uploads/f68b662fecd6a4826986ede6e8191470/image.png)

### After:
Contact photos are shown to the left of the text preview, attachment preview, if present, is shown to the far right.

![image](/uploads/95f2b4d6e6ff26371a2f36d97fc3f52b/image.png)
2024-06-17 02:00:41 +00:00
..
qml Fix SMS app icons and thumbnails 2024-06-17 02:00:41 +00:00
attachmentinfo.cpp Add explicit moc includes to cpp files 2023-07-30 07:27:45 +00:00
attachmentinfo.h Add and make use of ECM's clang-format integration 2022-09-11 23:21:58 +00:00
CMakeLists.txt Cleanup all occurences of QT_MAJOR_VERSION in cmake 2023-12-28 17:49:07 +01:00
conversationlistmodel.cpp Fix SMS app icons and thumbnails 2024-06-17 02:00:41 +00:00
conversationlistmodel.h Add and make use of ECM's clang-format integration 2022-09-11 23:21:58 +00:00
conversationmodel.cpp Make clang-format happy 2024-06-04 19:02:58 +02:00
conversationmodel.h Discard unused params more elegantly 2023-08-05 20:22:18 +00:00
conversationssortfilterproxymodel.cpp Drop Qt5-only code branches 2024-04-27 17:46:39 +02:00
conversationssortfilterproxymodel.h Add and make use of ECM's clang-format integration 2022-09-11 23:21:58 +00:00
gsmasciimap.cpp Add and make use of ECM's clang-format integration 2022-09-11 23:21:58 +00:00
gsmasciimap.h Add and make use of ECM's clang-format integration 2022-09-11 23:21:58 +00:00
main.cpp Drop Qt5-only code branches 2024-04-27 17:46:39 +02:00
Messages.sh Fix localization of app and smsapp. Patch mainly by Victor Ryzhykh. 2019-12-21 09:59:36 +02:00
org.kde.kdeconnect.sms.desktop SVN_SILENT made messages (.desktop file) - always resolve ours 2024-06-09 01:17:55 +00:00
smscharcount.h Make clang-format happy 2024-06-04 19:02:58 +02:00
smshelper.cpp test: restore orphaned smshelper test 2023-12-06 10:18:49 -05:00
smshelper.h Remove unused default destructors 2023-08-05 20:22:18 +00:00
thumbnailsprovider.cpp Discard unused params more elegantly 2023-08-05 20:22:18 +00:00
thumbnailsprovider.h Add and make use of ECM's clang-format integration 2022-09-11 23:21:58 +00:00