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.
Merge branch 'branch-4'
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.
Config of gtk3 gui: Allow slightly lower minimum gtk3 version which seems to compile fine.
Also, if gtk3 is not found, really stop the config as otherwisewe will have missing GTK3_INCLUDE flags.Also, let travis build this gui as well.
The only actual change in this merge commit is the lasttravis config change 210ec98c. Such a merge is justsomewhat easier to read than a lot of cherry-picking, IMHO.
Update travis config so that gtk can be built as well.
Fixed release version.
Added Makefile.cvs target "mp-opt".
Increased GWEN_IDTABLE64_MAXENTRIES to 64 (from 32).
Major speedup of GWEN_IdList64_AddId().
GWEN_IdList64_AddId() now just adds a new id to the last table. If thattable is empty, a new table is appended and the id added to it.
Added APIDOC for GWEN_Time_new().
Prepared release 4.19.0.
Makefile: Build gtk3 frontend, too.
Fix all Gtk3 deprecation warnings.
Except gtk_tree_view_set_rules_hint, where the warning is insteadsuppressed.
Fix Gtk3 API Change Errors.
Gtk3 now compiles, though with deprecation warnings.
Initial creation of gtk3 gui.
Fixed a warning.
Changed TAG to "git".
Auch abrufbar als: Atom