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
9b22372c43
remove prioritize altogether.
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
Michael Wozniak
03fac376a1
prioritize button to match freeze button in gtk gui
11 years ago
Michael Wozniak
698f8bccef
add Balance column to receive tab in GTK gui
11 years ago
Michael Wozniak
7e5cad5452
Freeze button in GTK receive tab.
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 Wozniak
3c6808468e
add F and P to address types in recv tab for Frozen and Prioritized addresses
11 years ago
Michael Wozniak
2abb071533
network button fix for not connected to a network - GTK gui
11 years ago
Michael Wozniak
ad498af71f
add address type to receive tab in GTK GUI
I = imported
R = receive
C = change
11 years ago
Michael Wozniak
9c2d3bbbdd
fix label editing in gtk
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
Michael Kramlich
09b0eeedfb
curses text UI now says Offline (rather than 'Not connected') when started in --offline mode; this matches the main Qt UI
11 years ago
Michael Kramlich
825a55289d
curses text UI will call wallet.start_threads(network) even in --offline mode
11 years ago
Michael Kramlich
583bb8f2f1
FIX: make the curses text UI not crash when started in --offline mode (matching ThomasV's recent changes to the other UIs)
11 years ago
ThomasV
b1472ba1a7
fix regression: offline mode
11 years ago
Michael Kramlich
0447af4593
curses text UI: displays Unicode more correctly in History/Receive/Contacts/Wall tabs
11 years ago
Michael Kramlich
724cb06816
FIX: fixes issue 356 where if an address label contained Unicode it could cause the text UI client (curses) to crash; this fix should work for both the History, Receive, Contacts and Wall tabs
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