SomberNight
a5ffa69a3e
storage: upgrade format version automatically in load_data()
7 years ago
ThomasV
e014e3af75
qt wizard: fix scroll area
7 years ago
SomberNight
e43481aafc
fix prev commit: name collisions with _()
7 years ago
SomberNight
f1a4f998d2
fix: return type of QFileDialog.getOpenFileName() changed
7 years ago
Johann Bauer
d9db331580
Fix wrong argument type in QMessageBox.information
TypeError: information(QWidget, str, str, buttons: Union[QMessageBox.StandardButtons, QMessageBox.StandardButton] = QMessageBox.Ok, defaultButton: QMessageBox.StandardButton = QMessageBox.NoButton): argument 4 has unexpected type 'str'
7 years ago
SomberNight
4ac162f18b
migration to PyQt5. initial commit.
7 years ago
Joe Ellis
e90f14492e
Added scroll pane in install wizard confirmation dialog.
Prevent cropping of text that occurs when you have just a label.
In response to issue 2888.
7 years ago
Joe Ellis
77b9eac72e
Added scroll pane in install wizard confirmation dialog.
Prevent cropping of text that occurs when you have just a label.
In response to issue 2888.
7 years ago
Mike C
8f1ccc188c
Edit install wizard msg to reflect linguistic trends
In the install wizard message, the prompt uses the word "fulfil". While this is an acceptable spelling of the word, Google ngrams indicates that it is twice as common to spell the word with two l's at the end, aka "fulfill", in modern writing. This PR proposes to use the more common spelling.
https://books.google.com/ngrams/graph?content=fulfill%2C+fulfil&year_start=1800&year_end=2000&corpus=15&smoothing=3&share=&direct_url=t1%3B%2Cfulfill%3B%2Cc0%3B.t1%3B%2Cfulfil%3B%2Cc0
7 years ago
ThomasV
15642ec8de
python3: remove calls to unicode function
8 years ago
ThomasV
ab15ff3a00
updates for python3
8 years ago
Dmitry Sorokin
d304ccdf17
py3 in qtgui
8 years ago
Dmitry Sorokin
5be78950ca
py3
8 years ago
suut
bc4fcfbebd
Remove usages of deprecated apply() builtin
8 years ago
ThomasV
bfcfb1f240
wizard: make sure terminate is always called
8 years ago
ThomasV
f33ee01e64
follow-up 15d74b4e19
8 years ago
ThomasV
125247df81
fix unicode path issue #2269
8 years ago
Johann Bauer
15d74b4e19
Fix "Back" button in installwizard
Since this seems to be the first page of the wizard,
there is nothing to go back to. Furthermore, clicking
"Back" actually takes you to the next step.
This changes the button to "Close" and closes the wizard.
8 years ago
ThomasV
c6bdd3c1b0
fix: follow-up 2a53e85e8d
8 years ago
ThomasV
2a53e85e8d
fix #2452
8 years ago
ThomasV
6b45070b2f
allow arbitrary derivations with bip39 seeds, to let multibit users recover funds
8 years ago
ThomasV
b23f788b4a
fix #2342
8 years ago
ThomasV
95e0e23869
fix #2301
8 years ago
ThomasV
411832c4ce
cleanup storage and fix tracvis test
8 years ago
ThomasV
45f25586ef
add file selector and password dialog to wizard ( fix #1730 )
8 years ago
ThomasV
fcc92c1ebd
Wallet file encryption:
- a keypair is derived from the wallet password
- only the public key is retained in memory
- wallets must opened and closed explicitly with the daemon
8 years ago
ThomasV
af46f83830
fix #2124
8 years ago
ThomasV
85c7fccdf9
fix wizard options (issue #2080 )
8 years ago
ThomasV
8249f5ab67
init_headers in daemon thread, and fix #1996
8 years ago
ThomasV
ac59296846
allow spaces in private keys ( fix #1602 )
8 years ago
ThomasV
1fd6aef9c9
fix #1984
8 years ago
ThomasV
7ea91dde2e
do not expose network to wizard. update message in issue #1972
8 years ago
ThomasV
e01e7d8562
fix: remove TextInputLayout
8 years ago
ThomasV
f8aaa4a50f
hide seed options in a popup dialog. simplify seed_dialog classes
8 years ago
ThomasV
834d3322b3
kivy: seed options dialog
8 years ago
ThomasV
d12661a385
use the word 'extension' instead of 'passphrase'
8 years ago
ThomasV
4788a10a8b
fix message formatting
8 years ago
ThomasV
19cee0e6c0
slightly change seed warning
8 years ago
ThomasV
94988bd3f7
follow-up previous commit
8 years ago
ThomasV
121ac07b01
wizard: add checkbox for passphrases. allow passphrases with 2fa seeds
8 years ago
ThomasV
2e0d55e25e
remove xpub icon
8 years ago
ThomasV
9509592767
new icon for xpub/xprv dialogs
8 years ago
ThomasV
52a9fdf6f6
wizard: fix restore multisig from seed
8 years ago
ThomasV
06c68a4be1
seed_type_label setVisible
8 years ago
ThomasV
749a1f2006
restore bip39 option for multisig, add a warning when option is clicked.
8 years ago
ThomasV
c32f75a313
wizard: display seed type. restore 2fa if needed
8 years ago
ThomasV
63a5e8f99b
fix wizard line_dialog
8 years ago
ThomasV
4bc756751b
improve wizard messages; skip choice screen if there is only one choice
8 years ago
ThomasV
1e4cdab096
normalize passphrase
8 years ago
ThomasV
e7dd800875
tweak messages
8 years ago