tomFlowee
f96a2530b4
Fix outdated values after decryption
...
Various values that we used to think of as "CONSTANT" no longer are due
to them simply not being available on a fully encrypted wallet.
This fixes the display of the various items on a change of wallet
encrytion status.
2022-08-18 22:25:26 +02:00
tomFlowee
b74bd2b7c1
This shows the xpub of a wallet in the details screen
...
Add xpub getters and property + show in details
2022-08-17 18:45:37 +02:00
tomFlowee
0d08e7b3e4
Make a pin-to-pay wallet get auto-closed after 200s
...
This is one of the last features needed for the task.
Closes : #1
2022-07-14 16:11:20 +02:00
tomFlowee
67be029cb7
Fix comment.
2022-07-14 14:43:38 +02:00
tomFlowee
017e51c3ba
Make a locked wallet behave better in the UI.
2022-06-20 22:52:57 +02:00
tomFlowee
263418cffc
Add various encryption UI parts.
2022-05-18 20:25:03 +02:00
tomFlowee
4bf79a7ae4
Add quick-and-dirty UI for encryption details.
...
Also avoid trying to save an encrypted wallet from the PaymentRequest
2022-05-18 15:48:50 +02:00
tomFlowee
9afdad806f
Add more encryption support to the QML classes.
...
Also allow better interaction with the wallet.
2022-05-18 12:59:01 +02:00
tomFlowee
0b4cb86d66
Display 'new-tx' indicator on wallet listitem.
2022-04-06 20:52:07 +02:00
tomFlowee
6636b600df
Show 'behind' on archived wallets.
...
This also moves the logic for the pretty strings out of the QML into the
CPP for better reusability.
2022-04-06 18:20:54 +02:00
tomFlowee
7aacb9a0d0
Start the new feature to archive accounts
2022-03-23 00:00:57 +01:00
tomFlowee
0bb9116de0
Add a timestamp next to the sync status.
2021-11-03 13:58:31 +01:00
tomFlowee
32d2142ab0
Show dates nicer
...
This adds the feature that we show a "last receive" field on a wallet,
and we also change the date format to have "yesterday" style dates
for recent ones.
2021-10-31 15:30:38 +01:00
tomFlowee
d50b0c169c
Make wallet details pane more complete.
2021-10-30 15:23:43 +02:00
tomFlowee
6057d589b1
Working on a new AccountDetails view.
2021-10-29 18:20:42 +02:00
tomFlowee
80f731b8b4
Show more details about HD wallet in UI
2021-10-21 17:04:20 +02:00
tomFlowee
c03fbed5e2
Add functionality to export privkeys.
2021-07-31 17:19:34 +02:00
tomFlowee
9c24dc6867
API docs.
2021-07-14 15:54:10 +02:00
tomFlowee
11f16760bf
Fix display of wallet-type in the GUI
2021-05-05 14:27:45 +02:00
tomFlowee
b752103acc
Make receive pane work more sane
2021-04-21 17:48:08 +02:00
tomFlowee
f96a51eb89
Improve initial-wallet creation
2021-04-21 15:17:08 +02:00
tomFlowee
f1238b35f7
Comment
2021-01-13 17:41:29 +01:00
tomFlowee
e6844fe1a7
Add payment requests overview
2021-01-07 20:10:09 +01:00
tomFlowee
c075a80a9b
Make a valiant effort to start PaymentRequests
2021-01-05 00:25:23 +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
TomZ
cb2b147096
Split 'balance' into 3 variables.
...
* confirmed
* unconfirmed
* immature
2020-11-06 22:54:39 +01:00
TomZ
42f5906137
save the priority of a wallet
...
Also allow setting it through a heart-icon
2020-10-19 16:38:05 +02:00
TomZ
19e941ce14
Show the sync-height of a wallet.
2020-10-17 17:34:40 +02:00
TomZ
14cb4fa603
Start making this nice
...
* split the AccountInfo and Payment classes out into their own files.
* Start a 'color' file to switch between light and dark-theme.
* Start a new main GUI which isn't so hacky and ugly.
* Make this actually a desktop app, with menu and file->quit!
2020-10-14 17:02:45 +02:00