Commit Graph

36 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 61e27f2323 change addres list alignment, fonts 2018-07-25 04:25:43 +03: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
Justin Turner Arthur 857eb4ac1d Remove unused imports. Explicitly import a few deep imports. 2017-11-13 02:28:00 -06:00
SomberNight cd03c64756 fix AddressList: indices of address states 2017-10-31 03:57:11 +01:00
ThomasV b9309807d7
Merge pull request #3155 from bauerj/address-tab-combobox
Use combo box instead of buttons to filter address tab
2017-10-30 19:33:31 +01:00
Johann Bauer f6e7d29998 Use combo box instead of buttons to filter address tab 2017-10-30 19:14:26 +01:00
ThomasV 7578ce2331 cleanup py2 compatibility imports 2017-10-23 13:54:09 +02:00
ThomasV 68ca0b73b1 fix #2968 2017-10-18 15:20:42 +02:00
ThomasV 1e4ac1c352 fix #3060 2017-10-18 11:35:17 +02:00
ThomasV 01108d8b47 address tab: replace tree view with buttons 2017-10-06 15:22:18 +02:00
ThomasV 3d54011c5d Merge pull request #2983 from bauerj/dark
Adjust colors if dark color scheme is used
2017-10-04 18:17:38 +02:00
Johann Bauer 5c2beb4ab5 Adjust colors if dark color scheme is used 2017-10-04 15:17:20 +02:00
SomberNight 5ce871ef55 fix: editing labels in [QT GUI] Addresses tab for headings resulted in errors 2017-10-04 14:21:45 +02:00
ThomasV 4c22698444 fix qt5: setBackgroundColor 2017-09-24 10:04:32 +02:00
ThomasV b7e8147ca8 Merge pull request #2621 from KoffeinFlummi/fiat-balance-addresses
Add optional Fiat balance column to addresses view
2017-09-01 06:30:13 +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
KoffeinFlummi 9a44cde6cd Add optional fiat balance column to addresses view 2017-07-20 19:30:44 +02:00
ThomasV 73e69284d1 show pubkeys and redeem script in address dialog 2017-07-03 09:22:38 +02:00
ThomasV 0955b0d34d show one item per line in utxo tab, move address actions to addresses tab 2017-02-22 22:09:05 +01:00
Johann Bauer ec6ab022e3 Keep filter after updating the list 2017-02-16 17:10:02 +01:00
ThomasV ac53585a40 move freeze/unfreeze menus to coins tab, show utxos as tree 2017-01-22 09:39:10 +01:00
ThomasV bffb10f53f remove 'send from' context menu (replaced by coins tab) 2017-01-09 21:23:22 +01:00
ThomasV 7af5d42324 qt: show addresses and utxos in separate tabs 2017-01-08 13:00:57 +01:00
ThomasV f0611c4569 fix pubkey indexing in imported wallets 2016-10-12 12:03:56 +02:00
ThomasV f6e393d7b6 fix: import addresses and private keys 2016-08-17 10:39:30 +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 5bcadd6651 qt: fix account_expanded 2016-06-27 10:12:29 +02:00
ThomasV cb9a636616 fix #1768 2016-06-07 10:55:36 +02:00
ThomasV 9e3314f17d move set_account_expanded 2016-05-28 16:00:28 +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