Commit Graph

2667 Commits

Author SHA1 Message Date
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
thomasv ba17188d60 more help text 2013-09-15 12:36:35 +02:00
thomasv 636fdc18a5 new_account_dialog triggers payto 2013-09-15 12:34:07 +02:00
thomasv f38cc47802 add context menu to transaction input/outputs 2013-09-15 12:17:51 +02:00
thomasv 4742b03aea fix issue 274 2013-09-15 11:41:06 +02:00
thomasv e5cbf5cb0a more robust tx_from_text() (fixes issue #281) 2013-09-15 11:37:22 +02:00
thomasv b75f8d795a new command: getrawtransaction 2013-09-15 11:19:48 +02:00
ThomasV 41878dc5e0 rename menu: create tx 2013-09-15 09:03:45 +02:00
ThomasV f957837e21 custom json encoder for transactions 2013-09-14 21:53:56 +02:00
ThomasV 72d7d0b07a remove unneeded parameter 2013-09-14 21:18:14 +02:00
ThomasV d51a8d0f25 create a class for transaction dialog 2013-09-14 21:07:54 +02:00
ThomasV 27977e6eb0 fix path for tray icon (issue #263) 2013-09-13 23:19:06 +02:00
ThomasV 5a121526e4 fix 2013-09-13 22:13:17 +02:00
ThomasV c51efc0afe fix save_qrcode 2013-09-13 21:41:50 +02:00
ThomasV 8bf55ecaab fix 2013-09-13 20:55:13 +02:00
thomasv f12760829f use QInputDialog for new filenames 2013-09-13 15:08:40 +02:00
thomasv a96a7c8db2 fix 2013-09-13 14:43:53 +02:00
thomasv cc130f2930 remove .dat filter 2013-09-13 14:42:30 +02:00
thomasv f22c55f426 lock icon in password dialog 2013-09-13 14:16:13 +02:00
thomasv dcedb2d74f minor fixes 2013-09-13 13:56:33 +02:00