Commit Graph

2318 Commits

Author SHA1 Message Date
ThomasV 337675d134 add safety notice 2017-10-26 18:21:24 +02:00
SomberNight bf024db7aa follow-up prev comit 2017-10-26 16:14:09 +02:00
SomberNight 404584bfe6 fix: (QT network dialog) don't keep resetting proxy settings 2017-10-26 15:21:44 +02:00
SomberNight 523de69b5e Introduced BasePlugin.can_user_disable(). TrustedCoin plugin can't be disabled by user. 2017-10-24 04:42:52 +02:00
ThomasV 7578ce2331 cleanup py2 compatibility imports 2017-10-23 13:54:09 +02:00
ThomasV fe82a7905c Merge pull request #3090 from bauerj/dark2
Follow-up #2983
2017-10-22 21:05:34 +02:00
Johann Bauer 027821d7aa Follow-up #2983 2017-10-22 20:05:52 +02:00
ThomasV 4c88159efb move delete button to menu 2017-10-22 17:30:24 +02:00
ThomasV 4297270aae fix #2593: add delete button 2017-10-22 17:00:59 +02:00
ThomasV fae4c8cd00 wallet information dialog 2017-10-22 16:17:57 +02:00
ThomasV 6921e9fece kivy: do not display 'signing' message if user cancels send_tx 2017-10-22 15:50:32 +02:00
ThomasV 7cf075c754 follow up b8c7edf070 2017-10-22 15:14:09 +02:00
SomberNight 29c34332ac fix: contacts import 2017-10-22 13:46:05 +02:00
ThomasV 290999b9a8 kivy: py3 update for scanning transaction 2017-10-22 12:50:28 +02:00
ThomasV b8c7edf070 return bytes in scan_barcode 2017-10-22 12:04:00 +02:00
ThomasV 42f9d1ee63 kivy: py3 updates 2017-10-22 07:33:03 +02:00
SomberNight d4a180da7c follow-up 198cc9d737 2017-10-21 16:34:20 +02:00
ThomasV 198cc9d737 fix #2614: define non-linear scale for static fees 2017-10-21 11:15:59 +02:00
ThomasV 1d2253f0d8 kivy: python3 imports 2017-10-21 11:03:47 +02:00
ThomasV 4bc2a4e805 kivy: python3 imports 2017-10-21 11:00:56 +02:00
ThomasV 76da6916f3 Merge pull request #3010 from SomberNight/qt_wiz_catch_exc
fix: [QT wallet wizard] catch exceptions: UserCancelled, GoBack
2017-10-19 16:03:01 +02:00
ThomasV 0497561e56 fix #3068 2017-10-19 16:01:56 +02:00
neocogent 7a92750ea5 add sat/byte fee info and fee_unit pref 2017-10-19 14:34:42 +02:00
ThomasV 68ca0b73b1 fix #2968 2017-10-18 15:20:42 +02:00
ThomasV 1e4ac1c352 fix #3060 2017-10-18 11:35:17 +02:00
ThomasV beffd3c006 follow-up 713c3c746: fiat values need to be right aligned 2017-10-13 11:54:46 +02:00
SomberNight a5ffa69a3e storage: upgrade format version automatically in load_data() 2017-10-13 05:44:19 +02:00
SomberNight 96ce6e542e network dialog fixes 2017-10-13 01:13:03 +02:00
ThomasV 8c55bbd1f3 Merge pull request #3030 from achow101/tray-menu-fix
Modify tray context menu instead of creating a new one
2017-10-12 18:44:02 +02:00
ThomasV 2a80f68778 improve network dialog. fixes #2898 2017-10-12 18:35:45 +02:00
Andrew Chow 9dc3eceea9 Modify tray context menu instead of creating a new one
Instead of creating a new context menu and setting it with setContextMenu,
simply clear and modify the existing context menu.
2017-10-12 12:26:42 -04:00
ThomasV 482458d00d fix #3028: add info to proxy dialog 2017-10-12 17:09:28 +02:00
ThomasV 6b8f685b42 fix #3027 2017-10-12 10:28:56 +02:00
ThomasV 401d8bc534 fix #2890 2017-10-10 11:48:27 +02:00
SomberNight d48ecc990a fix: [QT wallet wizard] catch exceptions: UserCancelled, GoBack 2017-10-09 02:16:04 +02:00
ThomasV 252cb491c8 show message when copy button is pressed 2017-10-06 16:50:05 +02:00
ThomasV 01108d8b47 address tab: replace tree view with buttons 2017-10-06 15:22:18 +02:00
ThomasV e299df7b82 add message signing/decryption for segwit addresses 2017-10-05 14:44:44 +02:00
SomberNight 4aa385e0b3 follow-up of wallet.get_private_key() -> wallet.export_private_key() 2017-10-04 23:22:33 +02:00
ThomasV 3d54011c5d Merge pull request #2983 from bauerj/dark
Adjust colors if dark color scheme is used
2017-10-04 18:17:38 +02:00
Johann Bauer 5c2beb4ab5 Adjust colors if dark color scheme is used 2017-10-04 15:17:20 +02:00
SomberNight 5ce871ef55 fix: editing labels in [QT GUI] Addresses tab for headings resulted in errors 2017-10-04 14:21:45 +02:00
ThomasV 6c215c895a Merge pull request #2971 from SomberNight/fix_saving_bip70_payreq
fix: saving payment request as bip70 file
2017-10-04 12:34:24 +02:00
jrkong 1cf1f05938 Fixed syntax error with utf-8 encoding argument was spelt "utf8" instead of "utf-8". This will cause the reader to read the files using default encoding rather then utf-8. 2017-10-04 00:09:55 -04:00
SomberNight 67f418e94d fix: saving payment request as bip70 file 2017-10-04 02:12:52 +02:00
ThomasV 1ebc872755 Merge pull request #2966 from SomberNight/py3_text_ui
fixes in text UI (mainly py3)
2017-10-03 14:03:10 +02:00
SomberNight db1d632ddb fix: [text UI] Send tab: up and down movement 2017-10-03 08:11:17 +02:00
SomberNight cf6d6608eb fix: [text UI] changing proxy 2017-10-03 07:59:21 +02:00
SomberNight 6353f1a8f0 fix: py3 network_dialog - dict.keys() returns dict_keys(list) instead of list 2017-10-03 07:14:21 +02:00
SomberNight 555fe4373e py3 fixes in text UI 2017-10-03 07:09:55 +02:00