1
0

Commit Graph

  • 6c775df363 Make lite gui the default. Amir Taaki 2012-07-03 02:21:36 +02:00
  • bd489e998f Do slow price discovery in another thread to speed up startup time and responsiveness. Amir Taaki 2012-07-02 22:39:45 +02:00
  • 9fd9f27408 bitcoin URIs in lite mode. Amir Taaki 2012-07-02 22:11:13 +02:00
  • 690908ddce completion support for destination addresses. Amir Taaki 2012-07-02 21:49:14 +02:00
  • f2b8837fbc Don't show ()s when showing just the fiat currency i.e don't do (10.00 EUR), do 10.00 EUR Amir Taaki 2012-07-02 20:48:21 +02:00
  • 4b5935f117 Go back to balance display when amount input is empty. Amir Taaki 2012-07-02 20:45:43 +02:00
  • 81507780b9 Change balance text to show conversion amount when text is entered into the amount field. Amir Taaki 2012-07-02 20:14:10 +02:00
  • 8efc081ded Defer discovery of exchange rate until later to make program startup faster. Amir Taaki 2012-06-30 15:54:02 +02:00
  • 8d75b68152 show the BTC value in other currency. Amir Taaki 2012-06-30 14:43:42 +02:00
  • 02d8d297dc exchange rate discovery object. Amir Taaki 2012-06-30 13:47:08 +02:00
  • b21d08c0af limit quote currency to 2 decimal places. Amir Taaki 2012-06-30 13:37:34 +02:00
  • 51f42d0be3 clicking balance switches between different currencies. Amir Taaki 2012-06-30 13:32:04 +02:00
  • 8b60af0ca6 hotfix for new wallet.register_callback compat Amir Taaki 2012-06-30 13:11:39 +02:00
  • db9140a111 Password input dialog working. Amir Taaki 2012-06-29 21:23:05 +02:00
  • aeecd6c4c2 Added send functionality. Still needs to have the password dialog, and final testing. Amir Taaki 2012-06-29 09:41:56 +02:00
  • ba6e9417ed spawn both guis at start. clicking expand hides the simple one, shows the expert one. Amir Taaki 2012-06-29 07:26:52 +02:00
  • eda5672344 spawning electrum gui works if i hide widget and create it. better would be to create both at the startup and hide the inactive one. they need a way to share the wallet though. Amir Taaki 2012-06-29 07:17:36 +02:00
  • 7fae935ca8 created expand stub. doesn't work trying to spawn electrum gui (segfault) Amir Taaki 2012-06-29 07:06:42 +02:00
  • 6c626ad123 Actions for app_menu (report bug, show about electrum, quit app) Amir Taaki 2012-06-29 06:57:16 +02:00
  • 9139b71248 Update balance under accounts selector. Amir Taaki 2012-06-29 03:17:31 +02:00
  • ab55b7d7cb SIGNALs should use the correct syntax for names of "foo()", not "foo" Amir Taaki 2012-06-29 02:35:26 +02:00
  • 9c0bb13366 bugfix for "QObject: Cannot create children for a parent that is in a different thread." Amir Taaki 2012-06-29 02:33:21 +02:00
  • d825578099 Enforce minimum width of address input so it's ~ same size as a bitcoin address. Amir Taaki 2012-06-29 02:11:29 +02:00
  • c24bd30643 basic functionality: - can type in address field which is validated - amount field uses a validator - copy bitcoin address for receiving funds - send copied over (untested - needs work) Amir Taaki 2012-06-29 01:56:27 +02:00
  • b6beb2e97c fix TextedLineEdit tabbing behaviour. Amir Taaki 2012-06-28 15:28:24 +02:00
  • 39d765f122 show btc balance (no fiat balance yet) Amir Taaki 2012-06-27 23:06:00 +02:00
  • 64de7e55cc moved lite gui into lib/ and added -g lite to ./electrum Amir Taaki 2012-06-27 22:24:58 +02:00
  • ecc11035ec Merge branch 'master' of gitorious.org:electrum/electrum Amir Taaki 2012-06-27 22:18:07 +02:00
  • 820985dd68 GUI mockup for lite mode. Amir Taaki 2012-06-27 22:15:52 +02:00
  • 8288279fc3 Darwin font thomasv 2012-06-25 17:09:59 +02:00
  • 9f24e97598 darwin ThomasV 2012-06-25 08:15:56 +02:00
  • 849c80eda7 localisation: fix messages ThomasV 2012-06-23 13:58:32 +02:00
  • 54e0be41e8 format messages for localization ThomasV 2012-06-23 13:30:58 +02:00
  • 71cccd40ac update MANIFEST.in and setup.py to get rid of warnings ThomasV 2012-06-23 14:52:44 +04:00
  • 3dad2460d5 version 0.60 0.60 ThomasV 2012-06-23 12:33:22 +02:00
  • e6ace31249 Merge commit 'refs/merge-requests/12' of git://gitorious.org/electrum/electrum into merge-requests/12 ThomasV 2012-06-23 12:17:14 +02:00
  • 97b96b89bd Merge branch 'master' of gitorious.org:electrum/electrum ThomasV 2012-06-23 14:14:31 +04:00
  • 14102909a7 Merge commit 'refs/merge-requests/11' of git://gitorious.org/electrum/electrum into merge-requests/11b ThomasV 2012-06-23 14:13:34 +04:00
  • 1a8d97277a Merge branch 'master' of gitorious.org:electrum/electrum ThomasV 2012-06-23 12:03:02 +02:00
  • f08122dc6c filter old servers ThomasV 2012-06-23 12:02:44 +02:00
  • 9f927c8c1e update list of default servers ThomasV 2012-06-23 13:59:42 +04:00
  • cfae601d4b init socket ThomasV 2012-06-20 15:32:16 +02:00
  • 945f391727 Fixed list index out of range when supplying no arguments to verifymessage Maran 2012-06-18 22:23:52 +02:00
  • d3c7781803 Added some more information for certain help commands also rewrote some of them to be more like the others Maran 2012-06-18 22:19:47 +02:00
  • 37af22cc6f fix for change address 0.59b ThomasV 2012-06-17 09:51:15 +02:00
  • 3801956bee version 0.59a 0.59a ThomasV 2012-06-17 06:59:12 +02:00
  • c6c577dcfd fix: confusion ThomasV 2012-06-17 06:58:36 +02:00
  • ea07c26ad9 version 0.59 ThomasV 2012-06-16 19:40:31 +02:00
  • 81ab47a984 fix: nochange -> usechange ThomasV 2012-06-16 18:56:55 +02:00
  • 4343967ee0 make use_change a stored preference ThomasV 2012-06-16 18:45:17 +02:00
  • 5cf7570a1a revert to previous; too much clutter ThomasV 2012-06-16 18:24:36 +02:00
  • 717c2de4d4 restore headers; needed for unicode thomasv 2012-06-15 14:01:22 +02:00
  • 3d9eb32b50 remove unneeded call thomasv 2012-06-15 13:46:30 +02:00
  • e41966a37b catch keyboard interrupt ThomasV 2012-06-15 08:29:52 +02:00
  • 1084abeb53 update gui on new block ThomasV 2012-06-15 08:28:56 +02:00
  • a3d53c8ab0 get_history script ThomasV 2012-06-14 21:11:37 +02:00
  • 0340b1868a I guess this should work with seedless wallets ThomasV 2012-06-14 16:56:20 +02:00
  • 4e71483975 voodoo fix ThomasV 2012-06-14 16:53:23 +02:00
  • 0952366a55 'received' is better ThomasV 2012-06-14 16:47:13 +02:00
  • 17cbb3fec0 show 'used' column in receive tab ThomasV 2012-06-14 16:45:07 +02:00
  • b39289c4df patch by Soultaker; fix old_to_new ThomasV 2012-06-13 21:12:16 +02:00
  • a5aa67c66e fix for watching-only wallets ThomasV 2012-06-13 20:46:31 +02:00
  • eb706ed5c4 fix widget order thomasv 2012-06-13 11:54:40 +02:00
  • 7d3386c345 move nochange button to avoid conflict thomasv 2012-06-13 11:51:01 +02:00
  • 87f9fb611b gettext for help messages thomasv 2012-06-13 11:45:29 +02:00
  • e4787600a1 nofocus for help buttons thomasv 2012-06-13 11:38:54 +02:00
  • 48516e0fcb re-removing aes ecdsa thomasv 2012-06-13 09:38:36 +02:00
  • 354f1e2177 help buttons for the send tab ThomasV 2012-06-12 20:26:37 +02:00
  • 55a29960d5 omit header to make generation deterministic ThomasV 2012-06-12 17:36:50 +04:00
  • df8874ed93 add aes and ecdsa sources ThomasV 2012-06-12 17:14:18 +04:00
  • 589f73bf57 version 0.58 0.58 thomasv 2012-06-12 13:54:53 +02:00
  • f21143a4e6 Merge branch 'master' of gitorious.org:electrum/electrum thomasv 2012-06-12 13:52:37 +02:00
  • a3e2b3b3ea update readme ThomasV 2012-06-12 15:49:51 +04:00
  • d511a57810 request specific version of the wiki page ThomasV 2012-06-12 15:43:59 +04:00
  • c07832a1fe fee: be consistent with default thomasv 2012-06-12 13:33:11 +02:00
  • 077bf77d1f change help text thomasv 2012-06-12 13:23:03 +02:00
  • 4f4d7869a1 add help buttons and modify gap limit in the settings dialog thomasv 2012-06-12 13:21:01 +02:00
  • 8b2e3d4f6a for aliases, request target address again thomasv 2012-06-12 11:43:05 +02:00
  • 3f81057c95 create self.completions in constructor thomasv 2012-06-12 11:32:12 +02:00
  • e631e9c89c nanotube's patch for compressed keys thomasv 2012-06-12 10:47:00 +02:00
  • 38f93cb593 reconstruct message if it contains spaces thomasv 2012-06-12 10:46:21 +02:00
  • 87d4b132a4 fix: test item existence ThomasV 2012-06-10 21:33:56 +02:00
  • 1f97dbc96e fix: move test one line up ThomasV 2012-06-10 21:32:07 +02:00
  • 00c400f9fe case insensitivity ThomasV 2012-06-10 21:27:31 +02:00
  • a397c02703 fix menu popping up outside window ThomasV 2012-06-10 20:36:30 +02:00
  • ef32b336d6 revert previous commit; it messes with menus ThomasV 2012-06-10 18:08:56 +02:00
  • 7a50861bf7 color the address column for consistency ThomasV 2012-06-10 17:53:41 +02:00
  • b0a1f48900 highlight current item only when we have the focus ThomasV 2012-06-10 17:47:27 +02:00
  • a4da0866f3 v0.57c ThomasV 2012-06-10 16:55:53 +02:00
  • 74b994dc03 fix: search for the lowest possible location 0.57c ThomasV 2012-06-10 16:54:43 +02:00
  • 4b49b743dc monospace font for amount column ThomasV 2012-06-10 16:04:27 +02:00
  • fd2abac0d7 change order ThomasV 2012-06-10 15:59:36 +02:00
  • 41ef9aa4f7 menu action: paste tx ID to clipboard ThomasV 2012-06-10 15:57:38 +02:00
  • b271483ee1 v0.57b 0.57b ThomasV 2012-06-10 15:43:35 +02:00
  • 8af3e689fc skip data files install on windows ThomasV 2012-06-10 15:43:10 +02:00
  • ed9ed43570 v0.57a 0.57a ThomasV 2012-06-10 15:34:02 +02:00
  • 0684abc0bc better explanation of gap limit + minor fix for expert-mode checkbox ThomasV 2012-06-10 15:31:27 +02:00
  • 9851996859 version 0.57 0.57 ThomasV 2012-06-10 11:39:27 +02:00
  • 3fedcc8824 create default label only if the output is not mine ThomasV 2012-06-10 11:37:11 +02:00
  • 952da14be4 option to send change back to input address ThomasV 2012-06-10 11:30:14 +02:00