Sander van Grieken
f60eca054d
add watch-only indicator
use default state instead of named state
set font defaults where it is convenient
3 years ago
Sander van Grieken
16a2d0c7fb
add PT Mono bold
3 years ago
Sander van Grieken
d427be70b2
move wallet name to qewallet
3 years ago
Sander van Grieken
ead4600da6
UI address list
3 years ago
Sander van Grieken
cc9cc67775
add PaneInsetBackground
3 years ago
Sander van Grieken
88e8993442
Add PT Mono monospace font.
3 years ago
Sander van Grieken
7e6991c097
UI
3 years ago
Sander van Grieken
7b71323506
cleanup
3 years ago
Sander van Grieken
a75960a70d
use configured units everywhere
3 years ago
Sander van Grieken
5cfa1fd772
add Preferences to menu and add icons
3 years ago
Sander van Grieken
695f7a31cd
add padding constants
3 years ago
Sander van Grieken
3d0fbe5f21
add initial Preferences page
3 years ago
Sander van Grieken
426198dd42
add base unit setting and conversion methods in qeconfig.py
3 years ago
Sander van Grieken
cf059cb31b
add initial fee histogram
3 years ago
Sander van Grieken
03048d39b6
handle gap limit warning when creating Request.
(using string error code for now, ideally should be properly defined
as an enum)
Also fix animation bug and work around broken ListView header implementation
3 years ago
Sander van Grieken
271f36d3b3
add yes/no button option to generic messagedialog, so it can be used
to ask the user a simple yes/no question.
3 years ago
Sander van Grieken
dec0cdd0d3
refactor QEAddressListModel and QETransactionListModel to their own files
3 years ago
Sander van Grieken
cd6d2f8a69
add QERequestListModel and hook up the gui in Receive tab
3 years ago
Sander van Grieken
e04dbe1eff
remove leftover, don't eagerly set wizard pages to not visible
3 years ago
Sander van Grieken
f5807df91c
add a container for styling constants, so we don't repeat literals all over the code
3 years ago
Sander van Grieken
492f246b9a
qml: add QR code imageprovider using qrcode/PIL
adds buildozer 'pillow' recipe to requirements
add initial PoC on qml receive tab
3 years ago
Sander van Grieken
8000327097
gui: copy wallet.png from kivy to gui/icons/
3 years ago
Sander van Grieken
a2fac2e3e3
buildozer: exclude env dir, don't include vs, fs extensions
3 years ago
Sander van Grieken
45f50d3078
fixes
3 years ago
Sander van Grieken
4680521d07
ui history page
3 years ago
Sander van Grieken
e329c54162
implement bip39 seed to wallet
fix auto-upgrade wallet
3 years ago
Sander van Grieken
bbd0ff8b91
move wizard components to separate files, add initial bip39 refine page
3 years ago
Sander van Grieken
17820b9346
add QEAddressListModel and initial Addresses.qml page.
show sane main view when no wallet loaded.
show error dialog when wallet could not be loaded.
show wallet up_to_date indicator in title bar.
refactor QETransactionListModel to be more self-contained.
3 years ago
Sander van Grieken
7e1606fe86
validate seeds for Electrum, BIP39, SLIP39 seeds and perform create wallet in from seed scenario
Currently only Electrum seeds are considered valid.
For BIP39 additional dialog is needed.
For SLIP39 multiple mnemonics need to be supported to generate a seed
3 years ago
Sander van Grieken
c79414012c
fix bug where undefined wallet instance crashes app
3 years ago
Sander van Grieken
49b7a7518c
upgrade wallet automatically when needed
3 years ago
Sander van Grieken
670882c3c0
improve wallet open flow
remove load_wallet from walletDB, route all wallet loading through QEDaemon.
QEDaemon emits walletLoaded and walletRequiresPassword signals. main.qml opens
OpenWallet view when extra user interaction is needed
3 years ago
Sander van Grieken
539197e8f3
fix up styling ServerConnectWizard
3 years ago
Sander van Grieken
c3bc42f434
add clipping for flickable
3 years ago
Sander van Grieken
d49b168389
wrap potentially large pages in a flickable, for small form factors
3 years ago
Sander van Grieken
48d47b008e
move seed text component to its own type
3 years ago
Sander van Grieken
5d5204db1e
wizard styling, infotext component, add some boilerplate for existing seed
3 years ago
Sander van Grieken
07452a6a7a
seed generation can take some time, do it in a background thread and
show a busy indicator while we wait
3 years ago
Sander van Grieken
4cae116ad8
create wallet at end of new wallet wizard
3 years ago
Sander van Grieken
145e7e3440
add seed warning texts
3 years ago
Sander van Grieken
e243aa22e7
remove cruft
3 years ago
ThomasV
08154da3b6
add command line parameters to android/build.sh, and use separate .buildozer dirs for kivy and qt5
3 years ago
ThomasV
064ac55059
determine android_gui at runtime
3 years ago
Sander van Grieken
553ccdebd1
qml: eliminate animation glitching when removing a page from the wizard (back button)
3 years ago
Sander van Grieken
b1bd4d5acb
add seed generation and verification for standard wallets
3 years ago
Sander van Grieken
c999b3a297
add Bitcoin QObject for seed generation
3 years ago
Sander van Grieken
ba58c6357e
add initial dialog for opening wallets, initial coverage also for splitting and db upgrades
3 years ago
Sander van Grieken
63663b2b2d
add simple message pane component
3 years ago
Sander van Grieken
54fe17b403
introduce QEWalletDb class to expose electrum wallet db to qml
3 years ago
Sander van Grieken
f9245164bb
remove devtest buttons
3 years ago