always enable qr scanner plugin
[electrum-nvc.git] / plugins / qrscanner.py
2014-07-12 ThomasValways enable qr scanner plugin
2014-06-26 ThomasVcatch zbar.UnsupportedError
2014-06-25 ThomasVvideo_device default should be string
2014-06-21 ThomasVcompact serialized format for unsigned and partially...
2014-06-17 ThomasVtransaction show_qr
2014-06-14 ThomasVnew widget: QRTextEdit
2014-06-13 ThomasVunify util.parse_URI
2014-06-13 ThomasVqrscanner: use win.show_qr_code
2014-06-13 ThomasVfix: show_raw_qr
2014-06-12 ThomasVqrscanner: add scan button in init()
2014-06-12 ThomasVmove qr code operations to transaction window and trans...
2014-06-12 ThomasVreuse existing transaction dialog instead of duplicating it
2014-06-12 ThomasVzbar plugin: use self.win
2014-06-12 ThomasVlet the send tab parse and return its own fields
2014-06-12 ThomasVinstall instructions for zbar. fixes #610
2014-02-05 grnbrgurlparse puts arguements in uri.query, not uri.path.
2013-11-10 Bryan Stittfix more bare excepts
2013-11-10 Bryan Stittreplace BaseException with Exception
2013-11-02 Ryan McGuireFixes sending coins from the qrscanner plugin
2013-11-02 Ryan McGuireAdds a settings dialog for qrscanner plugin - allows...
2013-11-01 Ryan McGuireFixes qrscanner to 1.9 API.
2013-09-24 ThomasVsimplify gui names
2013-09-11 ThomasVseparate directories for GUIs
2013-09-04 thomasvmove transaction code and fix issue #280
2013-08-07 ThomasVplugins: do not overload __init__, use init() instead
2013-08-05 ThomasVplugins: do not overload __init__, use init() instead
2013-05-27 ThomasVfix indent
2013-05-27 ThomasVfix indent
2013-05-24 tigereyeUpdated the QR Code plugin to enable offline/online...
2013-04-01 slushAdded link to zbar download page
2013-03-17 slushMove is_available() logic to init(), to prevent camera...
2013-03-15 thomasvderive plugins from BasePlugin class
2013-03-15 slushFixes Qt imports
2013-03-15 thomasvfix qrscanner module
2013-03-03 thomasvrestrict plugins to the gui
2013-03-03 thomasvqrscanner
2013-03-03 thomasvanother plugin for qrscanner