Commit Graph

342 Commits

Author SHA1 Message Date
ThomasV 3d32bba0b9 fix bug #963 2014-12-27 16:54:08 +01:00
ThomasV 63c7a27d7e add InvalidPassword exception 2014-12-03 22:35:05 +01:00
ThomasV 0e3500469e Merge pull request #944 from tkhaew/priv_keys_pwd
Issue #941 fix export_privkeys_dialog, add invalid password check
2014-12-03 21:22:47 +01:00
Tafelpoot 0737ee7fd3 pass absolute path for new wallet 2014-12-01 15:14:03 +01:00
tkhaew e667f0164a add invalid password check 2014-11-30 09:48:06 +07:00
ThomasV 7ca3ba4e80 various fixes for reveive_requests 2014-11-24 12:28:11 +01:00
ThomasV f2988b657b Merge branch 'contacts' of github.com:Tafelpoot/electrum into Tafelpoot-contacts 2014-11-24 11:55:57 +01:00
ThomasV 68c7d2e349 fix column number for monospace font (amount) 2014-11-24 11:16:18 +01:00
ThomasV 01cf04079f add NotEnoughFunds exception 2014-11-20 19:10:43 +01:00
Tafelpoot 218a1ee2f7 Updated Requests
- added Date and Account field to Saved Requests
- requests are now saved as dict()
  old requests will be deleted!!
- Account field is hidden when only 1 account is available
- address line now follows the current_account
- saved requests is sortable, default sorted by date
- saved requests only shows request for current_account
2014-11-14 19:47:34 +01:00
ThomasV 9b28ed9ba0 do not require name to create an account 2014-11-14 14:08:28 +01:00
ThomasV 1995c56b7f before_send: fix logic 2014-11-14 11:26:42 +01:00
ThomasV c7815bed0d str->unicode 2014-11-13 15:03:56 +01:00
ThomasV b64fef53dc change semantics of before_send hook 2014-11-13 12:36:37 +01:00
ThomasV 5331fc1a24 add before_send hook 2014-11-12 20:53:54 +01:00
ThomasV 280903cf2a fix create_status_bar hook 2014-11-11 20:42:21 +01:00
ThomasV 67de616a29 add copy button to receive tab 2014-11-11 17:20:15 +01:00
ThomasV 10ef0fbdf0 use wallet basename in window title 2014-11-11 16:16:51 +01:00
ThomasV 586f592af1 invoices: change column order 2014-11-11 16:03:06 +01:00
ThomasV 270c60b3c8 add status icons for invoices 2014-11-11 15:51:39 +01:00
ThomasV 99f5d368e6 move date column to first position in invoice tab 2014-11-11 10:39:34 +01:00
ThomasV 73085877dd bugfix: don't call GUI in non-GUI thread 2014-11-11 10:30:19 +01:00
ThomasV 66c652eb51 fixes for plugin integration 2014-11-04 16:23:11 +01:00
ThomasV 24b6ae7757 GUI: emit textEdited signal when setting amount in URI 2014-11-03 16:50:08 +01:00
ThomasV 7860bcfaf7 Merge pull request #875 from YaChen-PaiJu-Waheeb-Azhar-Zakariyah/master
plugin added for plotting history transactions
2014-10-31 15:07:00 +01:00
ThomasV 5ceb3a1901 Merge pull request #903 from Tafelpoot/windowtitles
add window title for show_private_key and show_public_key
2014-10-30 18:06:02 +01:00
ThomasV 581ed1ed26 separate signtxwithkey and signtxwithwallet, and simplify sign_transaction 2014-10-30 16:36:29 +01:00
Tafelpoot 0216a892da add window title for show_private_key and show_public_key 2014-10-27 16:10:52 +01:00
ThomasV 2ff401919b remove 'select account' label 2014-10-24 17:12:51 +02:00
ThomasV 311a91c03c init qrscanner processor in scan_qr 2014-10-24 17:11:05 +02:00
Tafelpoot 256a467dd7 QR code fixes
New classes ScanQRTextEdit and ShowQRTextEdit.
Reason: dependencies on zbar availability and issues with the QRTextEdit constructor.
- ScanQRTextEdit needs access to the config (fetch camera). It needs to load
the zbar processor properly before trying to scan. Keeping a reference to
the processor in qrscaner fixes the crashes on windows.
- ShowQRTextEdit should not have access to scan_qr().
- no need to setReadOnly anymore. It is clear from the class name.

Show master pub keys now has a Combobox if multiple accounts are
available.
2014-10-24 15:45:10 +02:00
ThomasV f00c4ed547 simplify error handling during transaction signing 2014-10-23 16:32:27 +02:00
Tafelpoot a597e26541 fixed access to tx.error in case tx is None 2014-10-23 13:48:12 +02:00
Tafelpoot d9c5250a6f removed trailing whitespace and fixed indentation in history widget 2014-10-21 19:05:51 +02:00
waheebyaqub 2045043212 Update main_window.py 2014-09-27 16:59:23 +04:00
ThomasV 6cd00eb36b request history rates asynchronously 2014-09-19 13:36:30 +02:00
ThomasV 692f49e7af init not_enough_funds variable 2014-09-19 11:29:39 +02:00
ThomasV e7d24c31bd don't set negative amounts in amount field 2014-09-19 11:14:16 +02:00
ThomasV 17006e5285 qr scanner: show error if not installed 2014-09-19 11:08:43 +02:00
ThomasV 134c93be4b show warning about offline mode instead of returning silently 2014-09-17 16:43:14 +02:00
ThomasV d71b9bff31 save receive requests after delete 2014-09-17 12:11:35 +02:00
ThomasV a3611af26a signal to set fee field after payment request 2014-09-15 16:28:29 +02:00
ThomasV 590659ff4d get_tx_fee 2014-09-15 12:57:56 +02:00
ThomasV bde0ca3ea1 set default fee to 0.5mBTC/kb 2014-09-15 07:35:05 +02:00
ThomasV 98b361f328 code cleanup 2014-09-14 12:40:09 +02:00
ThomasV 33a1e2aa2d update_account_selector after creating/deleting account 2014-09-14 12:09:12 +02:00
ThomasV 81c00956e8 perform easy test first (lazy evaluation) 2014-09-13 15:23:35 +02:00
ThomasV be307553b8 fix addresses() call in sweep 2014-09-13 14:07:17 +02:00
ThomasV 5b84cbe9fb close_wallet 2014-09-12 19:58:59 +02:00
ThomasV 26ee3baaba add qrcode button to mpk dialog 2014-09-12 16:31:50 +02:00