xca/test
Christian Hohnstaedt 46c1b78577 Close #88: Export to multiple files
Extend the ExportFile dialog by a checkbox to
switch between "all-in-one-file" or every item in a separate
file. It is only visible if more than one file is selected.
Activating the checkbox will:
 - Change the file-input into a directory-input and cut off the
   file name
 - Disabling all formats that are intended for multiple items.
De-activating the checkbox will:
 - Change the directory-input back into a file-input
   and append the previously erased file name again.
 - Disabling all export-formats that are only useful for single items.
2024-09-14 01:13:18 +02:00
..
CMakeLists.txt Merge remote-tracking branch 'origin/main' 2024-05-30 15:10:31 +02:00
export.cpp Close #88: Export to multiple files 2024-09-14 01:13:18 +02:00
importPEM.cpp Test export functionality and indirectly the import 2024-01-22 12:17:01 +01:00
main.cpp Test JWK export 2024-09-13 10:41:16 +02:00
main.h Add tests for the DateTime input for validity times. 2024-04-22 19:13:02 +02:00
newKey.cpp Move GUI tests to test/ subdir 2024-01-14 23:43:00 +01:00
pem.cpp Test JWK export 2024-09-13 10:41:16 +02:00
PwDialogMock.h Test export functionality and indirectly the import 2024-01-22 12:17:01 +01:00
renewal.cpp Fix renewal test 2024-04-22 19:13:02 +02:00
validity.cpp Add tests for the DateTime input for validity times. 2024-04-22 19:13:02 +02:00