Commit Graph

2549 Commits

Author SHA1 Message Date
thomasv 1d26676ee9 parse_servers method 2013-08-14 16:16:03 +02:00
thomasv 215f64e64d Merge branch 'master' into 1.9 2013-08-13 11:09:36 +02:00
ThomasV 7e28671027 Merge pull request #268 from maxme/fileopen-event
Add a Qt eventFilter to listen for QFileOpenEvent
2013-08-13 02:01:46 -07:00
Maxime Biais b2ebd35925 Add a Qt eventFilter to listen for QFileOpenEvent
fix #209
2013-08-11 15:11:27 +02:00
ThomasV 43bac658da fix labels plugin init() 2013-08-08 05:47:24 +02:00
ThomasV 56fe629385 Merge branch 'bip32' of git://github.com/spesmilo/electrum into bip32 2013-08-07 23:00:39 +02:00
ThomasV e6208e2747 fix create_new_account 2013-08-07 22:59:07 +02:00
ThomasV 1ff2f1b308 hex encode the output of account.get_pubkey() 2013-08-07 22:59:07 +02:00
ThomasV b08f1a2a7b plugins: do not overload __init__, use init() instead 2013-08-07 22:59:07 +02:00
ThomasV 58538ba825 encryption of bip32 master private keys 2013-08-07 22:59:07 +02:00
ThomasV a3de537d9b make wallet.get_private_keys more general 2013-08-07 22:59:07 +02:00
thomasv 6274cccb9f get_new_address -> get_address 2013-08-07 22:54:21 +02:00
thomasv 630bf5d5f7 add account module 2013-08-07 22:54:21 +02:00
ThomasV 19553a056d bip32 2013-08-07 22:54:21 +02:00
ThomasV 4d02b9b7b4 fix create_new_account 2013-08-07 21:53:05 +02:00
ThomasV bc6e2e18f1 hex encode the output of account.get_pubkey() 2013-08-07 20:04:43 +02:00
ThomasV 164c746f51 Merge pull request #264 from maxme/get-balance-script
New script: get_balance <bitcoin_address>
2013-08-06 14:32:04 -07:00
Maxime Biais 6075f8ece5 pep8 2013-08-06 16:06:57 +02:00
Maxime Biais c51c93b0ff new script: get_balance <bitcoin_address> 2013-08-06 16:03:03 +02:00
Eagle[TM] 78f5f372c4 Release notes for 1.8.1 2013-08-05 22:21:16 +02:00
ThomasV 111611a08b plugins: do not overload __init__, use init() instead 2013-08-05 17:15:01 +02:00
ThomasV d9a926b0ff encryption of bip32 master private keys 2013-08-05 13:53:50 +02:00
ThomasV 77df84e509 make wallet.get_private_keys more general 2013-08-05 12:08:54 +02:00
ThomasV 9afc57cd3d Merge branch 'bip32' of git://github.com/spesmilo/electrum into bip32 2013-08-04 23:05:16 +02:00
thomasv 553493364e get_new_address -> get_address 2013-08-04 23:05:00 +02:00
thomasv de03fbbb12 add account module 2013-08-04 23:04:59 +02:00
ThomasV f4207d7e4c bip32 2013-08-04 23:04:59 +02:00
ThomasV 83744832d1 remove the calculation of address balance in watch_address 2013-08-04 21:53:37 +02:00
ThomasV a34d9a380c Merge pull request #258 from tuxcanfly/master
fixes #245: use alternate datafiles location
2013-08-04 12:37:37 -07:00
ThomasV cd1ad84ed9 version 1.8.1 2013-08-04 19:28:41 +02:00
Javed Khan 3741d46590 fixes #245: use alternate datafiles location 2013-08-04 21:07:22 +05:30
thomasv 799c2e8984 get_new_address -> get_address 2013-08-04 16:46:47 +02:00
thomasv b526abdc40 add account module 2013-08-03 17:30:59 +02:00
ThomasV db501aa976 bip32 2013-08-03 17:20:52 +02:00
thomasv f64c59f66f fix: set auto-cycle to None only during wallet creation 2013-08-01 16:39:45 +02:00
thomasv 717a4ab5b2 pass parameter to backup_wallet 2013-08-01 14:59:57 +02:00
thomasv c1fabb3332 fix backup_wallet 2013-08-01 14:58:30 +02:00
thomasv 67d2b940bc remove enforced tx fee 2013-08-01 14:00:49 +02:00
thomasv a0b86f405d offline interface: fix init 2013-08-01 11:31:33 +02:00
thomasv 4a36f25d4b use auto_cycle in watch_address 2013-08-01 10:59:45 +02:00
Maran 8b3c8bdc19 Added some basic hide/show functionality to the tray icon
Real 'hide-to-tray' functionality seems impossible, see comments
2013-07-27 09:31:11 +02:00
Maran 5092c6b8d3 Set the current balance in the tray icon 2013-07-26 21:14:51 +02:00
ThomasV ea1cb0a613 better backspace detection 2013-07-26 05:28:41 +02:00
ThomasV 3350229263 fix for empty addressbook 2013-07-26 05:08:08 +02:00
ThomasV 1cba96cbbb fix popup navigation 2013-07-26 04:43:45 +02:00
ThomasV 8ec6a07281 fix settings dialog in text gui 2013-07-26 04:25:04 +02:00
ThomasV 5251f278e8 try.. except wrapper for ncurses.set_curs 2013-07-26 04:19:41 +02:00
thomasv 9ce90932ba update BIP32 to its final spec 2013-07-19 16:17:11 +02:00
ThomasV ccf7bf5c44 use self.base_unit() 2013-07-17 10:42:11 +02:00
Maran fd84cdda4c Renamed to tray and added exit option 2013-07-16 12:15:24 +02:00