tomFlowee
bb45a9cf09
Avoid ret-dot on closed wallet appearing.
2022-07-21 16:37:18 +02:00
tomFlowee
c1f386b311
Fix the showing of the transactions.
...
This finally fixes the odd case where a default wallet that is fully
encrypted did not show any transactions directly after the user typed
the password.
Turns out this is some weird cornercase in Qt/QML and removing some
code fixes this.
The downside; we now show a qml warning on startup. 🤷
2022-07-20 20:32:57 +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
2da9274036
On archive, also close wallet.
2022-07-14 14:43:10 +02:00
tomFlowee
017e51c3ba
Make a locked wallet behave better in the UI.
2022-06-20 22:52:57 +02:00
tomFlowee
7558fb1517
Refactor encryption, pass pwd when needed.
2022-06-19 14:29:27 +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
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