SomberNight
5aafcb2875
qt MyTreeView subclasses: use IntEnum for columns
6 years ago
SomberNight
cd097d6bb8
qt history list: update_tx_mined_status was not updating 'date' for tx
fixes #5096
6 years ago
ThomasV
eb96d422f7
import version module
6 years ago
SomberNight
d78537c8c4
rerun freeze_packages
6 years ago
SomberNight
df9087970b
update block header checkpoints
6 years ago
SomberNight
699562c78d
bump libsecp256k1 version
6 years ago
ThomasV
01eaf0fe4e
Merge pull request #5052 from JeremyRand/utxolist-for-loop
Refactor for loop in UTXOList
6 years ago
ThomasV
b06b8753e6
fix #5088
6 years ago
ThomasV
1da1f0bfea
fix #4984
6 years ago
ThomasV
8f4967f7d0
qt wizard: select_storage
6 years ago
ThomasV
beb9f63274
follow-up prev
6 years ago
ThomasV
58c2c15266
follow up 6fb974227b
6 years ago
SomberNight
fc72e661de
requirements: set min version for aiohttp
6 years ago
SomberNight
89bb49e117
mac build: install pinned pip and setuptools earlier
also add --no-use-pep517 option for pyinstaller (see 4b560250a6
)
6 years ago
SomberNight
2c71b9da0c
icons: instead of symlinks, just mv "icons" dir
symlinks are really inconvenient on Windows
(when running from cloned source)
follow-up #5055
6 years ago
SomberNight
9beabc0311
fix prev: run make_locale before building android apk
6 years ago
SomberNight
ba08b2279d
kivy build: test and document that make_locale is to be run first
6 years ago
ThomasV
6fb974227b
fix #5082
6 years ago
ThomasV
6ade5903dc
network: fix send_multiple_requests
6 years ago
SomberNight
7bb3e5336a
trezor: PIN could not be disabled
fixes #5078
6 years ago
ThomasV
4ed8787433
remove 'util.py' from scripts
6 years ago
ThomasV
8f2a730b3b
add more details values to history
6 years ago
SomberNight
d6986347e6
qt icons: update remaining QIcon() constructors
follow-up #5053
6 years ago
SomberNight
a5ddb42bfd
win/mac binaries: fix qt icons
follow-up #5055
6 years ago
SomberNight
2de7fd5466
wine build: small clean-up in prepare-wine.sh
6 years ago
SomberNight
001b815c18
wine build: upgrade wine, nsis, python
wine-specific hack no longer needed with new wine version
6 years ago
SomberNight
5a1778b7fe
start using util.resource_path
6 years ago
SomberNight
67d080b34a
mv qt update checker to its own file
6 years ago
SomberNight
6926b8b2d4
qt update checker: handle --offline
6 years ago
SomberNight
68cd37282e
qt: set default "window icon" (only visible on Windows)
6 years ago
SomberNight
9e58d56e6d
qt qrwindow: rm dead code
6 years ago
SomberNight
8412b53ed5
wizard: copy/restore storage when stepping through the wizard
When interacting with wizard, there is a single shared storage instance.
If you go down the tree of dialogs, press "back" a couple times, go
down another branch of dialogs, etc, there are side-effects on storage,
which are never undone.
fixes #5057
fixes #4496
6 years ago
SomberNight
9013f6d59e
wizard: make 'stack' private
6 years ago
SomberNight
bc2a421d87
network: clean up broadcast_transaction
Handle all exceptions in network.py, instead of in gui code.
Send some exceptions to crash reporter; previously gui code
would suppress them.
6 years ago
ThomasV
76ff2f53c5
Merge pull request #5042 from SomberNight/appimage
binaries for Linux: AppImage
6 years ago
SomberNight
66de511828
travis: build appimage for linux
6 years ago
SomberNight
a754f9fe10
initial commit for building AppImages for Linux x86_64
6 years ago
SomberNight
47b07f19b9
build: factor out some utilities to build_tools_util.sh
6 years ago
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