dash/contrib
dustinface 1a2867f886 qt: Introduce appearance tab and setup dialog (#3568)
* qt: Add "Appearance Tab" to OptionsDialog and move "Theme" into it

* qt: Add "Font scale" settings to Appearance Tab of OptionsDialog

Allows to scale the font in the same way like with -font-scale.

* qt: Add font weight settings to Appearance tab of OptionsDialog

Allows to set the weight for normal and bold text

* qt: Add font family setting to Appearance tab of OptionsDialog

Allows to choose between system default font or montserrat

* qt: GUIUtil - Maintain a map with supported weights for all fonts.

* qt: Introduce AppearanceWidget

A widget which just wraps all appearance related settings.

Also replaces Appearance settings in OptionsDialog with the introduced widget.

* qt: Introduce initial appearance setup dialog

This will pop up the first time the user starts the DashCore version with the new UI changes.

* qt: Load font related settings in GUIUtil::loadFonts

* qt: Make osDefaultFont global in GUIUtil to fix getFont()

Before getFont(FontFamily, ...) wasn't always able to return the correct font without the requested font family beeing set as application font upfront.

* qt: Improve supported weight helpers

Add conversion helpers. and let all of them depend on the currently selected font.

* qt: Default weights based on supported if not all weights are supported

For SystemDefault only because Montserrat has all supported weights.

* qt/test: Fix GUI tests

* Store normal/bold font GUI settings as "pure" (not "supported") values

* Rename supportedWeighti(To/From)Arg to supportedWeight(To/From)Index to better match the logic and avoid confusion with weight(To/From)Arg functions

Co-authored-by: UdjinM6 <UdjinM6@users.noreply.github.com>
2020-09-01 18:46:29 +02:00
..
auto_gdb GDB automation with Python script to measure memory usage in dashd (#1609) 2018-10-23 14:15:08 +03:00
debian Merge #11690: [trivial] Fix the StartupWMClass for bitoin-qt, so gnome-shell can recognize it 2020-04-01 12:43:17 -05:00
devtools qt: Generalized css files, simple design changes, added scripts to keep track of color usage (#3508) 2020-09-01 18:46:28 +02:00
gitian-descriptors Add automake package to dash-win-signer's packages list (#3307) 2020-01-29 09:26:01 +01:00
gitian-keys contrib: Move dustinface.pgp into contrib/gitian-keys (#3547) 2020-06-24 10:53:57 +02:00
init Some Dashification (#3513) 2020-06-18 16:27:37 +02:00
linearize Some Dashification (#3513) 2020-06-18 16:27:37 +02:00
macdeploy Merge #10773: Shell script cleanups 2020-04-01 12:43:18 -05:00
qos Some Dashification (#3513) 2020-06-18 16:27:37 +02:00
seeds Merge #10781: Python cleanups 2020-01-02 22:01:29 -06:00
testgen Merge #10047: [tests] Remove unused variables and imports 2019-05-21 08:52:44 -05:00
verify-commits More of 10773 2020-04-01 12:43:18 -05:00
verifybinaries More of 10773 2020-04-01 12:43:18 -05:00
windeploy Add Dash Core Group codesign certificate (#3027) 2019-07-16 12:38:17 +03:00
zmq Merge #10781: Python cleanups 2020-01-02 22:01:29 -06:00
dash-cli.bash-completion Merge #8289: bash-completion: Adapt for 0.12 and 0.13 2017-12-28 11:44:59 +01:00
dash-qt.pro qt: Introduce appearance tab and setup dialog (#3568) 2020-09-01 18:46:29 +02:00
dash-tx.bash-completion Merge #8289: bash-completion: Adapt for 0.12 and 0.13 2017-12-28 11:44:59 +01:00
dashd.bash-completion Merge #10680: Fix inconsistencies and grammar in various files 2020-01-10 10:33:53 -06:00
filter-lcov.py Merge #10565: [coverage] Remove subtrees and benchmarks from coverage report 2019-07-11 10:34:46 -05:00
gitian-build.py Backport osslsigncode 2.0 - bitcoin#16669 and bitcoin#17671 (#3258) 2020-01-01 17:15:08 +03:00
README.md Slightly adjust some README.md files (#3175) 2019-10-29 21:37:18 +03:00
tidy_datadir.sh Merge #10773: Shell script cleanups 2020-04-01 12:43:18 -05:00
valgrind.supp bitcoin -> Dash 2020-01-30 07:37:50 -06:00

Repository Tools

Developer tools

Specific tools for developers working on this repository. Contains the script github-merge.py for merging GitHub pull requests securely and signing them using GPG.

Verify-Commits

Tool to verify that every merge commit was signed by a developer using the above github-merge.py script.

Linearize

Construct a linear, no-fork, best version of the blockchain.

Qos

A Linux bash script that will set up traffic control (tc) to limit the outgoing bandwidth for connections to the Dash network. This means one can have an always-on dashd instance running, and another local dashd/dash-qt instance which connects to this node and receives blocks from it.

Seeds

Utility to generate the pnSeed[] array that is compiled into the client.

Build Tools and Keys

Debian

Contains files used to package dashd/dash-qt for Debian-based Linux systems. If you compile dashd/dash-qt yourself, there are some useful files here.

Gitian-descriptors

Notes on getting Gitian builds up and running using KVM.

Gitian-keys

PGP keys used for signing Dash Core Gitian release results.

MacDeploy

Scripts and notes for Mac builds.

Gitian-build

Script for running full Gitian builds.

Test and Verify Tools

TestGen

Utilities to generate test vectors for the data-driven Dash tests.

Verify Binaries

This script attempts to download and verify the signature file SHA256SUMS.asc from bitcoin.org.