Commit Graph

840 Commits (28fec407aa95dfdcee1660e86032ffb0f5e8e109)

Author SHA1 Message Date
Landry Breuil 4819f2de21 fix build with recent boost where io_service was removed (deprecated since many releases)
1 year ago
David Seifert c06bc18dc4
Add missing `#include <cstdint>`
1 year ago
Yongun Seong a7804525b0
[gnc-quotes.cpp] fix quote report
2 years ago
John Ralls 6aeca0040e Bug 799419 - Intermittent quote price issue
2 years ago
John Ralls 9c9ad7c271 Replace GncFQQuoteSource api-key members with a bp::environment one.
2 years ago
John Ralls a23506c88a Add YH Finance (FINANCEAPI) API Key to Quotes infrastructure.
2 years ago
Christopher Lam a99491d034 [gnc-commodity.h] callers must free g_list
2 years ago
Christopher Lam 47791734bb [SX-ttinfo.cpp] tidier, using c++ stl and algo
2 years ago
Christopher Lam 6c7abb487d [SX-ttinfo.hpp] convert to c++ header
2 years ago
Christopher Lam 8c94132f13 Bug 799268 - Cannot write a check over $1000
2 years ago
Christopher Lam 770045c4a5 [gnc-quotes.cpp] remove sources_as_glist()
2 years ago
Christopher Lam 346499ae04 [gnc-commodity.cpp] gnc_quote_source_set_fq_installed takes a StrVec
2 years ago
Christopher Lam 688032b590 [app-utils/gnc-ui-balances.cpp] convert to cpp
2 years ago
John Ralls c87d480b0d Move gnc_list_formatter from gnc-date to gnc-ui-util.
2 years ago
John Ralls d52d226e5b Convert gnc-ui-util to C++.
2 years ago
John Ralls 6834cb5025 Implement coverage option
2 years ago
Simon Arlott 90c9aaf4cb
Bug 799108 - "Since Last Run" crashes if there are any errors creating a scheduled transaction
3 years ago
John Ralls 4592530318 Bug 799099 - Crash when trying to get quotes
3 years ago
John Ralls a389e0a32e Bug 799092 - GnuCash 5.4 leaves background process running on exit
3 years ago
John Ralls 776a430734 Bug 798904 - GnuCash on Windows opens a CMD window at startup.
3 years ago
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