keepassxc/tests/gui/attachments
Kuznetsov Oleg 4290c7be0d
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 17:48:09 -04:00
..
TestAttachmentsGui.cpp Refactor attachment handling system with enhanced UI (#12085) 2025-06-19 17:48:09 -04:00
TestAttachmentWidget.cpp Refactor attachment handling system with enhanced UI (#12085) 2025-06-19 17:48:09 -04:00
TestAttachmentWidget.h Refactor attachment handling system with enhanced UI (#12085) 2025-06-19 17:48:09 -04:00
TestEditEntryAttachmentsDialog.cpp Refactor attachment handling system with enhanced UI (#12085) 2025-06-19 17:48:09 -04:00
TestEditEntryAttachmentsDialog.h Refactor attachment handling system with enhanced UI (#12085) 2025-06-19 17:48:09 -04:00
TestImageAttachmentsView.cpp Refactor attachment handling system with enhanced UI (#12085) 2025-06-19 17:48:09 -04:00
TestImageAttachmentsView.h Refactor attachment handling system with enhanced UI (#12085) 2025-06-19 17:48:09 -04:00
TestImageAttachmentsWidget.cpp Refactor attachment handling system with enhanced UI (#12085) 2025-06-19 17:48:09 -04:00
TestImageAttachmentsWidget.h Refactor attachment handling system with enhanced UI (#12085) 2025-06-19 17:48:09 -04:00
TestPreviewEntryAttachmentsDialog.cpp Refactor attachment handling system with enhanced UI (#12085) 2025-06-19 17:48:09 -04:00
TestPreviewEntryAttachmentsDialog.h Refactor attachment handling system with enhanced UI (#12085) 2025-06-19 17:48:09 -04:00
TestTextAttachmentsEditWidget.cpp Refactor attachment handling system with enhanced UI (#12085) 2025-06-19 17:48:09 -04:00
TestTextAttachmentsEditWidget.h Refactor attachment handling system with enhanced UI (#12085) 2025-06-19 17:48:09 -04:00
TestTextAttachmentsPreviewWidget.cpp Refactor attachment handling system with enhanced UI (#12085) 2025-06-19 17:48:09 -04:00
TestTextAttachmentsPreviewWidget.h Refactor attachment handling system with enhanced UI (#12085) 2025-06-19 17:48:09 -04:00
TestTextAttachmentsWidget.cpp Refactor attachment handling system with enhanced UI (#12085) 2025-06-19 17:48:09 -04:00
TestTextAttachmentsWidget.h Refactor attachment handling system with enhanced UI (#12085) 2025-06-19 17:48:09 -04:00