SomberNight
026448837f
no more "import *"
fixes #5101
fixes #5105
6 years ago
SomberNight
c23b869d3c
qt MyTreeView subclasses: change "headers" from list to dict
6 years ago
SomberNight
5aafcb2875
qt MyTreeView subclasses: use IntEnum for columns
6 years ago
SomberNight
16bac5fd73
rm qt icons file
so we don't need pyrcc5, which is not deterministic,
and so we don't need the submodule for the icons
based on electrumsv/electrumsv@bf8802c2eaf0bf75565b5423a95bcb85ec7eb781
6 years ago
SomberNight
1b7672f70e
qt: fix invoices tab
closes #4941
6 years ago
SomberNight
9bbfd610be
qt: don't flash QWidgets on startup before main window is visible
Consider wallet without password set. Using Qt GUI.
When starting the app, before the main window appears, small artefacts
("minimised" windows?) would appear very briefly and then disappear.
6 years ago
Janus
5473320ce4
qt: use QStandardItemModel
6 years ago
Janus
097ac144d9
file reorganization with top-level module
7 years ago
SomberNight
2f408e5d07
make qt HistoryList.on_update() faster by caching icons
7 years ago
SomberNight
500c0493d0
clean up prev commit
7 years ago
Abdussamad
5997c18aef
better code organization
function parameters should be lowercase
Fix crash on invalid labels import
Added invoice exporting and reduced duplicate code
Better exception handling
removed json module import
some more cleanup
Cleaned up some stuff
Added exporting contacts
7 years ago
SomberNight
909c063eb1
contact/invoice import: better exception handling.
see #3904
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.
8 years ago
SomberNight
0d0f8c5842
fix: payment request related stuff (qt crash, exporting, refresh bug)
8 years ago
ThomasV
7578ce2331
cleanup py2 compatibility imports
8 years ago
SomberNight
e43481aafc
fix prev commit: name collisions with _()
8 years ago
SomberNight
f1a4f998d2
fix: return type of QFileDialog.getOpenFileName() changed
8 years ago
SomberNight
4ac162f18b
migration to PyQt5. initial commit.
8 years ago
ThomasV
ab15ff3a00
updates for python3
8 years ago
Dmitry Sorokin
d304ccdf17
py3 in qtgui
8 years ago
Dmitry Sorokin
5be78950ca
py3
8 years ago
ThomasV
6185f94de4
archive paid invoices in the history tab
8 years ago
ThomasV
dcffea150e
store contacts and invoices in wallet file. fix #1482
8 years ago
Johann Bauer
ec6ab022e3
Keep filter after updating the list
8 years ago
ThomasV
12dfccb3ab
Define TreeWidget subclasses for lists
* move class code in separate files
* make menu column-dependent (fixes #1734 )
9 years ago