QT5: Fixed compiler warnings.
GTK3: Fixed compiler warnings.
GTK2: Fixed compiler warnings.
DB: Added function GWEN_DB_WriteVarValueToBuffer()
TEXT/DB: Transform GWEN_DB_ReplaceVars into more generic GWEN_Text_ReplaceVars
Variable names may now contain ":xxx" parts specifying the maximum length.
This can be used by aqbanking-cli to improve output of "listtrans" andothers. We can here specify variables which use original values from a...
Prepared release 4.99.19rc3.
GUI: Improved GWEN_Gui_StdPrintf()
if vsnprintf returns "-1", then there is a problem (maybe bad formatstring??), in this case we should not try to malloc (-1) bytes...
MEMORY: Print error message on malloc error.
Prepared release 4.99.18rc2.
Fixed compiler warnings.
BASE: removed unused code.
The code encapsulated by ENABLE_MY_SMALL_BLOCK_ALLOC was only a testto find out whether allocating memory completely via malloc() - evenmany small units - is the most efficient way. Well, it is ;-)
GUI: Fixed memleaks (as suggested by thbe in #35).
Fix libtool warning: "undefined symbols not allowed in i686-w64-mingw32 shared libraries"
BUILD: Fixed build on windows (Patch provided by rhabacker).
Beside https://www.aquamaniac.de/rdm/issues/27 additional cmake relatedconfig files are broken on Windows and will be fixed by applying theappended patches.Without this patch building cmake based client packages depending on...
Fix finding gwenhywfar Qt5 library for cmake build system
BUILD: Fixed QT4 on windows (Patch provided by rhabacker).
The appended patch fixes qt4 build and use support by client libraries onWindows.The patch has been used to cross build gwenhywfar for Windows bundled withkmymoney 4.8 releases(https://build.opensuse.org/package/show/windows:mingw:win32/mingw32-gwenhywfar)
BUILD: Incremented version number.
TEXT: Add GWEN_Text_strndup()
On Windows there is no strndup(), so we provide a replacement here.For non-Windows systems we simply use strndup().
Prepared release 4.99.17rc1
TEXT: Decreased verbosity.
XML: Don't try to convert utf8 to UTF-8
Without this change AqHBCI gets extremely slow.
Auch abrufbar als: Atom