Aktivität
von 31.08.2019 bis 29.09.2019
29.09.2019
- 18:55 Revision 4b92f3b1 (gwenhywfar): Fixed memory leaks.
- 16:26 Revision cd9ab0b8 (gwenhywfar): TEXT: Improved GWEN_Text_ReplaceVars().
- Handle maxLen, if set.
- 14:38 Revision a60c67c0 (gwenhywfar): QT5: Fixed compiler warnings.
- 14:37 Revision 61039165 (gwenhywfar): GTK3: Fixed compiler warnings.
- 14:37 Revision 088cdc89 (gwenhywfar): GTK2: Fixed compiler warnings.
- 14:28 Revision b6d90e32 (gwenhywfar): DB: Added function GWEN_DB_WriteVarValueToBuffer()
- 01:32 Revision b0b614bd (gwenhywfar): 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 impr...
28.09.2019
27.09.2019
- 18:31 Revision 11952de5 (gwenhywfar): GUI: Improved GWEN_Gui_StdPrintf()
- if vsnprintf returns "-1", then there is a problem (maybe bad format
string??), in this case we should not try to mal... - 18:30 Revision 8b78c240 (gwenhywfar): MEMORY: Print error message on malloc error.
25.09.2019
- 22:16 Revision 6a8fc4e2 (gwenhywfar): Prepared release 4.99.18rc2.
- 19:36 Revision 426ce38d (gwenhywfar): Fixed compiler warnings.
- 19:36 Revision 634430e6 (gwenhywfar): BASE: removed unused code.
- The code encapsulated by ENABLE_MY_SMALL_BLOCK_ALLOC was only a test
to find out whether allocating memory completely... - 16:04 Revision 31fbb242 (gwenhywfar): GUI: Fixed memleaks (as suggested by thbe in #35).
- 14:41 Revision 40e8521f (gwenhywfar): Fix libtool warning: "undefined symbols not allowed in i686-w64-mingw32 shared libraries"
- 14:40 Revision 11eb3f3c (gwenhywfar): BUILD: Fixed build on windows (Patch provided by rhabacker).
- Beside https://www.aquamaniac.de/rdm/issues/27 additional cmake related
config files are broken on Windows and will b... - 14:40 Revision 6a58ad08 (gwenhywfar): Fix finding gwenhywfar Qt5 library for cmake build system
- 14:40 Revision 1b49e081 (gwenhywfar): BUILD: Fixed QT4 on windows (Patch provided by rhabacker).
- The appended patch fixes qt4 build and use support by client libraries on
Windows.
The patch has been used to cross b... - 13:35 Revision 3c98b74c (gwenhywfar): BUILD: Incremented version number.
- 13:34 Revision 74d547be (gwenhywfar): 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(). - 00:11 Revision cc9db671 (gwenhywfar): Prepared release 4.99.17rc1
24.09.2019
- 23:35 Revision 0e87d592 (gwenhywfar): TEXT: Decreased verbosity.
- 23:34 Revision 0a5a1005 (gwenhywfar): XML: Don't try to convert utf8 to UTF-8
- Without this change AqHBCI gets extremely slow.
- 22:42 Revision 83557126 (gwenhywfar): Fix libtool warning: "undefined symbols not allowed in i686-w64-mingw32 shared libraries"
- 22:37 Revision 1f66f2d4 (gwenhywfar): BUILD: Fixed build on windows (Patch provided by rhabacker).
- Beside https://www.aquamaniac.de/rdm/issues/27 additional cmake related
config files are broken on Windows and will b... - 22:34 Revision 9c119630 (gwenhywfar): Fix finding gwenhywfar Qt5 library for cmake build system
- 22:33 Revision 0db31b8e (gwenhywfar): BUILD: Fixed QT4 on windows (Patch provided by rhabacker).
- The appended patch fixes qt4 build and use support by client libraries on
Windows.
The patch has been used to cross b... - 22:31 Revision acb31169 (gwenhywfar): TLS: Fixed function prototype (patch provided by John Ralls).
- Because of a mismatched signature between the declaration and
implementation of GWEN_SyncIo_Tls_Internal_CheckCert.
22.09.2019
- 23:20 Revision d12d4d2d (gwenhywfar): BUILD: Onlky remove dir gwenhywfar5 on "make distclean" (fixes #67).
20.09.2019
- 21:52 Revision 14cc0290 (gwenhywfar): Merge remote-tracking branch 'origin/dev-xmlparser-encoding'
- Included encoding handling changes to GWEN_XML from Elias's branch.
- 21:49 Revision bd6f1990 (gwenhywfar): BUILD: Prepared release 4.99.16beta.
- 20:58 Revision 99da44f2 (gwenhywfar): CRYPT: Fixed a compiler warning.
18.09.2019
17.09.2019
- 17:53 Revision d8acb51f (gwenhywfar): DIALOG: Use GWEN_Dialog_CreateAndLoadWithPath() in internal dialogs.
- 17:53 Revision 45d85db5 (gwenhywfar): DIALOG: Added function GWEN_Dialog_CreateAndLoadWithPath()
- This functions simplifies dialog creation and loading. Now we dont have
to repeat the same code in every dialog.
15.09.2019
- 22:55 Revision 60118625 (gwenhywfar): pkg-config: Fix again erroneous includedir
- After 5c0c807f this was still one level of subdir too much. Now
it is hopefully ok. - 20:36 Revision e19e6c20 (gwenhywfar): Convert to UTF-8 when parsing XML.
13.09.2019
- 23:35 Revision 74da5722 (gwenhywfar): Prepared release 4.99.15beta.
- 22:07 Revision 863f0b15 (gwenhywfar): DB: Decreased verbosity.
- 22:06 Revision 329bcf14 (gwenhywfar): DB: Improved GWEN_DB_ReplaceVars().
- Now also accepts index specs with variable names. Valid specs are now:
- "variableName"
- "variableName[1]" - 17:20 Revision 19d4a7b0 (gwenhywfar): GUI: Improved irritating log message.
12.09.2019
- 02:28 Revision 5c25aca8 (gwenhywfar): Prepared release 4.99.14beta.
- 02:28 Revision d1c141d8 (gwenhywfar): TLS: Fixed a typo (#45).
11.09.2019
- 00:54 Revision fdff90b8 (gwenhywfar): TLS: Included a modified version of a patch by Bernhard Held
- This patch uses gnutls_certificate_set_x509_system_trust().
- 00:52 Revision 5a2e0e3d (gwenhywfar): Prepared release 4.99.13beta.
09.09.2019
08.09.2019
- 21:49 Revision 0ad5a0d5 (gwenhywfar): Increased version.
- 21:48 Revision 0684ba3a (gwenhywfar): TLS: Check a list of possible system wide certificates.
- - this list can be extended as needed
02.09.2019
- 23:32 Revision 2816b3b3 (gwenhywfar): Fix 'Kbanking plugin crashes on opening aqbanking settings'
- The crash is caused by missing GWENHYWFAR_CB definitions of the corresponding callback functions.
See https://bugs.kd...
01.09.2019
- 20:35 Revision a3a7720e (gwenhywfar): TLS: Try using default SSL certificate store on Windoze, too.
- - incorporated patch provided with bug #22 (rhabacker)
- 20:32 Revision e001b467 (gwenhywfar): TLS: Try using default SSL certificate store on Windoze, too.
- - incorporated patch provided with bug #22 (rhabacker)
Auch abrufbar als: Atom