typemaker2: Honour flags of virtual functions.
cfgdir: Changed name scheme for newly created unique ids.
More consistent type definition.
Typemaker2: Implemented _dup() function for list2.
pkg-config: Fix pkgincludedir variable
This variable got out of sync with where the header files are actuallyinstalled to. Apparently nobody noticed this so far because it is barely used.
Typemaker2: Fixed a newly introduced bug.
Typemaker2: Fixed bugs in type descriptions.
Typemaker2: Implemented XML functions in list2_base.tm2.
Typemaker2: Split flags into type-flags and member flags.
Some beautifications.
OS: Decreased verbosity level in GWEN_DATE.
Typemaker2: Improved code and list handling- introduced Typemaker2_Member member "elementName" which is used for LIST1 and LIST2 lists when reading/writing from DB- introduced local code for struct members which can be used to override code definitions for members
Prepared release 4.20.1
APIDOC: Fixed a bug.
APIDOC: Gwen doesn't need to check for tagfiles (yet).
Just some thoughts for TM2...
Merge branch 'branch-4'
Missing container add for textbrowser
Needed to add gtk_container_add to add the text_view to the scrollwindow.
Patch by Robert Fewell in gnucash 9b120f95a975bd6a977a3f0485c54a9e4f08c597
Error for lineedit when setting text
Critical errors were logged when trying to set the gtkentry text whenvalue is null, test for this before setting entry text.
Patch by Robert Fewell in gnucash 3f7d70ace3f35ce71e94eaf1707cd538a7a28f79
Couple of missing properties for groupbox
When fixing related combo error a couple of critical errors were loggedfor 'Function is not appropriate for this type of widget' which turnedout to be visibility properties so added them to stop error.
Patch by Robert Fewell in gnucash f7211edbabdc8c802168b93973a1164067fed264
Bug794707 - Aqbanking combo boxes missing selection.
Modified w_combobox.c setup procedure was had an error when modifiedfor gtk3 use.
Patch by Robert Fewell, 7033b331ee47b601279e68464323fe76b7ceebe5 in gnucash.
Re-indentation of source code to get a unified look of the source.
This was done using astyle-2.03 with the following command:
astyle --style=java --indent=spaces=2 --break-closing-brackets --keep-one-line-blocks --suffix=none --recursive 'src/*.h' 'src/*.c' 'gui/*.h*' 'gui/*.c*'...
GWEN_BUFFER: Always allocate one byte more than needed.
This should allow for adding a zero character to use the content ofGWEN_BUFFER as string.
Prepared release 4.99.0beta.
Auch abrufbar als: Atom