Commit Graph

2751 Commits

Author SHA1 Message Date
Michael Kramlich 825a55289d curses text UI will call wallet.start_threads(network) even in --offline mode 2013-11-05 12:09:00 -07:00
Michael Kramlich 583bb8f2f1 FIX: make the curses text UI not crash when started in --offline mode (matching ThomasV's recent changes to the other UIs) 2013-11-05 11:51:28 -07:00
ThomasV c84cc5bb8b do not return history if offline 2013-11-05 19:18:23 +01:00
ThomasV 75cac66876 Merge branch 'master' of git://github.com/spesmilo/electrum 2013-11-05 18:56:13 +01:00
ThomasV b1472ba1a7 fix regression: offline mode 2013-11-05 18:55:53 +01:00
ThomasV 4bfbb6b6d3 Merge pull request #364 from rdymac/split-text
Split text string
2013-11-05 05:13:42 -08:00
rdymac 7e8461d386 Split text string
Splited text string to avoid needing to translate everything again in
each language
2013-11-05 13:45:07 +01:00
ThomasV 18c2dba9b8 Merge pull request #358 from mkramlich/master
fix for issue 356: unicode labels cause the text/curses UI to crash
2013-11-05 00:52:34 -08:00
ThomasV ff964df8ea Merge pull request #361 from Wallacoloo/patch-1
Fixed indexing a function rather than calling it in WalletStorage.put
2013-11-05 00:49:39 -08:00
Wallacoloo cd24eb4feb Fixed indexing a function rather than calling it in WalletStorage.put 2013-11-04 19:36:09 -08:00
Michael Kramlich 0447af4593 curses text UI: displays Unicode more correctly in History/Receive/Contacts/Wall tabs 2013-11-04 20:29:49 -07:00
Michael Kramlich bc28e7b8fe gitignore: added .devlocaltmp/; convenient place to stash tmp files during dev without going into repo 2013-11-04 20:26:11 -07:00
Michael Kramlich 724cb06816 FIX: fixes issue 356 where if an address label contained Unicode it could cause the text UI client (curses) to crash; this fix should work for both the History, Receive, Contacts and Wall tabs 2013-11-04 16:34:47 -07:00
Michael Kramlich 35be5c76dc gitignore: added a few more build-generated files 2013-11-04 16:34:47 -07:00
ThomasV 9c016a94e2 Merge branch 'master' of git://github.com/spesmilo/electrum 2013-11-04 12:43:02 +01:00
ThomasV 6197b8b8dc fix validateaddress 2013-11-04 12:41:43 +01:00
Maran b66dbabac1 Merge branch 'master' of ssh://github.com/spesmilo/electrum 2013-11-04 12:15:34 +01:00
Maran ef19def171 Fix OSX / Windows builds 2013-11-04 12:15:14 +01:00
ThomasV 051c882a3f use returned amount with ! shortcut 2013-11-04 10:16:48 +01:00
ecdsa 8fe6f4208f fix init_lite 2013-11-04 10:04:21 +01:00
ThomasV 536c898b59 restore from master public key with seed v4 2013-11-03 14:14:35 +01:00
ThomasV c2f2ec2a8c rm debug message 2013-11-03 11:06:57 +01:00
ThomasV c8cd187bd4 use QStackedLayout in install wizard 2013-11-03 11:03:45 +01:00
ThomasV d8626793bc fix: wait_for_network 2013-11-02 18:10:18 +01:00
ThomasV 6a7e13b63b Merge pull request #354 from rdymac/patch-1
latest wikia version, tested
2013-11-02 05:01:00 -07:00
ThomasV 4714160f17 fix redeemPubKey for imported keys (fixes issue #350) 2013-11-02 13:00:10 +01:00
rdymac 9bf1dac4c2 latest wikia version, tested
latest wikia version with 1.9 strings
2013-11-02 12:40:59 +01:00
ThomasV a6e0357711 Merge pull request #353 from EnigmaCurry/qrscanner_fixes
QR code scanner fixes
2013-11-02 02:20:27 -07:00
Ryan McGuire 77dd9a0c8b Fixes sending coins from the qrscanner plugin 2013-11-01 22:18:14 -04:00
Ryan McGuire 56168e85b8 Adds a settings dialog for qrscanner plugin - allows device selection 2013-11-01 21:27:05 -04:00
Ryan McGuire cf5252e6aa Fixes qrscanner to 1.9 API. 2013-11-01 14:58:19 -04:00
ThomasV 67d185d7f0 offline signing with seed_v4 2013-11-01 13:31:13 +01:00
ThomasV cf38e1e47c fix: offline signing 2013-11-01 13:10:27 +01:00
ThomasV 4f3497027d fix deseed 2013-11-01 12:40:53 +01:00
ThomasV 999bf3d2fd minor fix: restore from hexadecimal seed 2013-11-01 10:34:29 +01:00
thomasv a9159729aa release notes: bip32 featues are postponed 2013-10-31 17:50:23 +01:00
thomasv 71429ef4bd no keyid for imported keys 2013-10-31 17:00:20 +01:00
thomasv 4ef6adf3ce exit after seed message 2013-10-31 15:42:52 +01:00
thomasv 83b885c702 fix mnemonic decode 2013-10-31 15:40:10 +01:00
thomasv b9eb909554 fixes: get_seed 2013-10-31 15:27:15 +01:00
thomasv 5a3b80cfb2 disable bip32 2013-10-31 13:28:52 +01:00
ThomasV 5cb1d6afda seed prefix 01 2013-10-31 09:32:22 +01:00
ThomasV 31aaae8ed2 seed v6 2013-10-26 16:40:05 +02:00
ThomasV 07bdd6c494 move old wallet to subdir 2013-10-24 11:43:55 +02:00
ThomasV aaaeac3535 create a subdirectory for wallets, under default path 2013-10-24 10:03:48 +02:00
ThomasV 8b1c6fba68 remove -b option for listaddresses (fix issue #343) 2013-10-24 09:45:41 +02:00
ThomasV b0289609c9 Merge pull request #349 from rdymac/icons
New app icons
2013-10-23 01:19:43 -07:00
rdymac cdfd025c2e New app icons
.icns for Mac have been tested and carries all sizes needed even for
Retina displays.

.ico should work well, but the build process for making Windows builds
is broken for me, so it need to be tested with binaries.

.png replaced witht the latest version
2013-10-23 01:10:52 +02:00
ThomasV 1083a15258 fix issue #348 2013-10-22 19:14:41 +02:00
ThomasV d377f93cfe fix dialog 2013-10-22 16:21:56 +02:00