ThomasV
4236adc552
fix date filtering
7 years ago
SomberNight
3ce8bd4d8f
fix #3983
7 years ago
ThomasV
a3554dc2b7
fix #3963
7 years ago
ThomasV
31edc419fa
improve get_tx_status
7 years ago
ThomasV
26e966c3e0
hide address and history toolbars, move functions back into menu.
7 years ago
SomberNight
649b5a7298
fix #3964
7 years ago
SomberNight
55a0a6b7f0
fix #3962
7 years ago
SomberNight
5e7c1330d4
qt history_list: (UX) handle extremes of "Summary" and "Plot" buttons
7 years ago
ThomasV
9f7e256e39
cleanup get_full_history. fix #3939
7 years ago
SomberNight
6f5751977b
local tx: restructure exception handling wrt wallet.add_transaction and QT
7 years ago
ThomasV
9110c0542c
follow-up previous commit
7 years ago
ThomasV
826cf467d8
Improve wallet history tab:
- use json-serializable types
- add toolbar to history tab
- add button to display time interval
7 years ago
SomberNight
c4d31674ab
follow-up c3fd7db3107cf0dc64c68b6a069fac4aec148db5: editable_columns is now a set
7 years ago
SomberNight
c3fd7db310
fix minor bug in qt/history_list
context menu could have duplicated entries
7 years ago
SomberNight
172efb3611
follow-up 0f16bcdc1f
7 years ago
ThomasV
0f16bcdc1f
Capital gains:
* Show acquisition price in history.
* Add summary to history command
7 years ago
ThomasV
1471489969
fix: value can be None
7 years ago
ThomasV
4cbdd25c93
Capital gains: Let user enter fiat value of transactions.
7 years ago
ThomasV
42a16d9c3e
computation of capital gains for outgoing transactions
7 years ago
Johann Bauer
9e057e5446
Reset scroll position after updating list
7 years ago
ThomasV
f39f43d58c
fix #3845
7 years ago
SomberNight
ffdc36285b
use string.format instead of old style (%) formatting
7 years ago
SomberNight
52acb7ab66
gui remove_local_tx: update all tabs
7 years ago
SomberNight
5522e9ea9f
TX_ICONS list between kivy and qt needs to be kept in sync
7 years ago
Johann Bauer
8676e870f3
Raise exception if transaction is not related to wallet
7 years ago
Johann Bauer
e184ac888f
Make sure to save changes to transactions on disk
7 years ago
Johann Bauer
95da5a8bed
Enable adding transactions from file through Drag and Drop
7 years ago
Johann Bauer
fbcee9a6f6
Also remove child transactions
7 years ago
Johann Bauer
887e06eebb
Set icon for offline transactions
7 years ago
Johann Bauer
5e9d901794
Allow to remove local transactions from the GUI
7 years ago
ThomasV
e6dd3e6ad8
allow to save unbroadcasted transactions in wallet
7 years ago
Justin Turner Arthur
857eb4ac1d
Remove unused imports. Explicitly import a few deep imports.
7 years ago
ThomasV
7578ce2331
cleanup py2 compatibility imports
7 years ago
ThomasV
beffd3c006
follow-up 713c3c746: fiat values need to be right aligned
7 years ago
ThomasV
5e61ff18ac
fix #2834
7 years ago
ThomasV
b46e86d3c7
fix 2810
7 years ago
Dmitry Sorokin
d304ccdf17
py3 in qtgui
8 years ago
Dmitry Sorokin
5be78950ca
py3
8 years ago
Casper
713c3c7460
History list upgrades
+ add icon tooltip
+ fix text alignment
+ add double click for details
8 years ago
ThomasV
6185f94de4
archive paid invoices in the history tab
8 years ago
ThomasV
eb4018de1c
fix --offline mode in Qt GUI
8 years ago
Johann Bauer
ec6ab022e3
Keep filter after updating the list
8 years ago
ThomasV
15b404b9de
add CPFP (child pays for parent) dialog to the Qt GUI
8 years ago
ThomasV
cd65516ff0
wrap list updates in setUpdatesEnabled()
8 years ago
ThomasV
13678d9e13
Merge exchange_rate plugin with main code
* fixes #2037 (tab indexes)
8 years ago
ThomasV
c90b2497f5
in-place labels update ( fix #1841 )
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
352cdd7f5a
minor fix
9 years ago
ThomasV
599906eef6
show warning icon if unconfirmed tx has low fee. fixes 1798
9 years ago
ThomasV
6322714222
qt: minor fix
9 years ago