Christian Hohnstaedt
a70ffe4ff1
Move XcaDialog call from x509_super to XcaWarning
2021-11-13 14:49:02 +01:00
Christian Hohnstaedt
36e02374ff
Put XcaWarningBox on the stack not on the heap
2021-10-24 20:32:12 +02:00
Christian Hohnstaedt
c752508979
Separate XCA Warning in Cmdline and GUI
2021-09-09 21:46:30 +02:00
Christian Hohnstaedt
0c5603ec20
XcaWarning: Split into Core and GUI element
...
one more step to split core and GUI components
2021-06-01 17:48:37 +02:00
Christian Hohnstaedt
7d5bb9ca4f
Fix newline handling
2020-04-07 15:54:16 +02:00
Christian Hohnstaedt
5cb1b45d81
console_write: takes a QByteArray instead of printf()
...
Good Windows Unicode font:
https://math.berkeley.edu/~serganov/ilyaz.org/software/fonts/
2020-04-06 22:08:04 +02:00
Christian Hohnstaedt
4d95912d51
Add console_write() to print also on CMD
2020-04-05 22:45:11 +02:00
Christian Hohnstaedt
98593e7462
Compatibility fixes for QT4 and OpenSSL 0.9.8
...
Need to drop support for those ancient libs.
Not, yet.
2020-03-13 12:13:27 +01:00
Christian Hohnstaedt
113a201d39
Separate database from Mainwin for better cmdline support
...
New classes:
- database_model: Manage the database tables (keys, req, cert, crl, templ)
extracted from widgets/MW_database.cpp
- arguments: parse commandline, dynamically create help text
2020-03-11 07:19:56 +01:00