keepassxc/src/gui/entry/attachments
Kuznetsov Oleg f2a4cc7e66
Refactor attachment handling system with enhanced UI (#12085)
* Renamed NewEntryAttachmentsDialog to EditEntryAttachmentsDialog for clarity.
* Introduced EditEntryAttachmentsDialog class to manage editing of existing attachments.
* Added functionality to preview attachments while editing them.
* Enhanced EntryAttachmentsModel with rowByKey method for better key management.
* Add image attachment support with zoom functionality.
* Add html and markdown detection.
* Improve button layout on the attachment section when editing an entry
2025-06-19 13:27:23 -04:00
..
AttachmentTypes.h Refactor attachment handling system with enhanced UI (#12085) 2025-06-19 13:27:23 -04:00
AttachmentWidget.cpp Refactor attachment handling system with enhanced UI (#12085) 2025-06-19 13:27:23 -04:00
AttachmentWidget.h Refactor attachment handling system with enhanced UI (#12085) 2025-06-19 13:27:23 -04:00
ImageAttachmentsView.cpp Refactor attachment handling system with enhanced UI (#12085) 2025-06-19 13:27:23 -04:00
ImageAttachmentsView.h Refactor attachment handling system with enhanced UI (#12085) 2025-06-19 13:27:23 -04:00
ImageAttachmentsWidget.cpp Refactor attachment handling system with enhanced UI (#12085) 2025-06-19 13:27:23 -04:00
ImageAttachmentsWidget.h Refactor attachment handling system with enhanced UI (#12085) 2025-06-19 13:27:23 -04:00
ImageAttachmentsWidget.ui Refactor attachment handling system with enhanced UI (#12085) 2025-06-19 13:27:23 -04:00
TextAttachmentsEditWidget.cpp Refactor attachment handling system with enhanced UI (#12085) 2025-06-19 13:27:23 -04:00
TextAttachmentsEditWidget.h Refactor attachment handling system with enhanced UI (#12085) 2025-06-19 13:27:23 -04:00
TextAttachmentsEditWidget.ui Refactor attachment handling system with enhanced UI (#12085) 2025-06-19 13:27:23 -04:00
TextAttachmentsPreviewWidget.cpp Refactor attachment handling system with enhanced UI (#12085) 2025-06-19 13:27:23 -04:00
TextAttachmentsPreviewWidget.h Refactor attachment handling system with enhanced UI (#12085) 2025-06-19 13:27:23 -04:00
TextAttachmentsPreviewWidget.ui Refactor attachment handling system with enhanced UI (#12085) 2025-06-19 13:27:23 -04:00
TextAttachmentsWidget.cpp Refactor attachment handling system with enhanced UI (#12085) 2025-06-19 13:27:23 -04:00
TextAttachmentsWidget.h Refactor attachment handling system with enhanced UI (#12085) 2025-06-19 13:27:23 -04:00
TextAttachmentsWidget.ui Refactor attachment handling system with enhanced UI (#12085) 2025-06-19 13:27:23 -04:00