Projekt

Allgemein

Profil

Aktivität

von 10.08.2022 bis 08.09.2022

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...
Alexander Lohnau

29.08.2022

23:00 Gwenhywfar Revision b3c01aef (gwenhywfar): plugin: Fixed a typo, fixed memory leaks, increased verbosity.
admin

28.08.2022

20:59 AqBanking Revision c8d6b80e (aqbanking): Added TODO info.
admin
20:59 AqBanking Revision 83486f75 (aqbanking): csv profile editor: Use modern dialog loader. Add missing dialog events.
admin
20:40 Gwenhywfar Revision 87fb305b (gwenhywfar): plugin: Re-use existing code.
admin
00:22 Gwenhywfar Revision a4e78d85 (gwenhywfar): Incremented version.
Needed to check for latest features in plugin module (version >5.10.1.0). admin
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 ...
admin

27.08.2022

18:58 Gwenhywfar Revision ee482369 (gwenhywfar): plugindescr: More cleanup of _readPluginDescriptionFromFile().
admin
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...
admin
01:10 Libchipcard Revision 1657a4ee (libchipcard): Cleanup: Removed unneeded headers.
admin

25.08.2022

23:23 Gwenhywfar Revision bea71559 (gwenhywfar): APIs: support MSVC
wrobelda
23:12 Gwenhywfar Revision 3fb18509 (gwenhywfar): directory_p.h: remove Unix-specific header
wrobelda
23:10 Gwenhywfar Revision c1481e12 (gwenhywfar): xmlcmd_lxml.c: use GWEN_Text_strndup
wrobelda
22:22 Gwenhywfar Revision 7208a7c9 (gwenhywfar): gwbuild: Improved help string.
admin
20:53 AqBanking Revision 6ba1a2c5 (aqbanking): 0BUILD: Added a note about the purpose of the file and a link to documentation.
admin

24.08.2022

00:08 Gwenhywfar Revision d9c97c71 (gwenhywfar): gwbuild: Improved output of executed commands. Removed unneeded code.
admin

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/...
admin
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.
admin
22:14 Gwenhywfar Revision dde8dfde (gwenhywfar): GWEN_Process: Started adding redirection to/from files (for now POSIX only).
admin

22.08.2022

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...
admin
23:19 Gwenhywfar Revision a187ce02 (gwenhywfar): gwbuild: Fixed a bug (don't replace NULL folder with "./").
admin
23:19 Gwenhywfar Revision 04f2bf52 (gwenhywfar): gwbuild: Minor reformats.
admin
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.
admin
23:15 Gwenhywfar Revision e9672bc2 (gwenhywfar): gwbuild: Increased verbosity.
admin
23:14 Gwenhywfar Revision 858dd9f5 (gwenhywfar): gwbuild: Add "BUILDCMD" when there is a build command associated with a file.
admin
23:13 Gwenhywfar Revision b05e6b37 (gwenhywfar): gwbuild: Added debug functions, fixed bugs in existing ones.
admin
20:13 Gwenhywfar Revision 5dc989a6 (gwenhywfar): gwbuild: Set folder to "." if NULL.
admin
18:04 Gwenhywfar Revision 99efdb27 (gwenhywfar): typemaker2: Fixed flags in _buildMemberInlines()
Need to use flags of the struct member, not of the struct type. admin
18:03 Gwenhywfar Revision 0047982d (gwenhywfar): Fixed #274 (on Windows it's _MAX_PATH, not MAX_PATH).
admin
17:39 AqBanking Revision 481b5aae (aqbanking): Build: Removed no longer needed targets (fixes #275).
admin

21.08.2022

22:11 AqFinance Revision 9c8b5333 (aqfinance): Updated README.
admin
21:02 AqBanking Revision fd7bf987 (aqbanking): Zpdated README.
admin
20:52 AqBanking Revision 6e4d47fa (aqbanking): AqHBCI: More cleanup of pintan dialog.
admin
20:52 AqBanking Revision 84fcfad1 (aqbanking): build: Remove mksymlinks.
admin
17:13 AqBanking Revision 8d33cd4a (aqbanking): AqHBCI: Fixed a compiler warning.
admin
17:13 AqBanking Revision d56e2228 (aqbanking): AqHBCI: More cleanup of PinTanUser setup dialog.
admin
16:30 AqBanking Revision ac35873a (aqbanking): AqHBCI: Code cleanup in PinTan setup dialog.
admin
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.
admin

20.08.2022

15:22 Gwenhywfar Revision 8fe81dfb (gwenhywfar): typemaker2: Only add "/* end headers */ if there are any headers to add.
admin
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. admin
14:31 Gwenhywfar Revision 4cc56ec4 (gwenhywfar): Added a TODO to README.
admin
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...
admin

17.08.2022

23:27 AqBanking Revision 33cb90b5 (aqbanking): AqBanking/gui: Increased verbosity.
admin
23:27 AqBanking Revision 77b4a135 (aqbanking): AqBanking/import dialog: Cleanup include list.
admin
23:27 AqBanking Revision 6d30c78a (aqbanking): AqBanking/import dialog: Fixed a typo.
admin
23:25 AqBanking Revision a79959a8 (aqbanking): AqBanking/import dialog: Fixed a bug. Cleaned include list.
admin
23:25 AqBanking Revision 54ffd53c (aqbanking): AqBanking/import dialog: Move importerList functions into separate files.
admin
23:12 Gwenhywfar Revision 8fb30b0d (gwenhywfar): GUI: Fixed a bug in GWEN_Dialog_ListWriteColumnSettings()
Copy'n'paste error :-/ admin
22:16 AqBanking Revision 15644a62 (aqbanking): AqBanking/import dialog: Moved profileList code into separate file.
admin
21:21 Gwenhywfar Revision 733380d7 (gwenhywfar): Refactor gsa tool to use GWEN_Funcs_xxx functions
rhabacker

16.08.2022

20:18 Gwenhywfar Revision 4b5e850c (gwenhywfar): Fix bug not hiding passwort in command line
The bug is fixed by adding an initial replacement for the unix variant of
GWEN_Gui_CGui__input(), instead of patching...
rhabacker
19:07 Gwenhywfar Revision 6d203f0b (gwenhywfar): Fix variadic marco usage
wrobelda

15.08.2022

20:59 AqBanking Revision b953684a (aqbanking): AqBanking: Cleanup.
admin
20:58 AqBanking Revision 622c6eaa (aqbanking): AqHBCI: Fixed a bug in JobGetBalance.
admin

14.08.2022

22:35 AqFinance Revision 2e42b807 (aqfinance): Started working on generic interface to adding accounts.
admin
22:35 AqFinance Revision 6adac3d3 (aqfinance): Incremented version.
admin

12.08.2022

20:21 AqBanking Revision c8334741 (aqbanking): AqHBCI: Updated debug messages (leftovers from previous code).
admin

11.08.2022

22:29 AqBanking Revision ab58b103 (aqbanking): AqHBCI: More cleanup of account jobs. Removed unneeded files.
admin
21:50 AqBanking Revision 4443dede (aqbanking): AqHBCI: Removed unneeded file.
admin
21:48 AqBanking Revision b9451834 (aqbanking): AqHBCI: Improved readability.
admin
14:02 AqBanking Revision 301ae078 (aqbanking): AqHBCI: More cleanup of JobGetBalance. Remove GWEN_INHERIT code.
This jobs doesn't have any specific data, so GWEN_INHERIT mechanism not
needed.
admin
13:52 AqBanking Revision d341cb94 (aqbanking): AqHBCI: Cleanup JobGetBalance.
admin
13:29 AqBanking Revision db85b01e (aqbanking): AqHBCI: Use AB_Provider_GetOrAddAccountInfoForAccount() in all jobs.
- shorter code for calls
- central point where creation of AccountInfo appears making it easier
to modify for all jobs
admin
13:28 AqBanking Revision 32f48258 (aqbanking): AqBanking: Added AB_Provider_GetOrAddAccountInfoForAccount()
admin
13:05 AqBanking Revision 699efb6a (aqbanking): AqHBCI: Use AB_Provider utility functions (re-use code). Rearrange code.
admin
13:04 AqBanking Revision 0d241723 (aqbanking): AqBanking: Added function AB_Provider_MergeContextsSetTypeAndFreeSrc().
admin
12:01 AqBanking Revision 95185f1d (aqbanking): AqHBCI: Use utility functions, autodetect CAMT format on download.
admin
12:00 AqBanking Revision dca8b02b (aqbanking): AqBanking: Added utility functions.
admin
11:40 Libchipcard Revision 5744f9a2 (libchipcard): Fix building on Windows
Fixes bug #266 rhabacker
02:43 AqBanking Revision e79854b1 (aqbanking): AqHBCI: More cleanup.
admin
02:18 AqBanking Revision 20e9786a (aqbanking): AqHBCI: Cleanup, remove unneeded files.
admin
01:54 AqBanking Revision 15f07493 (aqbanking): AqHBCI: Cleanup.
admin
01:14 AqBanking Revision faa271c6 (aqbanking): AqHBCI: A little less spaghetti code.
admin

10.08.2022

22:57 AqBanking Revision 3d716f31 (aqbanking): Released 6.5.3
admin
22:56 AqBanking Revision 275f771c (aqbanking): Prepared release 6.5.1.
admin
22:54 Gwenhywfar Revision 0ef83456 (gwenhywfar): Released '5.10.1'
admin
22:53 Gwenhywfar Revision 8469a9f6 (gwenhywfar): Prepared release 5.10.1
admin
22:27 AqBanking Revision f3080eb1 (aqbanking): aqbanking-cli: Added command to show supported commands per account.
Provides a quick overview of supported banking jobs per account. admin
22:24 AqBanking Revision 52a1e183 (aqbanking): AqHBCI: Fixed a typo.
admin
22:24 AqBanking Revision 27c0bf73 (aqbanking): AqHBCI: Cleanup (remove defs for static function from header files).
admin
20:09 Gwenhywfar Revision 1ee8675d (gwenhywfar): gcttool: restore showing global options when using --help
rhabacker
20:05 Gwenhywfar Revision 80863a32 (gwenhywfar): gcttool: use GWEN_FUNCS shortcuts
rhabacker
19:59 Gwenhywfar Revision 5e10933b (gwenhywfar): Updated de.po (only line numbers changed).
admin
19:49 Gwenhywfar Revision 3e379ac4 (gwenhywfar): Add missing german translation for gcttool
rhabacker
19:49 Gwenhywfar Revision a01a0d92 (gwenhywfar): Add command tool 'msghack', which is not packaged at least on openSUSE
rhabacker
19:49 Gwenhywfar Revision e80ff28f (gwenhywfar): Attempt to fix creating translations
rhabacker
19:41 AqBanking Revision 4efa5858 (aqbanking): AqHBCI: Cleanup jobtransferbase.c. Probably fixed #260.
admin
18:53 Gwenhywfar Revision ab22281f (gwenhywfar): Generate Qt help file if --enable-full-doc is specified and qhelpgenerator(-qt5) is present
rhabacker
18:53 Gwenhywfar Revision 0709569f (gwenhywfar): Doxyfile.in: Raise limited of maximum number of dot graphs
rhabacker
18:53 Gwenhywfar Revision 2070e46c (gwenhywfar): Doxyfile.in: Remove unsuppported font
rhabacker
 

Auch abrufbar als: Atom