Commit Graph

13 Commits

Author SHA1 Message Date
favoritas37 fcd4988004 Added fix for #54 as suggested by #56 made by @KangLin 2018-03-05 23:26:34 +02:00
nikos.ftylitakis dc7157f92f refactoring on QZXing.pri since Qt modules (core and gui) are by default included. #66 2018-02-05 20:59:51 +02:00
favoritas37 2207c3c248 Removed qzxing_qml tag from the defaults
Automatically add qzxing_qml if qzxing_multimedia tag is used
Refactorings to wrap QML dependant code in QZXING_QML scopes
update README.md to reflect the above changes
changes triggered from #26
2017-03-20 17:23:52 +02:00
favoritas37 5ef72fa114 added license reference to the headers of the project 2017-01-27 13:50:46 +02:00
favoritas37 fe26b2112e align file name casing to camel case for qzxing.cpp and imagehandler 2017-01-22 18:42:03 +02:00
favoritas37 75eb47e8c5 fine tune the use of QZXing::registerQMLTypes to include the QZXingFilter. Update QZXingLive with the latest changes 2017-01-16 19:57:25 +02:00
favoritas37 a3e71ec1e7 created qzxing_qml and qzxing_multimedia qmake CONFIG tags for QZXing.pri to allow the control of dependencies based on the needs. qzxing_qml enables QML specific parts of the library. qzxing_multimedia enables QZXingFilter which requires Qt's multimedia. 2017-01-15 20:36:41 +02:00
Milian Wolff 594b178501 Make QZXingFilter "official" by moving it out of the example folder
The filter is much more performant than using the QZXing API in an
imparative way for the use-case of live-analyzing video frames in QML.
2017-01-10 13:24:55 +01:00
favoritas37 af86c7857c trying to deal with linker errors on msvc 2013 2016-08-03 17:47:36 +03:00
favoritas37 81b63588ae Use the Image Provider in the encoder.
Support static function to register the image provider to the QQuickView.
2016-06-16 01:15:44 +03:00
favoritas37 148deb5108 Created file zxing/common/Types.h to hold common types. Created global typedef of unsigned char to byte and applied everywhere possible. 2016-06-12 14:44:39 +03:00
KangLin f9604ec163 Modify install prefix 2016-05-11 14:05:02 +08:00
favoritas37 afd1a88468 rename folder "source" to "src" 2016-01-08 22:17:13 +02:00