Bruce Schuck
4ff491b565
Removed AEX from list of commodities.
...
euronext.com is now using JS based anti-webscraping.
3 weeks ago
Christopher Lam
3a2ac526a6
[gnc-commodity.cpp] improve gnc_commodity_compare
...
ensure it is a stable sort
4 months ago
Robert Fewell
b5185e1823
Bug 799706 - Rename Namespace
...
Add a rename namespace button to the Security editor that is enabled by
the selection of a namespace row in the tree view.
5 months ago
Bruce Schuck
f055c3c5a4
Added US Bonds (usbonds) to gnc-commodity.cpp
...
New Finance::Quote module to get prices for series E, EE, or I bonds
5 months ago
Bruce Schuck
7cc6871d7f
Removed China Merchants Bank from quote sources.
...
The Finance::Quote module is no longer working and will be removed
in the next release.
7 months ago
Bruce Schuck
bd440d9eff
Added Swiss Fund Data AG to single_quote_sources.
...
New F::Q source will be available in v1.67.
9 months ago
Christopher Lam
72869a393d
[gnc-commodity.cpp] use qof_instance kvp API for const char*
11 months ago
Christopher Lam
e7f05b9baa
[gnc-commodities.cpp] expose auto_quote_control kvp to test them
11 months ago
Bruce Schuck
1f4aade5d1
Modified gnc-commodity.cpp to match F::Q
...
Modules Bloomberg.pm, Tiaacref.pm, Troweprice.pm removed
11 months ago
Bruce Schuck
e761185d5c
Added new F::Q source to single_quote_sources.
...
China Merchants Bank - cmbchina
12 months ago
Bruce Schuck
0ca5d1d956
Fixed comment about failover methods/multiple sources
1 year ago
Bruce Schuck
a707f8ea89
Modified quote sources to match current F::Q
1 year ago
Przemysław Kryger
cba868231b
Mark quote source strings for translations
2 years ago
Przemysław Kryger
3dd9a70164
Use English names for Italian and Bucharest stock exchanges
2 years ago
Przemysław Kryger
9e4cd9e499
Remove US from alphavantage
2 years ago
Przemysław Kryger
a4b7c9b72c
Athens is Greece
2 years ago
Przemysław Kryger
1911bf5ff7
Use UTF8 ellipsys character in mutliple qoute sources lists
2 years ago
Przemysław Kryger
b7b7df5c06
Add regions to S-Investor and OnVista quote sources
2 years ago
Przemysław Kryger
84e6a21d29
Add morningstarau to single and aufunds to multiple _quotes_sources
2 years ago
Przemysław Kryger
700f8ca125
Remove ellipses from multiple_quote_sources where lists are complete
2 years ago
Przemysław Kryger
2e734b3239
Add back cse - Colobmo Stock Exchange to single_quote_sources
2 years ago
Przemysław Kryger
5fc768711b
Update gnc-commodity.cpp for finance-quote 1.63
2 years ago
John Ralls
a23506c88a
Add YH Finance (FINANCEAPI) API Key to Quotes infrastructure.
...
And add financeapi to known sources.
2 years ago
Christopher Lam
a99491d034
[gnc-commodity.h] callers must free g_list
...
callers to gnc_commodity_namespace_get_commodity_list and
gnc_commodity_table_get_namespaces_list must free the GList.
2 years ago
Christopher Lam
f67233b662
Bug 799305 - Crash when there is more than one unknown quote source for commodities
...
instead of vector which requires reallocation, use a c++ linked list.
2 years ago
Christopher Lam
949c9c97c0
Bug 799300 - Nullpointer exception in gnc_quote_source_s
...
avoids constructing std::string with nullptr
2 years ago
Bruce P Schuck
d01aad68fb
Update gnc-commodity.cpp
...
Fool.pm not working. Removed references to it from sources JSON structures.
2 years ago
Bruce Schuck
6696bf0a41
Updated QuoteSourceVec to match F::Q v1.59
2 years ago
Christopher Lam
dab32807ef
[engine/*.cpp] NULL -> nullptr changes
...
It's the done thing
2 years ago
Christopher Lam
28cc26f207
[gnc-commodities.cpp] gnc_new_iso_codes is a std::unordered_map
2 years ago
Geert Janssens
00640f9ded
Replace naked for loops with C++ algorithms
2 years ago
Geert Janssens
0732436e44
A few NULL/nullptr related cleanups
2 years ago
Christopher Lam
17f422f97c
[gnc-commodity.cpp] convert quote_sources to vector
...
- all quote sources are now vector
- get_quote_source_from_type to convert QuoteSourceType to vector<gnc_quote_source>
- the quote sources are modifiable, therefore cannot be const:
see gnc_quote_source_set_fq_installed
2 years ago
Christopher Lam
164453a858
[gnc-commodity.cpp] gnc_quote_source_get_index searches index
...
we can now remove init
2 years ago
Christopher Lam
5d16d025a6
[gnc-commodity.cpp] gnc_quote_source_s is a cpp class
...
... this ensures the new_quote_sources vector now doesn't leak anymore.
2 years ago
Christopher Lam
346499ae04
[gnc-commodity.cpp] gnc_quote_source_set_fq_installed takes a StrVec
...
instead of a GList* of strdup'd chars
2 years ago
Christopher Lam
47a1a56f16
[gnc-commodity.cpp] fq_version is a std::string
...
thus can free itself on exit
2 years ago
Christopher Lam
f49c2735e3
[gnc-commodity.cpp] initialize quote_sources at compile-time
2 years ago
Christopher Lam
d488faacb2
[gnc-commodity.cpp] Convert to cpp
2 years ago