Commit Graph

2536 Commits

Author SHA1 Message Date
ThomasV 7c4d7dc327 fix conversion in exchange rate plugin 2013-09-27 13:14:49 +02:00
ThomasV c7dc8e30b0 Merge pull request #320 from rofl0r/readd_guis
Readd text and stdio guis
2013-09-26 12:04:21 -07:00
rofl0r f3c01e192d re-add text gui (ncurses)
removed in 2c0814f0d3
probably by mistake.
2013-09-26 05:24:48 +02:00
rofl0r a27ad97132 re-add stdio guy
removed in 2c0814f0d3
probably by mistake.
2013-09-26 05:23:17 +02:00
ThomasV 877644f732 set default button in tx detail window 2013-09-24 17:00:20 +02:00
ThomasV e1e129fe30 fix names 2013-09-24 16:57:12 +02:00
ThomasV 4524c107cf add account menus and details window 2013-09-24 16:55:25 +02:00
ThomasV 2c0814f0d3 simplify gui names 2013-09-24 10:06:03 +02:00
ThomasV 404c1f84d2 generalize plugins to all guis 2013-09-24 08:47:04 +02:00
ThomasV 7d3234f591 reorganize menu 2013-09-23 10:53:04 +02:00
ThomasV 46792024c2 missing imports in version_getter 2013-09-23 10:26:28 +02:00
ThomasV 86bc9067cd Merge pull request #319 from rofl0r/server_prots
update help text for --server with available protocols
2013-09-23 01:17:38 -07:00
rofl0r 4226e9cc45 update help text for --server with available protocols
closes #303
2013-09-22 20:37:52 +02:00
ThomasV 79f2042e05 Merge pull request #317 from rofl0r/stdio_gui
Stdio gui
2013-09-20 10:41:38 -07:00
rofl0r c7f776c5ca gui_stdio: fix tabs->spaces 2013-09-20 14:48:16 +00:00
rofl0r 56ebc02cad advertise new text gui in the help screen 2013-09-19 23:57:04 +02:00
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.
2013-09-19 23:57:04 +02:00
ThomasV fae1b1d32c Merge pull request #315 from rofl0r/bug308d
make it possible to create wallet non-interactively
2013-09-19 12:16:00 -07:00
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.
2013-09-19 17:38:00 +02:00
ThomasV 0dce31eedf Merge pull request #311 from rofl0r/master
fix error to create a wallet due to missing pick_random_server decl
2013-09-19 01:46:02 -07:00
ThomasV d8524ac8d0 Merge pull request #312 from rofl0r/help-fix2
fix help text when invoked with --help
2013-09-19 01:41:23 -07:00
rofl0r fd1458aa23 restore 'electrum help command' usage 2013-09-18 20:22:30 +02:00
rofl0r 7d1c6c7980 fix help text when invoked with --help
the built-in optparser help text did not show the available commands

closes #304
2013-09-18 18:21:33 +00:00
rofl0r 854802122c fix error to create a wallet due to missing pick_random_server decl 2013-09-18 16:55:19 +00:00
ThomasV c6de3a429d Merge pull request #299 from rdymac/1.9-translations-and-fixes
Add translations and fixes to 1.9 master
2013-09-17 10:59:16 -07:00
ThomasV 200f3683d9 Merge pull request #297 from vrde/fix-remove-eval
Remove eval from run_hook
2013-09-17 10:53:34 -07:00
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.
2013-09-17 05:19:23 +02:00
vrde f0f3dc24e1 apply function directly unpacking argument list 2013-09-17 00:23:13 +02:00
vrde 32abe2dd04 Remove eval from from run_hook
small improvement to remove eval using builtin function `getattr`.
2013-09-16 21:26:55 +02:00
ThomasV 01349f6528 fix restore threads 2013-09-16 06:14:23 +02:00
ThomasV 428fbf1f63 sort coins by age in get_unspent_coins() 2013-09-15 23:37:40 +02:00
thomasv 36011fbaa4 remove todolist 2013-09-15 20:16:05 +02:00
thomasv 9b6168addb Animazing's key 2013-09-15 18:15:57 +02:00
thomasv 386e82c5e5 adding my gpg pubkey (issue #267) 2013-09-15 18:05:16 +02:00
thomasv b26187666b protect history from importprivkey 2013-09-15 17:57:51 +02:00
thomasv a320f92023 fix syntax error 2013-09-15 17:56:09 +02:00
thomasv b08bc514db sign/verify: do unicode conversion only for messages sent by the gui 2013-09-15 17:49:23 +02:00
thomasv 2c6534c1ba sign unicode messages 2013-09-15 17:33:27 +02:00
thomasv 4b9b532738 fix 2013-09-15 16:30:04 +02:00
thomasv 0eaa894aee fix 2013-09-15 16:22:58 +02:00
thomasv 671a73d02b sanitize prioritized_addresses, making sure they are in the wallet before trying to use them 2013-09-15 16:15:20 +02:00
thomasv a5c5b05235 fix 2013-09-15 15:28:29 +02:00
thomasv c8f93879b6 fix 2013-09-15 15:16:47 +02:00
thomasv 30f7d23297 do not show pubkeu in validateaddress if the key is imported 2013-09-15 15:13:04 +02:00
thomasv 75f7050edc subscribe to imported address 2013-09-15 15:06:42 +02:00
thomasv 58ab37d056 send from domain in mktx (fix #294) 2013-09-15 14:51:46 +02:00
thomasv 7fb406cc05 fallback to classic for old preferences 2013-09-15 13:52:58 +02:00
thomasv a7f61de8fd show input and outputs as text (fix issue #197) 2013-09-15 13:29:09 +02:00
thomasv d6af11a8fe getrawtransaction: first check if tx is in wallet 2013-09-15 12:50:19 +02:00
thomasv 22eaff9508 more help 2013-09-15 12:41:02 +02:00