Commit graph

68 commits

Author SHA1 Message Date
SomberNight
a161b6e655
RBF: make sure we know the fee for the old txn
related #4306
2018-04-24 15:30:13 +02:00
Ben Woosley
d7750c73e6 Use keyword arguments for format_amount call clarity (#4290) 2018-04-23 18:17:29 +02:00
ThomasV
7cee37dfb8 show bitcoin price info in history summary 2018-04-19 14:05:19 +02:00
SomberNight
5b2b59420f
fix #4266 2018-04-15 18:57:06 +02:00
SomberNight
bfb0141b20
fix #4230 2018-04-06 18:47:16 +02:00
SomberNight
2f408e5d07
make qt HistoryList.on_update() faster by caching icons 2018-04-04 15:47:11 +02:00
SomberNight
4703d93b0f
fix #4216 2018-04-02 19:54:01 +02:00
SomberNight
efd92aba67 qt history tab: text alignment in columns 2018-03-06 13:48:50 +01:00
SomberNight
3be703ac0a fix #4037
No history summary for wallet without any tx-history.
2018-03-06 06:40:59 +01:00
Johann Bauer
3965176295 Enable sorting of list widgets 2018-03-02 12:24:18 +01:00
SomberNight
724ed874aa toggle capital gains columns in qt history tab 2018-03-01 19:05:51 +01:00
SomberNight
b963dc1d0d persist history and addresses toolbars (qt) 2018-03-01 16:33:06 +01:00
SomberNight
f6e627798a fix #3993 2018-03-01 15:44:44 +01:00
ThomasV
df9935e6af unify date format in history tab 2018-02-28 11:09:54 +01:00
ThomasV
2345d5f473 disable list filtering when toolbar is closed 2018-02-28 09:56:34 +01:00
ThomasV
4236adc552 fix date filtering 2018-02-28 09:50:28 +01:00
SomberNight
3ce8bd4d8f fix #3983 2018-02-27 16:40:11 +01:00
ThomasV
a3554dc2b7 fix #3963 2018-02-27 16:00:56 +01:00
ThomasV
31edc419fa improve get_tx_status 2018-02-27 15:13:44 +01:00
ThomasV
26e966c3e0 hide address and history toolbars, move functions back into menu. 2018-02-27 11:52:35 +01:00
SomberNight
649b5a7298 fix #3964 2018-02-24 22:37:03 +01:00
SomberNight
55a0a6b7f0 fix #3962 2018-02-24 00:14:34 +01:00
SomberNight
5e7c1330d4 qt history_list: (UX) handle extremes of "Summary" and "Plot" buttons 2018-02-23 19:11:14 +01:00
ThomasV
9f7e256e39 cleanup get_full_history. fix #3939 2018-02-21 11:52:40 +01:00
SomberNight
6f5751977b local tx: restructure exception handling wrt wallet.add_transaction and QT 2018-02-21 04:04:27 +01:00
ThomasV
9110c0542c follow-up previous commit 2018-02-19 14:16:11 +01:00
ThomasV
826cf467d8 Improve wallet history tab:
- use json-serializable types
- add toolbar to history tab
- add button to display time interval
2018-02-19 12:42:27 +01:00
SomberNight
c4d31674ab follow-up c3fd7db310: editable_columns is now a set 2018-02-16 16:12:08 +01:00
SomberNight
c3fd7db310 fix minor bug in qt/history_list
context menu could have duplicated entries
2018-02-16 15:20:12 +01:00
SomberNight
172efb3611 follow-up 0f16bcdc1f 2018-02-14 17:48:51 +01:00
ThomasV
0f16bcdc1f Capital gains:
* Show acquisition price in history.
* Add summary to history command
2018-02-14 12:04:47 +01:00
ThomasV
1471489969 fix: value can be None 2018-02-13 09:48:05 +01:00
ThomasV
4cbdd25c93 Capital gains: Let user enter fiat value of transactions. 2018-02-11 18:11:50 +01:00
ThomasV
42a16d9c3e computation of capital gains for outgoing transactions 2018-02-09 20:43:42 +01:00
Johann Bauer
9e057e5446 Reset scroll position after updating list 2018-02-05 22:11:29 +01:00
ThomasV
f39f43d58c fix #3845 2018-02-05 16:08:57 +01:00
SomberNight
ffdc36285b use string.format instead of old style (%) formatting 2018-02-04 07:26:55 +01:00
SomberNight
52acb7ab66 gui remove_local_tx: update all tabs 2018-02-01 23:48:25 +01:00
SomberNight
5522e9ea9f TX_ICONS list between kivy and qt needs to be kept in sync 2018-01-31 17:03:46 +01:00
Johann Bauer
8676e870f3 Raise exception if transaction is not related to wallet 2018-01-28 22:56:33 +01:00
Johann Bauer
e184ac888f Make sure to save changes to transactions on disk 2018-01-24 21:41:35 +01:00
Johann Bauer
95da5a8bed Enable adding transactions from file through Drag and Drop 2018-01-24 21:32:51 +01:00
Johann Bauer
fbcee9a6f6 Also remove child transactions 2018-01-24 19:34:23 +01:00
Johann Bauer
887e06eebb Set icon for offline transactions 2018-01-23 23:50:02 +01:00
Johann Bauer
5e9d901794 Allow to remove local transactions from the GUI 2018-01-23 19:11:12 +01:00
ThomasV
e6dd3e6ad8 allow to save unbroadcasted transactions in wallet 2018-01-18 11:56:21 +01:00
Justin Turner Arthur
857eb4ac1d Remove unused imports. Explicitly import a few deep imports. 2017-11-13 02:28:00 -06:00
ThomasV
7578ce2331 cleanup py2 compatibility imports 2017-10-23 13:54:09 +02:00
ThomasV
beffd3c006 follow-up 713c3c746: fiat values need to be right aligned 2017-10-13 11:54:46 +02:00
ThomasV
5e61ff18ac fix #2834 2017-09-03 06:25:50 +02:00