gnucash/libgnucash
John Ralls 8a7c539258 Bug 798748 - Transaction Notes field's value does not appear in...
reverse transaction.

The proximate cause was that xaccTransBeginEdit put the KVP cache
variable of the new transaction in a state that prevented the value
from being copied. More generally the KVP cache variables didn't
handle any invalidating events.

With the change to GValue usage in qof_instance_get_kvp it's now
a simple memory dereference with no copying except for POD types
so caching is no longer useful. This commit removes caching from
Transaction, eliminating the notes problem.
2023-02-27 14:54:46 -08:00
..
app-utils Bug 798754 - Build fails with gcc 13 and glib > 2.76, bis 2023-02-25 13:12:35 +08:00
backend [gnc-xml-backend.cpp] g_free char* from g_path_get_dirname 2023-02-27 09:18:01 +08:00
core-utils Bug 798657 - Import Summary language is wrong 2022-12-16 15:34:10 -08:00
doc Fix some typos 2023-01-26 13:48:58 +01:00
engine Bug 798748 - Transaction Notes field's value does not appear in... 2023-02-27 14:54:46 -08:00
gnc-module Bug 798754 - Build fails with gcc 13 and glib > 2.76, ter 2023-02-26 08:30:14 +08:00
quotes Bug 798180 - Update to macOS Big Sur 11.3 breaks Finance Quote 2021-09-11 16:09:55 -07:00
tax Update Form/Schedule line references for 2022 for the US Income Tax Report 2023-01-04 16:58:57 -08:00
CMakeLists.txt libgnucash/scm - move to bindings/guile 2019-12-06 19:59:11 +01:00