forked from bitcoin/bitcoin
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
backport: merge bitcoin-core/gui#600, #601, #602, #701, #603 (migrate some QSettings to settings.json) #6833
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 5 commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
6c9f1ae
merge bitcoin-core/gui#600: Add OptionsModel getOption/setOption methods
kwvg 4fc25af
merge bitcoin-core/gui#601: Pass interfaces::Node references to Optio…
kwvg bb2efec
qt: remove PrivateSend -> CoinJoin migration logic, remove old values
kwvg d7cc771
qt: move Prune{,Size} handling outside `ENABLE_WALLET` gate
kwvg dd21992
merge bitcoin-core/gui#602: Unify bitcoin-qt and bitcoind persistent …
kwvg eed631a
refactor: spin-off list of option IDs that require string workaround
kwvg 44833d9
qt: migrate `-coinjoinsessions` setting from QSettings to settings.json
kwvg 2174fc6
qt: migrate `-coinjoinrounds` setting from QSettings to settings.json
kwvg fb97375
qt: migrate `-coinjoinamount` setting from QSettings to settings.json
kwvg ea60d79
qt: migrate `-coinjoinmultisession` setting from QSettings to setting…
kwvg 4f744c2
qt: migrate `-coinjoindenomsgoal` setting from QSettings to settings.…
kwvg da15040
qt: migrate `-coinjoindenomshardcap` setting from QSettings to settin…
kwvg 2bb8106
qt: migrate `-enablecoinjoin` setting from QSettings to settings.json
kwvg a5b5ede
qt: migrate `-font-family` setting from QSettings to settings.json
kwvg c3a5ba1
qt: migrate `-font-scale` setting from QSettings to settings.json
kwvg 70ff8ef
qt: migrate `-font-weight-normal` from QSettings to settings.json
kwvg e429437
qt: migrate `-font-weight-bold` from QSettings to settings.json
kwvg 45976c7
merge bitcoin-core/gui#701: Persist Mask Values option
kwvg 0c3b224
merge bitcoin-core/gui#603: Add settings.json prune-prev, proxy-prev,…
kwvg 076ce3d
fix: only reset GUI-managed settings in -resetguisettings
kwvg File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,15 @@ | ||
| GUI changes | ||
| ----------- | ||
|
|
||
| Configuration changes made in the Dash GUI (such as the pruning setting, | ||
| proxy settings, UPNP preferences) are now saved to `<datadir>/settings.json` | ||
| file rather than to the Qt settings backend (windows registry or unix desktop | ||
| config files), so these settings will now apply to dashd, instead of being | ||
| ignored. | ||
|
|
||
| Also, the interaction between GUI settings and `dash.conf` settings is | ||
| simplified. Settings from `dash.conf` are now displayed normally in the GUI | ||
| settings dialog, instead of in a separate warning message ("Options set in this | ||
| dialog are overridden by the configuration file: -setting=value"). And these | ||
| settings can now be edited because `settings.json` values take precedence over | ||
| `dash.conf` values. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.