LBRY-Vault/electrum
SomberNight 9bbfd610be
qt: don't flash QWidgets on startup before main window is visible
Consider wallet without password set. Using Qt GUI.
When starting the app, before the main window appears, small artefacts
("minimised" windows?) would appear very briefly and then disappear.
2018-12-12 19:58:13 +01:00
..
gui qt: don't flash QWidgets on startup before main window is visible 2018-12-12 19:58:13 +01:00
plugins trustedcoin: do not set wallet.plugin in constructor 2018-12-11 13:08:10 +01:00
scripts follow-up prev 2018-11-02 20:37:37 +01:00
tests fix test 2018-12-11 09:28:35 +01:00
wordlist file reorganization with top-level module 2018-07-13 14:01:37 +02:00
__init__.py expose electrum version as __version__ 2018-10-31 16:21:04 +01:00
address_synchronizer.py fix prev 2018-12-07 20:59:19 +01:00
base_crash_reporter.py small import clean-up 2018-10-11 16:30:30 +02:00
base_wizard.py 2fa segwit (from ghost43's PR) 2018-12-11 09:28:35 +01:00
bip32.py prefer int.from_bytes over int('0x'+hex, 16) 2018-11-26 01:16:26 +01:00
bitcoin.py 2fa segwit (from ghost43's PR) 2018-12-11 09:28:35 +01:00
blockchain.py blockchain: check best chain on disk is consistent with checkpoints 2018-11-30 16:36:37 +01:00
checkpoints.json blockchain: fix difficulty retarget 2018-11-22 16:52:51 +01:00
checkpoints_testnet.json file reorganization with top-level module 2018-07-13 14:01:37 +02:00
coinchooser.py RBF batching: some fixes 2018-11-09 17:56:42 +01:00
commands.py CLI deserialize: always force full parse 2018-12-11 13:58:05 +01:00
constants.py move max_checkpoint from network to constants 2018-09-09 05:00:09 +02:00
contacts.py qt: use QStandardItemModel 2018-12-03 15:35:54 +01:00
crypto.py Merge pull request #4838 from SomberNight/keystore_pw_hash2b 2018-11-30 11:48:03 +01:00
currencies.json file reorganization with top-level module 2018-07-13 14:01:37 +02:00
daemon.py qt history: minor clean-up and sanity checking 2018-12-10 09:31:47 +01:00
dnssec.py dnssec: trivial clean-up 2018-10-14 04:23:42 +02:00
ecc.py bitcoin/ecc: some more type annotations 2018-11-18 22:07:27 +01:00
ecc_fast.py ecc_fast: clarify fallback message 2018-08-17 16:01:03 +02:00
electrum file reorganization with top-level module 2018-07-13 14:01:37 +02:00
exchange_rate.py exchange rate: fix coinbase 2018-12-05 12:26:03 +01:00
i18n.py move get_default_language to gui.qt.util 2018-09-23 14:11:50 +05:00
interface.py interface: fix only-genesis regtest case 2018-12-10 17:46:37 +01:00
jsonrpc.py small import clean-up 2018-10-11 16:30:30 +02:00
keystore.py keystore: stronger pbkdf for encryption 2018-11-10 16:36:41 +01:00
mnemonic.py bitcoin/ecc: some more type annotations 2018-11-18 22:07:27 +01:00
msqr.py file reorganization with top-level module 2018-07-13 14:01:37 +02:00
network.py network: fix switching interface (restart old one) 2018-12-10 08:03:42 +01:00
old_mnemonic.py file reorganization with top-level module 2018-07-13 14:01:37 +02:00
paymentrequest.proto file reorganization with top-level module 2018-07-13 14:01:37 +02:00
paymentrequest.py bitcoin/ecc: some more type annotations 2018-11-18 22:07:27 +01:00
paymentrequest_pb2.py file reorganization with top-level module 2018-07-13 14:01:37 +02:00
pem.py file reorganization with top-level module 2018-07-13 14:01:37 +02:00
plot.py file reorganization with top-level module 2018-07-13 14:01:37 +02:00
plugin.py wizard/hw: show transport type when listing HWDs 2018-11-16 19:03:25 +01:00
qrscanner.py rename contrib/build-osx as contrib/osx. Move QRReader submodule there. 2018-11-29 11:39:57 +01:00
ripemd.py file reorganization with top-level module 2018-07-13 14:01:37 +02:00
rsakey.py Remove unreachable return statement 2018-09-19 11:35:29 +02:00
segwit_addr.py file reorganization with top-level module 2018-07-13 14:01:37 +02:00
servers.json network: update hardcoded mainnet servers 2018-11-02 20:38:26 +01:00
servers_regtest.json file reorganization with top-level module 2018-07-13 14:01:37 +02:00
servers_testnet.json file reorganization with top-level module 2018-07-13 14:01:37 +02:00
simple_config.py config: reject non-json-serialisable writes 2018-10-21 14:58:55 +02:00
storage.py trustedcoin: do not require wallet file upgrade 2018-12-11 09:28:35 +01:00
synchronizer.py fix most "scripts" 2018-11-02 20:14:59 +01:00
transaction.py paymentrequest: be explicit about only allowing "addresses" 2018-11-14 16:04:43 +01:00
util.py qt: try even harder not to crash whole app on first start 2018-12-11 21:29:23 +01:00
verifier.py wallet: TxMinedInfo (merged TxMinedStatus and VerifiedTxInfo) 2018-12-07 20:47:28 +01:00
version.py 2fa segwit (from ghost43's PR) 2018-12-11 09:28:35 +01:00
wallet.py qt history: minor clean-up and sanity checking 2018-12-10 09:31:47 +01:00
websockets.py more type annotations in core lib 2018-10-22 16:41:25 +02:00
x509.py small import clean-up 2018-10-11 16:30:30 +02:00