Commit Graph

502 Commits

Author SHA1 Message Date
Darrin Daigle dec5e351c0 fixed title on 3 dialog boxes (they were showing "python" as title) 2014-03-25 17:08:23 -05:00
Darrin Daigle 669d8041e4 Add ability to specify fiat amount when sending bitcoin. 2014-03-22 23:04:06 -05:00
ThomasV f92b483942 disable encrypt/decrypt 2014-03-16 16:35:12 +01:00
ThomasV 1b2f75bb84 do not display tx amounts in an offline wallet 2014-03-15 10:01:25 +01:00
Maran f87e482d63 Changed theme switching, probably fixes #509 as well 2014-03-13 12:02:55 +01:00
Maran 17997f4d8e Implements theme loading without overwriting path 2014-03-13 10:55:27 +01:00
ThomasV 17fa611b80 revert load theme 2014-03-13 08:38:25 +01:00
ThomasV d57a026ae5 fix #585 2014-03-12 10:04:08 +01:00
ThomasV dab31f0b47 fix issue #509 2014-03-11 15:05:54 +01:00
Michael Wozniak f5fb6ed194 display locktime for transaction
display locktime for transactions if it is greater than 0.  Majority of
transactions will not display any value because default is 0.
2014-03-05 16:38:34 -05:00
CodingAnarchy 4b22844137 Merge remote-tracking branch 'upstream/master' 2014-03-05 01:53:33 -07:00
CodingAnarchy 7052bfc771 follow up to #604 - gtk gui 2014-03-05 01:51:41 -07:00
ThomasV 48e6dba684 follow-up to #604 2014-03-05 09:35:54 +01:00
ThomasV fa6e9c18b9 code cleanup: main menu 2014-03-04 16:49:31 +01:00
ThomasV da6f292dd5 encrypt/decrypt messages in gui 2014-03-03 10:39:10 +01:00
ThomasV 1face99346 code cleanup 2014-03-03 09:03:05 +01:00
ThomasV 3e014d05c1 move menu separator 2014-03-03 08:57:30 +01:00
Michael Wozniak f9a52684e3 Add history fiat tx value for exchange plugin
Added coindesk BPI rate calculation for transaction values in history.

Coindesk currently only provides this functionality for USD, so it is
only available when the Coindesk and USD combination has been
selected.
2014-03-02 21:08:46 -05:00
ThomasV daf15a10bf cleanup 2014-03-02 20:36:54 +01:00
Michael Wozniak b16035c5de change remove tabs for verify/sign
verify message is in the drop down menus and sign is in the receive tab
drop down for each address
2014-03-02 14:20:21 -05:00
Michael Wozniak e86734fccb Add tools menu function for Verify message
add separate menu option to verify message because verifying a message
does not need to be tied to a specific address
2014-03-02 13:08:11 -05:00
ThomasV 746cf6f7f3 Merge pull request #588 from wozz/for-upstream
Add CoinDesk BPI for exchange rate
2014-03-02 18:21:03 +01:00
ThomasV 4a97aa1d1e show txids in the list of transaction inputs 2014-03-02 18:11:56 +01:00
ThomasV b6d541ef8e Merge pull request #591 from dabura667/Blockchainlink
Add link in history to view the tx on blockchain.info
2014-03-02 18:02:21 +01:00
dabura667 0ad491b727 Add link in history to view the tx on blockchain
Mostly a convenience thing. webbrowser should work with Mac OS, but I
have no environment to check with.
Win and Linux both open the url fine in the default browser.
2014-03-02 21:19:49 +09:00
Michael Wozniak 8b20250f8e Add QR Display for Private Key export 2014-03-01 20:37:01 -05:00
Michael Wozniak d30fb5c473 Add CoinDesk BPI for exchange rate
Add CoinDesk BPI for exchange rate options. Choose between blockchain
and coindesk on the plugin settings page.
2014-03-01 11:40:07 -05:00
ThomasV 13280e0bd7 Merge pull request #564 from eternal-sorrow/master
Rewrite gtk gui with gtk3/pygobgect - thanks a lot
2014-02-28 16:30:31 +01:00
ThomasV e955ee69a8 restore from master public key (qt and command line) 2014-02-28 15:43:06 +01:00
ThomasV e34c14ee78 Merge pull request #582 from dabura667/csvaddresserr
CSV: Show erroneous addresses in warning window.
2014-02-27 14:12:08 +01:00
ThomasV 0d4b36b28a Merge pull request #584 from dabura667/historyUTF8
Changed CSV History export to UTF-8 labels
2014-02-27 14:07:34 +01:00
ThomasV 7267579fe0 Merge branch '2.0' 2014-02-27 10:41:22 +01:00
ThomasV 638526712b rebrand this branch as 1.9.8 2014-02-27 10:21:41 +01:00
dabura667 9750433bfc Changed CSV History export to UTF-8 labels
Japanese characters were causing history to be aborted halfway through
export, so by changing the label to UTF-8 I was able to export the CSV
properly.
2014-02-26 22:24:52 +09:00
dabura667 c5aa69a1f0 CSV: Show erroneous addresses in warning window.
This will show all erroneous addresses given in a CSV import to the user
before returning out of the function.
2014-02-24 21:22:13 +09:00
ThomasV 70bace9b1e use separata class for old wallets; decide with WalletFactory 2014-02-03 06:26:03 +01:00
ThomasV df4b47849d gui: load tx from blockchain 2014-02-03 05:38:48 +01:00
Eternal Sorrow 9facf2687a [gtk gui] initially rewritten to gtk3/pygobgect 2014-02-02 12:19:43 +11:00
ThomasV bcc8024996 Merge pull request #560 from rdymac/typo-virtual
typo
2014-01-29 07:45:12 -08:00
ThomasV 9f9cfe3170 Merge pull request #561 from grnbrg/master
Squash case on user-entered seed when restoring a wallet.
2014-01-29 07:44:27 -08:00
Brian Greenberg af71483dd8 Squash case on user-entered seed when restoring a wallet. 2014-01-27 21:03:00 -06:00
rdymac 6facb9f2c2 typo
typo s/this/these
2014-01-28 01:58:58 +01:00
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
2014-01-20 21:41:59 -05:00
Brian Greenberg c7ad369e55 Remove the ability to "Send From" a frozen address. 2014-01-11 16:37:37 -06:00
ThomasV 2877e0682f gui: insert used addresses first 2014-01-09 09:58:57 +01:00
ThomasV 5190cc03fd this should fix issue #531 2014-01-08 18:24:30 +01:00
ThomasV 9483eadc7e installwizard: set network to None if offline 2014-01-08 10:36:39 +01:00
ThomasV 72559fef0e fix tx dialog 2014-01-08 10:36:01 +01:00
ortutay 4edfc6d82e Coinbase BuyBack plugin 2014-01-05 00:19:23 -08:00
James O'Beirne 6b818f5d09 Remove suspicious print statement
This looked out of place for the GTK client...
2013-12-26 16:53:11 -05:00