ThomasV
70bace9b1e
use separata class for old wallets; decide with WalletFactory
11 years ago
ThomasV
df4b47849d
gui: load tx from blockchain
11 years ago
samrg472
3f3e00668b
Added ability to minimize to tray
The 'Hide' and 'Show' toggle in the was replaced with 'Show/Hide'
The reason for this was to avoid a weird bug of it not updating properly
when the window state changes
11 years ago
Brian Greenberg
c7ad369e55
Remove the ability to "Send From" a frozen address.
11 years ago
ThomasV
2877e0682f
gui: insert used addresses first
11 years ago
ThomasV
5190cc03fd
this should fix issue #531
11 years ago
ThomasV
9483eadc7e
installwizard: set network to None if offline
11 years ago
ThomasV
72559fef0e
fix tx dialog
11 years ago
ortutay
4edfc6d82e
Coinbase BuyBack plugin
11 years ago
James O'Beirne
6b818f5d09
Remove suspicious print statement
This looked out of place for the GTK client...
11 years ago
Gergely Imreh
6e9e292dc7
Access the "New Contact" menuitem in the contact list context menu
Contacts are managed in the contacts tab with a context menu.
Previously the menu is only shown when clicking on an existing contact,
clicking outside of the list shows nothing, and to create a new contact
one had to go in the main menu -> Wallet -> New Contact.
Change behaviour such that when in the contact menu, clicking outside
the existing contacts brings up the choice of creating a new contact.
11 years ago
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
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