Commit Graph

345 Commits

Author SHA1 Message Date
tomFlowee 9b7c34e8c9 Adjust main layout spacing a little.
This moves the tabbar into the header, while leaving space for
action-buttons at the top we now no longer waste useless space.
2021-07-30 22:09:23 +02:00
tomFlowee de9c3857da Correct status 2021-07-30 13:59:35 +02:00
tomFlowee 2cea72ca32 Show a status for unassigned peers 2021-07-30 10:57:31 +02:00
tomFlowee f26f0f88f0 Allow sending to P2SH addresses. 2021-07-26 15:07:38 +02:00
tomFlowee 01bcb4ad75 Remove trailing spaces and linefeeds. 2021-07-14 15:12:08 +02:00
tomFlowee 7db7fcdbc5 Move current price
User tests showed that people associated the price so
centrally placed as the value of your wallet, so move it and
have a bit more text to make clear what this means.
2021-06-07 23:30:21 +02:00
tomFlowee 2973dcbe24 Make first startup much faster
We store a blockheight at which point a private key is created, allowing
us to skip merkle checks before that time.
This was was tricky for a not yet synched wallet because its blockchain
was stuck at height zero.
Causing us to sync everything anyway.

Now we store the timestamp of wallet create instead, until the time that
the blockchain is synched. After that we resolve the block that we need
to start sync from based on that timestamp.
2021-05-28 18:13:50 +02:00
tomFlowee 7e87c7d4a4 Adjust version numbers down
Allow running an older Qt with this UI
2021-05-23 00:27:34 +02:00
tomFlowee 0e2e7efa30 Import new translations 2021-05-11 18:37:48 +02:00
tomFlowee 61a2095fd7 When comparing with null, two = is enough 2021-05-10 12:47:54 +02:00
tomFlowee 345eb987bd Fix dialog-width
This moves the label outside of the grid, QML layouts are
rather inflexible.
2021-05-08 14:40:08 +02:00
tomFlowee ee3c5c9a21 Update translations 2021-05-08 14:40:00 +02:00
tomFlowee 707edd2c08 Add fiat display to most parts of the app. 2021-05-08 00:03:07 +02:00
tomFlowee 5177cc9c3b Start fiat-price data provider. 2021-05-08 00:01:46 +02:00
tomFlowee dd32feac51 Fix: don't hardcode fee to be shown in sats.
Show the fee in user-selected unit.
2021-05-07 13:09:18 +02:00
tomFlowee 8b468282b2 Don't hardcode fontsize. 2021-05-07 13:09:18 +02:00
tomFlowee c3bea7082c Fix space usage on dialog size change. 2021-05-07 13:09:18 +02:00
tomFlowee 6481c9acd8 Fix layout and incorrect 'check'
Now we no longer show a green checkbox inappropriately and the padding
and text-sizes have been fixed.
2021-05-07 13:09:18 +02:00
tomFlowee 4848ac7646 Add desktop file for Linux deployment 2021-05-05 16:44:42 +02:00
tomFlowee 11f16760bf Fix display of wallet-type in the GUI 2021-05-05 14:27:45 +02:00
tomFlowee 22c4230c1f Fix bug where sometimes an address could get reused 2021-05-05 14:13:40 +02:00
tomFlowee 135e543bce Fix receive pane getting stuck.
After receiving a payment, starting a new payment now works.
2021-05-05 14:12:25 +02:00
tomFlowee a2d8f72ddf Fix bug: double-click doesn't select text. 2021-05-05 11:48:44 +02:00
tomFlowee e930825dc1 Import completed translations. 2021-05-04 21:30:45 +02:00
tomFlowee 381e645f2e hide fiat values until we get a feed-parser 2021-05-01 17:22:19 +02:00
tomFlowee a8ab3316c8 Allow hiding balances. 2021-05-01 16:21:58 +02:00
tomFlowee a84a770ca5 Fix ux buglet 2021-05-01 13:15:39 +02:00
tomFlowee d94b8befb2 [UX] Add 'copy to clipboard' feature to core text components. 2021-05-01 12:49:07 +02:00
tomFlowee 673a897259 Simplify and fix layout 2021-04-30 18:35:26 +02:00
tomFlowee 0df5305a36 Update translations from PL translator
also fix some issues with the English.
2021-04-30 17:54:26 +02:00
tomFlowee 47b710ecd3 Update translations from crowdin 2021-04-29 17:37:07 +02:00
tomFlowee 2b5a5d501b Make splash text translatable 2021-04-29 16:33:46 +02:00
tomFlowee 6af0a06b44 hide fiat display for now 2021-04-29 16:32:43 +02:00
tomFlowee 930d87a38d Fix width 2021-04-29 16:31:32 +02:00
tomFlowee 50b005c5dc Restore noticing insufficient funds. 2021-04-29 16:15:05 +02:00
tomFlowee caabe3c1bd Merge branch 'MakeGuiPretty' 2021-04-29 15:50:43 +02:00
tomFlowee 37f392092a Make transactions show time as well as date
This moves the date-time to the QML layer for formatting instead of a
string.
2021-04-29 15:49:16 +02:00
tomFlowee 4536141e39 Work a tad harder to make the balance fit 2021-04-29 15:29:28 +02:00
tomFlowee 0c6c326b21 Move "copied to clipboard" out of the way
This allows one to still scan the QR while the feedback is there. For
instance when the user by mistake tapped the QR.
2021-04-29 15:24:01 +02:00
tomFlowee 9b21807ea3 Update/add icons. 2021-04-29 15:18:10 +02:00
tomFlowee 4aa5a3904e Show total portfolion wealth 2021-04-29 12:26:02 +02:00
tomFlowee bb2e3f2369 Make sync status show even if up-to-date. 2021-04-29 12:15:22 +02:00
tomFlowee eaedf8d83a Re-add the import/create wallet dialog. 2021-04-29 12:12:12 +02:00
tomFlowee b8d16d1035 Even better text from David Shares. 2021-04-28 17:03:08 +02:00
tomFlowee ce8537be61 Require explicit approval for BTC style (legacy) address types. 2021-04-27 11:15:25 +02:00
tomFlowee 2f368b5aa8 UX feature; avoid sending without preparing. 2021-04-26 19:57:00 +02:00
tomFlowee b1be2682c1 Make send pane functional. 2021-04-26 19:51:25 +02:00
tomFlowee f7fe520219 Next iteration of the UX for send tx pane.
mostly non-functional.
2021-04-23 19:59:49 +02:00
tomFlowee 9ec2a4a615 Start rework of send tab 2021-04-22 22:04:30 +02:00
tomFlowee 2095c4b5f2 Add 'main account' checkbox option again. 2021-04-22 16:42:07 +02:00