SomberNight
ae24af9bc2
wizard: move GoBack from Qt wizard to base_wizard
7 years ago
SomberNight
e90a31ef23
qt seed dialog, (minor) class attr -> instance attr
7 years ago
SomberNight
eb64571341
qt seed dialog fixes
for xpub, reenable show qr code option (fixes #4307 )
set to read-only when editing capability is not intentional
allow tab to auto-complete
7 years ago
Ben Woosley
53320470f5
Format the transaction window fee rate with 1 decimal place ( #4286 )
* Fix format_satoshi to properly handle non-integer values
Handling the integer and fraction parts together via string formatting
simplifies the initial composition because the default behavior manages
the - sign, and the incorporation of the fractional part.
* Limit fee rate output to one decimal place
Via a new precision arg
* Introduce format_fee_satoshis and use it for all fee display
7 years ago
SomberNight
a161b6e655
RBF: make sure we know the fee for the old txn
related #4306
7 years ago
SomberNight
9fb927a068
minor py3 fix: language setting in qt/preferences
7 years ago
Ben Woosley
d7750c73e6
Use keyword arguments for format_amount call clarity ( #4290 )
7 years ago
tiagotrs
23c29715af
Add "Revealer" seed backup plugin ( #4228 )
* revealer commit
* fix seed font, added license
* fixed strings for translation
* better calibration instructions, fixed position
* removed html from translatable strings, fixed typo
* Added monospace font for codes, cleaned up redundant font formatting
* Monospace font for codes and respective license
* fix redundancies, typos
* inner function to only move forward if no exception
* paint QR qith QT to not depend on PIL
catch exeptions when creating a digital Revealer
* clarity
* Added SourceSans font License
* fix fonts paths, typo
* broke long lines, changed some words for clarity,
removed redundant font license
7 years ago
ThomasV
7cee37dfb8
show bitcoin price info in history summary
7 years ago
Dimitris Apostolou
989c9c2b55
Fix typos
7 years ago
SomberNight
5b2b59420f
fix #4266
7 years ago
Filip Gospodinov
dcf25f9121
qt: allow copying receiving address using ctrl-c ( #4258 )
"You must enable keyboard focus for a widget if it
processes keyboard events."
https://doc.qt.io/qt-5/qwidget.html#focusPolicy-prop
On macOS it works without this patch already for some reason.
7 years ago
Filip Gospodinov
6cf334244a
contrib: detect builds with uncommitted changes
The `--dirty` flag causes `git describe` to append
`-dirty` to the version string it outputs. This is
useful to detect if a build was - intentionally or
not - created with uncommitted changes.
https://git-scm.com/docs/git-describe#git-describe---dirtyltmarkgt
7 years ago
SomberNight
8bdf863fca
fix: android HistoryScreen was not displaying fiat value of unconfirmed txns
7 years ago
ThomasV
986985c398
fix #4255
7 years ago
SomberNight
3bf5afa61a
fix #4253
7 years ago
SomberNight
426ab85ed6
qt: for dark color scheme, fix yellow
7 years ago
SomberNight
75f0221617
minor grammar fix in qt/preferences
7 years ago
SomberNight
a852f97e97
kivy: change activity launchMode to singleTask
7 years ago
SomberNight
35b3294a5d
fix #4238
7 years ago
SomberNight
985fe24f18
fix #4240
7 years ago
ThomasV
a03449c1be
kivy: cleanup addresses dialog
7 years ago
SomberNight
bfb0141b20
fix #4230
7 years ago
SomberNight
2f408e5d07
make qt HistoryList.on_update() faster by caching icons
7 years ago
SomberNight
6eb38d6b8c
Qt wizard: raise GoBack from None
results in cleaner traces
7 years ago
SomberNight
42582b6a64
fix #4219
7 years ago
SomberNight
4703d93b0f
fix #4216
7 years ago
ThomasV
445ef3c6ac
remove print statement
7 years ago
Lucas Betschart
b1aba416e4
Use HTTPS for weblinks
7 years ago
ThomasV
b75d82491b
kivy: request PIN code on startup
7 years ago
SomberNight
7939b32a1f
minor kivy import fix
7 years ago
SomberNight
c0a42b756b
fix #4159
7 years ago
SomberNight
a00439b6f8
fix #4158
7 years ago
SomberNight
800ea1e300
typos in gui/qt/main_window.py
7 years ago
SomberNight
45b03d930d
make ExceptionWindow inherit from MessageBoxMixin
the stack trace from the report is now user selectable
7 years ago
SomberNight
61a45edee0
Catch wallet file related exceptions in Qt wizard.
7 years ago
SomberNight
71dff2a06e
fix #4128
7 years ago
SomberNight
1bc5640636
qt main_window change_password_dialog: catch InvalidPassword instead
7 years ago
Jason Bruderer
9837a02c95
Fix "same wallet can be opened multiple times via InstallWizard" ( #4076 )
* Fix #4073
* Account for if the wallet is already in the daemon
* Only start a new thread if it doesn't exist
* Modify run_and_get_wallet to not return duplicate wallets
* Inform user if encrypted wallet is already open in memory
7 years ago
ThomasV
38ec65716c
fix #4116
7 years ago
ThomasV
e0122f8c63
disable save button for partially signed tx
7 years ago
ThomasV
b009c56b9d
kivy: save requests only with the save button
7 years ago
SomberNight
8ad111945a
paytoedit: data to be pushed on stack needs to be hex
7 years ago
SomberNight
b043c872eb
fix paying to script
7 years ago
SomberNight
1f1ce26211
fix transaction dialog for p2pk input
7 years ago
SomberNight
8e79d09511
disallow adding receive requests without valid is_mine addresses
7 years ago
Johann Bauer
d71d22d279
Fix Typo
7 years ago
SomberNight
d994d27704
hw wallet encryption unlock: clear session on incorrect passphrase
7 years ago
SomberNight
df6f950b2d
fix #4078
7 years ago
SomberNight
6f0a7ff420
fix #4077
7 years ago