Aktivität
von 14.02.2022 bis 15.03.2022
13.03.2022
- 23:42 AqFinance Revision b258cd3a (aqfinance): Graphs: Enabled year reports.
- 22:31 AqFinance Revision 3d8056f6 (aqfinance): graphs: Started code cleanup.
- - moved code into different files
- smaller functions
10.03.2022
- 23:52 AqFinance Revision d4bda6d1 (aqfinance): Fixed a compiler warning.
- 23:40 AqFinance Revision 768cdedc (aqfinance): report2: Cleanup code for AF_Report2_CreateReport().
- - major code cleanup (smaller functions, easier to read and understand)
- added function AF_Report2_AccountTree2Categ... - 23:38 AqFinance Revision a1866bb9 (aqfinance): report2: Added convenience function AF_Report2_Settings_GetTimeSpan().
- 23:37 AqFinance Revision 7da851ab (aqfinance): AF_Graph_free(): No longer free dataset!
- 23:36 AqFinance Revision f8d485c0 (aqfinance): Added missing includes.
- 23:35 AqFinance Revision e9d12f9a (aqfinance): BUILD: Increased required gwbuild version. Incremented version.
02.03.2022
- 20:21 Libchipcard Revision 913b862a (libchipcard): Fix memory leaks in card.c
- while running a small inhouse application under AddressSanitizer I
stumbled over a few small memory leaks in card.c:
... - 20:18 Libchipcard Revision 61eb11ad (libchipcard): Fix variable ordering in libchipcard-*.pc.in
- the pkg-config file libchipcard-client.pc is not usable as-is:
$ pkg-config libchipcard-client --cflags
Variable 'da... - 20:13 Libchipcard Revision 35e9d803 (libchipcard): Fix variable ordering in libchipcard-*.pc.in
- the pkg-config file libchipcard-client.pc is not usable as-is:
$ pkg-config libchipcard-client --cflags
Variable 'da... - 11:54 AqBanking Bug #257: GLS bank + HBCI Chipkarte: getaccounts + getsysid fehler
- ah, ein 'sendkeys' hatte gefehlt. Das war soweit meine Notizen stimmen bei der DB nicht noetig. Unter [[RDH7_einricht...
- 11:29 AqBanking Bug #257 (Closed): GLS bank + HBCI Chipkarte: getaccounts + getsysid fehler
- Ich versuche gerade HBCI mit Chipkarte fuer ein GLS-Bank-Konto einzurichten, analog dazu wie ich das bei der Deutsche...
28.02.2022
- 23:21 AqBanking Revision 227e1cc8 (aqbanking): bankinfo/generic: Remove "assert()" (simple error message should suffice).
- 23:20 AqBanking Revision ae79d685 (aqbanking): GWENBUILD: Added missing files to install list.
- 23:20 AqBanking Revision 34e278dc (aqbanking): GWENBUILD: No longer require gtk2.
25.02.2022
- 00:17 AqBanking Bug #256: gcttol and other tools do not show all available commands
- Refactor gsa tool to use GWEN_Funcs_xxx functions
- 00:04 AqBanking Bug #256: gcttol and other tools do not show all available commands
- For gcttool use GWEN_Funcs related shortcuts
24.02.2022
- 23:56 AqBanking Bug #256: gcttol and other tools do not show all available commands
- Fixes for gcttool transations applied.
Patch 0002* is required to regenerate po/de.po with ... - 23:52 AqBanking Bug #256: gcttol and other tools do not show all available commands
- After adding similar support to gsa I noticed a small issue in gcttools, which is fixed by this patch.
19.02.2022
- 19:19 AqBanking Bug #249: Error on executing job, Status: rejected (5)
- I talked to my bank and they told me that their FinTS/HBCI server only serves the last 90d. The fact that I am being...
18.02.2022
- 00:28 AqBanking Bug #256: gcttol and other tools do not show all available commands
- Definately no. I want to stay with C, I really want to avoid the complications that arise from using C++ especially i...
17.02.2022
- 16:39 AqBanking Bug #255 (Closed): Hbci mit chipkarte (Volksbank): Fehler in libchipcard: "Unexpected tag length modifier"
- 16:35 AqBanking Bug #255: Hbci mit chipkarte (Volksbank): Fehler in libchipcard: "Unexpected tag length modifier"
- Hallo, nein, problem ist nicht mehr aufgetreten.
Make clean habe ich zunächst nicht gemacht, da ich ja aus den frisc...
16.02.2022
- 12:37 Gwenhywfar Revision 23e6944f (gwenhywfar): src/base/funcs: Uppercase macros.
- 12:31 AqBanking Bug #256: gcttol and other tools do not show all available commands
- Would it be possible to use c++ here ? There would be some nice features available like polymorph functions and const...
- 12:28 AqBanking Bug #256: gcttol and other tools do not show all available commands
- see appended patches
- 12:12 AqBanking Bug #256: gcttol and other tools do not show all available commands
- And how about the shorter element macros proposed above?
- 12:04 AqBanking Bug #256: gcttol and other tools do not show all available commands
- > Also, normally we have macros in all-caps in gwen/aqbanking...
This macros could be be easily converted to real ... - 10:29 AqBanking Bug #256: gcttol and other tools do not show all available commands
- Also, normally we have macros in all-caps in gwen/aqbanking...
- 10:28 AqBanking Bug #256 (Feedback): gcttol and other tools do not show all available commands
- Hmm, maybe we can add some shortcuts for the macros?
"GWEN_Funcs_Entry_DB_NODE_Args_Help" already takes half of a ... - 10:10 AqBanking Bug #256 (Closed): gcttol and other tools do not show all available commands
- Ah, I see the problem (fixed in GIT).
In funcs.c you need to include "config.h", otherwise GWENHYWFAR_API is not p... - 10:01 AqBanking Bug #256: gcttol and other tools do not show all available commands
- Without that library added on Linux I get:
/bin/sh ../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wdecla... - 09:56 AqBanking Bug #256 (Feedback): gcttol and other tools do not show all available commands
- Nice work, thanks!
One question: In gcttool/Makefile.am you changed added this by adding "$(top_builddir)/src/base... - 09:43 AqBanking Bug #256: gcttol and other tools do not show all available commands
- Patches appended
- 09:33 AqBanking Bug #256 (Feedback): gcttol and other tools do not show all available commands
- Followup from https://www.aquamaniac.de/rdm/issues/254:
> When I looked more closely at the sources of gwenhywfar,... - 12:30 Gwenhywfar Revision f536f5d6 (gwenhywfar): Add shortcuts to GWEN_Func_Entry macros
- 12:30 Gwenhywfar Revision 8957f32c (gwenhywfar): Convert some GWEN_FUNC_... macros to real functions
- 10:24 Gwenhywfar Revision 5f787d91 (gwenhywfar): gct-tool: Added help strings for some functions.
- 10:19 Gwenhywfar Revision 2fe55752 (gwenhywfar): Make output a bit more compact.
- 10:17 Gwenhywfar Revision 2637b5c2 (gwenhywfar): Adjusted style.
- 10:15 Gwenhywfar Revision 033bbf69 (gwenhywfar): Cleaned up header.
- 10:07 Gwenhywfar Revision 88980e03 (gwenhywfar): Fixes of some compiler warnings, added missing includes.
- 10:02 Gwenhywfar Revision 0dfae81c (gwenhywfar): Refactor gcttool to use GWEN_Funcs_xxx functions
- 10:02 Gwenhywfar Revision 6090a5e0 (gwenhywfar): Refactor gwentest to use GWEN_Funcs_xxx functions
- 10:02 Gwenhywfar Revision 39f7850f (gwenhywfar): Add GWEN_Funcs_xxx functions
- These functions provide a common way to add tests and commands
for command line applications.
Since available comman... - 09:46 AqBanking Bug #252 (Closed): /usr/lib64/gwenhywfar/plugins/79/configmgr/dir: cannot open shared object file: No such file or directory
- You are right, the first try is not really necessary in the way we use the library loader.
However, the function G... - 09:30 AqBanking Bug #255 (Feedback): Hbci mit chipkarte (Volksbank): Fehler in libchipcard: "Unexpected tag length modifier"
- Interessanter Bugreport... Ist das noch mal aufgetreten? Hattest Du bei "make" vorher "make clean" gemacht? Scheinbar...
- 09:25 AqBanking Bug #249 (Feedback): Error on executing job, Status: rejected (5)
- I would need the full console log (redacted to remove user ids) to analyze the problem. It can't be #219 as fair as I...
- 09:18 AqBanking Bug #219 (Closed): Abfrage der Kontoumsätze bei der ApoBank ergibt error (11)
- Wegen Inaktivitaet geschlossen, falls das Problem weiter besteht bitte melden.
- 09:13 AqBanking Bug #244 (Closed): Konten nicht verfügbar nach getAccounts mit HVB
- Gefixed im git repo.
- 09:12 AqBanking Bug #251 (Closed): Widget [storePasswordCheck] not found
- 09:11 AqBanking Bug #251 (Resolved): Widget [storePasswordCheck] not found
- Thanks!!, applied to git.
- 09:03 AqBanking Bug #251: Widget [storePasswordCheck] not found
- Patch updated
To avoid duplicated code to set `n` a new input dialog attribute `storePasswordCheckEnabled` has bee... - 09:12 AqBanking Bug #254 (Closed): gwentest does not show all available tests
- 00:52 AqBanking Bug #254 (Resolved): gwentest does not show all available tests
- Got it ;-)
Thanks, just applied to git repo.
- 09:09 Gwenhywfar Revision 33ec2761 (gwenhywfar): Fix warning "dialog.c:695: Widget [storePasswordCheck] not found"
- The mentioned widget is only available if it has not been removed in
GWEN_DlgInput_new() has been removed. To check t... - 00:51 Gwenhywfar Revision 98bd683c (gwenhywfar): GUI: Changed color of info text in progress dialog to "darkgreen".
- "green" is hardly readable...
- 00:50 Gwenhywfar Revision 184098cc (gwenhywfar): gwentest: add missing test 'pw5'
- 00:49 Gwenhywfar Revision 65b36264 (gwenhywfar): gwentest: display of all available tests corrected
- Fixes bug #254
15.02.2022
- 22:38 AqBanking Bug #254: gwentest does not show all available tests
- Friendly reminder
- 18:30 Gwenhywfar Revision ba8bc11b (gwenhywfar): Merge branch 'rel-5.9.0'
- 18:29 Gwenhywfar Revision 025d37a2 (gwenhywfar): Merge branch 'rel-5.9.0' into maint
- 17:08 Gwenhywfar Revision dffa7646 (gwenhywfar): Prepared release 5.9.0.
- 11:18 AqBanking Revision 281cafac (aqbanking): AqHBCI: Fixed a bug in previous commit.
- 11:16 AqBanking Revision eea6ed19 (aqbanking): AqHBCI: Decreased verbosity in progress dialogs.
14.02.2022
- 17:12 AqBanking Revision 66b21dd3 (aqbanking): AqHBCI: Another fix for _dispatchResponsesToJobQueue().
- 16:59 AqBanking Revision c98a6636 (aqbanking): AqHBCI: Also check for ref job in previous msg.
- 16:13 AqBanking Revision c6f62026 (aqbanking): GWBUILD: Fixed installation/generation of plugin description files.
- 13:39 AqBanking Revision 9740ab43 (aqbanking): AqHBCI: Increased verbosity.
- 00:32 AqBanking Revision cc0d0cb4 (aqbanking): AqHBCI: Increased verbosity.
Auch abrufbar als: Atom