Aktivität
von 24.08.2022 bis 22.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
Auch abrufbar als: Atom