Aktivität
von 19.08.2022 bis 17.09.2022
09.09.2022
- 17:12 AqBanking Feature #288: Missing command line tool to create ofx user/accounts
- The appended patch adds an initial version of the mentioned command line tool.
07.09.2022
- 08:50 AqBanking Feature #288 (Closed): Missing command line tool to create ofx user/accounts
- Aqbanking supports adding users and accounts for various backends like hbci, paypal and ebics on the command line, bu...
04.09.2022
- 09:42 Gwenhywfar Revision 7a854265 (gwenhywfar): Port deprecated QFlags constructor
- When consumers want to build without deprecated Qt public API using for
example `-DQT_DISABLE_DEPRECATED_BEFORE=0x50f...
03.09.2022
- 11:37 AqBanking Bug #273: Fehlermeldung beim Abrufen der Bankinfos bei Ing Diba
- Der relevante Commit ist https://www.aquamaniac.de/rdm/projects/aqbanking/repository/revisions/0e848dafd2a549bcb3b97c...
29.08.2022
- 23:00 Gwenhywfar Revision b3c01aef (gwenhywfar): plugin: Fixed a typo, fixed memory leaks, increased verbosity.
- 13:21 AqBanking Bug #282: Use OS-agnostic string comparison functions
- One more thing that I realized is that the project could use gnulib where relevant to provide the drop-in cross-platf...
28.08.2022
- 20:59 AqBanking Revision c8d6b80e (aqbanking): Added TODO info.
- 20:59 AqBanking Revision 83486f75 (aqbanking): csv profile editor: Use modern dialog loader. Add missing dialog events.
- 20:40 Gwenhywfar Revision 87fb305b (gwenhywfar): plugin: Re-use existing code.
- 00:22 Gwenhywfar Revision a4e78d85 (gwenhywfar): Incremented version.
- Needed to check for latest features in plugin module (version >5.10.1.0).
- 00:15 Gwenhywfar Revision 205fd264 (gwenhywfar): plugin: Combine plugin descriptions from disk and added plugins.
- Gwenhywfar is able to load plugins. However, this can be restricted when
building gwen in a fully static environment ...
27.08.2022
- 18:58 Gwenhywfar Revision ee482369 (gwenhywfar): plugindescr: More cleanup of _readPluginDescriptionFromFile().
- 18:41 Gwenhywfar Revision 6d0125f4 (gwenhywfar): Cleanup plugin stuff (needs SO_VERSION/AGE++!).
- - added GWEN_Plugin_GetPluginDescription()
- added GWEN_Plugin_SetPluginDescription()
- moved forward declarations to... - 01:10 Libchipcard Revision 1657a4ee (libchipcard): Cleanup: Removed unneeded headers.
- 01:01 AqBanking Bug #287: valid gpg keyring for verification missing?
- Hi Martin,
äh, sorry,
So, the packages come with pgp asc files
We, at Fedora, try to package Libchipcard :)
N... - 00:17 AqBanking Bug #287 (Feedback): valid gpg keyring for verification missing?
- Hi,
I'm sorry, but what do you mean by that? We don't provide packages, what keyring are you referring to?
Rega...
26.08.2022
- 18:21 AqBanking Bug #287 (Feedback): valid gpg keyring for verification missing?
- Hello,
downstream, in the Fedora project, we are looking for a keyring to verify the package. Would you be able to... - 11:06 AqBanking Feature #283: [PATCH] Prepare .pc and .cmake for static builds
- I'm also thinking that the pkg_check_modules() calls in cmake.in can be replaced with ordinary find_package() calls, ...
- 00:26 AqBanking Feature #283: [PATCH] Prepare .pc and .cmake for static builds
- Just realized that additional work in similar fashion is required for the GUIs, for their .pc.in and/or cmake.in, for...
- 00:03 AqBanking Feature #283 (New): [PATCH] Prepare .pc and .cmake for static builds
- This adds support for consuming a gwenhywfar that was compiled statically. Note that it does not guarantee the actual...
- 08:35 AqBanking Bug #269 (Closed): (MSVC, Windows, vcpkg): Gwenhywfar preprocessor errors
- Closing as requested by OP
- 00:58 AqBanking Bug #286 (New): [PATCH] pathmanager.c: add missing winreg.h include
- winreg.h is required for registry manipulation functions
- 00:54 AqBanking Bug #285 (New): [PATCH] Configure.ac: Do not clear the LIBS var
- The configure.ac currently sets the LIBS variable to empty, as a side effect of the ldl test, which voids whatever mi...
- 00:07 AqBanking Feature #284 (New): [PATCH] Use pkg-config to find libgcrypt, gpg-error
- Any relatively modern version of libgcrypt and gpg-error come with a .pc file, so I think it's safe to assume that ne...
25.08.2022
- 23:49 AqBanking Bug #278: [PATCH] Guard unistd.h includes
- Some of the files it touches I had also previously modified in relation to string.h includes, hence the rejections. I...
- 23:44 AqBanking Bug #278: [PATCH] Guard unistd.h includes
- Yes, I understand what the patch does, its just that I can't apply it.
I don't understand why that is because the ... - 23:39 AqBanking Bug #278: [PATCH] Guard unistd.h includes
- Yeah, my bad, this was created after the patch I included here: https://www.aquamaniac.de/rdm/issues/282
Basically... - 23:17 AqBanking Bug #278 (Feedback): [PATCH] Guard unistd.h includes
- Hmm, I'm unable to apply this patch to GIT master. Did you create those patches against a current master?
- 23:02 AqBanking Bug #278 (Feedback): [PATCH] Guard unistd.h includes
- unistd.h is not available when building for windows natively
- 23:37 AqBanking Bug #282 (New): Use OS-agnostic string comparison functions
- This patch is dirty, not intended for merging, but I post it anyway so that it is clear what needs to be done.
Bef... - 23:23 AqBanking Bug #281 (Closed): [PATCH] APIs: support MSVC
- Thanks, applied to GIT.
- 23:12 AqBanking Bug #281 (Closed): [PATCH] APIs: support MSVC
- Currently all GUI APIs restrict the import/export logic to GCC compiler only. This patch relaxes that for MSVC/clang-...
- 23:23 Gwenhywfar Revision bea71559 (gwenhywfar): APIs: support MSVC
- 23:17 AqBanking Bug #279 (Feedback): [PATCH] Guard sys/time.h include with HAVE_SYS_TIME_H
- Hmm, I'm unable to apply this patch to GIT master. Did you create those patches against a current master?
- 23:04 AqBanking Bug #279 (Feedback): [PATCH] Guard sys/time.h include with HAVE_SYS_TIME_H
- sys/time.h includes should be guarded with HAVE_SYS_TIME_H
- 23:13 AqBanking Bug #280 (Closed): [PATCH] directory_p.h: remove Unix header
- Thanks, applied to GIT.
- 23:08 AqBanking Bug #280 (Closed): [PATCH] directory_p.h: remove Unix header
- #include <dirent.h> seems to be a copy-paste error from posix/directory_p.h
- 23:12 Gwenhywfar Revision 3fb18509 (gwenhywfar): directory_p.h: remove Unix-specific header
- 23:11 AqBanking Bug #277 (Closed): [PATCH] xmlcmd_lxml.c: use GWEN_Text_strndup
- Thanks, applied to GIT.
- 22:57 AqBanking Bug #277 (Closed): [PATCH] xmlcmd_lxml.c: use GWEN_Text_strndup
- Use GWEN_Text_strndup instead of vanilla strndup
- 23:10 Gwenhywfar Revision c1481e12 (gwenhywfar): xmlcmd_lxml.c: use GWEN_Text_strndup
- 22:55 AqBanking Feature #214: Consider maintaining a vcpkg recipe
- Fair enough. I'll post them here.
- 22:54 AqBanking Feature #214 (Feedback): Consider maintaining a vcpkg recipe
- Hi,
thanks for the feedback! Adding patches here would be better than sending them to the mailinglist because on the... - 22:42 AqBanking Feature #214: Consider maintaining a vcpkg recipe
- FYI, I managed to build gwenhywfar using vcpkg with clang-cl under Windows, with some substantial patching. I will po...
- 22:40 AqBanking Bug #269: (MSVC, Windows, vcpkg): Gwenhywfar preprocessor errors
- This can be closed as I managed to build with vcpkg using clang-cl.
- 22:22 Gwenhywfar Revision 7208a7c9 (gwenhywfar): gwbuild: Improved help string.
- 20:53 AqBanking Revision 6ba1a2c5 (aqbanking): 0BUILD: Added a note about the purpose of the file and a link to documentation.
- 08:32 AqBanking Bug #273: Fehlermeldung beim Abrufen der Bankinfos bei Ing Diba
- Sorry für die späte Meldung - funktioniert jetzt.
Frage: Wird es in Kürze eine Bugfixversion von aq/gw geben ? Das... - 00:19 AqBanking Bug #266 (Feedback): Build failure with git commit 61eb11a: configure.ac:639: error: required file 'data/drivers/win32/cyberjack_ctapi/Makefile.in' not found
24.08.2022
- 23:59 AqBanking Bug #273 (Closed): Fehlermeldung beim Abrufen der Bankinfos bei Ing Diba
- 00:08 Gwenhywfar Revision d9c97c71 (gwenhywfar): gwbuild: Improved output of executed commands. Removed unneeded code.
23.08.2022
- 23:55 Gwenhywfar Revision 84e5fbd2 (gwenhywfar): gwbuild: Use new redirection code of GWEN_Process module.
- This finally creates consistent output for gwbuild. Previously we didn't
redirect output of the created compile/link/... - 23:52 Gwenhywfar Revision 318020a4 (gwenhywfar): GWEN_PROCESS: Fixed creation of redirection files. Changed order.
- Need to change working dir *after* creating the redirection files, otherwise
relative paths don't work. - 22:14 Gwenhywfar Revision dde8dfde (gwenhywfar): GWEN_Process: Started adding redirection to/from files (for now POSIX only).
22.08.2022
- 23:38 AqBanking Bug #276: VB Osnabrück mit HBCI PIN/TAN erfolgreich getestet
- Ah, sorry. Fixed now.
- 21:07 AqBanking Bug #276: VB Osnabrück mit HBCI PIN/TAN erfolgreich getestet
- Thanks for adding. Unfortunally this addition seems to break the layout of that page.
- 17:45 AqBanking Bug #276 (Closed): VB Osnabrück mit HBCI PIN/TAN erfolgreich getestet
- Thanks, added to the table at [[https://www.aquamaniac.de/rdm/projects/aqbanking/wiki/AqBanking6_Bankentabelle#sectio...
- 15:35 AqBanking Bug #276 (Closed): VB Osnabrück mit HBCI PIN/TAN erfolgreich getestet
- Es wurden folgende Daten verwendet:
Name: Volksbank Osnabrück
BLZ: 26590025
Server-Url: https://hbci-pintan.gad... - 23:25 Gwenhywfar Revision 030ee6e6 (gwenhywfar): gwbuild: Reverse order when adding files to buildctx.
- Upon GWB_BuildCtx_AddFile() the added file is assigned an id, to make that
available to the build cmd we should add i... - 23:19 Gwenhywfar Revision a187ce02 (gwenhywfar): gwbuild: Fixed a bug (don't replace NULL folder with "./").
- 23:19 Gwenhywfar Revision 04f2bf52 (gwenhywfar): gwbuild: Minor reformats.
- 23:17 Gwenhywfar Revision e433e0c7 (gwenhywfar): gwbuild: Fixed a bug in GWB_File_List2_GetFileByPathAndName().
- When requested folder is NULL we should also check for NULL in the stored
files, otherwise it might lead to duplcates. - 23:15 Gwenhywfar Revision e9672bc2 (gwenhywfar): gwbuild: Increased verbosity.
- 23:14 Gwenhywfar Revision 858dd9f5 (gwenhywfar): gwbuild: Add "BUILDCMD" when there is a build command associated with a file.
- 23:13 Gwenhywfar Revision b05e6b37 (gwenhywfar): gwbuild: Added debug functions, fixed bugs in existing ones.
- 20:13 Gwenhywfar Revision 5dc989a6 (gwenhywfar): gwbuild: Set folder to "." if NULL.
- 18:05 AqBanking Bug #274 (Closed): Windows: It's _MAX_PATH, not MAX_PATH
- Thanks, fixed in GIT.
- 01:02 AqBanking Bug #274 (Closed): Windows: It's _MAX_PATH, not MAX_PATH
- Windows build fails because of undefined symbol MAX_PATH.
From 2524a27c4b765ada7b78992416e9d4fd0e5930b6 Mon Sep 1... - 18:04 Gwenhywfar Revision 99efdb27 (gwenhywfar): typemaker2: Fixed flags in _buildMemberInlines()
- Need to use flags of the struct member, not of the struct type.
- 18:03 Gwenhywfar Revision 0047982d (gwenhywfar): Fixed #274 (on Windows it's _MAX_PATH, not MAX_PATH).
- 17:40 AqBanking Bug #275 (Closed): building from master branch fails with "No rule to make target 'mksymlinks.sh', needed by 'sl-headers'"
- Thanks, should be fixed now in GIT.
- 15:09 AqBanking Bug #275: building from master branch fails with "No rule to make target 'mksymlinks.sh', needed by 'sl-headers'"
- This issue has been introduced with commit https://www.aquamaniac.de/rdm/projects/aqbanking/repository/revisions/84fc...
- 13:02 AqBanking Bug #275 (Closed): building from master branch fails with "No rule to make target 'mksymlinks.sh', needed by 'sl-headers'"
- With mentioned commit from git master branch I get build errors
[ 365s] cat: ./i18nsources: No such file or direc... - 17:39 AqBanking Revision 481b5aae (aqbanking): Build: Removed no longer needed targets (fixes #275).
- 12:29 AqBanking Bug #273: Fehlermeldung beim Abrufen der Bankinfos bei Ing Diba
- Danke für den Fix - ich teste das heute abend mal.
- 01:34 AqBanking Bug #271: Transaction discards all but the first line of the purpose
- Ah, so peripheral I completely dumped it. And the response was "As for the supplemental data, heck if I know." That's...
21.08.2022
- 22:11 AqFinance Revision 9c8b5333 (aqfinance): Updated README.
- 21:02 AqBanking Revision fd7bf987 (aqbanking): Zpdated README.
- 20:52 AqBanking Revision 6e4d47fa (aqbanking): AqHBCI: More cleanup of pintan dialog.
- 20:52 AqBanking Revision 84fcfad1 (aqbanking): build: Remove mksymlinks.
- 20:27 AqBanking Bug #248: Beschreibungstext für TAN input zeigt HTML tags wie etwa <br> im Klartext an
- I have sent the requested log and a possible solution for Qt to Martin in a private mail.
- 18:16 AqBanking Bug #248 (Feedback): Beschreibungstext für TAN input zeigt HTML tags wie etwa <br> im Klartext an
- As far as I can see this is the text sent by the bank which is simply shown as is.
Maybe we need to handle of suppre... - 19:20 AqBanking Bug #271: Transaction discards all but the first line of the purpose
- About the discussion of extra data in :61: please see https://www.aquamaniac.de/rdm/issues/262#note-6 and your respon...
- 19:16 AqBanking Bug #271: Transaction discards all but the first line of the purpose
- Martin,
Sorry, I'm not sure where that example came from save that it's a somewhat random one from a website that ... - 11:24 AqBanking Bug #271 (Feedback): Transaction discards all but the first line of the purpose
- I believe I asked you about what should be done with the extra data in the :61: field because in the test data you pr...
- 03:31 AqBanking Bug #271: Transaction discards all but the first line of the purpose
- I wonder if you might have gone too far. The whole transaction record is
:61:2006180618C1500,FMSC6536086135//0758200... - 18:09 AqBanking Bug #262 (Closed): SWIFT 940 parsing substitutes wrong entry date if the :61 field contains none.
- 17:15 AqBanking Bug #273: Fehlermeldung beim Abrufen der Bankinfos bei Ing Diba
- Ich glaube, ich habe da eine bessere Loesung:
Da der Schritt des anonymen Bankinfo-Abrufes nicht bei allen Banken ... - 15:49 AqBanking Bug #273: Fehlermeldung beim Abrufen der Bankinfos bei Ing Diba
- Danke für die Informationen.
Könnte man den semi-automatischen Einrichtungsdialog dahingehend erweitern, das erst ... - 14:48 AqBanking Bug #273 (Feedback): Fehlermeldung beim Abrufen der Bankinfos bei Ing Diba
- Das hier kein Passwort abgefragt wird, ist Absicht.
Bei der Einfuehrung der Zwei-Schritt-Verfahren wurde seitens d... - 14:36 AqBanking Bug #273 (Closed): Fehlermeldung beim Abrufen der Bankinfos bei Ing Diba
- Es wurde versucht, einen Ing Diba Zugang mit HBCI und server url https://fints.ing-diba.de/fints einzurichten. Dabei...
- 17:13 AqBanking Revision 8d33cd4a (aqbanking): AqHBCI: Fixed a compiler warning.
- 17:13 AqBanking Revision d56e2228 (aqbanking): AqHBCI: More cleanup of PinTanUser setup dialog.
- 16:30 AqBanking Revision ac35873a (aqbanking): AqHBCI: Code cleanup in PinTan setup dialog.
- 16:19 AqBanking Revision 0e848daf (aqbanking): AqHBCI: Allow for AH_Provider_GetBankInfo() to fail.
- Not all banks support anonymous bank data requests.
Print some empty lines between the setup steps. - 14:37 AqBanking Bug #272: Erklärung zu "HBCI 9391: Unbekannte Kundensystem-ID, bitte synchronisieren Sie neu" gesucht
- In KMyMoney findet sich das im Menu "@Settings/Configure AqBanking@".
- 14:33 AqBanking Bug #272 (Feedback): Erklärung zu "HBCI 9391: Unbekannte Kundensystem-ID, bitte synchronisieren Sie neu" gesucht
- In KMyMoney muesste irgendwo ein Menupunkt sein, mit dem man den AqBanking-Einrichtungsdialog aufrufen kann.
Dort da... - 08:34 AqBanking Bug #272 (Feedback): Erklärung zu "HBCI 9391: Unbekannte Kundensystem-ID, bitte synchronisieren Sie neu" gesucht
- Bei Aktualisieren eines Ing Diba Kontos mit HBCI erhalte ich aufgeführte Fehlermeldung. Im Wiki oder den Tickets von ...
20.08.2022
- 15:22 Gwenhywfar Revision 8fe81dfb (gwenhywfar): typemaker2: Only add "/* end headers */ if there are any headers to add.
- 14:35 Gwenhywfar Revision d58b539f (gwenhywfar): typemaker2: Fixed a bug.
- need to use the flags from the current member type not from the struct type.
- 14:31 Gwenhywfar Revision 4cc56ec4 (gwenhywfar): Added a TODO to README.
- 14:24 Gwenhywfar Revision bb6d2a76 (gwenhywfar): typemaker2: Fixed a bug in _buildMemberInlines()
- We need to make sure member type is not the same type as the struct type,
otherwise the inlines will be generated mul... - 00:57 AqBanking Bug #271 (Resolved): Transaction discards all but the first line of the purpose
- Hi,
in function AHB_SWIFT940_Parse_86(https://www.aquamaniac.de/rdm/projects/aqbanking/repository/revisions/master... - 00:38 AqBanking Bug #271 (Feedback): Transaction discards all but the first line of the purpose
- With an MT940 record element
:86:1017?61SAMMELGUTSCHRIFT FÜR KONTO: CH2909000000250094239 VERARBEI
TUNG VOM 17.06.2...
Auch abrufbar als: Atom