SomberNight
ca931f476f
fix android build: pin buildozer and pin kivy.
old p4a did not work with new buildozer. kivy master crashes.
kivy latest release has runtime issues (orientation was landscape).
these versions seem to work.
also updated dockerfile to more closely match p4a master.
6 years ago
SomberNight
43487910c7
qt network dialog: use intenum for columns
6 years ago
ThomasV
905e271db9
remove phishing server
6 years ago
SomberNight
52d602b6c1
network: fix get_servers to not modify default list
6 years ago
SomberNight
add3b36f32
build: replace remaining "python setup.py install" with "pip install"
6 years ago
ThomasV
819c3b81e3
Merge pull request #5055 from SomberNight/fix_qt_icons_when_pkg_installed
fix: qt icons not available when installed as python package
6 years ago
SomberNight
4fa87d8595
fix: qt icons not available when installed as python package
follow-up #5053
6 years ago
SomberNight
7ea01e9e91
qt inline icons: change mouse-over cursor
6 years ago
ghost43
7266ecc2b8
contrib/make_tgz: small improvements. ( #5040 )
6 years ago
ThomasV
f846d1d59a
Merge pull request #5039 from SomberNight/tx_version_bump_to_2
transaction: change default version to 2
6 years ago
ThomasV
f05aabd802
Merge pull request #5053 from SomberNight/qt_icons_file_rm
rm qt icons file
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
185d02d9df
delete snap file
we don't distribute snaps; not sure if the file is useful for anyone
it's already not working because it references python 3.5
6 years ago
SomberNight
3ad6f738bd
util: rm hfu, cleaner bh2u
6 years ago
JeremyRand
8716bc8cfb
Refactor for loop in UTXOList
This refactor makes UTXOList somewhat easier to subclass.
6 years ago
SomberNight
7f3de8241c
qt/hww: temporarily bundle our own version of safetlib.qt.pinmatrix
until safetlib releases a new version that includes b1eab3dba4
closes #4960
6 years ago
SomberNight
e7d3fd32fb
contrib/freeze_packages.sh: should hard fail if there is an error
exceptions raised by find_restricted_dependencies.py were getting ignored
6 years ago
SomberNight
3ca1b710d6
build: use sha256sum instead of md5sum
6 years ago
SomberNight
d4967faf28
wine build: pin wine signing key. minor refactoring.
6 years ago
SomberNight
c399693049
qt contact list: context menu fixups
fixes #5048
fixes #5049
follow-up 9cff42328d
6 years ago
SomberNight
9bbea9bf2f
wallet: implement wait_for_address_history_to_change API
6 years ago
SomberNight
55e6830cfc
android build: update pinned python-for-android. use newer google NDK.
fixes #5045
6 years ago
SomberNight
0f0cee422e
trezor and clones: sign tx version too
6 years ago
SomberNight
27299092df
hardware cmdline handler: print messages to stderr (take 2)
follow-up 5613f9b903
button_request should not call show_error as error dialogs in Qt block
the GUI thread.
6 years ago
ThomasV
0429fe5960
Merge pull request #5031 from spesmilo/daemon_error_forwarding
daemon: forward TypeError trace to client
6 years ago
Janus
2737744bfe
daemon: forward TypeError trace to client
6 years ago
SomberNight
4c6379a936
linux sdist: try to exclude some more garbage files from release tarball
6 years ago
SomberNight
dcd3d6c3d1
linux sdist: rm dead file from MANIFEST.in
6 years ago
SomberNight
15bc097f55
gitignore: update old path
6 years ago
SomberNight
501e725a47
kivy readme: note about running on linux desktop
closes #5037
6 years ago
SomberNight
d820f9ad37
transaction: change default version to 2
6 years ago
duckartes
f9b0c66843
Update: README.rst ( #5036 )
Correct filename paths under Creating Binaries.
6 years ago
SomberNight
31c08db909
qt update notifications: make url clickable; prevent multiple dialogs
6 years ago
ThomasV
138c98d7d8
add 'get' command to CLI
6 years ago
SomberNight
53310690a5
version notifications: sig check would always fail on testnet
6 years ago
SomberNight
b085d7cc59
document linux release process
closes #5030
6 years ago
ThomasV
0f0bdfe7f0
update release notes
6 years ago
ThomasV
c4774d7a8e
update submodules
6 years ago
SomberNight
0bfda7c8c7
validate version update announcements using "bitcoin address" message signing
6 years ago
Johann Bauer
34c99c3b36
[Qt] Add optional update notifications
6 years ago
ThomasV
5613f9b903
hardware cmdline handler: print messages to stderr
6 years ago
SomberNight
4b560250a6
fix wine build: pyinstaller failed to install with new pip
see pypa/pip#6163
6 years ago
ThomasV
4be4444d6b
prepare release 3.3.3
6 years ago
sajolida
889d133abd
Give visual feedback while starting ( #4997 )
See https://specifications.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html
6 years ago
SomberNight
5f05469852
rerun freeze_packages
closes #4993
closes #5006
6 years ago
ThomasV
54eb89ccaf
Merge pull request #5026 from JeremyRand/utxolist-headers
Refactor UTXOList headers into class attribute
6 years ago
JeremyRand
b3d8a81e15
Refactor UTXOList headers into class attribute
This makes it more straightforward to subclass UTXOList.
6 years ago
ThomasV
920d4c2b27
simplify qr window
6 years ago
ThomasV
f994cd4a5d
draw qrcode with fixed framesize
7 years ago
SomberNight
f2ad116b0b
wizard: better hww debug messages when unpaired_device_infos fails
[DeviceMgr] scanning devices...
[DeviceMgr] failed to create client for ledger at b'0002:0007:00': OSError('open failed',)
[DeviceMgr] error getting device infos for ledger: open failed
^ GUI did not contain any info about failure
6 years ago