Commit Graph

724 Commits (1890c6ccfb1fbfa6063bf34c8a2e406b6e41c9d5)

Author SHA1 Message Date
John Ralls 2774f8f88c Bug 798614 - Croatia to join the Euro
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 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 c16840b840 more leaks because qof_instance_get returns a new char*
4 years ago
John Ralls f4c27d4494 Move gnc_ui_account_get_tax_info_string to gnc-locale-tax.c
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 1e6c679e71 Merge branch 'maint'
4 years ago
John Ralls 564d73a553 Bug 798531 - Selecting "Print" from the file menu on a report...
4 years ago
Christopher Lam a5cae6c5eb Don't export undefined functions
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
Robert Fewell 506eb38493 Update Chart Width/Height Plot setting
4 years ago
John Ralls 1a186b953e [C++options] Correct handling of multichoice scheme option types.
4 years ago
John Ralls a8e6a59bf8 [C++options] Fix Guile crash when restoring some reports.
4 years ago
Christopher Lam dc620d4b24 Merge branch 'maint'
4 years ago
Christopher Lam 394e0a4b71 [gnc-sx-instance-model.c] leak: don't strdup char* for xaccTransSetNotes
4 years ago
John Ralls 95487eb4a0 Merge branch 'maint'
4 years ago
luz paz 8adedc2248 Fix various typos
4 years ago
Robert Fewell ae220b86a4 [C++options] Fix Ubuntu test failure.
4 years ago
Robert Fewell 83373563c3 Counter formats stored in wrong place.
4 years ago
John Ralls 29bdd9b526 [C++options] Fix Ubuntu test failure.
4 years ago
John Ralls 1fddf70e21 [C++options] Fix previous month and previous quarter at the end of March
4 years ago
John Ralls abd1a0b3f1 Merge branch 'c++options'
4 years ago
John Ralls 109efe62b8 Rework default non-currency commodity namespace.
4 years ago
John Ralls 4fe83c3b32 [C++options] Remove GncOptionValue<SCM>.
4 years ago
John Ralls 278aa484d7 [C++options] Implement new GncOptionValue type GncOptionReportPlacement.
4 years ago
Christopher Lam cf1282501e Use original guile variable names changed in #1073
4 years ago
Christopher Lam 5993ebf4d4 Merge branch 'maint'
4 years ago
John Ralls 30e6c8ab11 [gnc-optiondb.i]Explicitly include array.
4 years ago
John Ralls 572cb6b1d1 Banish gnc_get_optiondb_from_dispatcher to gnc-report.cpp.
4 years ago
John Ralls e63baa6270 Merge Bob Fewell's 'rtl' into maint.
4 years ago
Robert Fewell f8fc796c95 Bug797501 - Currency symbols in Hebrew (RTL) language
4 years ago
John Ralls d4c3c30b1a Use GUIDs to represent QofInstances instead of pointers.
4 years ago
Christopher Lam 193a7aae5d Merge branch 'maint'
4 years ago
Frank H. Ellenberger 09296dfb96 Drop commodity-table.scm, no longer required after adjusting qif-dialog-utils
4 years ago
John Ralls c1c75e8f81 Revert "Revert "Merge Stefan Bayer's 'SepaInternalTransfer' into maint.""
4 years ago
Christopher Lam 5603acba31 Merge branch 'maint'
4 years ago
John Ralls a7a643f7f2 Store option commodities and namespace and mnemonic instead of pointer.
4 years ago
John Ralls 65bd860249 Fix relative_date_to_time64 calculations.
4 years ago
John Ralls 6841e5b5c8 Replace GncOptionValue<const QofInstance*> with GncOptionQofInstanceValue.
4 years ago
John Ralls 11225d9741 c++options: Remove gnc:options-data
4 years ago
John Ralls 16dc15964c c++options: Remove the callback registration functions.
4 years ago
John Ralls 759376eb13 c++options: Fix multicolumn report
4 years ago
John Ralls 18edc17541 c++options remove stray debugging comment.
4 years ago
John Ralls b5d0c42505 c++options: Put copyright and FSF header comment on gnc-optiondb.i.
4 years ago
John Ralls a700701cd3 c++options: Remove three unused test functions.
4 years ago
John Ralls eb0bd4f998 c++options: Remove unneeded C++20 header and resolve ambiguous call.
4 years ago
John Ralls a3f50586df c++options: More thorough testing of scheme serialization.
4 years ago
John Ralls 6cd88c230c c++options: Create bool or string internal options when possible.
4 years ago
John Ralls e9b850cca5 c++options: Correct Scheme serialization of type bool.
4 years ago
John Ralls 66f9fc81c7 c++options: Implement serialization for GncOwner.
4 years ago
John Ralls 0ce841d4ce c++options Fix Scheme bindings for QofQuery options.
4 years ago
John Ralls 216b483e26 c++options SCM bindings Rewrite save_scm_value to branch on type.
4 years ago
Kevin M. Buckley 1e22632687 Bug 798382 - Typo corrections in comments
4 years ago
John Ralls 947c061989 C++options: Create QofQueryValue trait.
4 years ago
John Ralls f26014a04e c++options: QofInstanceValue: Protect against crashes when m_value is nullptr.
4 years ago
John Ralls 95b973f792 Bug 798352 - Decimal Precision when Entering Mutual Fund Transaction
4 years ago
Christopher Lam 33b6dfc6ce [options.scm] addendum ca6604c93 gnc:make-budget-option
4 years ago
Christopher Lam ca6604c93c [options.scm] Addon previous commit... need to initialize with guid
4 years ago
Christopher Lam 5a812ca1eb [options.scm] gnc:make-budget-option stores guid instead of object
4 years ago
Christopher Lam 91b1d291a5 [3/3][gnc-ui-util.c] Remove unused functions
4 years ago
John Ralls 269249378f c++options fix setting account-selection widget from option.
4 years ago
John Ralls 6f93a68bad c++options: Serialize and deserialize to strings instead of streams.
4 years ago
John Ralls dd7feb9988 options.scm: Remove second license comment.
4 years ago
John Ralls 74fd716afb Clarify gnc_relative_date_to_time64 helper functions.
4 years ago
John Ralls f6c9e63e3d Fix PR comments so far.
5 years ago
John Ralls cf5da9fffd Resolve merge conflicts.
5 years ago
John Ralls 96b09ded9f Doxygen documentation for new options classes.
5 years ago
John Ralls 00a982d97d Use Scheme to generate and parse saved option files.
5 years ago