Commit graph

4155 commits

Author SHA1 Message Date
Kevin Cooper
55c88a1748 Switched to using setup.py to install dependencies 2015-02-04 02:19:10 -07:00
Kevin Cooper
4f2d75142f Added electrum-env to use a virtualenv for python dependencies 2015-02-02 12:53:36 -07:00
ThomasV
27382c210e fix messages for i18n 2015-02-02 19:17:08 +01:00
ThomasV
25b82992f0 add encrypt/decrypt to RELEASE_NOTES 2015-02-02 19:09:17 +01:00
ThomasV
50c6a2fcbd show wallet name in wizard 2015-02-02 18:38:12 +01:00
ThomasV
0b674eb35d fix can_sign: detect if OldWallet is used 2015-02-02 16:06:29 +01:00
ThomasV
6bb4a554e3 suggest pip install instead of apt-get 2015-02-02 15:15:44 +01:00
ThomasV
97c57996b8 cleanup 2015-02-02 15:12:27 +01:00
ThomasV
6050e4d549 fix QRcode widget in multisig wallet wizard 2015-02-02 13:54:03 +01:00
ThomasV
1905b4743d fix: add missing protobuf to dependencies 2015-02-01 22:05:19 +01:00
ThomasV
3ae1e80ad2 add btchip again 2015-02-01 13:39:00 +01:00
ThomasV
395312e70f fix: add wallet types only if available 2015-02-01 10:44:29 +01:00
ThomasV
513b92f1a5 Merge pull request #996 from LedgerHQ/btchip_catchup
Catch up with modifications, along with Python API 0.1.12 closes #869 #8...
2015-02-01 10:38:10 +01:00
ThomasV
62fd3ad9a0 2.0 beta 2015-02-01 09:51:54 +01:00
BTChip
0da3836b14 Catch up with modifications, along with Python API 0.1.12 closes #869 #868 #957 #871 #870 2015-02-01 02:29:21 +01:00
ThomasV
4b9385b70b switch expired and unpaid icons 2015-01-31 20:44:52 +01:00
ThomasV
f305c01792 accept bitcoin: URIs in payto field 2015-01-31 20:41:28 +01:00
ThomasV
820d356325 fix saving request: binary flag is needed on windows 2015-01-31 20:25:12 +01:00
ThomasV
78ce20b0b8 fix plugins initialization 2015-01-31 18:09:50 +01:00
ThomasV
36a5e09532 trezor restore from seed 2015-01-31 08:35:07 +01:00
ThomasV
1f9598e1c7 show dialog if IOError is raised reading wallet file 2015-01-30 13:44:05 +01:00
ThomasV
3b9f9d5320 show confirmation dialog before opening incomplete wallet 2015-01-30 13:36:20 +01:00
ThomasV
94c9bf3655 define special hooks for install wizard 2015-01-30 13:18:00 +01:00
ThomasV
8b44dd2a9e update release notes 2015-01-30 12:43:27 +01:00
ThomasV
ee6a9f7249 do not include btchip plugin in package; it has too many bugs 2015-01-30 12:34:46 +01:00
ThomasV
935a9a980d disable auo-connect is --server option is passed. fixes #992 2015-01-30 10:19:22 +01:00
ThomasV
3d2a410de0 launch wizard if user opens an unfinished wallet 2015-01-29 14:04:04 +01:00
ThomasV
3c6cfc8b70 disable server selector if server is passed from cmd line 2015-01-29 13:35:19 +01:00
ThomasV
8ca17a3e70 print traceback is an exception occurs in network.process_request 2015-01-29 11:32:58 +01:00
ThomasV
992a634a77 serialize: handle case where proxy is None 2015-01-29 11:30:42 +01:00
ThomasV
30763a6555 fix config: serialize/deserialize proxy 2015-01-29 11:21:17 +01:00
ThomasV
667bc59426 fix check_for_disable in network window 2015-01-29 11:06:46 +01:00
ThomasV
4eda748506 fix #991 2015-01-28 08:24:51 +01:00
ThomasV
56e80566f9 simplify packages insertion 2015-01-27 13:50:02 +01:00
Maran
fd8a931608 Make where() work with OSX app bundles
MEIPASS is PythonInstaller specific and won't work for py2app

	modified:   lib/util.py
	modified:   .gitignore
	modified:   lib/util.py
	modified:   setup-release.py
2015-01-27 12:32:23 +01:00
Maran
2bf32880e8 Add dynamic package loading for Py2App osx binaries 2015-01-27 12:18:04 +01:00
ThomasV
3ef3bebeb3 print debug message with ca bundle status 2015-01-27 10:12:44 +01:00
ThomasV
4120678dff add google protobuf to packages 2015-01-27 10:01:40 +01:00
ThomasV
dda4a0fcb3 call load_wallet and close_wallet for each plugin 2015-01-26 20:42:32 +01:00
ThomasV
9d40fb2ea8 detect if we are in a pyinstaller bundle 2015-01-26 16:53:59 +01:00
ThomasV
16c72d286c try to import all python dependencies from the main script 2015-01-26 14:14:16 +01:00
ThomasV
d14c03b47f don't use listdir in make_package script 2015-01-25 19:51:09 +01:00
ThomasV
ba43053d21 Merge pull request #989 from romanz/master
audio_modem: update plugin to work with latest version.
2015-01-25 16:21:32 +01:00
Roman Zeyde
50c2efc32a audio_modem: update plugin to work with latest version.
Loading the library is now done after creating the interface.
2015-01-25 15:25:33 +02:00
ThomasV
189d211429 Merge pull request #987 from dabura667/fixcsvhistory
Fix the line terminator in csv
2015-01-25 09:43:17 +01:00
ThomasV
82746c20fb update packaging scripts 2015-01-25 08:14:25 +01:00
dabura667
a171a29afb Fix the line deliminator in csv
currently the csv output is `\r\r\n` where the line terminator is `\r\n`
and the extra `\r` is probably being inserted from writing a dict to
csv. I get around this by changing the line terminator to `\n` to output
`\r\n` which will make it compatible with most spreadsheet apps.
2015-01-25 12:22:40 +09:00
ThomasV
6a7d50d5c5 raise trustedcoin max fee. 2015-01-23 18:04:31 +01:00
ThomasV
eab2e828a3 update release notes for 2.0 2015-01-23 17:54:48 +01:00
ThomasV
33f48276db trustedcoin: check that price does not exceed predefined value 2015-01-23 17:12:26 +01:00