xca/lib
Christian Hohnstaedt ff7704ff0b Add context sensitive documentation
All dialogs get the "Qt::WindowModal" modality to
operate the Help window in parallel
while also blocking the dialog parent windows.

The manageRevocations() moved from model to view

The Details dialogs become more self-sufficient.
There is a statc start method that shows the dialog and
updates name and comment after accept().
This allows recursive starts of certificate details and
independence of mainwin.
It is necessary to set the current toplevel widget as parent
for the next dialog to not block the application.
2021-04-23 15:50:13 +02:00
..
arguments.cpp Transform XCA documentation from SGML to sphinx 2021-04-09 17:36:03 +02:00
arguments.h Transform XCA documentation from SGML to sphinx 2021-04-09 17:36:03 +02:00
asn1int.cpp Make hex the default input / output qstring of asn1integer 2018-03-11 10:02:14 +01:00
asn1int.h Make hex the default input / output qstring of asn1integer 2018-03-11 10:02:14 +01:00
asn1time.cpp Separate database from Mainwin for better cmdline support 2020-03-11 07:19:56 +01:00
asn1time.h Make all dates in columns fancy, still sorting correctly by age 2018-06-27 08:56:07 +02:00
base.h Support concurrent database access. 2019-03-25 06:47:25 +01:00
BioByteArray.cpp Minor fixes 2020-06-26 14:21:32 +02:00
BioByteArray.h Minor fixes 2020-06-26 14:21:32 +02:00
builtin_curves.cpp Fix warnings 2020-10-14 19:48:17 +02:00
builtin_curves.h Add support for validating a keyjob 2020-03-18 05:26:16 +01:00
database_model.cpp Add context sensitive documentation 2021-04-23 15:50:13 +02:00
database_model.h Add context sensitive documentation 2021-04-23 15:50:13 +02:00
db_base.cpp Add context sensitive documentation 2021-04-23 15:50:13 +02:00
db_base.h Minor fixes 2020-06-26 14:21:32 +02:00
db_crl.cpp Add context sensitive documentation 2021-04-23 15:50:13 +02:00
db_crl.h Fix warnings 2020-10-14 19:48:17 +02:00
db_key.cpp Add context sensitive documentation 2021-04-23 15:50:13 +02:00
db_key.h Fix warnings 2020-10-14 19:48:17 +02:00
db_temp.cpp Add context sensitive documentation 2021-04-23 15:50:13 +02:00
db_temp.h Revamp database management 2020-05-08 07:47:15 +02:00
db_token.cpp Use fromIndex(index) convenience function 2020-05-08 17:37:40 +02:00
db_token.h Revamp database management 2020-05-08 07:47:15 +02:00
db_x509.cpp Add context sensitive documentation 2021-04-23 15:50:13 +02:00
db_x509.h Add context sensitive documentation 2021-04-23 15:50:13 +02:00
db_x509req.cpp Add context sensitive documentation 2021-04-23 15:50:13 +02:00
db_x509req.h Revamp database management 2020-05-08 07:47:15 +02:00
db_x509super.cpp Encapsulate all index.internalPointer() in fromIndex(index) 2020-05-10 09:09:31 +02:00
db_x509super.h Revamp database management 2020-05-08 07:47:15 +02:00
db.cpp Drop functions from legacy database modul 2020-03-20 16:29:43 +01:00
db.h Drop functions from legacy database modul 2020-03-20 16:29:43 +01:00
dbhistory.cpp Accept missing "dbhistory" file 2020-04-05 10:59:00 +02:00
dbhistory.h Separate database from Mainwin for better cmdline support 2020-03-11 07:19:56 +01:00
entropy.cpp Fix warnings 2020-10-14 19:48:17 +02:00
entropy.h Fix warnings 2020-10-14 19:48:17 +02:00
exception.h Improve password input handling 2020-03-11 07:19:56 +01:00
func.cpp Revamp database management 2020-05-08 07:47:15 +02:00
func.h Revamp database management 2020-05-08 07:47:15 +02:00
headerlist.h Close #163: Show key type/size on column of Certificates tab 2020-02-12 22:42:36 +01:00
ipvalidator.h Move includes required for FreeBSD 2020-02-12 22:43:33 +01:00
load_obj.cpp Merge branch 'master' into develop 2020-03-23 06:53:06 +01:00
load_obj.h Update Copyright Years to 2020 2020-01-13 07:26:46 +01:00
main.cpp Transform XCA documentation from SGML to sphinx 2021-04-09 17:36:03 +02:00
main.h Eliminate the use of "mainwin" in lib/db_* 2020-05-08 11:59:09 +02:00
Makefile Encapsulate all BIOs in the BioByteArray class 2020-04-06 22:07:57 +02:00
oid.cpp Merge branch 'master' into develop 2020-04-02 07:35:18 +02:00
oid.h Close #72: Add checkbox for OCSP staple feature 2020-03-29 22:23:21 +02:00
opensc-pkcs11.h Support EC key generation on PKCS#11 token 2014-10-31 00:23:39 +01:00
openssl_compat.h Fix for building against libreoffice 2021-04-01 20:27:11 +02:00
pass_info.cpp Refactor Image and icon ressources 2020-03-11 07:19:56 +01:00
pass_info.h Refactor Image and icon ressources 2020-03-11 07:19:56 +01:00
Passwd.cpp Several fixes of previous commit 2020-03-11 07:19:56 +01:00
Passwd.h Separate database from Mainwin for better cmdline support 2020-03-11 07:19:56 +01:00
pk11_attribute.cpp constify slotid 2020-04-05 09:16:12 +02:00
pk11_attribute.h constify slotid 2020-04-05 09:16:12 +02:00
pkcs11_lib.cpp Close #258: xca aborts on exit and on access to own templates 2021-04-01 11:02:22 +02:00
pkcs11_lib.h Merge branch 'master' into develop 2020-04-05 10:58:47 +02:00
pkcs11.cpp Merge branch 'master' into develop 2020-04-05 10:58:47 +02:00
pkcs11.h Merge branch 'master' into develop 2020-04-05 10:58:47 +02:00
pki_base.cpp Minor fixes 2020-06-26 14:21:32 +02:00
pki_base.h Move tree-handling from db_x509 class to the base class 2020-05-08 17:37:40 +02:00
pki_crl.cpp Revamp database management 2020-05-08 07:47:15 +02:00
pki_crl.h Encapsulate all BIOs in the BioByteArray class 2020-04-06 22:07:57 +02:00
pki_evp.cpp Close #142: Support Ed25519 Import private SSH2 key 2021-04-01 11:02:22 +02:00
pki_evp.h Close #142: Support Ed25519 Import private SSH2 key 2021-04-01 11:02:22 +02:00
pki_key.cpp Add support for SSH2 ED25519 private key export 2021-04-01 12:24:01 +02:00
pki_key.h Add ED25519 support for commandline key generation 2021-04-09 17:36:03 +02:00
pki_lookup.h Minor fixes 2020-06-26 14:21:32 +02:00
pki_multi.cpp Close #142: Support Ed25519 Import private SSH2 key 2021-04-01 11:02:22 +02:00
pki_multi.h Encapsulate all BIOs in the BioByteArray class 2020-04-06 22:07:57 +02:00
pki_pkcs7.cpp Encapsulate all BIOs in the BioByteArray class 2020-04-06 22:07:57 +02:00
pki_pkcs7.h Get rid of filename2bytearray and QString2filename 2020-04-05 09:16:12 +02:00
pki_pkcs12.cpp Let pki_pkcs12 and pki_pkcs7 inherit from pki_multi 2020-03-13 12:13:27 +01:00
pki_pkcs12.h Let pki_pkcs12 and pki_pkcs7 inherit from pki_multi 2020-03-13 12:13:27 +01:00
pki_scard.cpp Merge branch 'master' into develop 2020-04-05 10:58:47 +02:00
pki_scard.h Merge branch 'master' into develop 2020-04-05 10:58:47 +02:00
pki_temp.cpp Encapsulate all BIOs in the BioByteArray class 2020-04-06 22:07:57 +02:00
pki_temp.h Encapsulate all BIOs in the BioByteArray class 2020-04-06 22:07:57 +02:00
pki_x509.cpp Improve finding certs/requests with same key 2020-10-14 19:48:17 +02:00
pki_x509.h Revamp database management 2020-05-08 07:47:15 +02:00
pki_x509req.cpp Improve finding certs/requests with same key 2020-10-14 19:48:17 +02:00
pki_x509req.h Encapsulate all BIOs in the BioByteArray class 2020-04-06 22:07:57 +02:00
pki_x509super.cpp Move item store from db_base into separate class "pki_lookup" 2020-04-30 18:37:25 +02:00
pki_x509super.h Improve printing of cmdline items 2020-03-13 12:13:27 +01:00
settings.cpp Initialize workingdir with trailing slash 2020-10-15 06:21:32 +02:00
settings.h Refactor native separators / and \ on windows. 2020-04-02 06:12:47 +02:00
sql.cpp Fix warnings 2020-10-14 19:48:17 +02:00
sql.h Support concurrent database access. 2019-03-25 06:47:25 +01:00
version.cpp Improve and fix VERSION_ITERATION 2020-04-27 15:03:36 +02:00
x509name.cpp Minor fixes 2020-06-26 14:21:32 +02:00
x509name.h hashNum() is an unsigned integer 2020-03-19 20:40:36 +01:00
x509rev.cpp Cleanup: remove unused properties and declarations 2019-03-27 05:58:25 +01:00
x509rev.h Resolve gcc 9/10 new warnings. 2020-02-09 01:24:06 +01:00
x509v3ext.cpp Close #251: AuthorityKeyIdentifier: use issuer:always 2021-02-08 17:07:06 +01:00
x509v3ext.h Extend --print and --text functionality 2020-03-13 12:13:27 +01:00
xfile.h Encapsulate all BIOs in the BioByteArray class 2020-04-06 22:07:57 +02:00