SomberNight
d5591da682
qt history: consider column is hidden in context menu
6 years ago
SomberNight
f0f73380a2
qt history: fix refresh bug ("verified"/fee histogram interplay)
6 years ago
ThomasV
0247802479
update submodules
6 years ago
ThomasV
4360d07918
Merge pull request #4938 from SomberNight/mac_build_qr_scanner_old_xcode
mac: build qr scanner using old xcode
6 years ago
SomberNight
ba33bc4ad8
plugins: fix hook/attr name collision in close()
Revealer plugin has method "password_dialog"
"password_dialog" is also a hook name, but revealer.password_dialog is not a hook
6 years ago
SomberNight
bec1860197
mac build: build qr scanner on separate machine
6 years ago
SomberNight
f54c387172
mac build: bump python version
6 years ago
SomberNight
f160f4bf67
mac build: use old xcode to build qr scanner on El Capitan
6 years ago
SomberNight
fa33d1880c
win build: bump python version
6 years ago
SomberNight
ba4af29bf8
rerun freeze_packages
6 years ago
SomberNight
8d1cb3c36a
bump pyqt version in binaries
closes #4777
6 years ago
SomberNight
8f5f0e46aa
keystore: fail sooner if unsupported version
follow-up #4937
6 years ago
ThomasV
fa389a4e06
Merge pull request #4937 from SomberNight/revert_password_v2
keystore: revert KDF change
6 years ago
SomberNight
0c9a03ac54
keystore: revert KDF change from #4838
making the KDF expensive is blocked on #4909
6 years ago
SomberNight
c59ac49fea
fix greenaddress plugin: follow-up 75f6ab9133
6 years ago
SomberNight
91ef367176
revealer: fix path madness
don't use translated strings in file system paths!
6 years ago
ghost43
5fd83722d8
Merge pull request #4916 from tiagotrs/master
revealer: new interface
closes #4540
closes #4676
6 years ago
SomberNight
e1ba962fe1
revealer: clean-up prev and fixes
6 years ago
tiagotrs
ff2cdf9f16
small fixes, simplification/improvement of texts
6 years ago
tiagotrs
b41a83ceda
new hook/interface ref #4540
6 years ago
SomberNight
0657bb1b36
test_wallet_vertical: add segwit 2fa test
6 years ago
SomberNight
664b0c234e
wizard: fix imported address wallets
assertion added in 9350709f13
was failing
6 years ago
ThomasV
1e8b34e63e
rerun freeze_packages
6 years ago
ThomasV
27caa683fe
kivy: show synchronization status in the balance field
6 years ago
ThomasV
75f6ab9133
rm requests from greenaddress plugin
6 years ago
ThomasV
95cb2fbebf
remove requests from requirements
6 years ago
SomberNight
8b775fd24a
contrib: import 'requests' in try-except
6 years ago
SomberNight
78f5afff74
use certifi directly instead of requests
6 years ago
SomberNight
c09ac41b27
ssl: use certifi explicitly for aiohttp and electrum-server connections
fixes ssl issues on Android
6 years ago
ThomasV
7a4270f5a4
Qt: camera icon
6 years ago
SomberNight
67b2aebed6
android build: use rebased p4a fork
86eeec7c19
6 years ago
Calin Culianu
14363f8f2f
[Qt] Got rid of qt.util.Timer class and instead replaced the functionality with the more efficient QTimer. Also added disconnection from the timer on window close.
(cherry picked from 19a21eb08d
)
6 years ago
ThomasV
3184d6f369
simplify previous commit
6 years ago
SomberNight
ef94af950c
wallet: try detecting internal address corruption
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
SomberNight
363dd12a2a
qt: try even harder not to crash whole app on first start
6 years ago
ThomasV
dd848304e6
Merge pull request #4880 from spesmilo/2fa_segwit
2fa segwit (from ghost43's PR)
6 years ago
ThomasV
4681ac8c23
CLI deserialize: always force full parse
6 years ago
ThomasV
502a4819b6
trustedcoin: do not set wallet.plugin in constructor
6 years ago
ThomasV
467e40b555
trustedcoin: serialize using PARTIAL_TXN_HEADER_MAGIC
6 years ago
ThomasV
040b5b3f88
trustedcoin: fix get_xkeys
6 years ago
SomberNight
84519752c3
trustedcoin: fix prev. remove temp xpubs.
6 years ago
ThomasV
852f2a0d65
trustedcoin: do not require wallet file upgrade
6 years ago
SomberNight
7b90d69443
trustedcoin: p2wpkh billing addresses
6 years ago
SomberNight
eeea4fcb31
rename 2fa non-segwit type to "legacy 2fa" and make segwit the default
6 years ago
ThomasV
df59a43300
fix test
6 years ago
ThomasV
5a93bf054e
2fa segwit (from ghost43's PR)
6 years ago
SomberNight
0ec7005f90
qt history: data() should return QVariant
the docs says so,
and also HistoryList.create_menu() was crashing sometimes re "Copy {}"
6 years ago
SomberNight
4e7b2f3ea3
qt history: use IntEnum for column indices
6 years ago
ghost43
53b64a6367
Merge pull request #4915 from spesmilo/qabstractitemmodel
use QAbstractItemModel in History tab
6 years ago