Commit graph

34 commits

Author SHA1 Message Date
ThomasV
8d06fc0143 video_device default should be string 2014-06-25 10:50:18 +02:00
ThomasV
0636ef8b32 compact serialized format for unsigned and partially signed transactions. 2014-06-21 21:06:09 +02:00
ThomasV
c9fd14e343 transaction show_qr 2014-06-17 16:24:01 +02:00
ThomasV
d2cad7bbbb new widget: QRTextEdit 2014-06-14 12:17:44 +02:00
ThomasV
6f3c9e6a44 unify util.parse_URI 2014-06-13 16:02:30 +02:00
ThomasV
ca4e9261e0 qrscanner: use win.show_qr_code 2014-06-13 14:27:48 +02:00
ThomasV
6cad213fa8 fix: show_raw_qr 2014-06-13 07:38:34 +02:00
ThomasV
8685d749a3 qrscanner: add scan button in init() 2014-06-12 22:32:24 +02:00
ThomasV
6d0488c2de move qr code operations to transaction window and transaction menu 2014-06-12 22:24:10 +02:00
ThomasV
272a09c710 reuse existing transaction dialog instead of duplicating it 2014-06-12 21:57:58 +02:00
ThomasV
1f7366ca20 zbar plugin: use self.win 2014-06-12 17:40:34 +02:00
ThomasV
03c84aab0e let the send tab parse and return its own fields 2014-06-12 17:31:18 +02:00
ThomasV
838a3e3187 install instructions for zbar. fixes #610 2014-06-12 16:57:23 +02:00
grnbrg
8738945da1 urlparse puts arguements in uri.query, not uri.path. 2014-02-05 11:45:45 -06:00
Bryan Stitt
6cd4ed486a fix more bare excepts 2013-11-10 12:30:57 -08:00
Bryan Stitt
f0eb0eccde replace BaseException with Exception 2013-11-09 20:21:02 -08:00
Ryan McGuire
77dd9a0c8b Fixes sending coins from the qrscanner plugin 2013-11-01 22:18:14 -04:00
Ryan McGuire
56168e85b8 Adds a settings dialog for qrscanner plugin - allows device selection 2013-11-01 21:27:05 -04:00
Ryan McGuire
cf5252e6aa Fixes qrscanner to 1.9 API. 2013-11-01 14:58:19 -04:00
ThomasV
2c0814f0d3 simplify gui names 2013-09-24 10:06:03 +02:00
ThomasV
004aa4b640 separate directories for GUIs 2013-09-11 11:45:58 +02:00
thomasv
afac84e231 move transaction code and fix issue #280 2013-09-04 16:46:27 +02:00
ThomasV
b08f1a2a7b plugins: do not overload __init__, use init() instead 2013-08-07 22:59:07 +02:00
ThomasV
7c1d07c999 fix indent 2013-05-27 21:18:29 +02:00
ThomasV
034bc64fe6 fix indent 2013-05-27 21:14:38 +02:00
tigereye
1428d4fa10 Updated the QR Code plugin to enable offline/online wallets to transmit unsigned/signed transactions via QR code. 2013-05-23 21:48:43 -04:00
slush
a8a267a7dc Added link to zbar download page 2013-04-01 04:24:02 +02:00
slush
b9196260cf Move is_available() logic to init(), to prevent camera wakeup every second. 2013-03-17 13:51:29 +01:00
thomasv
bd1cdc9bfb derive plugins from BasePlugin class 2013-03-15 18:03:56 +01:00
slush
b6afa2455c Fixes Qt imports 2013-03-15 14:19:36 +01:00
thomasv
8d4f409dd7 fix qrscanner module 2013-03-15 14:15:32 +01:00
thomasv
190f733de2 restrict plugins to the gui 2013-03-03 16:01:47 +01:00
thomasv
7e74fcc935 qrscanner 2013-03-03 15:00:12 +01:00
thomasv
ba15b9eb6b another plugin for qrscanner 2013-03-03 14:49:42 +01:00
Renamed from gui/qrscanner.py (Browse further)