Commit Graph

21 Commits

Author SHA1 Message Date
Alexxey593 4df9512790 I found that if QR-Code was generated with non standard charSet (and the message language is not English) than decoded QString contains wrong characters. So we must use QTextCodec to make it readable.
Now tagFound signal emits decoded string. If you want to know  what code was detected and what charSet is used, use tagFoundAdvanced(QString tag, QString format, QString charSet) signal or functions foundedFormat() and charSet().
2015-06-11 10:36:08 +03:00
favoritas37 a176fd841b applied patch from Alexxey593 from here: https://sourceforge.net/p/qzxing/discussion/general/thread/770fb0a5/#1d98 2015-06-01 16:58:16 +03:00
favoritas37 0cea1dc288 bug fix following the recommentation/patch from Alexxey593 with the wrong deletion of the CameraImageWrapper in QZXing.cpp 2015-05-16 17:14:14 +03:00
favoritas37 e317c87028 minor fixes to the call of the decoding function. 2015-04-26 14:11:54 +03:00
favoritas37 357b658029 Added decodeImageQML taken from https://github.com/dplanella/qzxing/blob/master/qzxing.cpp. This is to be used in Qt versions 5.0 and above. Code cleanup needs to be done as well as updates to the examples. 2014-09-19 00:19:54 +03:00
favoritas37 03a7f06333 Updated core ZXing library from v2.2 to v2.3. Needs more testing. 2014-01-21 17:29:44 +02:00
favoritas37 7079f17dc5 Updated the QZXingDragNDropTest example to be compatible with the QtQuick 2 and Qt 5. 2014-01-15 18:18:02 +02:00
favoritas37 4f5efb0436 Rejected the plan of adding the threads for now. Fixed hudge memory leak. Fixed erroneous code in UPCE decoding. 2013-08-02 19:52:30 +03:00
favoritas37 b12aec0b55 Evaluating memory consumtion 2013-08-02 14:44:27 +03:00
favoritas37 659215a660 Testing threaded operations. Experiencing memory leak and crashes. 2013-07-31 20:47:01 +03:00
favoritas37 4eb0ea479c Added the option to execute the decoding to an other thread. Not sure if it will give any benefit. It will be investigated. 2013-07-30 20:59:51 +03:00
favoritas37 3ae1130138 extended the decodeImage function to support image scaling in case of unwanted too big image. 2013-07-30 19:57:45 +03:00
favoritas37 7d4b3350b3 Decoding works perfectly. In the process of testing more thoroughl 2013-07-28 22:28:58 +03:00
favoritas37 4367ec9d35 Project compiles successfully on platforms: Win32 Mingw, Win32 MSVC, Symbian (these are tested till now). @ runtime still experiencing some issues that are being examined. 2013-07-28 20:29:54 +03:00
favoritas37 97eeb34772 update not yet complete 2013-07-27 20:01:25 +03:00
favoritas37 a1baf435b4 Still in the proccess of updating the project. 2013-07-14 21:29:34 +03:00
favoritas37 42da993970 Moving on to version V1.2. This brings Aztec support and big imporovement in speed for 1D barcodes. Also QML support is fixed. Binaries, sources and examples are updated to that version. 2012-05-14 17:01:57 +03:00
conxt 573dd17a59 Source, Desktop and Harmattan binaries moved to version 1.2
Based on Feb 2012 ZXing sources. Added small Aztec code support, improved detection of 1D barcodes.

Signed-off-by: conxt <apps@mint.com.ua>
2012-05-13 23:47:37 +03:00
favoritas37 99bf5fc5e8 Moved to version 1.1, Datamatrix is supported, selection of the enabled decoders fixed, binaries updated 2011-11-29 16:38:16 +02:00
favoritas37 0942470215 Added the support of DataMatrix decoding. Trying to fix the Decoder Selection but still has a few problems. 2011-11-26 14:59:57 +02:00
favoritas37 ea195c3d3e The first version of the library. It only decodes QImages. Simple as that. 2011-11-16 15:40:46 +02:00