ThomasV
547b6d1d55
disable settings button if plugin is disabled
11 years ago
thomasv
a8c2d95207
don't show lite in init
11 years ago
thomasv
a6002cf71c
SSL certificate validation
11 years ago
thomasv
9e70c7fae4
re-adding console.py (deleted by mistake)
11 years ago
thomasv
e54a746a57
path of icons_rc
11 years ago
ThomasV
e82653f454
add locks to config and storage
11 years ago
ThomasV
44edb4e2bb
fix is_complete
11 years ago
ThomasV
3480cb9ef4
cleanup signrawtrasaction and input_info
11 years ago
ThomasV
a9b05ad188
set label
11 years ago
ThomasV
ec141ebb67
fix labels plugin
11 years ago
ThomasV
2b0d92e767
sign_tx hook
11 years ago
ThomasV
401c24e4ad
add input_info when transaction is created
11 years ago
ThomasV
4eb1eb3677
add help text for csv
11 years ago
ThomasV
f30fedc591
fix import
11 years ago
ThomasV
ecfe5e2590
common wallet.restore() method for GUIs
11 years ago
ThomasV
3d4a16b5c8
fix is_seeded
11 years ago
ThomasV
13fd5b7e3c
support mBTC in lite gui
11 years ago
ThomasV
6644fcc22e
move lite window initialization in the constructor of the main window
11 years ago
ThomasV
5b88b16600
fix imports
11 years ago
ThomasV
c79e668ad6
key icon
11 years ago
ThomasV
8e136b098a
rm dead code
11 years ago
ThomasV
c586f1bab8
move network callbacks to init
11 years ago
ThomasV
d502b93872
network.set_server: test if server is the same
11 years ago
ThomasV
7c4d7dc327
fix conversion in exchange rate plugin
11 years ago
ThomasV
c7dc8e30b0
Merge pull request #320 from rofl0r/readd_guis
Readd text and stdio guis
11 years ago
rofl0r
f3c01e192d
re-add text gui (ncurses)
removed in 2c0814f0d3
probably by mistake.
11 years ago
rofl0r
a27ad97132
re-add stdio guy
removed in 2c0814f0d3
probably by mistake.
11 years ago
ThomasV
877644f732
set default button in tx detail window
11 years ago
ThomasV
e1e129fe30
fix names
11 years ago
ThomasV
4524c107cf
add account menus and details window
11 years ago
ThomasV
2c0814f0d3
simplify gui names
11 years ago
ThomasV
404c1f84d2
generalize plugins to all guis
11 years ago
ThomasV
7d3234f591
reorganize menu
11 years ago
ThomasV
46792024c2
missing imports in version_getter
11 years ago
ThomasV
86bc9067cd
Merge pull request #319 from rofl0r/server_prots
update help text for --server with available protocols
11 years ago
rofl0r
4226e9cc45
update help text for --server with available protocols
closes #303
11 years ago
ThomasV
79f2042e05
Merge pull request #317 from rofl0r/stdio_gui
Stdio gui
11 years ago
rofl0r
c7f776c5ca
gui_stdio: fix tabs->spaces
11 years ago
rofl0r
56ebc02cad
advertise new text gui in the help screen
11 years ago
rofl0r
9621ce1b8f
add experimental, fdisk-style console gui
the text gui doesnt work to well and when it crashes, it messes up
the state of the terminal.
11 years ago
ThomasV
fae1b1d32c
Merge pull request #315 from rofl0r/bug308d
make it possible to create wallet non-interactively
11 years ago
rofl0r
bcca6e25ab
make it possible to create wallet non-interactively
add a --password option,
respect --server,--fee,--gap as passed on the command line,
and do not ask for them if they were specified.
so if all of them are passed, there are no interactive questions
asked and one can create wallets automatically via scripts.
closes #308
additionally it fixes the bug that the default fee and gap limit
were not stored in the new wallet, if entered manually.
additionally it fixes the bug that the wallet path was not displayed
correctly if a custom wallet path was used.
11 years ago
ThomasV
0dce31eedf
Merge pull request #311 from rofl0r/master
fix error to create a wallet due to missing pick_random_server decl
11 years ago
ThomasV
d8524ac8d0
Merge pull request #312 from rofl0r/help-fix2
fix help text when invoked with --help
11 years ago
rofl0r
fd1458aa23
restore 'electrum help command' usage
11 years ago
rofl0r
7d1c6c7980
fix help text when invoked with --help
the built-in optparser help text did not show the available commands
closes #304
11 years ago
rofl0r
854802122c
fix error to create a wallet due to missing pick_random_server decl
11 years ago
ThomasV
c6de3a429d
Merge pull request #299 from rdymac/1.9-translations-and-fixes
Add translations and fixes to 1.9 master
11 years ago
ThomasV
200f3683d9
Merge pull request #297 from vrde/fix-remove-eval
Remove eval from run_hook
11 years ago
rdymac
10be6e7609
Add translations and fixes to 1.9 master
Added translations, fixes to syntax errors and other minor fixes for
text strings.
Tested all changes. I hope not to break anyhting…
I was unsurem, but the menu bar on the Lite GUI dissapeared. Looking at
the commits on master, it seems that it wasn't me.
11 years ago