Commit Graph

2944 Commits

Author SHA1 Message Date
ThomasV 7963f22a80 parse_url: parse exponents 2014-01-08 14:08:53 +01:00
ThomasV e9862e0b71 version 1.9.7 2014-01-08 13:11:03 +01:00
ThomasV 8d207aa074 rm coinbase plugin until fixed 2014-01-08 12:11:40 +01:00
ThomasV 9483eadc7e installwizard: set network to None if offline 2014-01-08 10:36:39 +01:00
ThomasV 72559fef0e fix tx dialog 2014-01-08 10:36:01 +01:00
ThomasV 2103fb6254 Merge pull request #526 from ortutay/buybackplugin
Coinbase BuyBack plugin
2014-01-07 22:32:51 -08:00
ortutay 4edfc6d82e Coinbase BuyBack plugin 2014-01-05 00:19:23 -08:00
ThomasV fed86e92e2 Merge pull request #504 from wyager/master
Unnecessary definition
2014-01-05 00:11:15 -08:00
ThomasV 3b616f1ecf Merge pull request #525 from bitcoindaddy/patch-1
Add OpenBSD support to util.py
2014-01-05 00:09:17 -08:00
bitcoindaddy 637ad52907 Add OpenBSD support to util.py
Recognize OpenBSD platform
2014-01-04 18:57:12 -05:00
William Yager 4e1d6da805 Cleaned up/commented BIP 0032 key derivation. 2014-01-04 15:24:38 -06:00
ThomasV c0ba368436 Merge pull request #518 from jamesob/master
Remove suspicious print statement
2013-12-27 02:48:35 -08:00
James O'Beirne 6b818f5d09 Remove suspicious print statement
This looked out of place for the GTK client...
2013-12-26 16:53:11 -05:00
ThomasV 36a6deaee7 renamed server. fixes issue #508 2013-12-25 16:26:15 +01:00
ThomasV ba19e5a12d Merge pull request #510 from tessus/master
fix #454, README update, minor setup-release.py change
2013-12-25 01:43:35 -08:00
ThomasV 9c144c11ef Merge pull request #516 from imrehg/contacts
Access the "New Contact" menuitem in the contact list context menu
2013-12-25 01:34:16 -08:00
ThomasV 95a2e27c5a Merge pull request #515 from michaelgpearce/patch-1
Update commands.py
2013-12-25 01:31:42 -08:00
Gergely Imreh 6e9e292dc7 Access the "New Contact" menuitem in the contact list context menu
Contacts are managed in the contacts tab with a context menu.
Previously the menu is only shown when clicking on an existing contact,
clicking outside of the list shows nothing, and to create a new contact
one had to go in the main menu -> Wallet -> New Contact.

Change behaviour such that when in the contact menu, clicking outside
the existing contacts brings up the choice of creating a new contact.
2013-12-25 00:33:29 +08:00
Michael Pearce 0a896a6616 Update commands.py
Fixed command example for getaddressbalance.
2013-12-23 18:18:27 -08:00
ThomasV f4f418e9ec return message ids with send_http too 2013-12-21 19:27:49 +01:00
ThomasV 48a739f714 fix gerversion 2013-12-21 18:32:57 +01:00
ThomasV 5f8775cd3a fix sendrawtransaction 2013-12-21 18:29:09 +01:00
ThomasV e18573dda0 test is_mine in add_keypairs_from_wallet 2013-12-21 17:57:42 +01:00
Helmut K. C. Tessarek 33a7e5c9ea fix problem https://github.com/spesmilo/electrum/issues/454 2013-12-20 21:21:35 -05:00
Helmut K. C. Tessarek 1ed00e108b ports do not necessarily install qt_menu.nib in /opt/local/lib/Resources/
it could be anywhere under /opt/local, changed code to search /opt/local, if necessary
2013-12-20 19:52:41 -05:00
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
Error: Could not import icons_rc.py, please generate it with: 'pyrcc4 icons.qrc -o gui/qt/icons_rc.py'
2013-12-20 19:52:01 -05:00
ThomasV 0063edb61b partially revert code merged #481, brreaks old qt versions 2013-12-17 22:20:24 +01:00
ThomasV de94eaadeb fix issue occuring with set_server 2013-12-17 18:20:54 +01:00
ThomasV 2fb738be59 fix: return None if user presses cancel 2013-12-17 07:10:40 +01:00
ThomasV 0eead38332 installwizard: don't repeat same info 2013-12-17 07:06:58 +01:00
ThomasV 8a887273f6 clarify text 2013-12-17 06:56:33 +01:00
ThomasV af045b47c0 add password to script 2013-12-16 22:19:23 +01:00
ThomasV e290ea66c3 Merge pull request #481 from haakonn/master
Improve keyboard usability in Qt GUI
2013-12-16 12:38:28 -08:00
ecdsa ae654b30b9 fix: pending_servers 2013-12-16 20:07:35 +01:00
ecdsa 8140d6c78e fix typo 2013-12-16 20:04:59 +01:00
ecdsa d140383d03 exit wait_until_connected() when all servers have been tried 2013-12-16 19:59:35 +01:00
ThomasV 4446cf44c7 don't set network.interface to None when disconnetced 2013-12-16 19:18:57 +01:00
thomasv 942d009661 network.pending_servers, to avoid connecting the same server multiple times 2013-12-16 18:17:44 +01:00
thomasv c7694a87e7 cleanup code in network.py 2013-12-16 17:37:32 +01:00
thomasv 0bba8e4549 improve 'peers' script 2013-12-16 16:26:49 +01:00
thomasv 7ab4db0d23 gui: proper dialog for private keys (fixes issue #500) 2013-12-16 15:40:24 +01:00
thomasv 89d4229207 confirmaion dialog if transaction fee is high 2013-12-16 15:16:10 +01:00
ThomasV 8090098d90 version 1.9.6. also, reset seed_version in version.py 2013-12-14 13:21:17 +01:00
ecdsa 8b4410d86a detect if electrum is offline during wallet creation 2013-12-14 10:20:40 +01:00
ThomasV 2112129703 fix space 2013-12-14 07:53:25 +01:00
ThomasV 4f78b5365b exchange rate plugin: keep thread running (fixes #494) 2013-12-14 07:49:21 +01:00
thomasv 2a9c62c9b8 replace exit with sys.exit 2013-12-13 17:53:13 +01:00
thomasv f045490597 During wallet creation, do not write seed on disk before it is encrypted 2013-12-13 17:30:34 +01:00
ThomasV 60b6fd399d exit gracefully if host cannot be resolved. Fixes #488 2013-12-13 09:22:39 +01:00
ThomasV 6975642227 fix #492 2013-12-13 06:29:51 +01:00