SomberNight
6b7d5abd29
fix #4039
7 years ago
SomberNight
ef9d1110d0
qt address list: remove dead code
This role was in collision with SortableTreeWidgetItem.DataRole; and was otherwise not used anywhere.
7 years ago
Johann Bauer
3965176295
Enable sorting of list widgets
7 years ago
SomberNight
b963dc1d0d
persist history and addresses toolbars (qt)
7 years ago
SomberNight
f6e627798a
fix #3993
7 years ago
ThomasV
2345d5f473
disable list filtering when toolbar is closed
7 years ago
ThomasV
98f99a34a3
follow up #3985
7 years ago
SomberNight
02c0096b55
qt addresses tab: new column for type
7 years ago
ThomasV
51368f6aa8
fix 3930: do not filter addresses by default
7 years ago
ThomasV
26e966c3e0
hide address and history toolbars, move functions back into menu.
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
Justin Turner Arthur
857eb4ac1d
Remove unused imports. Explicitly import a few deep imports.
7 years ago
SomberNight
cd03c64756
fix AddressList: indices of address states
7 years ago
Johann Bauer
f6e7d29998
Use combo box instead of buttons to filter address tab
7 years ago
ThomasV
7578ce2331
cleanup py2 compatibility imports
7 years ago
ThomasV
68ca0b73b1
fix #2968
7 years ago
ThomasV
1e4ac1c352
fix #3060
7 years ago
ThomasV
01108d8b47
address tab: replace tree view with buttons
7 years ago
Johann Bauer
5c2beb4ab5
Adjust colors if dark color scheme is used
7 years ago
SomberNight
5ce871ef55
fix: editing labels in [QT GUI] Addresses tab for headings resulted in errors
7 years ago
ThomasV
4c22698444
fix qt5: setBackgroundColor
7 years ago
Dmitry Sorokin
d304ccdf17
py3 in qtgui
8 years ago
Dmitry Sorokin
5be78950ca
py3
8 years ago
KoffeinFlummi
9a44cde6cd
Add optional fiat balance column to addresses view
8 years ago
ThomasV
73e69284d1
show pubkeys and redeem script in address dialog
8 years ago
ThomasV
0955b0d34d
show one item per line in utxo tab, move address actions to addresses tab
8 years ago
Johann Bauer
ec6ab022e3
Keep filter after updating the list
8 years ago
ThomasV
ac53585a40
move freeze/unfreeze menus to coins tab, show utxos as tree
8 years ago
ThomasV
bffb10f53f
remove 'send from' context menu (replaced by coins tab)
8 years ago
ThomasV
7af5d42324
qt: show addresses and utxos in separate tabs
8 years ago
ThomasV
f0611c4569
fix pubkey indexing in imported wallets
8 years ago
ThomasV
f6e393d7b6
fix: import addresses and private keys
9 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
5bcadd6651
qt: fix account_expanded
9 years ago
ThomasV
cb9a636616
fix #1768
9 years ago
ThomasV
9e3314f17d
move set_account_expanded
9 years ago
ThomasV
f7293694cc
qt: minor fixes
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