tomFlowee
019c0a5b6a
Hide labels when there is no content behind them.
2021-12-14 12:00:50 +01:00
tomFlowee
b8851aaa9f
Revert "Fix layout on older Qt (tested on 5.12.8)"
...
This reverts commit d8f864de03 .
The commit had as a side-effect that sometimes the app would hang
in recurisvely doing layouts forever.
2021-12-11 14:57:28 +01:00
tomFlowee
13f6a8ea91
Fix menu text
2021-12-09 19:46:22 +01:00
tomFlowee
569dd5c3db
Cleanup 'moved' and show fees when we can.
...
In the overview panel we now show fees when the transaction is created
by us.
This also makes the comment for 'moved' transactions a burden, so remove
that and clean it up.
2021-12-04 20:09:43 +01:00
tomFlowee
39db1c5234
Avoid overlapping text
2021-12-04 13:58:46 +01:00
tomFlowee
d8f864de03
Fix layout on older Qt (tested on 5.12.8)
2021-12-04 13:58:46 +01:00
tomFlowee
62ddb513d3
Move LabelWithClipboard to the widgets subdir
2021-11-30 13:54:11 +01:00
tomFlowee
8ee147b33f
Wallet details; show "change #n" instead of address
2021-11-19 11:54:07 +01:00
tomFlowee
0e97c7d188
Make UI show when a tx is rejected.
2021-11-08 19:56:05 +01:00
tomFlowee
841f599e0c
Move BitcoinAmount related widgets to subdir.
2021-11-03 13:45:26 +01:00
tomFlowee
e3cdfed3e5
UX tweaks and fixlets
2021-11-02 20:32:43 +01:00
tomFlowee
cec548901e
Move more to widgets/
2021-11-02 19:50:08 +01:00
tomFlowee
1d5dd49870
Clarify globals in QML.
...
Now the global namespace (not instance) is "Bitcoin".
The application instance now is "Pay".
2021-11-02 19:29:14 +01:00
tomFlowee
26acd04f9f
UX tweak; show less colorful outputs not for me
2021-10-21 18:35:42 +02:00
tomFlowee
39e07dcd92
UX tweaks
2021-07-30 22:09:23 +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
d94b8befb2
[UX] Add 'copy to clipboard' feature to core text components.
2021-05-01 12:49:07 +02:00
tomFlowee
caabe3c1bd
Merge branch 'MakeGuiPretty'
2021-04-29 15:50:43 +02:00
tomFlowee
40c82413f1
Port more functionality over to the new GUI design.
2021-04-21 20:01:58 +02:00
tomFlowee
b3713cad5c
Fix off-by-one
2021-04-20 19:50:17 +02:00
tomFlowee
2b082bf2b1
Many more translations fixes
...
This makes both the NL and the PL languages at 100%
2021-01-31 20:59:53 +01:00
tomFlowee
35af4ff305
Various translation fixes
...
* Move colon out of translation
* Use the plural feature
this allows us to provide two translations for 1 or more items.
* Misc issues and inconsistencies fixed
2021-01-29 10:27:24 +01:00
tomFlowee
3ff12954c2
Add the forgotten :
2021-01-28 22:56:33 +01:00
tomFlowee
20690a24ce
Update email
2021-01-05 14:04:10 +01:00
tomFlowee
062be17ff1
Show all outputs if we created the tx
2020-12-26 16:51:54 +01:00
tomFlowee
30a5f3a255
Make display of tx-details look better.
2020-12-25 23:02:28 +01:00
tomFlowee
3b20226fce
Expose details of a transaction for QML
...
For each transaction allow to click on it and show lots of further
details about it.
This also fixes various bugs and adds some basic helper methods in
various places.
The QML is barely functional, getting the right data exposed was the
only goal today.
2020-12-17 23:12:39 +01:00