ThomasV
6b13ed1f45
kivy: display status of invoices and requests
9 years ago
ThomasV
84ac33f589
kivy: switch to send screen if a URI is passed
9 years ago
ThomasV
51ca7a056b
minor fixes
9 years ago
ThomasV
afbf766d89
kivy i18n: catch more exeptions
9 years ago
ThomasV
3d42193223
kivy: simplify bind
9 years ago
ThomasV
45a0c3b53b
kivy: i18n needs garbage collection
9 years ago
ThomasV
49fb099bdc
fix i18n for context menus
9 years ago
ThomasV
a388b59bc2
kivy i18n: test if label is already bound
9 years ago
ThomasV
6faac2ca36
My Requests -> Requests
9 years ago
ThomasV
43a40cef57
kivy: Button inherits from Label. reordering
9 years ago
ThomasV
731f05746e
kivy: update i18n imports
9 years ago
ThomasV
2ffafbf634
kivy: change language without restarting the app
9 years ago
ThomasV
0beb7e88d7
kivy: comment out openalias setting (not ready to launch)
9 years ago
ThomasV
8b68a742d1
follow up to 2a507b91c1
9 years ago
ThomasV
2a507b91c1
fix #1666
9 years ago
ThomasV
3ee61c4c6e
define wallet.dummy_address method
9 years ago
ThomasV
5aa0a87d7a
trustedcoin: restore the display of fees
9 years ago
Neil Booth
274d91fd6e
watching_only: warn after showing main window
9 years ago
Neil Booth
ab488b566b
warn_if_watching_only: don't call twice
9 years ago
Neil Booth
e61fffab55
Trezor/KeepKey: force watching only improvements
Only warn about watching only once given a chance to pair.
Failure to pair makes watching-only and warns.
In error message to user, distinguish between failure to connect
and failure to pair.
9 years ago
Neil Booth
69da96feb4
The daemon stops the wallet threads now
9 years ago
ThomasV
44ee221c78
kivy: halign
9 years ago
ThomasV
0f184db534
kivy: improve amount dialog
9 years ago
ThomasV
03d313572e
kivy: fix formatting of fiat values in history
9 years ago
ThomasV
a5fd6d2e6c
kivy: select currency first, then source. show only sources with history data
9 years ago
Neil Booth
58d5215e2e
No need to pass daemon and network together
The daemon has the network
9 years ago
ThomasV
1409f13947
kivy: show_info clipboard
9 years ago
ThomasV
b599172657
fix font paths
9 years ago
ThomasV
e337e8585b
fix font path
9 years ago
akshayaurora
695b8413d4
kivy: move data/fonts into gui/kivy/data/fonts
9 years ago
akshayaurora
2fc5f1f916
kivy: remove unneeded imports and fix copy, paste
9 years ago
valesi
f7dfffd30f
Minor fixes - indentation and lone `self.`
6ba43637f5/electrum (L57)
has tab instead of spaces.
6ba43637f5/gui/kivy/nfc_scanner/scanner_android.py (L118)
has lone `self.`
9 years ago
ThomasV
6ba43637f5
kivy: use softinput_mode='pan' in wizard
9 years ago
ThomasV
08e5aecee2
Revert "Plugins: remove init_qt hook; clean up"
This reverts commit e20369bf94
.
9 years ago
akshayaurora
243e33cb95
kivy:remove un needed icons
9 years ago
akshayaurora
900346b89e
kivy:Improve startup speed
9 years ago
Neil Booth
9fa8c4de27
Installwizard: not app-modal on MacOSX
Making a window with no parent window-modal on Mac makes it
application-modal. This is different to behaviour under X, and
we don't want that. Use QDialog instead.
9 years ago
ThomasV
bb80e330ff
kivy: private_storage
9 years ago
ThomasV
fe9ec6de06
reformatting
9 years ago
ThomasV
a1eaf351a7
kivy: use EventDispatcher with exchange rates plugin
9 years ago
ThomasV
9b09c55356
dynamic fees: use hardcoded value as upper bound
9 years ago
ThomasV
62ef83e966
kivy: display value of recommended fee
9 years ago
ThomasV
a2fc90dbda
kivy: fix missing i18n
9 years ago
ThomasV
b0311885a5
kivy: fix unicode bug
9 years ago
ThomasV
fa7fba53fc
kivy: fee_dialog
9 years ago
Neil Booth
c0295c767e
tx_dialog: prompt if signed but not saved
I've lost a signed TX one too many times now
9 years ago
Neil Booth
60be9d59bc
Fix prior; scale is off-by-50
9 years ago
Neil Booth
c02e3621f3
Settings: improvements to dynamic fee slider
Fixes #1595
9 years ago
Neil Booth
e20369bf94
Plugins: remove init_qt hook; clean up
Fixes #1644
9 years ago
Neil Booth
f8ed7b058d
Improved multi-device handling
Ask user which device to use when there are many. If there
is only one skip the question. We used to just pick the
first one we found; user had no way to switch.
We have to handle querying from the non-GUI thread.
9 years ago