Commit Graph

724 Commits (1890c6ccfb1fbfa6063bf34c8a2e406b6e41c9d5)

Author SHA1 Message Date
Christopher Lam 984d816a58 Merge branch 'maint'
5 years ago
Christopher Lam f813f7cd14 [gnc-autoclear] Move autoclear algorithm into gnome-utils
5 years ago
Geert Janssens bdb06479e8 GSettings - fix GObject warning when old prefs-version is unset
5 years ago
Geert Janssens 09b3ce2382 Revert "Add structure to map migrated preferences to old ones"
5 years ago
Geert Janssens 806d0b3157 Revert "GSettings - make most of the api private"
5 years ago
Geert Janssens 1d4673ed2a Revert "GSettings - rework internal helper functions to use more C++"
5 years ago
Geert Janssens 24fa289952 GSettings - rework internal helper functions to use more C++
5 years ago
Geert Janssens 26b2d7ca78 GSettings - make most of the api private
5 years ago
Geert Janssens c6103a5c17 Add structure to map migrated preferences to old ones
5 years ago
Geert Janssens e64bcfe620 Merge branch 'maint'
5 years ago
Geert Janssens 9a465fc359 GSettings - add 'deprecate' and 'obsolete' conversions for user preferences
5 years ago
Geert Janssens 64576f7d27 GSettings - widen scope from 'migration' to 'transformation'
5 years ago
John Ralls 29e7b07ed3 Remove superflous schema_source left over from pasting.
5 years ago
John Ralls 8bfa5a63f2 [gsettings] Avoid crash from settings schema not being registered.
5 years ago
Geert Janssens 2a7566cc40 Win32 - drop conditional code never reached
5 years ago
John Ralls 67191203ae Merge branch 'maint'
5 years ago
Geert Janssens 8ea52ae212 GSettings - run data model transations while setting up
5 years ago
Geert Janssens f1802b6fdf GSettings Upgrade - add code to migrate settings
5 years ago
Geert Janssens f21c7b6e90 GSettings - define old prefix and check settings for the presence of both prefixes while normalizing
5 years ago
Geert Janssens a203c5b2d5 GSettings - drop logic to relocate our settings
5 years ago
Geert Janssens d1113a4534 GSettings - build as cpp
5 years ago
Geert Janssens 02fbf217f6 GSettings Upgrade - change schema prefix from org.gnucash to org.gnucash.GnuCash
5 years ago
Geert Janssens 6674b1bb6b Cleanup - minimal glib=2.56.1 - drop all conditionals on older versions
5 years ago
John Ralls 74d0630867 Bug 798237 - Logging during XML file loading degrades performance...
5 years ago
Christopher Lam 017ab06939 Merge branch 'maint'
5 years ago
John Ralls cd0d50aac1 Deprecate date options with a time of day setting.
5 years ago
John Ralls 00c2e99d2e Convert the Scheme RelativeDatePeriod lookup table to a std::vector.
5 years ago
John Ralls bed44f404f Remove the always questionable Scheme generation and parsing code.
5 years ago
John Ralls a487ca3f98 Improve template conditional readability with custom traits values.
5 years ago
John Ralls 62ab148a3e Output a pair when writing relative date values to scheme file.
5 years ago
John Ralls b3f96701a0 GncOptionAccountListValue: Make setter param cv match template.
5 years ago
John Ralls b361582cf2 Ensure option UI is sorted: Tabs by names, items by keys.
5 years ago
John Ralls 10381d42e0 Fix color option handling.
5 years ago
John Ralls 97a317b50c Ensure that alpha values in colors aren't passed to html.
5 years ago
John Ralls 3d1812aacd Explicitly cast a value to the decltype of get_value().
5 years ago
John Ralls 474bc360f4 Improve converting vectors to SCM lists.
5 years ago
John Ralls 1cd2cf211c Specialize QofInstance* options set_value, catch validation exceptions.
5 years ago
John Ralls 852b2ffc2e Handle bare currency mnemonics, catch invalid GUID string exceptions.
5 years ago
John Ralls e43ff93279 Fix some overly-long lines.
5 years ago
John Ralls 1af97ebb9a Implement registering/unregistering/calling change callbacks.
5 years ago
John Ralls 86da12d844 Use RGB instead of RGBA for color set for color
5 years ago
Christopher Lam eafc290034 Merge branch 'maint'
5 years ago
John Ralls 86d7637160 Handle GncOptionMultichoiceValue::set_value parameters
5 years ago
John Ralls b6622a386b Pick up option aliases recently added in maint.
5 years ago
John Ralls a97b3e0c6d Don't let C code destroy the ODB, it's owned by Guile.
5 years ago
John Ralls a2e1a3e1b8 Extract the GncOptionDB* from the Scheme dispatch function closure.
5 years ago
John Ralls 99eaa81a28 Fix parse of commodity namespace from scheme istream.
5 years ago
Christopher Lam a5edacf0fc [options.scm] Rename option name to "Levels of Subaccounts"
5 years ago
John Ralls 0bd9033bb3 Move includes of glib and gtk out or extern C in new cpp files.
5 years ago
John Ralls 0f02236ebe Fix gcc warnings.
5 years ago
John Ralls 18997db720 Separate GncOptionAccountValue into GncOptionAccountListValue and GncOptionAccountSelValue.
5 years ago
John Ralls dd8e8b4efa Evaluate the getter for making invoice options.
5 years ago
John Ralls 05ac056449 Make separate option type for GncOwner.
5 years ago
John Ralls 9d150b1ae7 Always set budget option to default budget.
5 years ago
John Ralls f5d8d508ee Create the GncOptionVariant's GncOptionValue in place.
5 years ago
John Ralls c034a26ae7 Protect stored scheme option values from the garbage collector.
5 years ago
John Ralls 67dab6b320 Remove business-options.scm and business-prefs.scm.
5 years ago
John Ralls a1af86ed40 Implement gnc:generate-restore-forms, gnc-optiondb-save-to-scheme.
5 years ago
John Ralls c34986dad4 Change gnc:new-options to return a fake dispatch function.
5 years ago
John Ralls 3f89d063eb Evaluate default function in gnc:make-account-sel-limited-option.
5 years ago
John Ralls 6eb5dfed51 make-internal fail if there is a ui_item, not if there isn't.
5 years ago
John Ralls 29a2365fdf Avoid infinite recursion when the alias changes only the section name.
5 years ago
John Ralls 7885353fe3 Bring option aliases up to date.
5 years ago
John Ralls bbe74aa086 Remove tooltips from multichoice option values.
5 years ago
John Ralls 7c6ecafd61 Rewrite options.scm to wrap options.hpp functions where needed.
5 years ago
John Ralls 52ef53a405 Implement multichoice selection options.
5 years ago
John Ralls 7239eb809a Test more natural way of designating relative dates.
5 years ago
John Ralls 23461f1d6c The value of a list-option is a list. Duh.
5 years ago
John Ralls 12f8df1eab Fix test failure: Clear the stream before reusing it.
5 years ago
John Ralls be322a0d7c Group GncOptionMultChoiceValue::set_multiple with set_default_multiple.
5 years ago
John Ralls 27670a6e98 Make the 'pixel and 'percent SCM symbols C++ constants.
5 years ago
John Ralls a94f69d6e0 Pretty up some SFINAE formatting for easier reading.
5 years ago
John Ralls 0f8446a1bb Remove some no longer needed diagnostics.
5 years ago
John Ralls f66a918be4 Implement GncOptionValue<const QofQuery*>
5 years ago
John Ralls 0a8f66ee90 Fold GncOptionGncOwnerValue into GncOptionValue<const QofQuery*>.
5 years ago
John Ralls 418eb06620 Remove GncOptionDateValue::set_default_value(size_t)
5 years ago
John Ralls 7d0cdf7c94 Handle #f input to option typemap(in)s.
5 years ago
John Ralls 86a2f1551f Implement gnc-make-date-option.
5 years ago
John Ralls 693e966bf9 Extract Scheme date handling functions and apply them.
5 years ago
John Ralls 63502900f3 Permit GncOptionAccountValue to have a nil default value.
5 years ago
John Ralls 42185c0ec8 typemap for std::size_t
5 years ago
John Ralls 5c74337810 Add function GncOption::set_default_value.
5 years ago
John Ralls c04f4a00e0 Replace gnc_make_option<SCM> with gnc_make_scm_option
5 years ago
John Ralls e7309f077b Replace gnc_make_option<gnc_commodity*> with gnc_make_commodity_option.
5 years ago
John Ralls 3aa86ca992 QofInstance* needs a typemap to match the from/to SCM logic.
5 years ago
John Ralls 4a305998e4 GncOptionDateValue set_value_from_scm: 'else' required.
5 years ago
John Ralls d9984f75ab Update test-gnc-optiondb.scm for not renaming the RelativeDatePeriod enums.
5 years ago
John Ralls 43cd81ba78 Fix a couple of RangeValue retrieval issues.
5 years ago
John Ralls 9bd3baff63 Change the reldate_values alist from a static to a singleton.
5 years ago
John Ralls 534a7c2893 GncOptionMultichoiceValue allow setting a default selection.
5 years ago
John Ralls c62b526ba0 Implement scm_to_value<bool>.
5 years ago
John Ralls efc7346490 Implement scm_to_value<GncOptionAccountList>.
5 years ago
John Ralls f20c358ce1 Return a pair in scheme for GncOptionRangeValue<int>.
5 years ago
John Ralls b5c0477143 Use the SWIGGED pointer for the SCM value of QofInstance* Values.
5 years ago
John Ralls f7f2d22909 Implement gnc-optiondb-foreach.
5 years ago
John Ralls 81d261897e scm_to_value<QofInstance*>() handle Swigged ptrs as well as GUIDs.
5 years ago
John Ralls 16a36d9104 Correctly set value of a GncOptionMultichoiceValue.
5 years ago
John Ralls 7c1b4b794a Convert from Scheme date-period symbols to C++ RelativeDatePeriod enum.
5 years ago
John Ralls d41292fddd Make set_selectable a GncOptionsGtkUIItem member function.
5 years ago
John Ralls a21f329b1e Use 100% instead of 20000 px for default Pixmap size.
5 years ago
John Ralls 8c2a8edbed Implement gnc_option_db_set_string_value and gnc_optiondb_lookup_string_value.
5 years ago
John Ralls 86102e1be7 Return SCM_BOOL_F instead of nullptr to Scheme optiondb-lookup.
5 years ago
John Ralls 53ad0ba440 Prevent SWIG from trying to call delete on a std::unique_ptr.
5 years ago
John Ralls 08d1eebba2 Use GUID strings instead of QofInstance* for scheme value of QofInstance.
5 years ago
John Ralls fba0248548 Support different GncOptionMultichoiceValue key types.
5 years ago
John Ralls 55a2ed1df8 gnc-optiondb.i uses functions declared in gnc-optiondb.h.
5 years ago
John Ralls 18b83874fd Another bit of Remove test-option-utils
5 years ago
John Ralls 0b7ccfbd5b Create gnc-make-foo-option functions.
5 years ago
John Ralls a602f64b17 SFINAE-constrain the GncOption constructor templates.
5 years ago
John Ralls 43f4bcb610 Make GncOptionUIType an enum class.
5 years ago
John Ralls 7fa6778b4b Add a register_option overload to GncOptionDB
5 years ago
John Ralls cb7270cafe Fix myriad gcc10 complaints.
5 years ago
John Ralls 76b0001cbe Remove option-util.
5 years ago
John Ralls e2c87f23c3 Convert optiondb users in gnome and gnome-utils to C++.
5 years ago
John Ralls ea835b31b7 Provide GncOptionPtr& overloads for register-option functions.
5 years ago
John Ralls 472814d315 Change the normal internal option ValueType to SCM.
5 years ago
John Ralls e48416010d Remove redundant GncOptionDB decl.
5 years ago
John Ralls 7022f5222d Revert gnc_option_db_lookup|set_glist_value to ...scm_value.
5 years ago
John Ralls 8c77ce967b Implement and test obsolete option name aliasing.
5 years ago
John Ralls 90b8fce59f Fix build after merge.
5 years ago
John Ralls 4f3fd665cf Fix counter and counter_format storage in KVP.
5 years ago
John Ralls b19f3d383c Protect some exceptions from being passed to Swig.
5 years ago
John Ralls 52600bbd1f Instantiate gnc_register_number_range_option templates in SWIG.
5 years ago
John Ralls 31a0153fec Another GncOptionDBPtr fix.
5 years ago
John Ralls 85db341afe Remove test-option-utils
5 years ago
John Ralls 21398dfda1 Testing fixups for using GncOptionDB* in register_option functions.
5 years ago
John Ralls d1cfd62f31 Fix loading text fields from KVP into options.
5 years ago
John Ralls 276d33975a Remove dialog-options.c, replaced by dialog-options.cpp.
5 years ago
John Ralls 5f9c66aa61 Save all options to KVP if clear_options is true.
5 years ago
John Ralls 6491c98563 Clean up some omitted type-forcing in set_option_from_ui_type() instances.
5 years ago
John Ralls 245a8fccc7 Correctly select UI types for GUID output.
5 years ago
John Ralls c751e56184 Fix fail to load or save number-range values in KVP.
5 years ago
John Ralls 010ab1a965 Fix free of unallocated ptr crash.
5 years ago
John Ralls 4a4e5d36f8 Enable gnc_register_owner_option to handle the three types that GncOwner aliases.
5 years ago
John Ralls d8f83d6ee6 Boolean simple won't work if its UI type is INTERNAL.
5 years ago
John Ralls 3514725a97 Make gnc_register_number_range_option a template on ValueType.
5 years ago
John Ralls e78c012699 Fill in the book options.
5 years ago
John Ralls ae79fd016d More skeletons
5 years ago
John Ralls 28438e3126 Rewire gnome and gnome-utils to use GncOptionDB.
5 years ago
John Ralls 41e59df71f Remove unused and un-needed function.
5 years ago
John Ralls 1eef796f09 Add some skeleton functions to make the option-using code in gnucash/gnome-utils and gnucash/gnome happy.
5 years ago
John Ralls 99103ffd10 Change gnc-register-option functions to take GncOptionDB*.
5 years ago
John Ralls 9111f118e0 Business option create_option_widget specializations.
5 years ago
John Ralls 01c0fe2364 Include what we use.
5 years ago
John Ralls 25b717d47a Add a rudimentary C API for GncOptionDB.
5 years ago
John Ralls 4451f58bd6 Rename RelativeDatePeriods missed earlier.
5 years ago
John Ralls 6feb92d4e8 Provide scheme function new-gnc-optiondb.
5 years ago
John Ralls f9e136dbac Get the spelling of GncMultichoiceOptionEntry consistent.
5 years ago
John Ralls eb6e31f803 dialog-options: Change signature of gnc_option_get_gtk_widget()
5 years ago
John Ralls 67508ea039 Reimplement dialog-options for C++.
5 years ago
John Ralls 3b4785e744 Convert GncOptionSection from a std::pair to a class.
5 years ago
John Ralls c63db36a60 Rename string_equal_charptr to operator==(const std::string&, const char*)
5 years ago
John Ralls 0106176436 Provide GncOption::is_alternate() for GncOptionRangeValue<>.
5 years ago
John Ralls 5fd53c94de Provide GncOption::GetLimits for setting a NUMBER_RANGE spin button.
5 years ago
John Ralls a995343a8b Provide for multiple selections in GncOptionMultichoiceValue
5 years ago
John Ralls 16da3208fc Make GncOptionDateValue::get_period_index return value size_t.
5 years ago
John Ralls ac0e7063c7 Move the GncOptionUIType and dirty members to GncOptionUIUtem.
5 years ago
John Ralls 3200bd4966 Add a multiselect boolean member to GncOptionAccountValue.
5 years ago
John Ralls fce33799af Change GncOptionUIItem to be a pure virtual class instead of a templated one.
5 years ago
John Ralls 00aa0f603d Add a PLOTSIZE option UI type.
5 years ago
John Ralls 6c8e0e23f7 Redesign GncOptionDateValue.
5 years ago
John Ralls 08bf3ec5b0 Merge branch 'maint'
5 years ago
Christopher Lam f1e35daab3 Rename option name from "Extra notes" to "Extra Notes"
5 years ago
Christopher Lam 251db8c37b Rename option name from "Report title" to "Report Title"
5 years ago
Christopher Lam 2606ddf905 Rename option name from "Invoice number" to "Invoice Number"
5 years ago
John Ralls 3b78b6e894 Change the GncOptionMultichoiceValue permissible value return types to const char*.
5 years ago
John Ralls d5f6a2539b Replace GncOption::_get_option() with a friend function swig_get_option.
5 years ago
John Ralls 93a3716c00 Enable retrieval of a GncOptionDateValue's relative period.
5 years ago
John Ralls dc876d4041 Provide an accessor to GncOptionAccountValue::m_allowed
5 years ago
John Ralls 102f36c3be Provide more than one Date UI type to match options available in dialog-option.c
5 years ago
John Ralls 99c2c5e439 GncOptionUIItem from the GncOptionVariant classes to GncOption.
5 years ago
John Ralls 1bea809cec Remove the UI interface from GncOptionDB.
5 years ago
John Ralls cbf7d70ecd Integrate gnc-option into app-utils.
5 years ago
John Ralls 81c5ac6689 Remove the incomplete book-currency code.
5 years ago
John Ralls aa246d3096 Make implementation classes and template code visible only in app-utils.
5 years ago
John Ralls 20b3ef8a89 Handle some minor differences between libc++ (clang) and libstdc++ (gcc).
5 years ago
John Ralls cd6ccbe331 Fix account-tree double-free in scheme test when built with gcc.
5 years ago
John Ralls 691cb0992e Follow change in loading method for engine's guile bindings.
5 years ago
John Ralls cbd0607e80 Implement load and store options from/to book options.
5 years ago
John Ralls 5a82aac639 Hide constexpr constants from SWIG.
5 years ago
John Ralls ffc6866406 Changes to accommodate moving guile engine bindings to bindings/guile.
5 years ago
John Ralls 009219c63d Much less ugly and fragile.
5 years ago
John Ralls 276641ef15 Change parse of option input to generate a parse tree.
5 years ago
John Ralls 51a1430c24 Remove stray diagnostic.
5 years ago
John Ralls 76172af239 Implement saving and loading OptionDB items to/from scheme and
5 years ago
John Ralls 6ab5618b76 Set a 50-character limit on the saved size of option section and name.
5 years ago
John Ralls d7a2a0ffff Make a constant for std::numeric_limits<std::size_t>max().
5 years ago
John Ralls 826d75af16 Use istream::getline instead of std::getline for date option type parsing.
5 years ago
John Ralls c5294ed6b3 Fix missing-declaration errors in swig-gnc-optiondb-guile.cpp.
5 years ago
John Ralls 7ccba53739 Add stream functions to_scheme and from_scheme to GncOption.
5 years ago
John Ralls 1ea3822665 More operator <</>> Fixups.
5 years ago
John Ralls 98ca190700 Fix commodity in/out to use namespace & mnemonic instead of GUID.
5 years ago
John Ralls 4b997cd025 Fixups for GncOptionDateValue better design.
5 years ago
John Ralls b2fb57d39e Fix GncOption::set_value() to work with GncOptionDateValue::set_value(RelativeDatePeriod).
5 years ago
John Ralls 4dcf4a0e6a Test GncOptionRangeValue as a GncOption.
5 years ago
John Ralls 4cabd6c052 Change the GncOptionMultichoiceValue test to use a GncOption.
5 years ago
John Ralls e2a36a8be3 Expose function validate to GncOption and test it on GncOptionValidatedValue.
5 years ago
John Ralls 6df516dfcd Clean up the commodity/currency tests with a better fixture class.
5 years ago
John Ralls 52d0ec5290 Change GncOptionDateValue design to better match usage.
5 years ago
John Ralls 883127a59d Implement operators >> and << on GncOption.
5 years ago