Commit Graph

24731 Commits (00a982d97d6a628d2750611fe8a5b533cb682535)
 

Author SHA1 Message Date
John Ralls 8fe338f315 Temporarily disable building dialog-report-column-view.
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 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 6c7f976a65 Make second arg to gnc_glist_to_scm_list const char*
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 d2535fe21b KvpValue: Use boost::typeindex::type_id instead of buildtin typeid.
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