ThomasV
|
42f9d1ee63
|
kivy: py3 updates
|
7 years ago |
SomberNight
|
d4a180da7c
|
follow-up 198cc9d737
|
7 years ago |
ThomasV
|
198cc9d737
|
fix #2614: define non-linear scale for static fees
|
7 years ago |
ThomasV
|
1d2253f0d8
|
kivy: python3 imports
|
7 years ago |
ThomasV
|
4bc2a4e805
|
kivy: python3 imports
|
7 years ago |
ThomasV
|
0497561e56
|
fix #3068
|
7 years ago |
neocogent
|
7a92750ea5
|
add sat/byte fee info and fee_unit pref
|
8 years ago |
ThomasV
|
68ca0b73b1
|
fix #2968
|
7 years ago |
ThomasV
|
1e4ac1c352
|
fix #3060
|
7 years ago |
ThomasV
|
beffd3c006
|
follow-up 713c3c746: fiat values need to be right aligned
|
7 years ago |
SomberNight
|
a5ffa69a3e
|
storage: upgrade format version automatically in load_data()
|
7 years ago |
SomberNight
|
96ce6e542e
|
network dialog fixes
|
7 years ago |
ThomasV
|
2a80f68778
|
improve network dialog. fixes #2898
|
7 years ago |
Andrew Chow
|
9dc3eceea9
|
Modify tray context menu instead of creating a new one
Instead of creating a new context menu and setting it with setContextMenu,
simply clear and modify the existing context menu.
|
7 years ago |
ThomasV
|
482458d00d
|
fix #3028: add info to proxy dialog
|
7 years ago |
ThomasV
|
6b8f685b42
|
fix #3027
|
7 years ago |
ThomasV
|
401d8bc534
|
fix #2890
|
7 years ago |
SomberNight
|
d48ecc990a
|
fix: [QT wallet wizard] catch exceptions: UserCancelled, GoBack
|
7 years ago |
ThomasV
|
252cb491c8
|
show message when copy button is pressed
|
7 years ago |
ThomasV
|
01108d8b47
|
address tab: replace tree view with buttons
|
7 years ago |
ThomasV
|
e299df7b82
|
add message signing/decryption for segwit addresses
|
7 years ago |
SomberNight
|
4aa385e0b3
|
follow-up of wallet.get_private_key() -> wallet.export_private_key()
|
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 |
jrkong
|
1cf1f05938
|
Fixed syntax error with utf-8 encoding argument was spelt "utf8" instead of "utf-8". This will cause the reader to read the files using default encoding rather then utf-8.
|
7 years ago |
SomberNight
|
67f418e94d
|
fix: saving payment request as bip70 file
|
7 years ago |
SomberNight
|
db1d632ddb
|
fix: [text UI] Send tab: up and down movement
|
7 years ago |
SomberNight
|
cf6d6608eb
|
fix: [text UI] changing proxy
|
7 years ago |
SomberNight
|
6353f1a8f0
|
fix: py3 network_dialog - dict.keys() returns dict_keys(list) instead of list
|
7 years ago |
SomberNight
|
555fe4373e
|
py3 fixes in text UI
|
7 years ago |
SomberNight
|
f091bd8694
|
fix: contact name editing
|
7 years ago |
ThomasV
|
e8b564c0e7
|
Extend Wallet Import Format with txin type. Extend class Imported_Wallet.
|
7 years ago |
ThomasV
|
e91aa882ba
|
fix console: python3 exec
|
7 years ago |
ThomasV
|
e014e3af75
|
qt wizard: fix scroll area
|
7 years ago |
ThomasV
|
4c22698444
|
fix qt5: setBackgroundColor
|
7 years ago |
SomberNight
|
6d6f5683cb
|
fix: return type of QFileDialog.getSaveFileName() changed
|
7 years ago |
SomberNight
|
e43481aafc
|
fix prev commit: name collisions with _()
|
7 years ago |
SomberNight
|
f1a4f998d2
|
fix: return type of QFileDialog.getOpenFileName() changed
|
7 years ago |
SomberNight
|
3181396858
|
QTreeWidget::isItemSelected(item) has been removed for QTreeWidgetItem::isSelected()
|
7 years ago |
SomberNight
|
2ea78f7f3b
|
fix qr code saving
|
7 years ago |
SomberNight
|
8799809477
|
fix qt plugins crash
|
7 years ago |
Johann Bauer
|
d9db331580
|
Fix wrong argument type in QMessageBox.information
TypeError: information(QWidget, str, str, buttons: Union[QMessageBox.StandardButtons, QMessageBox.StandardButton] = QMessageBox.Ok, defaultButton: QMessageBox.StandardButton = QMessageBox.NoButton): argument 4 has unexpected type 'str'
|
7 years ago |
SomberNight
|
4ac162f18b
|
migration to PyQt5. initial commit.
|
7 years ago |
Joe Ellis
|
e90f14492e
|
Added scroll pane in install wizard confirmation dialog.
Prevent cropping of text that occurs when you have just a label.
In response to issue 2888.
|
7 years ago |
Joe Ellis
|
77b9eac72e
|
Added scroll pane in install wizard confirmation dialog.
Prevent cropping of text that occurs when you have just a label.
In response to issue 2888.
|
7 years ago |
Roman Zeyde
|
a156ee94bf
|
paytoedit: fix insertCompletion() string handling
|
7 years ago |
Mike C
|
8f1ccc188c
|
Edit install wizard msg to reflect linguistic trends
In the install wizard message, the prompt uses the word "fulfil". While this is an acceptable spelling of the word, Google ngrams indicates that it is twice as common to spell the word with two l's at the end, aka "fulfill", in modern writing. This PR proposes to use the more common spelling.
https://books.google.com/ngrams/graph?content=fulfill%2C+fulfil&year_start=1800&year_end=2000&corpus=15&smoothing=3&share=&direct_url=t1%3B%2Cfulfill%3B%2Cc0%3B.t1%3B%2Cfulfil%3B%2Cc0
|
7 years ago |
ThomasV
|
9fc8d94d96
|
try..except block around load_wallet
|
7 years ago |
ThomasV
|
51718501fd
|
add server list to setup.py
|
7 years ago |
SomberNight
|
53c98ec96d
|
migrating print() to python 3
|
7 years ago |