ThomasV
971a6979ee
kivy: do not open invoices, requests dialogs if list is empty
7 years ago
ThomasV
ca07399937
fix #4050
7 years ago
ThomasV
c750ec153b
new kivy gui
7 years ago
ThomasV
c9b0840c78
kivy: minor fixes related to exchange rates
7 years ago
ThomasV
1526768cd6
kivy: simplify history screen, display either fiat or btc
7 years ago
ThomasV
d5effe48d0
kivy: do not show balance in every tab. fixes #3350
7 years ago
ThomasV
31edc419fa
improve get_tx_status
7 years ago
SomberNight
3bfaaad774
kivy: address filter "all"
follow-up of #3841
7 years ago
ThomasV
f39f43d58c
fix #3845
7 years ago
SomberNight
5522e9ea9f
TX_ICONS list between kivy and qt needs to be kept in sync
7 years ago
SomberNight
4435a6c9c7
use tx.txid() instead of tx.hash()
7 years ago
SomberNight
029c2aa72a
fix: kivy Addresses tab crash for Imported_Wallet change
7 years ago
ThomasV
5156b60769
kivy addresses tab: simplify, separate actions from display updates
7 years ago
Antoine Riard
70bfcaaf59
kivy: replace requests tab by address tab
7 years ago
ThomasV
6921e9fece
kivy: do not display 'signing' message if user cancels send_tx
7 years ago
ThomasV
1d2253f0d8
kivy: python3 imports
7 years ago
ThomasV
c3388d9677
misc python3 updates:
- use jsonrpclib-pelix
- update the kivy gui
- update plugins
8 years ago
ThomasV
ec41ad4a98
kivy fix: get_spendable_coins
8 years ago
ThomasV
2d8df85aab
use maxint-2 to signal RBF, in order to standardize with Bitcoin Core
8 years ago
ThomasV
c3349df724
fix kivy not updating units in history
8 years ago
ThomasV
cbeaa52101
kivy: minor fix
8 years ago
ThomasV
cf67b032c1
small kivy fix
8 years ago
ThomasV
dcffea150e
store contacts and invoices in wallet file. fix #1482
8 years ago
ThomasV
a8c23f9bf0
always display a receiving address ( fix #2031 )
8 years ago
ThomasV
13678d9e13
Merge exchange_rate plugin with main code
* fixes #2037 (tab indexes)
8 years ago
ThomasV
83dbe7fbf3
more fixes for kivy
8 years ago
ThomasV
1159f85e05
Major refactoring
- separation between Wallet and key management (Keystore)
- simplification of wallet classes
- remove support for multiple accounts in the same wallet
- add support for OP_RETURN to Trezor plugin
- split multi-accounts wallets for backward compatibility
9 years ago
ThomasV
48d42bbafa
kivy: ask RBF before send
9 years ago
ThomasV
362e4be6f0
kivy: add title to do_share
9 years ago
ThomasV
7c42957a7c
kivy: finish multisig in instalwizard
9 years ago
ThomasV
b8cd7eb8bd
Add RBF option to the kivy GUI
9 years ago
ThomasV
03bd6a092b
kivy: cache gui list items
9 years ago
ThomasV
599906eef6
show warning icon if unconfirmed tx has low fee. fixes 1798
9 years ago
ThomasV
1a46a795a5
detect non-final transactions, and transactions with unconfirmed inputs
9 years ago
ThomasV
475d642541
follow up 355f2e07d4
9 years ago
ThomasV
355f2e07d4
fix #1749
9 years ago
ThomasV
b9a901594a
fix unicode issue #1717
9 years ago
ThomasV
d9c567446c
kivy: support wallet is None
9 years ago
ThomasV
2d17dbb10c
kivy: receive_screen.clear
9 years ago
ThomasV
1ec4ccdf2e
kivy: update messages
9 years ago
ThomasV
dc75ad563b
minor message update
9 years ago
ThomasV
b99fdf3130
kivy error message
9 years ago
ThomasV
9510f22039
kivy: set_label with tx message
9 years ago
ThomasV
41f6fec2ac
kivy: set_paid for paid invoices
9 years ago
ThomasV
d7bc505973
kivy: don't load kv from sign_transaction thread
9 years ago
ThomasV
b68e3608c9
kivy: minor fixes
9 years ago
ThomasV
43b78ab0e1
kivy: minor fix
9 years ago
ThomasV
36c6938299
kivy: fix
9 years ago
ThomasV
fd0e5739e2
kivy: disable amount and description buttons if payment request is signed
9 years ago
ThomasV
b9776201ce
kivy: catch NotEnoughFunds
9 years ago