Commit Graph

228 Commits

Author SHA1 Message Date
thomasv d2099d94e5 manual merge: tc scv import by harningt 2013-09-04 10:57:15 +02:00
thomasv 903e70566c wallet.make_unsigned_transaction() 2013-09-04 10:33:14 +02:00
ThomasV 6696e9643c fix restore from mpk 2013-09-03 18:35:46 +02:00
thomasv 20954514b1 do network dialog at the end in installwizard 2013-09-03 14:57:29 +02:00
thomasv 3e14b7dd72 improved install wizard 2013-09-03 14:32:56 +02:00
thomasv 1606bd3106 update lite gui for 1.9 2013-09-03 11:37:19 +02:00
thomasv 9b986f8cb6 restore: try old wallet first 2013-09-03 10:58:07 +02:00
thomasv 3ecd81c94a account names 2013-09-03 10:09:13 +02:00
thomasv a417816e69 disable 'new account' in old wallets 2013-09-03 09:52:55 +02:00
ThomasV 7c2ac01306 plugin hook for load_wallet 2013-09-02 22:43:58 +02:00
thomasv 48efc62b2d simplify directories: electrum_dir 2013-09-02 15:05:33 +02:00
thomasv 8774f1a193 fix: synchronize generated duplicated addresses 2013-09-02 13:41:31 +02:00
ThomasV b22c42c4f4 minor fixes 2013-09-02 09:09:54 +02:00
ThomasV 1ba3008b49 minor fixes 2013-09-01 23:25:28 +02:00
ThomasV 7b4046cf68 fee belongs in wallet storage 2013-09-01 23:09:27 +02:00
ThomasV 7ba686e16f wizard: start wallet threads 2013-09-01 18:58:09 +02:00
ThomasV 046ec58d24 start wallet threads from wallet class 2013-09-01 18:44:19 +02:00
ThomasV d47892b690 separate blockchain verifier from transaction verifier 2013-09-01 18:16:15 +02:00
ThomasV d99a381d83 separation between wallet storage and config 2013-09-01 15:26:52 +02:00
ThomasV b983d12929 restore old accounts from seed 2013-08-31 15:02:20 +02:00
ThomasV f48c6130df fix account selector, console 2013-08-30 22:59:36 +02:00
ThomasV 167d4f1a53 update curses gui for 1.9 2013-08-30 22:37:37 +02:00
ThomasV 734e810161 gui menu and messages 2013-08-30 22:15:49 +02:00
ThomasV 2e29afa12a update buttons and icons in load_wallet() 2013-08-30 21:44:16 +02:00
ThomasV 1637197419 separate gui init() and load_wallet() 2013-08-30 10:11:10 +02:00
ThomasV 10c805b3e7 restore bip32 accounts 2013-08-29 16:07:55 +02:00
ThomasV 9d00a072fe create new accounts through wallet.synchronize() 2013-08-29 15:08:03 +02:00
ThomasV 084ed6776b structural change: wrap wallet instanciation inside the gui class 2013-08-22 12:39:41 +02:00
ThomasV e995f7abfd save account name as label 2013-08-17 11:46:19 +02:00
ThomasV 70445da940 wallet.num_accounts and account_id method 2013-08-16 13:26:48 +02:00
thomasv 215f64e64d Merge branch 'master' into 1.9 2013-08-13 11:09:36 +02:00
Maxime Biais b2ebd35925 Add a Qt eventFilter to listen for QFileOpenEvent
fix #209
2013-08-11 15:11:27 +02:00
ThomasV e6208e2747 fix create_new_account 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 19553a056d bip32 2013-08-07 22:54:21 +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
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 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
Maran 06bfb60308 Reworked notification flow and combined multiple transactions into one notification 2013-07-16 12:15:23 +02:00