Commit Graph

28 Commits

Author SHA1 Message Date
J62 9a7843d0f1 btcp-ify 2019-12-24 03:21:35 -08:00
skellers 2faea7b5bd Bitcoin to ZClassic 2019-03-16 19:05:28 +00:00
James 27b1373595 zcl-ify 2019-02-28 22:26:15 +01:00
zebra-lucky 4df22e559c add gui/qt changes from electrum 3.1.3
- Add electrum 3.1.3 changes to gui/qt.
- Get new electrum 3.1.3 gui/qt/completion_text_edit.py.
- Get new electrum 3.1.3 gui/qt/exception_window.py.
2018-06-28 18:09:34 +03:00
zebra-lucky e77f58d815 Zcash changes to gui/(qt|stdio|text), app icon, icons.qrc 2018-03-11 14:06:26 +02:00
zebra-lucky de2ef374c9 remove RBF/CPFP support, trustedcoin plugin 2018-03-11 11:02:05 +02: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
ThomasV b46e86d3c7 fix 2810 2017-08-28 05:27:15 +02:00
Dmitry Sorokin d304ccdf17 py3 in qtgui 2017-08-26 08:27:47 +02:00
Dmitry Sorokin 5be78950ca py3 2017-08-26 08:27:47 +02:00
Casper 713c3c7460 History list upgrades
+ add icon tooltip
  + fix text alignment
  + add double click for details
2017-08-05 11:19:29 +03:00
ThomasV 6185f94de4 archive paid invoices in the history tab 2017-03-15 15:32:14 +01:00
ThomasV eb4018de1c fix --offline mode in Qt GUI 2017-03-05 21:10:30 +01:00
Johann Bauer ec6ab022e3 Keep filter after updating the list 2017-02-16 17:10:02 +01:00
ThomasV 15b404b9de add CPFP (child pays for parent) dialog to the Qt GUI 2017-02-01 12:26:30 +01:00
ThomasV cd65516ff0 wrap list updates in setUpdatesEnabled() 2017-01-04 18:22:15 +01:00
ThomasV 13678d9e13 Merge exchange_rate plugin with main code
* fixes #2037 (tab indexes)
2017-01-03 17:04:04 +01:00
ThomasV c90b2497f5 in-place labels update (fix #1841) 2016-10-10 10:32:47 +02:00
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
2016-08-12 11:02:28 +02:00
ThomasV 352cdd7f5a minor fix 2016-05-30 19:52:22 +02:00
ThomasV 599906eef6 show warning icon if unconfirmed tx has low fee. fixes 1798 2016-05-30 18:26:58 +02:00
ThomasV 6322714222 qt: minor fix 2016-05-30 16:10:25 +02:00
ThomasV 1a46a795a5 detect non-final transactions, and transactions with unconfirmed inputs 2016-05-29 19:53:04 +02:00
ThomasV f7293694cc qt: minor fixes 2016-05-28 15:51:00 +02:00
ThomasV 12dfccb3ab Define TreeWidget subclasses for lists
* move class code in separate files
* make menu column-dependent (fixes #1734)
2016-05-27 10:31:58 +02:00