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
82cb29308b
When unarchiving, assign peers.
...
This also makes the user-option of staying offline a bool on the FloweePay
app-instance, to make sure we honor that through the lifetime.
2022-04-05 21:42:02 +02:00
tomFlowee
2835684cf3
Allow a wallet to be 'archived'.
...
This moves it down to the bottom of the visual screen.
2022-04-05 16:38:21 +02:00
tomFlowee
09c7798045
[minor] fix indent
2022-03-23 00:02:05 +01: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
0bddfb3676
Minor fix
2021-10-27 19:11:00 +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
11f16760bf
Fix display of wallet-type in the GUI
2021-05-05 14:27:45 +02:00
tomFlowee
f96a51eb89
Improve initial-wallet creation
2021-04-21 15:17:08 +02:00
tomFlowee
00d3248d05
Take suggestions from static analizer.
2021-02-05 17:47:17 +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