Commit Graph

207 Commits

Author SHA1 Message Date
J62 9a7843d0f1 btcp-ify 2019-12-24 03:21:35 -08:00
James 27b1373595 zcl-ify 2019-02-28 22:26:15 +01:00
zebra-lucky 287675ebf7 change domains, kivy base unit 2018-07-25 04:12:41 +03:00
zebra-lucky 59e3058de2 add gui/kivy changes from electrum 3.1.3
- Add electrum 3.1.3 changes to gui/kivy
- Get new electrum 3.1.3 gui/kivy/Readme.md
- Get new electrum 3.1.3 gui/kivy/uix/dialogs/requests.py.
- Get new electrum 3.1.3 gui/kivy/uix/dialogs/invoices.py.
- Get new electrum 3.1.3 gui/kivy/uix/dialogs/addresses.py
2018-06-28 18:09:34 +03:00
zebra-lucky 184a9d68d8 integrate electrum-3.0.6 changes 2018-04-06 02:42:04 +03:00
zebra-lucky fe602c2499 Zcash changes to gui/kivy 2018-03-17 13:42:38 +02:00
zebra-lucky de2ef374c9 remove RBF/CPFP support, trustedcoin plugin 2018-03-11 11:02:05 +02:00
Johann Bauer d4f1445914 Bundle QR scanner with Android app 2018-01-06 22:44:37 +01:00
SomberNight d3a963e673 fix kivy refresh bug with Addresses tab 2018-01-06 22:43:49 +01:00
SomberNight e4308a360b fix #3601 2018-01-06 22:43:09 +01:00
ThomasV c46f219d25 kivy: fix crash in show_private_key 2017-11-10 11:12:29 +01:00
ThomasV 786f9ce7ff
Merge pull request #3206 from ariard/kivy-addr
kivy: replace requests tab by address tab
2017-11-10 10:56:32 +01:00
SomberNight 0db5ea67a0 bitcoin.NetworkConstants: easier changing between testnet and mainnet 2017-11-09 17:47:57 +01:00
Antoine Riard 70bfcaaf59 kivy: replace requests tab by address tab 2017-11-03 11:50:30 -04:00
ThomasV 290999b9a8 kivy: py3 update for scanning transaction 2017-10-22 12:50:28 +02:00
ThomasV 1d2253f0d8 kivy: python3 imports 2017-10-21 11:03:47 +02:00
ThomasV c3388d9677 misc python3 updates:
- use jsonrpclib-pelix
 - update the kivy gui
 - update plugins
2017-08-26 08:28:24 +02:00
ThomasV 08fab753e8 change default value of confirmed_only, spending unconfirmed coins 2017-08-08 06:03:47 +02:00
ThomasV 4c2deb6d2b follow-up to bc4fcfbebd 2017-08-01 10:47:33 +02:00
suut bc4fcfbebd Remove usages of deprecated apply() builtin 2017-08-01 05:22:18 +02:00
ThomasV 622f459c41 kivy: minor fix (switch_to) 2017-07-24 12:04:04 +02:00
ThomasV 732679aa3d kivy: group network calback registrations 2017-07-21 10:38:50 +02:00
ThomasV 2bb980c84c kivy: trigger_update_interfaces 2017-07-21 00:09:47 +02:00
ThomasV 12b62fb27d kivy: use app.num_chain 2017-07-19 09:46:48 +02:00
ThomasV b424a83a57 add blockchain.get_name method, update kivy gui 2017-07-19 09:29:20 +02:00
ThomasV 96a685a765 kivy: gui improvements 2017-07-12 17:23:21 +02:00
ThomasV 73b023e967 update network settings dialog of the kivy GUI 2017-07-11 18:04:33 +02:00
ThomasV faa17f9818 Option to send only confirmed coins (fix #2395) 2017-07-03 07:46:27 +02:00
ThomasV 08fd7d95ab kivy: use NumericProperty for blocks and nodes 2017-03-30 10:13:58 +02:00
ThomasV 6185f94de4 archive paid invoices in the history tab 2017-03-15 15:32:14 +01:00
ThomasV 024de7afa5 kivy: trigger_update_history 2017-03-13 15:07:35 +01:00
ThomasV f5083b46de kivy: nicer message on send success 2017-03-13 11:32:55 +01:00
ThomasV 0cf14635e0 kivy: always show wallet name 2017-03-09 15:04:14 +01:00
ThomasV a921f5becf kivy labels plugin: use Clock 2017-03-09 14:48:31 +01:00
ThomasV 50fdc6fe4e kivy: disable softinput mode 2017-03-08 18:58:23 +01:00
ThomasV 2ae15c00e6 updates for kivy wizard 2017-03-08 17:49:21 +01:00
ThomasV dcffea150e store contacts and invoices in wallet file. fix #1482 2017-03-06 17:12:27 +01:00
ThomasV 5ea670b765 kivy: fix missing parameter 2017-03-02 11:18:15 +01:00
ThomasV 13678d9e13 Merge exchange_rate plugin with main code
* fixes #2037 (tab indexes)
2017-01-03 17:04:04 +01:00
ThomasV e123774ea8 Improve 'send all coins' function:
* do use coin chooser when sending all coins (fixes #2000)
* allow "!" syntax for multiple outputs (fixes #1698)
2016-12-31 16:29:18 +01:00
ThomasV 7ea91dde2e do not expose network to wizard. update message in issue #1972 2016-10-14 14:05:24 +02:00
ThomasV 83dbe7fbf3 more fixes for kivy 2016-08-30 11:19:30 +02:00
ThomasV cae635c3e4 kivy: fix load_wallet bug 2016-08-26 08:36:36 +02:00
ThomasV 843ac4e90b workaround p4a bug 2016-08-26 07:05:18 +02:00
ThomasV 1159f85e05 Major refactoring
- separation between Wallet and key management (Keystore)
 - simplification of wallet classes
 - remove support for multiple accounts in the same wallet
 - add support for OP_RETURN to Trezor plugin
 - split multi-accounts wallets for backward compatibility
2016-08-12 11:02:28 +02:00
ThomasV 48d42bbafa kivy: ask RBF before send 2016-07-29 15:47:13 +02:00
ThomasV 67780bb8b9 changes for new toolchain 2016-07-28 13:06:58 +02:00
akshayaurora 07c5f02639 changes for new toolchain 2016-07-27 17:57:12 +02:00
ThomasV a92138b61a kivy: show wallet name 2016-07-01 18:39:20 +02:00
ThomasV 49ac8924fe kivy: fixes for on_qr 2016-06-25 20:21:22 +02:00