SomberNight
864706574b
fix #4330
7 years ago
SomberNight
2f408e5d07
make qt HistoryList.on_update() faster by caching icons
7 years ago
SomberNight
ffdc36285b
use string.format instead of old style (%) formatting
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
SomberNight
3181396858
QTreeWidget::isItemSelected(item) has been removed for QTreeWidgetItem::isSelected()
7 years ago
SomberNight
4ac162f18b
migration to PyQt5. initial commit.
7 years ago
Dmitry Sorokin
5be78950ca
py3
8 years ago
Johann Bauer
ec6ab022e3
Keep filter after updating the list
8 years ago
ThomasV
6e58723328
fix #1968
8 years ago
ThomasV
bfd7709ccd
move xpubkey logic to keystore and fix it
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
d8fbc35d1e
qt request list: minor fix
9 years ago
ThomasV
12dfccb3ab
Define TreeWidget subclasses for lists
* move class code in separate files
* make menu column-dependent (fixes #1734 )
9 years ago