Commit Graph

820 Commits (55b9382ad94d11db79052d261877dd648dce972b)

Author SHA1 Message Date
Christopher Lam a81bc72fb1 [test-sx] plug some leaks
3 years ago
Christopher Lam 94211c2e57 [test-sx] plug some leaks
3 years ago
Christopher Lam 14622e7db6 [test-print-parse-amount] plug leaks
3 years ago
Christopher Lam 5a03d9798c [gnc-sx-instance-model] g_free char*
3 years ago
Christopher Lam 7ce4198c20 rename string_to_gnc_numeric to gnc_numeric_from_string
3 years ago
Mike Alexander 3aa6e60f95 fix debugging output, no functional change.
3 years ago
John Ralls a5404f6607 Improve reporting when parse_quote throws an exception.
3 years ago
Christopher Lam e91752dba2 [gnc-ui-util.c] plug GList* leak
3 years ago
John Ralls 583446ade5 Merge Richard Cohen's 'declare-type-app-utils' into stable.
3 years ago
John Ralls c405ba2cc0 Merge Richard Cohen's 'filter-online-test' into stable.
3 years ago
John Ralls 6b1941f0ed Replace yahoo_json with alphavantage in test-gnc-quotes.
3 years ago
John Ralls a4e651ebc6 Fix test-gnc-quotes.
3 years ago
John Ralls 037c2004c3 Include timezone in price-quote date diagnostic messages.
3 years ago
John Ralls 133ac88618 Bug 798982 - GetQuotes crashes if Finance::Quote returns an empty date.
3 years ago
John Ralls e20f60361f Bug 799004 - Update of Prices attaches incorrect Date
3 years ago
Christopher Lam fde47d1c7f Merge Simon Arlott branch 'gnc-numeric-to-string-leaks'into stable #1695
3 years ago
Christopher Lam d287c30145 [gsettings.cpp] use std::unordered_map which releases on shutdown
3 years ago
Christopher Lam 9dfe223fc7 [gsettings.cpp] g_settings_schema_unref after g_object_get
3 years ago
Richard Cohen 52e8524ec5 Refactor: hide implementation of GncSxInstanceModel (move from .h -> .c)
3 years ago
Richard Cohen d30fdd8071 Refactor: DECLARE_FINAL GncSxInstanceModel < GObject
3 years ago
Richard Cohen 9713683ee3 Refactor: define and use api for GncSxInstanceModel
3 years ago
Simon Arlott 663dfadb90
Fix memory leaks logging with gnc_numeric_to_string()
3 years ago
Simon Arlott fe526a6043
Check source parameter to GncQuotesImpl::report() is not null
3 years ago
Richard Cohen 958e9a4d6f Valgrind: fix "Invalid read" in test-exp-parser
3 years ago
Christopher Lam b331ec974e [gnc-gsettings.cpp] plug a char* leak
3 years ago
Christopher Lam 3ccb5c4896 Merge branch 'wordsmithing' into stable #1658
3 years ago
Christopher Lam f580a6cf2d [gnc-ui-balances.c] better wording for balance limits
3 years ago
Richard Cohen 680fe47bac Refactor: Remove unused macros GNC_BASIC_GOBJECT_*
3 years ago
Richard Cohen 5d955654bc Refactor: DEFINE_TYPE GncSxInstanceModel < GObject
3 years ago
Mike Alexander d61b962954 Fix a typo in some debug output.
3 years ago
John Ralls 26162da450 Merge Richard Cohen's 'cleanup-build' into stable.
3 years ago
Richard Cohen 80e9d9c35d scanf supports %lld since C++11, C99
3 years ago
Richard Cohen b3e3eb3166 By default, filter out online_wiggle in test-gnc-quotes
3 years ago
Richard Cohen 4df662afae Fix the typo in function name "new_query_for_addresss"
3 years ago
John Ralls df878c6a3d Merge Maarten Bosmans's 'memleak-fixes' into stable.
3 years ago
Maarten Bosmans 71802b5627 [test] Fix memory leak in test-gnc-quotes
3 years ago
Maarten Bosmans 6be682b645 Store allocated temporaries in a variable so they can be freed
3 years ago
Christopher Lam e26c3d6cf4 [gnc-ui-balances.c] gnc_ui_account_get_balance_limit_explanation
3 years ago
John Ralls 2f471e65a7 Bug 798802 - Online Price quote - Stocks not working GNU 5.0 Windows Bis
3 years ago
Maarten Bosmans 0d86be6d2a [test] Properly destroy resources on end of tests
3 years ago
Maarten Bosmans ed3fe00880 [test] Use test fixture to initialize and destroy resources
3 years ago
John Ralls 0d598d51ed Fix Finance::Quote use on Win32.
3 years ago
John Ralls a587dfff2c Bug 798802 - Online Price quote - Stocks not working GNU 5.0 Windows
3 years ago
John Ralls 89f41a305c Merge new potfile reflecting string changes.
3 years ago
John Ralls 576fc9b52c Fix quotes on Windows.
3 years ago
John Ralls 90e1e2d1c3 Merge Bob Fewell's 'bug798558' into master.
3 years ago
John Ralls 0c3e85404d Avoid crash from trying to free an unallocated char*.
3 years ago
Christopher Lam 97f0653238 [gnc-quotes] g_free a char* from gnc_prefs_get_string
3 years ago
Robert Fewell a576dd87a4 Bug798558 - Irregular line spacing in Account Tree View
3 years ago
Geert Janssens 1f0a69a804 Properly parse plus signs while importing numbers
3 years ago