Projekt

Allgemein

Profil

Aktivität

von 19.08.2022 bis 17.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
 

Auch abrufbar als: Atom