3781 Commits (eed37c41b51f99e1fa6e532a20fe879d6388729d)
 

Author SHA1 Message Date
ThomasV 36a6deaee7 renamed server. fixes issue #508 12 years ago
ThomasV ba19e5a12d Merge pull request #510 from tessus/master 12 years ago
ThomasV 9c144c11ef Merge pull request #516 from imrehg/contacts 12 years ago
ThomasV 95a2e27c5a Merge pull request #515 from michaelgpearce/patch-1 12 years ago
Gergely Imreh 6e9e292dc7 Access the "New Contact" menuitem in the contact list context menu 12 years ago
Michael Pearce 0a896a6616 Update commands.py 12 years ago
ThomasV f4f418e9ec return message ids with send_http too 12 years ago
ThomasV 48a739f714 fix gerversion 12 years ago
ThomasV 5f8775cd3a fix sendrawtransaction 12 years ago
ThomasV e18573dda0 test is_mine in add_keypairs_from_wallet 12 years ago
Helmut K. C. Tessarek 33a7e5c9ea fix problem https://github.com/spesmilo/electrum/issues/454 12 years ago
Helmut K. C. Tessarek 1ed00e108b ports do not necessarily install qt_menu.nib in /opt/local/lib/Resources/ 12 years ago
Helmut K. C. Tessarek 554eb51f91 if you just run "pyrcc4 icons.qrc -o gui/icons_rc.py" as stated in the README, you get the following error when starting Electrum 12 years ago
ThomasV 0063edb61b partially revert code merged #481, brreaks old qt versions 12 years ago
ThomasV de94eaadeb fix issue occuring with set_server 12 years ago
ThomasV 2fb738be59 fix: return None if user presses cancel 12 years ago
ThomasV 0eead38332 installwizard: don't repeat same info 12 years ago
ThomasV 8a887273f6 clarify text 12 years ago
ThomasV af045b47c0 add password to script 12 years ago
ThomasV e290ea66c3 Merge pull request #481 from haakonn/master 12 years ago
ecdsa ae654b30b9 fix: pending_servers 12 years ago
ecdsa 8140d6c78e fix typo 12 years ago
ecdsa d140383d03 exit wait_until_connected() when all servers have been tried 12 years ago
ThomasV 4446cf44c7 don't set network.interface to None when disconnetced 12 years ago
thomasv 942d009661 network.pending_servers, to avoid connecting the same server multiple times 12 years ago
thomasv c7694a87e7 cleanup code in network.py 12 years ago
thomasv 0bba8e4549 improve 'peers' script 12 years ago
thomasv 7ab4db0d23 gui: proper dialog for private keys (fixes issue #500) 12 years ago
thomasv 89d4229207 confirmaion dialog if transaction fee is high 12 years ago
ThomasV 8090098d90 version 1.9.6. also, reset seed_version in version.py 12 years ago
ecdsa 8b4410d86a detect if electrum is offline during wallet creation 12 years ago
ThomasV 2112129703 fix space 12 years ago
ThomasV 4f78b5365b exchange rate plugin: keep thread running (fixes #494) 12 years ago
thomasv 2a9c62c9b8 replace exit with sys.exit 12 years ago
thomasv f045490597 During wallet creation, do not write seed on disk before it is encrypted 12 years ago
ThomasV 60b6fd399d exit gracefully if host cannot be resolved. Fixes #488 12 years ago
ThomasV 6975642227 fix #492 12 years ago
ThomasV 3467bd0101 Merge pull request #499 from shunyata/bugfix/synchronizer-attribute-is-uninitialized 12 years ago
ThomasV 70cc6271b9 Merge pull request #497 from pitchforks/pip-install-user 12 years ago
ThomasV 5b8bc5ce58 Merge pull request #498 from shunyata/bugfix/old-param-in-update_password 12 years ago
shunyata de1a0f5690 wallet.synchronizer should exist at construction. 12 years ago
shunyata 419bdc54f3 Remove an obsolete parameter. 12 years ago
pitchforks 16cc2644db fix setup.py to make `pip install --user` possible in Linux 12 years ago
thomasv 1004fbd8f8 fix offline signing with key>5 12 years ago
ThomasV 8858ac249e Merge pull request #491 from Jud/master 12 years ago
Jud Stephenson 03a6791bcb Set initial 'running' attribute in Network class 12 years ago
ThomasV 3fc7d0ef9e abort export privkeys if wallet has no seed 12 years ago
ThomasV ab3f5e8556 Merge pull request #484 from flatfly/patch-1 12 years ago
flatfly 4d085f111c fix for getversion 12 years ago
ThomasV 3ee97be261 Merge pull request #483 from flatfly/patch-2 12 years ago