Commit Graph

1796 Commits (1890c6ccfb1fbfa6063bf34c8a2e406b6e41c9d5)

Author SHA1 Message Date
Geert Janssens 277f299ad6 GncQuotes - cleanups
4 years ago
Geert Janssens 585de5d134 GncQuotes - break actual interaction with Finance::Quote out into a separate function query_fq
4 years ago
Geert Janssens 70ab8a8a46 GncQuotes - drop parameterized constructor
4 years ago
Geert Janssens 4c2863966b GncQuotes - rename fetch_all to be an overload of fetch
4 years ago
Geert Janssens 7765e13704 Bindings - move log wrappers into the swig interface files
4 years ago
Geert Janssens e5c6f6026b Remove support code that was only used by price-quotes.scm
4 years ago
Geert Janssens e97fc3e408 Drop price-quotes.scm, gnc-fq-helper.in and gnc-fq-check.in - no longer used
4 years ago
Geert Janssens bf357315fd finance-quote-wrapper - implement check and fetch in one file via command line switches
4 years ago
Geert Janssens fbf9aecd25 Use GncQuotes in transfer dialog
4 years ago
Geert Janssens a00bce168c GncQuotes - cache default currency
4 years ago
Geert Janssens fcbe6cf10c Add code to parse json data returned by our F::Q wrapper
4 years ago
Geert Janssens 6ecc1ef73f GncQuotes - switch to Pimpl idiom
4 years ago
Geert Janssens 65ae46426b GncQuotes - add parameterized construction
4 years ago
Geert Janssens 3685e5de73 Factor out the async call to perl
4 years ago
Geert Janssens 6ce91d7f49 Drop the single quotes instance code for now
4 years ago
Geert Janssens 616a672d52 Rewrite boost::process call to properly capture both stdout and stderr
4 years ago
Geert Janssens a6771754d5 GncQuotes - start implementation of fetch/fetch_all
4 years ago
Geert Janssens f3fdc5de12 Rewrite gnc-fq-helper as finance-quote-wrapper
4 years ago
Geert Janssens 1d94887a0b Rewrite gnc_commodity_table_get_quotable_commodities as gnc_quotes_get_quotable_commodities
4 years ago
Geert Janssens 466db526b2 Move source files for GncQuotes to app-utils
4 years ago
Geert Janssens 9d62755b4a Make GncQuotes::check() a private function, returning nothing
4 years ago
Geert Janssens 32df095d4f Catch potential boost::process exceptions
4 years ago
Geert Janssens d79306f7db Protect boost process output read loop from deadlock
4 years ago
Geert Janssens 8b772384cd Various performance fixes based on feedback
4 years ago
Geert Janssens 2f7ed7f25d Initial version of libgnc-quotes
4 years ago
John Ralls eb24099a91 Limit instantiation of GncInt128 constructors to integral values.
4 years ago
John Ralls 23ca899a77 Fix build on Apple Silicon or maybe Apple-clang-14.0
4 years ago
John Ralls b0ae402c23 Limit instantiation of GncInt128 constructors to integral values.
4 years ago
John Ralls 3c75d212ab Fix build on Apple Silicon or maybe Apple-clang-14.0
4 years ago
John Ralls 283a5b7ce9 Fix dist, files moved
4 years ago
John Ralls 8cb8f5067d Remove non-ISO4217 currency codes from gnc-euro table.
4 years ago
John Ralls d8417c3cfa Move gnc-euro.[ch] to engine and unit test it.
4 years ago
John Ralls 2774f8f88c Bug 798614 - Croatia to join the Euro
4 years ago
John Ralls 3949821da6 Merge branch 'maint'
4 years ago
John Ralls 2505955ab9 Fix test failure from Bug 798616 fix.
4 years ago
John Ralls 7c350c3ae5 Bug 798616 - Can't register amount greater than 9,000,000,000
4 years ago
Christopher Lam 161b07b241 Merge branch 'maint'
4 years ago
Frank H. Ellenberger 47fa8b281e Merge PR #1425 into maint
4 years ago
John Ralls a807d3e6b7 Create function gnc_tm_get_today_neutral.
4 years ago
luz paz ba94730a23 Fix various typos
4 years ago
Christopher Lam ecd2cdf425 [gnc-glib-utils] gnc_g_list_stringjoin skips NULL data
4 years ago
John Ralls 95361ad060 [options] Move gnc-options test to engine/test/CMakeLists.txt.
4 years ago
John Ralls 4ae17d12c7 [options] Move options from app-utils to engine.
4 years ago
John Ralls f24f29830b [options] Change std::cerr stream output to PWARN.
4 years ago
Christopher Lam 3e02859277 Merge branch 'maint'
4 years ago
Christopher Lam b7a3652de7 [date-utilities] avoid report crash if start>end date
4 years ago
John Ralls 087501d316 Bug 798262 - Scheduled transactions with blank amounts do not get created.
4 years ago
John Ralls 410db42df0 Test case where the template txn doesn't have a set currency.
4 years ago
John Ralls 229f6f5e85 Fix gdate adjustments.
4 years ago
Simon Arlott 4c1fc1d555 Bug 798262 - Add test case for basic scheduled transactions
4 years ago
Christopher Lam 6ba912ee0d Merge branch 'maint'
4 years ago
Christopher Lam de7a63082b [gnc-sx-instance-model] leaks: free temporal_state
4 years ago
Christopher Lam ad27be333e [gnc-sx-instance-model] prepend GList loops instead of append
4 years ago
John Ralls 8b07ac88cd [options] Add "key" to the register-option documentation blocks.
4 years ago
John Ralls e29ab5336f [options] Remove key and doc_string from gnc_register_query_option.
4 years ago
John Ralls 6faaf3b427 [options] Provide a const char* value flavor for register_commodity
4 years ago
John Ralls 1ff844c195 [options] Fix implementation of gnc_register_owner_option
4 years ago
John Ralls aa0b0921f4 [options] Add a function to check if an option is internal.
4 years ago
John Ralls da0eff2cac [options] Implement widget-changed callbacks.
4 years ago
John Ralls 552aa438ff [options] Implement gnc_register_internal_option.
4 years ago
John Ralls 0e9ed8cf0a [options] Provide float variants to gnc_register_plot_size_option.
4 years ago
John Ralls 0213787a2f [options] Enable registering an absolute date option.
4 years ago
John Ralls cf2870b71a [options] Change RelativeDate and Multichoice index type to uint16_t.
4 years ago
John Ralls 0b2d14ee72 Fix distribution for expressions target.
4 years ago
Christopher Lam b94440b16a Bug 798588 - sx scrubbing was using incorrect free function
4 years ago
Christopher Lam ea56d67797 [gnc-sx-instance-model.c] indent attributes properly
4 years ago
Christopher Lam bfa0fd1819 Bug 798588 - sx scrubbing was using incorrect free function
4 years ago
Christopher Lam f0ac8d69b2 [gnc-sx-instance-model.c] indent attributes properly
4 years ago
Christopher Lam 0b5a4cd298 Merge branch 'maint'
4 years ago
Christopher Lam d1aefc851d [sx-book] free sx_list before g_object_unreffing sxes
4 years ago
John Ralls 688832b5f8 Bug 798585 - segfault running sample script
4 years ago
Christopher Lam 67a1b7a873 [gnc-sx-instance-model] free GHashTable keys when destroying
4 years ago
Christopher Lam ebf3439558 [gnc-sx-instance-model] free some GHashTable keys & Values
4 years ago
Christopher Lam 7c2a249511 [gnc-sx-instance-model.c] refactor Scrub function
4 years ago
Christopher Lam 7880f9b16f [SchedXaction.c] free list of recurrences
4 years ago
Christopher Lam c16840b840 more leaks because qof_instance_get returns a new char*
4 years ago
Christopher Lam f1adb5da34 Merge branch 'TXN_TYPE-is-dynamic' xaccTransGetTxnType into maint #1201
4 years ago
Christopher Lam ec3e996f92 tests xaccTransGetTxnType heuristics
4 years ago
Christopher Lam fd12d3900c [Transaction.c] use heuristics to determine txn->txn_type
4 years ago
John Ralls f4c27d4494 Move gnc_ui_account_get_tax_info_string to gnc-locale-tax.c
4 years ago
Robert Fewell ce4768c357 Bug 798565 - Import map editor entry deletion
4 years ago
Robert Fewell d688a17ef6 Merge 'luzpaz' branch 'source-typos' into maint PR #1364
4 years ago
John Ralls 3e2f7bc66a Create separate shared library for expression parser and SX instance model.
4 years ago
John Ralls 47904a858e Fix distcheck in master.
4 years ago
John Ralls 3fd8bd9ddf Merge branch 'maint'
4 years ago
Christopher Lam 263f007d5c [gnc-filepath-utils] new: gnc_list_all_paths
4 years ago
Christopher Lam aa43c198c6 [Transaction.c] don't set TxnType kvp if it is the same as before
4 years ago
John Ralls 9f6d495ca1 Fix use-after-free crash in utest-Invoice.
4 years ago
luz paz cfc6e9d7e0 Fix source typo begining->beginning
4 years ago
John Ralls 1e6c679e71 Merge branch 'maint'
4 years ago
John Ralls 903cbdcad3 Bug 798547 - Calculated Due Date is short 1 day when posting on...
4 years ago
John Ralls 564d73a553 Bug 798531 - Selecting "Print" from the file menu on a report...
4 years ago
Christopher Lam 670902d5a8 Bug 798535 - Crash when increasing the number of periods in a budget
4 years ago
Robert Fewell 27cab58bf2 Correct some text describing some date functions.
4 years ago
Robert Fewell c000a890ad Bug 798501 - Balance wrong date end of account period
4 years ago
Christopher Lam a5cae6c5eb Don't export undefined functions
4 years ago
Christopher Lam fcc3b27f92 Merge branch 'maint'
4 years ago
Robert Fewell ee7ed89b68 This partly fixes the currency and commodity combos
4 years ago
Robert Fewell db6a8f809b Tax Tables combo does not set the active one
4 years ago
Robert Fewell 0b67a91217 Fix the option GncOptionRangeValue
4 years ago