Commit Graph

62 Commits (cdd59d79d24b4bf46cc7baa830b600cc96cfd3aa)

Author SHA1 Message Date
John Ralls 83829e6513 Merge branch 'maint'
3 years ago
John Ralls 1020bde89c Fix crashes in test-engine on Arch Linux.
3 years ago
John Ralls 3d5e27982f Merge branch 'maint'
3 years ago
John Ralls 7f0353adc4 Fix a missed g_value_dup_string and some no longer used variables.
3 years ago
John Ralls 8a7c539258 Bug 798748 - Transaction Notes field's value does not appear in...
3 years ago
Richard Cohen 9c6ad222a9 [-Wunused-function] - remove
3 years ago
Richard Cohen ea2d3be217 Remove some unused variables with obviously no side effects
3 years ago
John Ralls f4c6d65395 Merge Bob Fewell's 'nofree' into maint.
3 years ago
John Ralls 73a134730f Bug 798680 - Not able to match a reverse transaction of a...
3 years ago
Christopher Lam fd12d3900c [Transaction.c] use heuristics to determine txn->txn_type
4 years ago
Christopher Lam aa43c198c6 [Transaction.c] don't set TxnType kvp if it is the same as before
4 years ago
Christopher Lam d82bb7b8a2 [Transaction.c] use is_unset static to denote uncached readonly_reason
5 years ago
Christopher Lam 001b34616f [Transaction.c] GValue string must be unset
5 years ago
Robert Fewell 71d73beb6c Original splits are not freed in xaccTransRollbackEdit
5 years ago
John Ralls 9062be3d47 Merge Simon Arlott's 'string-cache-fixes' into maint.
5 years ago
Simon Arlott 320df7e409
Use const return values for string cache
5 years ago
Simon Arlott 4132939612
Avoid leaking string cache entries for "" in Transaction and Split
5 years ago
John Ralls 601eb51361 Improve transaction sorting on effective num field.
5 years ago
John Ralls 68ec80e68d Bug 798203 - g_assert fault while reversing transaction
5 years ago
John Ralls 80d6749989 Bug 787813 - Price change from editing a transaction not reflected...
5 years ago
Christopher Lam 92cd437562 [Transaction.c] g_value_unset to release GValue string
5 years ago
Dong Lin 75209c024f Update price database for imported transactions
5 years ago
Frank H. Ellenberger 93e2829ee5 Merge PR #899 into maint
5 years ago
luz paz 16b4976381 Fix typos in libgnucash/
5 years ago
Christopher Lam b2b8792110 prepend-and-reverse instead of O(N^2) append
5 years ago
Robert Fewell 7c1026783b Change the document link KVP symbol to original name
6 years ago
John Ralls db626de68a Rename all Transaction and Invoice Association identifiers to DocLink.
6 years ago
Christopher Lam 00efc1696a [Transaction.c] sanity check xaccTransGetAPARAcctSplitList
6 years ago
Christopher Lam c06191a656 Transaction.c: avoid slow g_list_nth_data
6 years ago
John Ralls c23f3f05e3 Fix deprecated G_TYPE_INSTANCE_GET_PRIVATE and G_INLINE_FUNC
7 years ago
John Ralls e6e2258a74 Bug 797356 - ninja check fails with GCC-9
7 years ago
Christian Stimming eb9e45bc20 Sorting speed-up: Cache the bool value of Transaction's is_closing property.
7 years ago
Robert Fewell 2634f23f87 Bug 767772 - Associated file with transaction is lost
7 years ago
John Ralls 4ffeb3efac Ensure that a dereferenced variable isn't NULL.
8 years ago
Geert Janssens 11af81b51b Bug 789674 - Close Book tool regression
8 years ago
Robert Fewell d458e13a7f Remove KVP for assoc_uri when passed an empty string
8 years ago
John Ralls 284d6c1456 Fix travis failure try 2.
8 years ago
John Ralls 710b122b24 Bug 796940 - Invalid transaction date-posted KVP causes...
8 years ago
Di Mang 893383ce9b removing double semicolons at the end of lines
8 years ago
Geert Janssens 4e71629966 Fix memory leak in xaccTransRetDateDue
8 years ago
Geert Janssens 1117027f72 An empty GValue is interpreted as NULL reason, which is still a valid cache
8 years ago
John Ralls a19dcc7bd4 Fix crash when there's no TRANS_READ_ONLY_REASON slot.
8 years ago
Geert Janssens d069b67d48 Fix memory leak in xaccTransGetReadOnly
8 years ago
John Ralls 358cd979d9 Remove Timespec from the main engine classes (Transaction, Split, & Account.
8 years ago
John Ralls c8b372e390 Convert GNC_TYPE_TIMESPEC to GNC_TYPE_TIME64, Kvp::Type::Timespec to Kvp::Type::Time64
8 years ago
Geert Janssens c71204628d Bug 795031 - 3.0 Crashes on loading when opening 2.6.19 file
8 years ago
John Ralls 6b49b3ba4c Bug 792763 - deleting a transaction can cause a SIGSEGV
8 years ago
lmat 1f050fd1e5 Transaction members Timespec->time64
8 years ago
lmat 9a86dd222b gncInvoice uses time64
8 years ago
lmat f77369bb96 Removing timspec from some xml parsing
8 years ago