2460 Commits (6b09d478a5d29dbae5181c61dabcfd7c2efd0bc2)

Author SHA1 Message Date
Johann Bauer 08b9908f6e
Make it harder for altcoins to accidentally use our crashhub 7 years ago
SomberNight 909c063eb1 contact/invoice import: better exception handling. 7 years ago
SomberNight 7f04c30567 qt: if cannot load wallet, print trace 7 years ago
SomberNight 172efb3611 follow-up 0f16bcdc1f 7 years ago
ThomasV 0f16bcdc1f Capital gains: 7 years ago
ThomasV 1471489969 fix: value can be None 7 years ago
SomberNight 15f7e09131 use config.is_dynfee and config.use_mempool_fees 7 years ago
SomberNight 3bfaaad774 kivy: address filter "all" 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
ThomasV 3f954a8b3d Factorize history export code used in GUI and command line. 7 years ago
SomberNight 710eda1a56 coinchooser: make output value rounding configurable (config var, qt) 7 years ago
SomberNight c9d93d30c7 fix #3877 7 years ago
SomberNight d56dba8039 watch-only wallets can't sign or decrypt messages 7 years ago
SomberNight 5095687d63 fee rounding: num sats displayed in dialog too, besides tooltip 7 years ago
ThomasV f5d557cae9 improve fee tooltips 7 years ago
SomberNight ca19a36478 conflicting transactions 7 years ago
SomberNight d466ef4b73 missing whitespace in transaction_dialog.py 7 years ago
Johann Bauer 9e057e5446 Reset scroll position after updating list 7 years ago
ThomasV f39f43d58c fix #3845 7 years ago
ThomasV c3f3843cc3 Add memory pool based fee estimates 7 years ago
SomberNight 0021dbfceb address filter: (qt gui) add "all" filter option besides "receiving" and "change" 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
SomberNight b80eacf7bf fix #3016 7 years ago
SomberNight 5c1da002ad local_tx: allow saving already signed tx through tx dialog 7 years ago
Johann Bauer 91e44ba6fc Show error window for unhandled exceptions 8 years ago
SomberNight 1bf54a0bc5 clean-up in gui/qt/main_window.py: use string.format for translated strings, and some indentation 7 years ago
Johann Bauer 2a1e5238c8 Allow user to save transaction from dialog 7 years ago
Johann Bauer 8676e870f3 Raise exception if transaction is not related to wallet 7 years ago
SomberNight c811c5c9d9 allow encrypting watch-only wallets. initial support for hw wallet storage encryption. 7 years ago
SomberNight 7f3b627aa4 make wallet.get_address_index faster by storing an addr->index dict 7 years ago
Johann Bauer 7ab9fa5be4 Update Kivy build instructions 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
Johann Bauer 3dd4285fc5 Change number of zero when base unit changes 7 years ago
SomberNight 1c10d5dce1 remove --nossl option (follow-up dc388d4c7c) 7 years ago
Johann Bauer 21e44bdb57 Update kivy docs to current build process 7 years ago
racquemis 7d52cfd374 Handle invalid PIN on exporting private key 7 years ago
Yuval Kogman 34256c16f8 QT: Only set if hasattr(QtCore.Qt, "AA_ShareOpenGLContexts") 7 years ago
SomberNight 0fbc0accb9 fix-up stdio gui 7 years ago
SomberNight 4435a6c9c7 use tx.txid() instead of tx.hash() 7 years ago
ThomasV a94789b8ef fix #3619: set correct parent window 7 years ago
Marcel O'Neil fe982cf826
fix crash when exporting private keys 7 years ago
SomberNight 4f5bc9cff0 QT: AA_ShareOpenGLContexts 7 years ago