Commit Graph

304 Commits

Author SHA1 Message Date
favoritas37 a1e658b975 Created reporting at the end of the tests. Failed images are enlisted there. TODO: separate listing of inconsistant successfull decodings (because of actual content decoded.) 2016-01-24 00:30:58 +02:00
favoritas37 36e303e8be minor style edit 2016-01-24 00:27:00 +02:00
favoritas37 b5b557ff89 made function QZXing::decoderFormatToString static. Also updated the correspondance of decoder enumeration to string. 2016-01-24 00:24:43 +02:00
favoritas37 ef160e3ae7 enhancements in testing functions. Fixed results matching boolean 2016-01-23 21:55:45 +02:00
favoritas37 e227543035 added compiler flag needed for Mingw to support C++11 2016-01-23 21:50:58 +02:00
favoritas37 c916e0952b Bug fix for edge case in UPC reader. Row to be decoded was null producing null results. Added TODO for future work. 2016-01-23 20:57:37 +02:00
favoritas37 5507ab4786 expanded the selection of test folders in test application 2016-01-19 21:49:23 +02:00
favoritas37 664561bcb1 First end-to-end version of the automated test. Needs to be further enhanced and add more result analysis. 2016-01-12 21:28:46 +02:00
favoritas37 a4c8f03d7b In the function decodeImage added the const qualifier at the input argument of QImage 2016-01-10 15:01:57 +02:00
favoritas37 f2a23c0a34 Added new project that will be used for automatic testing for decoding/encoding functions. 2016-01-10 14:56:52 +02:00
favoritas37 c54b7a61a4 updated README file of test resources. 2016-01-10 13:47:52 +02:00
favoritas37 94f76f27d6 added resources that will be used for the automated tests that will soon be implemented. 2016-01-09 16:47:37 +02:00
favoritas37 3d28afb79d updated example projects to the new file structure of the repository (renaming of the source folder) 2016-01-08 22:31:48 +02:00
favoritas37 98b6550a11 Added an initial README.md file that will include the needed information. Will be updated from time to time. 2016-01-08 22:30:35 +02:00
favoritas37 e6dcc06032 Deleted folder binary as obsolete. To produce binary file (library) compile project src/QZXing.pro 2016-01-08 22:19:19 +02:00
favoritas37 afd1a88468 rename folder "source" to "src" 2016-01-08 22:17:13 +02:00
favoritas37 dfa2c5b2f8 Minor edit: Removed dummy character from BitArray.cpp 2016-01-08 22:08:07 +02:00
favoritas37 807176f7dd deleted unwanted/obsolete folders. 2016-01-08 22:06:33 +02:00
favoritas37 89163533d4 Fixed QZXingTestApp to use QQuickItem instead of QDeclarativeItem. Also removed the file path editing from the QML, it is properly handled by decoding function with the use of QUrl. 2016-01-08 21:49:49 +02:00
favoritas37 6542fb1d6a Applied patch provided by Sergiy Korobov in Ticket #3 "Cannot detect QR code". 2016-01-08 21:42:46 +02:00
favoritas37 b661cc2480 bug fixing at qr code encoder. 2015-12-05 16:02:49 +02:00
favoritas37 09c7d0c2c8 bug fixing in the decoder side 2015-11-22 20:33:49 +02:00
favoritas37 630f560e89 bug fixing at qr code encoding. this tests fail 2015-10-31 19:14:59 +02:00
Alexxey593 4ad07d7cb3 WinRt (and Windows Phone) compilation fixes. std::Min and std::Max are in algorithm header. 2015-10-21 12:24:24 +03:00
favoritas37 45aa03fdca bug fixing in QR encoder. Still not functional 2015-10-18 19:36:09 +03:00
favoritas37 95a2e44571 Added the main function that will be used for encoding in qzxing.cpp + latest bug fixes 2015-07-16 22:28:28 +03:00
favoritas37 8dbdb08997 updated pri file to include widget components and added the renaming of the Encoder to QREncoder 2015-07-16 22:22:02 +03:00
favoritas37 48d546aaea Added the example project BarcodeEncoder which will be used as the base for the barcode encoding functions (and testing) 2015-07-16 21:09:44 +03:00
favoritas37 f6c5917c38 initial implementation of Qr Encoder. Not tested 2015-06-19 01:56:26 +03:00
favoritas37 dbc47abff2 updated appropriate functions to be marked as const 2015-06-19 01:55:49 +03:00
favoritas37 46f91f7a38 changed access qualifier to MatrixUtil::buildMatrix 2015-06-19 01:19:49 +03:00
favoritas37 ef67ff79ef batch refactoring by subclassing a number of classes from Counted to be used with Ref 2015-06-19 01:17:54 +03:00
favoritas37 f59fa74ace refactoring to use Ref wherever appropriate 2015-06-18 23:58:51 +03:00
favoritas37 eaeba99ac0 continuation commit after the refactoring of ECBlocks 2015-06-18 23:57:36 +03:00
favoritas37 c711a42231 In QR Mode, keep the 'bits' value and supported equal operator. 2015-06-18 23:55:03 +03:00
favoritas37 4ccc725f0b move forward to aligning the ECBlocks in the QR Version with the implemenation of Java. Also, used Ref where appropriate to avoid data copying. 2015-06-18 23:52:52 +03:00
favoritas37 84d3f773ba added appendBitArray to BitArray 2015-06-18 23:48:53 +03:00
favoritas37 e6e82548ab progressing port of QR Encoder 2015-06-14 20:51:23 +03:00
favoritas37 3ecb2fa8d8 completed the first implementation of zxing::ReedSolomonEncoder 2015-06-14 20:50:26 +03:00
favoritas37 cb84c09e2f updated the project file to include all the newly created files. 2015-06-14 20:49:19 +03:00
favoritas37 820fa54de0 completed the first version of EncodeHint 2015-06-14 20:48:22 +03:00
favoritas37 66e7668815 added const qualifier to BitArray::toBytes 2015-06-14 20:44:29 +03:00
favoritas37 b0ea32e95c refactoring BlockPair to use ArrayRef instead of std::vector. 2015-06-14 20:43:04 +03:00
favoritas37 85cb7db29d added push_back function to zxing::common::Array 2015-06-14 20:41:53 +03:00
favoritas37 74e7dc26db completed first version of zxing::qrcode::ErrorCorrectionLevel 2015-06-14 14:50:04 +03:00
favoritas37 acd7136d9b Added copy constructor to zxing::qrcore::ErrorCorrectionLevel 2015-06-14 14:19:12 +03:00
favoritas37 42122c1c62 minor refactoring to organize the functions in header file according to the access modifiers. 2015-06-14 14:06:06 +03:00
favoritas37 4eeccfba38 Completed port of UnsupportedEncodingException 2015-06-14 13:59:00 +03:00
favoritas37 095b27a4b2 fix to the toBytes at initial check. 2015-06-14 13:57:27 +03:00
favoritas37 977022f63f Ported function BitArray::toBytes. Also added UnsupportedEncodingException.h 2015-06-14 13:55:46 +03:00