Commit Graph

12 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 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 03a7f06333 Updated core ZXing library from v2.2 to v2.3. Needs more testing. 2014-01-21 17:29:44 +02:00
favoritas37 377f9104d0 updated the QQrDecoder project to use the library source. 2013-08-02 21:05:28 +03: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 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 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 df31c84c06 Still in the updating process 2013-07-09 15:46:37 +03:00
favoritas37 ea195c3d3e The first version of the library. It only decodes QImages. Simple as that. 2011-11-16 15:40:46 +02:00