Bryan Stitt
|
225d8b83a3
|
don't use bare except
|
11 years ago |
ThomasV
|
f340f08a6e
|
fix for portable version: use its own directory
|
11 years ago |
ThomasV
|
c45fa4860f
|
android interface update and minor fixes
|
11 years ago |
ThomasV
|
e82653f454
|
add locks to config and storage
|
11 years ago |
thomasv
|
48efc62b2d
|
simplify directories: electrum_dir
|
11 years ago |
ThomasV
|
1ba3008b49
|
minor fixes
|
11 years ago |
ThomasV
|
d99a381d83
|
separation between wallet storage and config
|
11 years ago |
ThomasV
|
b983d12929
|
restore old accounts from seed
|
11 years ago |
ThomasV
|
19553a056d
|
bip32
|
12 years ago |
ThomasV
|
f4207d7e4c
|
bip32
|
12 years ago |
ThomasV
|
db501aa976
|
bip32
|
12 years ago |
rdymac
|
ff523790df
|
typo
typo
|
12 years ago |
ecdsa
|
b2c23f9ac8
|
deprecate wallet.save() and 'eval' command
|
12 years ago |
Maran
|
2973f5d2c3
|
more label sync wip
|
12 years ago |
Maran
|
a2510bc26d
|
more label sync wip
|
12 years ago |
ThomasV
|
5aa18c4bb5
|
prevent the creation of incomplete wallets
|
12 years ago |
ThomasV
|
c7edba0990
|
currency conversions (bkkcoins)
|
12 years ago |
thomasv
|
bd96815eb3
|
command line option for portable wallets
|
12 years ago |
thomasv
|
50064d20fd
|
Revert "added TypeError category to existing exception"
This reverts commit 86da219fb9 .
|
12 years ago |
thomasv
|
ae1f1ee8ea
|
indentation
|
12 years ago |
thomasv
|
8f7ca499d9
|
fix indentation error
|
12 years ago |
Jimbo77
|
74ed5acf7d
|
added docstring for is_modifiable()
|
12 years ago |
Jimbo77
|
c4955ebddd
|
wrote basic SimpleConfig docstring
|
12 years ago |
Jimbo77
|
86da219fb9
|
added TypeError category to existing exception
|
12 years ago |
Jimbo77
|
4a85b9db62
|
wrote docstring for get()
|
12 years ago |
Jimbo77
|
0c29027f96
|
created docstring for read_user_config()
|
12 years ago |
Jimbo77
|
71a4bb0198
|
created docstring for read_system_config()
|
12 years ago |
Jimbo77
|
49ac4d73e3
|
changed a couple exceptions to describe import errors
|
12 years ago |
ThomasV
|
2d13107897
|
make a regular gui module for android
|
12 years ago |
thomasv
|
41cd3484c8
|
remove format conversion; unneeded since new protocol
|
12 years ago |
ThomasV
|
ff9e643dc6
|
fix: init_path
|
12 years ago |
thomasv
|
5a212b8648
|
print -> print_error
|
12 years ago |
thomasv
|
cda3f603bd
|
default_wallet_file configuration string
|
12 years ago |
ThomasV
|
2a06a5b493
|
tie confirmation icons to payment verifier
|
12 years ago |
ThomasV
|
e5c19b64af
|
handle empty string (!= None)
|
12 years ago |
ThomasV
|
8668e923ce
|
update message: cannot change -> not changing
|
12 years ago |
ThomasV
|
cdf81f370b
|
save config after checking qt version
|
12 years ago |
ThomasV
|
799654dd74
|
catch NoSectionError in simple_config
|
12 years ago |
ThomasV
|
9f36ef3931
|
fix: call read_wallet_config only if there is a wallet_path value in options
|
12 years ago |
thomasv
|
65b13b88f4
|
disable setting widgets when setting is not modifiable.
|
12 years ago |
thomasv
|
d2832563e4
|
improved warning message
|
12 years ago |
thomasv
|
8d0b81a3b7
|
system config file is read-only, user config file can be written
|
12 years ago |
thomasv
|
5e76b8caab
|
fix type for settings in configuration file
|
12 years ago |
thomasv
|
d25724a621
|
simplify read_common_config. do not break loop so that we read both files
|
12 years ago |
ThomasV
|
ca3fa8c6dd
|
cleanup
|
12 years ago |
ThomasV
|
d0c8a48274
|
encapsulate parse_proxy_options
|
12 years ago |
ThomasV
|
f0556bb0d3
|
rename conf file section as 'client'. add gui to conf
|
12 years ago |
thomasv
|
5444f55e6b
|
big refactoring: command line options and electrum.conf options override settings in wallet file.
|
12 years ago |
thomasv
|
da9351260c
|
move proxy fallback away from send method
|
12 years ago |
thomasv
|
fd13d19cb8
|
fix proxy issues: override config with command line option, and use interface.proxy in gui
|
12 years ago |