Adapted my Makefile target to allow building of QT5 gui.
Inserted empty lines.
Fixed AM_CPPFLAGS in qt5 gui.
Added .gitignore.
Added some more files to .gitignore.
Updated cmake config files
Now targets are used which makes the usage even easier. Versionchecking was improved. Backwards compatibility is ensured.
Added gui frontend for Qt 5
It is based on the Qt 4 gui. Mainly it replaced all occurences of "4" by "5".
Typemaker2 now also writes APIDOC.
Will probably switch to member grouping.
Prepared release 4.15.2beta
No longer use gnutls_protocol_set_priority().
Prepared release 4.15.1beta.
TLS: Introduced preprocessor variable "GWEN_TLS_USE_OLD_CODE".
If this variable is defined the old code for TLS cipher selection isused, otherwise the new code is chosen.
The default setting is currenty to use the new code, that works atleast with the NetBank server.
Prepared Gwenhywfar 4.15.0.
Added tests for GWEN_PARAM.
Fixed a typo.
Modified XML structure use when reading and witing param values.
GWEN_Param_List_WriteValuesToXml() and GWEN_Param_List_ReadValuesFromXml() nowread/write a more compact XML tree.
Improved GWEN_XMLNode_GetCharValue() and GWEN_XMLNode_SetCharValue().
If "name" is empty data nodes will be read/written directly below thegiven node.
Improved GWEN_PARAMS.
Now we can read and write lists of GWEN_PARAMs. It is now also possible toread and write values of params only.
Also added API documentation.
Make contents of listdoc.h reproducible
There is a Debian initiative working on making builds reproducible, i.e. tomake it possible to reproduce byte-for-byte identical binary packages from agiven source. https://wiki.debian.org/ReproducibleBuilds
The contents of listdoc.h is generated by the output of "find include -name...
mklistdoc: Fix minor typo
Prepared release 4.14.0.
Fix segfault on windows when using HBCI with keyfile.
Reported by hbrunn onhttps://github.com/Gnucash/gnucash-on-windows/pull/5
Major speedup of GWEN_Directory_GetMatchingFilesRecursively().
Don't check for duplicates when adding files or folders to the file/folderlist. There should be no duplicate entries anyway inside a folder.
Re-work Compiler Symbol Visibility Check
This was inspired by http://stackoverflow.com/questions/5987219/best-practices-for-probing-for-symbol-visibility-extensions-in-autoconf
Drop unused autoconf variable gwen_enable_export
Auch abrufbar als: Atom