Hennadii Stepanov
|
ac7ccd67d7
|
scripted-diff: Remove unused "What's This" button in dialogs on Windows
-BEGIN VERIFY SCRIPT-
git grep -l 'QDialog(parent)' -- src/qt | xargs sed -i -E 's/QDialog\(parent\)/QDialog\(parent, GUIUtil::dialog_flags\)/g'
-END VERIFY SCRIPT-
|
2020-09-07 19:09:33 +03:00 |
|
Hennadii Stepanov
|
b6951483ec
|
qt: Add flags to prevent a "What's This" button on Windows OS
|
2020-09-07 19:08:15 +03:00 |
|
Andrew Chow
|
82ae02b165
|
Be able to create new wallets with DescriptorScriptPubKeyMans as backing
|
2020-04-23 13:59:48 -04:00 |
|
Jon Atack
|
43aa9b0d79
|
gui: rename encrypt(), blank(), and askPasshprase()
as well as disablePrivateKeys() to be consistent in naming.
|
2019-09-09 10:56:38 +02:00 |
|
Andrew Chow
|
9b41cbb28f
|
Expose wallet creation to the GUI via WalletController
Co-authored-by: João Barbosa <joao.paulo.barbosa@gmail.com>
|
2019-09-05 20:36:57 -04:00 |
|
Andrew Chow
|
78863e2900
|
Add CreateWalletDialog to create wallets from the GUI
Co-authored-by: João Barbosa <joao.paulo.barbosa@gmail.com>
|
2019-09-05 20:36:57 -04:00 |
|