Commit Graph

588 Commits (a11065b823f14fbc32bb1fc132304e36f486c8b0)

Author SHA1 Message Date
John Ralls a11065b823 Fix fencepost error in calculating the week_num for POSIX timezone rules.
5 years ago
John Ralls 8e41857014 Catch more exceptions in gnc_numeric_convert
5 years ago
Dong Lin 75209c024f Update price database for imported transactions
5 years ago
Sumit Bhardwaj df579c257b Replace g_memdup by memcpy
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 e79db92d8d [Split.c] xaccSplitListGetUniqueTransactionsReversed
5 years ago
Christopher Lam b2b8792110 prepend-and-reverse instead of O(N^2) append
5 years ago
Frank H. Ellenberger 6bc8679932 I18N: replace several spourious spaces
5 years ago
John Ralls 7a7c26f87e Move glib and gtk includes out of extern C for tests.
5 years ago
Bill Nottingham c0f2c3ae25 Fix build with glib2 2.67.x.
5 years ago
Christopher Lam c20a588e0f Don't use g_list_append unnecessarily
5 years ago
John Ralls 0f8d9f6d7c Bug 798093 - Changing the symbol/abbreviation of a security after...
5 years ago
John Ralls bcbebe62b1 Make xaccScrubUtilityGetOrMakeAccount static and remove ScrubP.h
5 years ago
Frank H. Ellenberger 84cc64daed I18N: Remove annoying stars from translator comments
5 years ago
John Ralls ffa2f606e3 Fix use-after-free in test_xaccTransEqual.
5 years ago
Allan Nordhøy 383b0b2f19 Replace 'Non Bayesian' with grammatically more correct 'non-Bayesian'.
5 years ago
Christopher Lam f1c1fca023 [account.cpp][API] deprecate xaccAccountCountSplits
5 years ago
John Ralls ae66da9632 Fix test-gnc-timezone failure caused by latest zoneinfo release.
5 years ago
John Ralls 2ff3bf5877 Echo into CMakeLists.txt rename of gmock-qofqury to fake-qofquery.
5 years ago
Christopher Lam d11bdb3e3a Bug 798015 - cash flow numerical-overflow
5 years ago
Ralf Habacker 63580d91ba Add feature GNC_FEATURE_EQUITY_TYPE_OPENING_BALANCE
6 years ago
Ralf Habacker f8dcd23023 Add support for the opening balance accounts flag
6 years ago
John Ralls e09a26ba3a Merge Christian Gruber's 'test_import_backend' into maint.
6 years ago
John Ralls 2290fa7c22 Fix exception when converting to decimal values that reduce to N/1.
6 years ago
John Ralls d03dc07b8d Remove redundant and incorrectly named constant.
6 years ago
John Ralls 3bcf57e7f2 Fix timezone transition times.
6 years ago
McLayn cebe6022c8 fix CZK partname to nominative singular
6 years ago
Christopher Lam e833c8e1aa [utest-gnc-pricedb.c] test: gnc_pricedb_get_[latest|nearest]_price
6 years ago
Christopher Lam 2ecdd70e24 [gnc-pricedb.c][api] pull out composite pricedb price retriever
6 years ago
Christopher Lam 4d63eb922f [gnc-pricedb.c] copy convert_amount to convert_price
6 years ago
Christopher Lam 26e7eada37 [gnc-pricedb.c] refactor amount converters, use common code
6 years ago
Robert Fewell 8e5e3480ad Bug 797984 - Infinite loop while Check&Repair AR and AP accounts
6 years ago
Robert Fewell 122cd682f6 Add some additional places where Check&Repair can be aborted
6 years ago
Robert Fewell 6ee537e1a7 Allow the Check&Repair routine to be cancellable from CoA
6 years ago
John Ralls 94a68dca7c Bug 797983 - v4.2 report numbers change over gnucash restarts;...
6 years ago
Christian Gruber 6394b6491b fixup! Simplify type checking for GObject mockups
6 years ago
Christian Gruber feba64624c Fix xaccTransSetNotes()
6 years ago
Christopher Lam 6eb2e36c2d minor optimisations, g_list_prepend then g_list_sort separately
6 years ago
Christopher Lam e6486e9d95 deprecate xaccAccountCountSplits with include_children = FALSE
6 years ago
Christopher Lam 1b31c06b29 [Account.cpp] add gnc_account_and_descendants_empty (acc)
6 years ago
John Ralls 5e6f9b3460 Fix some return of ptr-to-temporary errors
6 years ago
John Ralls 1c5561714d Fix ptr-comparison-to-string-literal error
6 years ago
Christian Gruber e44cf9c61f Add missing C linkage statements
6 years ago
Christian Gruber 63969e8628 Remove unecessary include
6 years ago
Christian Gruber d673c32e35 Mock methods should not neccessarily return mock objects
6 years ago
Christian Gruber 0e634c5446 Relax runtime type checks
6 years ago
Christian Gruber 99256c385b Add missing _get_type() functions of all mocked GObject classes
6 years ago
Christian Gruber 833edd0b29 Add missing comment
6 years ago
Christian Gruber bc80bbb325 Simplify type checking for GObject mockups
6 years ago