Commit graph

2382 commits

Author SHA1 Message Date
Johann Bauer
d0433c1539 Change number of zero when base unit changes 2018-01-29 20:57:23 +01:00
racquemis
d5e20d607e Handle invalid PIN on exporting private key
Prevent Android App from crashing when a wrong PIN is entered.
2018-01-29 20:56:46 +01:00
SomberNight
70d6f50d94 fix-up stdio gui 2018-01-29 20:56:16 +01:00
ThomasV
1c4773d41a fix #3619: set correct parent window 2018-01-29 20:56:03 +01:00
Marcel O'Neil
47f57af145 fix crash when exporting private keys 2018-01-29 20:55:35 +01:00
SomberNight
7279fc8902 qt privkey export: if multisig wallet, warn users re backup 2018-01-29 20:54:10 +01:00
SomberNight
87737dbe45 fix #3663: 'copying' QR code does not save to file 2018-01-29 20:53:47 +01:00
Johann Bauer
d4f1445914 Bundle QR scanner with Android app 2018-01-06 22:44:37 +01:00
SomberNight
a6e59499db fix #3217: make sure qt quits 2018-01-06 22:43:56 +01:00
SomberNight
d3a963e673 fix kivy refresh bug with Addresses tab 2018-01-06 22:43:49 +01:00
SomberNight
e4308a360b fix #3601 2018-01-06 22:43:09 +01:00
SomberNight
e98406fc7c fix: kivy Addresses tab crash for Imported_Wallet change 2018-01-06 22:43:04 +01:00
SomberNight
02fda5a85b fix: crash when closing qrscanner window (see #3546) 2018-01-06 22:42:37 +01:00
SomberNight
006aece3a3 fix #3526 2018-01-06 22:42:22 +01:00
ThomasV
c7a47a06b5 format a few strings with str.format(). fix #3405 2018-01-06 22:42:15 +01:00
ThomasV
8ae1717772
Merge pull request #3500 from SomberNight/fix_sweep_2fa
fix sweeping for 2fa wallets
2017-12-12 05:31:07 +01:00
SomberNight
ec99304ae1 fix sweeping for 2fa wallets 2017-12-11 17:37:10 +01:00
Johann Bauer
c01fe8fa98 Add Testnet to main window title in testnet mode 2017-12-10 18:45:00 +01:00
SomberNight
d403c59ad7 fix #3486 2017-12-09 21:23:10 +01:00
SomberNight
f492021195 fix: openalias resolution unnecessarily blocks gui for some payto 2017-12-08 21:21:54 +01:00
SomberNight
80f99b68e0 fix: crash in QT InstallWizard if wallet path results in IOError and user still clicks Next (see #3404) 2017-12-03 16:59:08 +01:00
Sameer Zahid
a9a5647a9d Make balance text in statusBar selectable 2017-12-03 02:18:37 +04:00
SomberNight
e65b598756 use the send tab when sweeping (qt gui) 2017-11-30 12:27:00 +01:00
ThomasV
2ea59aad14 fix #3345: do not require a wallet in order to sweep 2017-11-29 13:45:02 +01:00
SomberNight
b950904ef4 follow-up #3361 (notifications for incoming transactions) 2017-11-24 02:10:49 +01:00
Johann Bauer
33d82aa121 Show notifications for incoming transactions 2017-11-23 18:41:04 +01:00
SomberNight
1799b8a7af disallow editing labels in Coins tab (QT) 2017-11-17 01:54:48 +01:00
SomberNight
5f30f95cdd fix: bip39 checksum not calculated if option was toggled after entering seed 2017-11-14 01:44:55 +01:00
SomberNight
098c2be919 follow-up 70d23f9e3b 2017-11-13 16:18:56 +01:00
ThomasV
2d28532909 remove unused android icon 2017-11-13 12:28:44 +01:00
Justin Turner Arthur
857eb4ac1d Remove unused imports. Explicitly import a few deep imports. 2017-11-13 02:28:00 -06:00
Justin Turner Arthur
9a0aa9b478 Remove Python 2 support imports. 2017-11-13 02:26:48 -06:00
SomberNight
c65d01ea96 file i/o: use 'with' keyword 2017-11-12 14:33:46 +01:00
ThomasV
c4923ac99d
Merge pull request #3182 from SomberNight/storage_upgrade_manual_for_qt
wallet storage upgrade will now happen silently whenever possible
2017-11-11 11:40:19 +01:00
ThomasV
5156b60769 kivy addresses tab: simplify, separate actions from display updates 2017-11-11 11:33:36 +01:00
SomberNight
39187c9a3a follow-up 115ef54c0c: wallet storage - silent upgrades whenever possible 2017-11-11 09:23:56 +01:00
ThomasV
c46f219d25 kivy: fix crash in show_private_key 2017-11-10 11:12:29 +01:00
ThomasV
786f9ce7ff
Merge pull request #3206 from ariard/kivy-addr
kivy: replace requests tab by address tab
2017-11-10 10:56:32 +01:00
ThomasV
0ecb665b95
Merge pull request #3257 from SomberNight/bitcoin_network_constants
bitcoin.NetworkConstants: easier changing between testnet and mainnet
2017-11-10 09:15:40 +01:00
SomberNight
f8518c78d8 remove Transaction.requires_fee() 2017-11-09 22:15:47 +01:00
SomberNight
0db5ea67a0 bitcoin.NetworkConstants: easier changing between testnet and mainnet 2017-11-09 17:47:57 +01:00
SomberNight
3d002939f9 fix py3: do_export_history 2017-11-08 20:31:53 +01:00
ThomasV
368aaebb23
Merge pull request #3235 from SomberNight/fix_delete_passworded_wallets
fix: deleting a passworded wallet did not work
2017-11-07 17:42:28 +01:00
Jörg Sommer
8661823c97 paytoedit: Calculate height depending on font's line height
On high-resolution (HiRes) displays, the pixel size of a font is much
larger than the hard-coded 17 pixels, e.g. more than 40 for me. It's
better to get the line high of the current font from it's metrics and
calculate the high of the box with it.
2017-11-07 15:27:02 +01:00
SomberNight
83443732c4 fix: deleting a passworded wallet did not work 2017-11-07 14:08:46 +01:00
SomberNight
b28f8b3ebd make tx deserialization more robust to ill-formed tx 2017-11-06 12:27:47 +01:00
SomberNight
97d45c7c30 fix typo: text gui with no wallet 2017-11-05 22:33:19 +01:00
ThomasV
c79655d26a fix: kivy unit selector 2017-11-04 15:50:49 +01:00
SomberNight
291716d2e6 fix: exporting privkeys multiple times 2017-11-03 20:02:33 +01:00
Antoine Riard
70bfcaaf59 kivy: replace requests tab by address tab 2017-11-03 11:50:30 -04:00