Commit graph

18746 commits

Author SHA1 Message Date
Luke Dashjr
be7527f50d GUI: Replace "Bitcoin" with "Liquid" in appropriate strings 2019-04-10 10:17:19 -04:00
Luke Dashjr
f62c0d3bf5 GUI: Replace "Bitcoin" with "Liquid" in appropriate strings 2019-04-10 10:16:50 -04:00
Luke Dashjr
737e99a35a GUI: Make liquidv1 the "normal title bar" style 2019-04-10 10:16:02 -04:00
Luke Dashjr
d82eee9d2f GUI: Add liquidv1 network style 2019-04-10 10:15:41 -04:00
Luke Dashjr
ce752c0bd0 GUI: Remove access to unported "transaction details" display 2019-04-10 10:13:48 -04:00
Luke Dashjr
0a3f589058 init: If bitcoind is unreachable, explain where the user can get it
Fixes: https://github.com/greenaddress/elements/issues/2
2019-04-10 10:12:48 -04:00
Luke Dashjr
680265806b GUI: Adjust blockchain and chainstate sizes in Intro
Fixes: https://github.com/greenaddress/elements/issues/1
2019-04-10 10:11:48 -04:00
Luke Dashjr
d522775b80 Bugfix: GUI: Ensure negative symbol is before whole number in GUIUtil::formatAssetAmount
Fixes: https://github.com/greenaddress/elements/issues/5
2019-04-10 10:09:17 -04:00
Luke Dashjr
36ebb131dc GUI: Disable "Subtract fee from amount" checkbox when a non-pegged asset is selected
Fixes: https://github.com/greenaddress/elements/issues/4
2019-04-10 10:09:14 -04:00
Luke Dashjr
1f0b6886b7 GUI: Emit BitcoinAmountField::valueChanged when unit changes even if the current value is invalid 2019-04-10 10:07:43 -04:00
Luke Dashjr
954f7758ae Bugfix: GUI: Receive: Don't try to update label for non-existent Amount column
Fixes: https://github.com/greenaddress/elements/issues/3
2019-04-10 10:07:02 -04:00
Luke Dashjr
bbb5a4cc3f Gitian: Remove libconsensus from Windows/macOS builds 2019-04-10 09:59:42 -04:00
Gregory Sanders
08aea0ecc8 configure: Rename binary to elements name 2019-04-10 09:59:30 -04:00
Luke Dashjr
795f7f1a5d Gitian: Use newer librsvg so Liquid logo renders correctly 2019-04-10 09:58:35 -04:00
Luke Dashjr
4c678d1e3a GUI: Receive: Eliminate "Copy URI" from receive request dialog 2019-04-10 09:58:20 -04:00
Luke Dashjr
9ee46291d5 GUI: Add "L-" prefix to Bitcoin units 2019-04-10 09:57:25 -04:00
Luke Dashjr
6879be7036 GUI: Liquid branding 2019-04-10 09:56:25 -04:00
Luke Dashjr
3f1764afd7 Generate bitcoin_testnet.ico using ImageMagick 2019-04-10 09:56:02 -04:00
Luke Dashjr
f60462d45d Rather than clean generated icons, plan to distribute them 2019-04-10 09:55:07 -04:00
Luke Dashjr
d389515e82 Render NSIS wizard sidebar image 2019-04-10 09:53:13 -04:00
Luke Dashjr
ff6a0a103c Render some icons when possible
8-bit icon is required to make builds deterministic
2019-04-10 09:46:31 -04:00
Luke Dashjr
ec8e73a4d6 Make a modified copy of qrc file for VPATH builds 2019-04-10 09:45:35 -04:00
Luke Dashjr
06b30cfad8 Travis: Include dependencies for building icons 2019-04-10 09:43:24 -04:00
Luke Dashjr
4fa10fe4e7 gitian: Dependencies for rendering icons
icnsutils is needed on linux/win for generating the .icns in source tarball
2019-04-10 09:41:03 -04:00
Luke Dashjr
335149944e Reuse Windows ICO for Windows installer 2019-04-10 09:40:25 -04:00
Luke Dashjr
749e0a83c5 clientversion: Fix CLIENT_NAME to "Elements Core" 2019-04-10 09:39:56 -04:00
Luke Dashjr
20bf9c5cde GUI: Disable coin control (non-functional) 2019-04-10 09:39:35 -04:00
Luke Dashjr
82dfd3ff1a GUI: Receive: Eliminate URI, and make QR code of just the address 2019-04-10 09:39:09 -04:00
Luke Dashjr
273aa76f85 GUI: Receive: Split up long addresses across multiple lines, in QR code image 2019-04-10 09:38:18 -04:00
Luke Dashjr
25600f90dd GUI: Receive: Remove URI-specific parameters for now 2019-04-09 15:26:55 -04:00
Luke Dashjr
20479e4ad4 GUI: Receive: Replace "Copy URI" with "Copy address" 2019-04-09 14:51:52 -04:00
Luke Dashjr
d4d45b6f0a GUI: Use CT address for examples 2019-04-09 14:51:08 -04:00
Luke Dashjr
0d11cd0de9 GUI: Transactions: Remove "to yourself" filter, no longer applicable 2019-04-09 13:31:54 -04:00
Luke Dashjr
66ac3e62e2 GUI: Move the "Recent Transactions" view below "Balances" 2019-04-09 13:31:19 -04:00
Gregory Sanders
6ab7bcc4eb Bugfix: GUI: Overview: Fix hiding of immature when balances are zero 2019-04-09 13:30:37 -04:00
Gregory Sanders
8048a6d8bf QT: have output amounts propagated for subtractfeefromoutput logic 2019-04-09 13:29:31 -04:00
Gregory Sanders
2a334b73ec Slightly smarter change key vector padding 2019-04-09 13:06:59 -04:00
Luke Dashjr
79e0cb74ff GUI: Support for sending assets 2019-04-09 13:06:59 -04:00
Luke Dashjr
f4d5552f6c GUI: Clone SendCoinsRecipient to SendAssetsRecipient 2019-04-09 12:22:41 -04:00
Gregory Sanders
70458f6f9d Pad change keys for wallet interface pending txs 2019-04-09 12:12:13 -04:00
Luke Dashjr
466b3d03f5 CAmountMap::operator! to check if empty 2019-04-09 11:59:55 -04:00
Luke Dashjr
af726c7c36 GUI: BitcoinAmountField: Limit issued assets to 21M
MoneyRange at least seems to enforce 21M on assets, so do it here too
2019-04-09 11:52:01 -04:00
Luke Dashjr
2ebae1ab89 GUI: SendCoinsEntry: Propagate asset types available to amount field 2019-04-09 11:51:13 -04:00
Luke Dashjr
a163be0ae1 GUI: WalletModel: Track asset type collection 2019-04-09 11:48:55 -04:00
Luke Dashjr
7f00087b53 GUI: BitcoinAmountField: Allow changing allowed assets after construction 2019-04-09 11:44:53 -04:00
Luke Dashjr
3e669cd31d GUI: BitcoinAmountField: Allow code to set assets not in allowed_assets 2019-04-09 11:43:41 -04:00
Luke Dashjr
2c75c44417 GUI: BitcoinAmountField: Support for non-bitcoin assets 2019-04-09 11:37:24 -04:00
Luke Dashjr
a1a8848555 GUI: GUIUtil::parseAssetAmount abstraction 2019-04-09 11:19:05 -04:00
Gregory Sanders
881862c9c3 bugfix: issuance to self not a debit 2019-04-09 11:17:27 -04:00
Luke Dashjr
047799cb12 CAsset: GetIdentifier to get label or hex id 2019-04-09 11:13:26 -04:00