ThomasV
0063edb61b
partially revert code merged #481 , brreaks old qt versions
11 years ago
ThomasV
2fb738be59
fix: return None if user presses cancel
11 years ago
ThomasV
0eead38332
installwizard: don't repeat same info
11 years ago
ThomasV
8a887273f6
clarify text
11 years ago
thomasv
7ab4db0d23
gui: proper dialog for private keys (fixes issue #500 )
11 years ago
thomasv
89d4229207
confirmaion dialog if transaction fee is high
11 years ago
ecdsa
8b4410d86a
detect if electrum is offline during wallet creation
11 years ago
thomasv
f045490597
During wallet creation, do not write seed on disk before it is encrypted
11 years ago
ThomasV
3fc7d0ef9e
abort export privkeys if wallet has no seed
11 years ago
Haakon Nilsen
ed04e98c55
Add a number of standard keyboard shortcuts to menu items in the Qt UI,
especially under the File menu. To make action names more conventional,
rename "Create/Restore" to "New/Restore", "Copy" to "Save Copy", and
"Close" to "Quit". This also resolves the situation where
Create/Restore, Copy and Close all had "C" as their mnemonic.
Also allow fast switching between tabs by using Alt+[1-5], same as
in tabbed web browsers. Ctrl+PgUp/PgDown is still available.
11 years ago
shunyata
acec9c2b43
Parse amounts from CSV with Decimal and not float.
This fixes a bug where amounts are read from a CSV file incorrectly due to
floating point representation error. For example, the string 0.009 will be
parsed as 0.00899999, and then converted to 899999, resulting in one fewer
satoshi being sent as part of the transaction generated from the CSV file.
11 years ago
shunyata
342faeeedd
Remove trailing whitespace.
11 years ago
thgh
7847382bfe
Fix: hide tray icon on close
11 years ago
ThomasV
9dbae6d0ae
handle multiple selections in receive_menu hook
11 years ago
tkhaew
9d4b564fc3
Add addr value to receive menu hook
11 years ago
thomasv
89b1633901
revert old address grayout
11 years ago
thomasv
fb2e974752
remove 'prioritize' from qt gui, superseded by coin control
11 years ago
ThomasV
c71af98cbc
fix kazcw's PR
11 years ago
kazcw
3628f6430e
clean up sending address input
in particular fee calculation was off for send-from
11 years ago
kazcw
ce0a33cb67
correct right-click menu during multiple-select
Correct right-click menu during multiple-select in Receive
11 years ago
kazcw
ae028e780d
select addresses to send from
based on branch by bkkcoins
11 years ago
Michael Wozniak
acca8d502b
do not show used addresses if there are not any
11 years ago
Michael Wozniak
ecc59b464a
move used addresses to a collapsed section
11 years ago
thgh
ae74568620
Undo reverse list
11 years ago
thgh
5bf5dd805b
Old addresses on receive tab grayed out
11 years ago
thgh
7977fa9ff2
Update help text about tx fee
Updating the recommended value to the default value. (0.0002)
11 years ago
Michael Wozniak
433a3ba0fe
Mac OSX bitcoin: URI updates
11 years ago
ThomasV
5ae39b5ad1
don't exit in wizard ( fixes #402 )
11 years ago
ThomasV
e4052a3852
1.9.4
11 years ago
ThomasV
7ead6d18f2
fix tx signing with watching only wallets
11 years ago
Bryan Stitt
91061752cf
stop using eval
11 years ago
ThomasV
4068c4bbf2
abort if file exists
11 years ago
ThomasV
353578986a
file dialogs
11 years ago
ThomasV
588f8fd110
wallet: call create_accounts in save_seed
11 years ago
Bryan Stitt
6cd4ed486a
fix more bare excepts
11 years ago
Maran
24cabcbee9
Switch icon based on OS, OS X requires dark icon
11 years ago
Bryan Stitt
f0eb0eccde
replace BaseException with Exception
11 years ago
thomasv
6458c0f591
don't show actinos that require private key if the wallet has no seed
11 years ago
Michael Kramlich
5be950322c
FIX: fixed syntax error in gui/qt/transaction_dialog.py (*glares at somebody*)
11 years ago
ThomasV
ea3accf86e
window icon
11 years ago
rdymac
280dd93aa0
Split colon - separate
Separate colon symbol for duplicated text strings
11 years ago
ThomasV
6a4e1c89f2
fix use_change preference
11 years ago
ThomasV
b1472ba1a7
fix regression: offline mode
11 years ago
ThomasV
051c882a3f
use returned amount with ! shortcut
11 years ago
ecdsa
8fe6f4208f
fix init_lite
11 years ago
ThomasV
536c898b59
restore from master public key with seed v4
11 years ago
ThomasV
c8cd187bd4
use QStackedLayout in install wizard
11 years ago
thomasv
83b885c702
fix mnemonic decode
11 years ago
thomasv
5a3b80cfb2
disable bip32
11 years ago
ThomasV
31aaae8ed2
seed v6
11 years ago