ThomasV
64127a8bee
Merge pull request #3782 from SomberNight/opt_wallet_get_address_index
...
Optimisations in wallet.py
2018-01-30 01:06:44 +01:00
ThomasV
2343894e0f
Merge branch 'local_tx'
2018-01-30 00:22:02 +01:00
ThomasV
0e7e7e3dc5
Merge branch 'local_tx'
2018-01-30 00:18:44 +01:00
SomberNight
1bf54a0bc5
clean-up in gui/qt/main_window.py: use string.format for translated strings, and some indentation
2018-01-29 15:10:24 +01:00
Johann Bauer
2a1e5238c8
Allow user to save transaction from dialog
2018-01-28 23:11:43 +01:00
Johann Bauer
8676e870f3
Raise exception if transaction is not related to wallet
2018-01-28 22:56:33 +01:00
SomberNight
c811c5c9d9
allow encrypting watch-only wallets. initial support for hw wallet storage encryption.
2018-01-28 02:09:44 +01:00
SomberNight
7f3b627aa4
make wallet.get_address_index faster by storing an addr->index dict
2018-01-27 17:33:26 +01:00
Johann Bauer
7ab9fa5be4
Update Kivy build instructions
...
My PRs have been merged!
2018-01-26 21:33:41 +01:00
Johann Bauer
e184ac888f
Make sure to save changes to transactions on disk
2018-01-24 21:41:35 +01:00
Johann Bauer
95da5a8bed
Enable adding transactions from file through Drag and Drop
2018-01-24 21:32:51 +01:00
Johann Bauer
fbcee9a6f6
Also remove child transactions
2018-01-24 19:34:23 +01:00
Johann Bauer
887e06eebb
Set icon for offline transactions
2018-01-23 23:50:02 +01:00
Johann Bauer
5e9d901794
Allow to remove local transactions from the GUI
2018-01-23 19:11:12 +01:00
ThomasV
e6dd3e6ad8
allow to save unbroadcasted transactions in wallet
2018-01-18 11:56:21 +01:00
Johann Bauer
3dd4285fc5
Change number of zero when base unit changes
2018-01-16 21:52:45 +01:00
SomberNight
1c10d5dce1
remove --nossl option (follow-up dc388d4c7c
)
2018-01-16 12:36:39 +01:00
ThomasV
58d889e480
Merge pull request #3726 from bauerj/android-docs
...
Update kivy docs to current build process
2018-01-15 18:44:39 +01:00
Johann Bauer
21e44bdb57
Update kivy docs to current build process
2018-01-15 18:38:30 +01:00
ThomasV
d580ecfb28
Merge pull request #3643 from SomberNight/fee_ui_feerounding
...
fee ui: rounding
2018-01-15 14:18:58 +01:00
racquemis
7d52cfd374
Handle invalid PIN on exporting private key
...
Prevent Android App from crashing when a wrong PIN is entered.
2018-01-14 12:40:23 +01:00
Yuval Kogman
34256c16f8
QT: Only set if hasattr(QtCore.Qt, "AA_ShareOpenGLContexts")
...
If the attribute does not exist (presumably in older versions of Qt),
this change prevents the following error:
AttributeError: type object 'Qt' has no attribute 'AA_ShareOpenGLContexts'
2018-01-13 20:17:02 +00:00
ThomasV
d731df3b22
Merge pull request #3699 from SomberNight/qt_shareopenglcontexts
...
QT: AA_ShareOpenGLContexts
2018-01-12 16:57:49 +01:00
SomberNight
0fbc0accb9
fix-up stdio gui
2018-01-12 15:05:27 +01:00
SomberNight
4435a6c9c7
use tx.txid() instead of tx.hash()
2018-01-12 14:18:50 +01:00
ThomasV
a94789b8ef
fix #3619 : set correct parent window
2018-01-12 12:13:19 +01:00
Marcel O'Neil
fe982cf826
fix crash when exporting private keys
2018-01-11 18:19:45 -05:00
SomberNight
4f5bc9cff0
QT: AA_ShareOpenGLContexts
...
Makes this go away:
"Qt WebEngine seems to be initialized from a plugin. Please set Qt::AA_ShareOpenGLContexts using QCoreApplication::setAttribute before constructing QGuiApplication."
2018-01-11 17:49:15 +01:00
SomberNight
3ef778044e
qt privkey export: if multisig wallet, warn users re backup
2018-01-10 14:56:45 +01:00
SomberNight
41660d26e9
follow-up 553bf98664
...
fixes AttributeError: 'QTextEdit' object has no attribute 'text'
2018-01-08 22:36:13 +01:00
ThomasV
553bf98664
disable qr scanning of seeds, because the android app does not use it anymore
2018-01-08 10:25:27 +01:00
SomberNight
9d46703c6f
fix #3663 : 'copying' QR code does not save to file
2018-01-08 02:28:13 +01:00
SomberNight
99a08f35b2
Clean up messages about msg signing/verification.
...
Allow translations. Test is_mine before txin_type. Show txin_type in msg.
2018-01-04 21:30:06 +01:00
SomberNight
7033125186
fee ui - rounding: display info icon with tooltip. show pre-rounding values in ui.
2018-01-03 18:08:10 +01:00
ThomasV
7ae1a4cdeb
Merge pull request #3593 from SomberNight/scan_qr_textedit_allow_multi
...
ScanQRTextEdit optionally allows to concat data
2017-12-31 18:04:21 +01:00
ThomasV
5db7363cf8
Merge pull request #3602 from SomberNight/android_rbf_default_on
...
Android: make RBF on by default
2017-12-31 15:51:47 +01:00
ThomasV
a95534bb0c
Merge pull request #3624 from bauerj/zxing-integration
...
Bundle QR scanner with Android app
2017-12-30 20:43:35 +01:00
ThomasV
a492cfe1a8
Merge pull request #3625 from SomberNight/fee_ui_offline
...
fix fee ui: offline case
2017-12-30 17:08:22 +01:00
SomberNight
c8baff9faf
fix #3217 : make sure qt quits
2017-12-30 02:34:04 +01:00
SomberNight
6f954090e6
fix fee ui: offline case
2017-12-30 01:13:36 +01:00
Johann Bauer
7ccbbe77f5
Bundle QR scanner with Android app
2017-12-29 23:16:08 +01:00
SomberNight
9d4dd20b23
fix kivy refresh bug with Addresses tab
2017-12-29 20:40:24 +01:00
SomberNight
c04ebe9571
wizard: added derivation presets for bip44/49
2017-12-27 17:01:47 +01:00
ThomasV
ffff09736a
Merge pull request #3592 from SomberNight/fix_android_addr_tab_impwal_change
...
fix: kivy Addresses tab crash for Imported_Wallet change
2017-12-26 23:07:18 +01:00
SomberNight
c37608dd5e
fix #3601
2017-12-25 20:52:44 +01:00
SomberNight
2e34747cc4
Android: make RBF on by default
2017-12-25 20:10:28 +01:00
SomberNight
3de5b91c15
ScanQRTextEdit allow_multi=True for sweeping and importing privkeys into existing wallet
2017-12-25 19:41:03 +01:00
SomberNight
2bcb02d609
fix some crashes when the underlying QT (C/C++) object no longer exists
2017-12-25 16:57:05 +01:00
SomberNight
029c2aa72a
fix: kivy Addresses tab crash for Imported_Wallet change
2017-12-24 03:41:35 +01:00
SomberNight
aef0444867
fix #3439 : ScanQRTextEdit optionally allows to concat data
2017-12-24 03:30:04 +01:00