-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
show number of confirmations remaining for staking to be active
enhancements cleanup rename min to max wording and spelling more UI enhancements/ edge case support better staking status alignment color indicates wallet status. toggle indicates intent. new icons (needs resizing and fixing up) small change for code reduction and clarity make it more readable additional check borrowed from MintableCoins(). less than equals sanity svg and png toggle standardizations. move QString to top. adjust offset with adjusted icon create common shared IsStakingActive code in wallet.cpp log print removal cleanup. qt makefile additions IsStakingActive() check now leverages mining check for stakable inputs clear mapHashedBlocks when staking thread exits
- Loading branch information
Rock-N-Troll
authored and
Rock-N-Troll
committed
Apr 5, 2021
1 parent
e55a309
commit d9baa2d
Showing
29 changed files
with
460 additions
and
96 deletions.
There are no files selected for viewing
This file contains 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 |
---|---|---|
|
@@ -417,6 +417,9 @@ RES_ICONS = \ | |
qt/res/icons/[email protected] \ | ||
qt/res/icons/[email protected] \ | ||
qt/res/icons/ic-switch-on.png \ | ||
qt/res/icons/ic-switch-on-grey.png \ | ||
qt/res/icons/[email protected] \ | ||
qt/res/icons/[email protected] \ | ||
qt/res/icons/[email protected] \ | ||
qt/res/icons/ic-progress-10-10.png \ | ||
qt/res/icons/[email protected] \ | ||
|
@@ -552,6 +555,9 @@ RES_ICONS = \ | |
qt/res/icons/ic-progress-6-6-complete-14x14.png \ | ||
qt/res/icons/ic-switch-on.png \ | ||
qt/res/icons/ic-switch-off.png \ | ||
qt/res/icons/ic-switch-off-blue.png \ | ||
qt/res/icons/[email protected] \ | ||
qt/res/icons/[email protected] \ | ||
qt/res/icons/ic-addresses.png \ | ||
qt/res/icons/ic-transactions.png \ | ||
qt/res/icons/ic-send.png \ | ||
|
This file contains 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 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 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 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.