Nikolaos Ftylitakis
|
f7a06f2e58
|
Merge pull request #115 from sjvs/patch-1
Create lgtm.yml to configure LGTM.com C/C++ analysis
|
2019-07-02 15:56:14 +03:00 |
|
Bas van Schaik
|
bbf898fa0a
|
Update .lgtm.yml
|
2019-07-02 13:01:16 +01:00 |
|
Bas van Schaik
|
d45bc20897
|
Create .lgtm.yml to configure LGTM.com C/C++ analysis
This file gives LGTM.com how to configure the C/C++ code. It'll figure out the rest of the build command and required dependencies itself.
|
2019-07-02 12:48:45 +01:00 |
|
Nikos Ftylitakis
|
39c9b04697
|
enhancing the configuration of AppVeyor. removed unreasonable build configurations
|
2019-06-26 11:59:57 +03:00 |
|
Nikos Ftylitakis
|
4f2565ddf5
|
Merge branch 'master' of https://github.com/ftylitak/qzxing
|
2019-06-26 11:41:31 +03:00 |
|
Nikos Ftylitakis
|
a9d61b4a0f
|
Sanitation of AppVeyor to build less configurations. Qt LTS versions are covered.
|
2019-06-26 11:39:45 +03:00 |
|
Nikolaos Ftylitakis
|
ab625225df
|
Updated README.md
Added AppVeyor badge
|
2019-06-26 11:24:18 +03:00 |
|
Nikos Ftylitakis
|
f5fb678d17
|
Merge branch 'master' of https://github.com/ftylitak/qzxing
|
2019-06-26 11:12:08 +03:00 |
|
Nikos Ftylitakis
|
f846faa2d7
|
Fix compilation of project when targeting MSVC. #113
|
2019-06-26 11:11:46 +03:00 |
|
Nikolaos Ftylitakis
|
ea1f1c4730
|
Merge pull request #111 from ftylitak/86-fix-QZXingFilter-Linux
Support of YUYV image format in QZXingFilter
|
2019-06-21 17:20:15 +03:00 |
|
Nikos Ftylitakis
|
c5bb5f2730
|
If the decoded text is of type EAN_13 or UPC_A, remove the first character as it exists twice. Fixes #110
|
2019-06-21 15:58:25 +03:00 |
|
Nikos Ftylitakis
|
9eac8518ac
|
In ByteArray,use zxing::byte instead of char.
|
2019-06-21 15:02:24 +03:00 |
|
Nikos Ftylitakis
|
2fd0557cf0
|
Merge branch 'master' of https://github.com/ftylitak/qzxing
|
2019-06-20 17:37:16 +03:00 |
|
Nikos Ftylitakis
|
16521b6835
|
fixed typos in new travis configuration.
|
2019-06-19 14:03:41 +03:00 |
|
Nikos Ftylitakis
|
30fd430ada
|
updated CI configuration to remove builds for Qt 5.10 and Qt 5.11 and add Qt 5.12 and Qt 5.13.
|
2019-06-19 13:55:05 +03:00 |
|
Nikolaos Ftylitakis
|
465e1f0065
|
Merge pull request #106 from Eism/UPCEAN_Extensions
UPCEANExtensions
Thank you very much @Eism for your contribution!
|
2019-06-19 11:16:44 +03:00 |
|
Elnur Ismailzada
|
16d5c26698
|
correct decode UPC_EAN_EXTENSION
|
2019-05-18 12:09:29 +02:00 |
|
Elnur Ismailzada
|
5514f3f9b3
|
backward compatibility
|
2019-05-17 01:14:01 +02:00 |
|
Elnur Ismailzada
|
c35ca6492e
|
simultaneous recognition UPC/EAN and UPC_EAN_EXTENCION
|
2019-05-17 00:43:11 +02:00 |
|
Elnur Ismailzada
|
82d4407c78
|
vector -> set
|
2019-05-17 00:36:58 +02:00 |
|
Elnur Ismailzada
|
49b0e85227
|
add allowed extensions
|
2019-05-16 10:18:23 +02:00 |
|
Elnur Ismailzada
|
1f9e9d3988
|
stoi->atoi
|
2019-05-13 22:51:40 +02:00 |
|
Elnur Ismailzada
|
5048d2ecf0
|
removing unnecessary inclusions
|
2019-05-13 22:04:07 +02:00 |
|
Elnur Ismailzada
|
4ce99aed3a
|
add ean manufacture org supported
|
2019-05-13 22:03:54 +02:00 |
|
Elnur Ismailzada
|
a657058c47
|
fix spaces
|
2019-05-13 22:03:44 +02:00 |
|
Elnur Ismailzada
|
04e06fa229
|
save resultpoints
|
2019-05-13 22:03:33 +02:00 |
|
Elnur Ismailzada
|
b63e7ff6e1
|
correct convert to qvariant
|
2019-05-13 22:02:59 +02:00 |
|
Elnur Ismailzada
|
c121d18605
|
add upc_ean extension
|
2019-05-10 20:55:50 +02:00 |
|
Nikolaos Ftylitakis
|
5ac0f75266
|
Merge pull request #101 from fredldotme/master
src: use ::abs() instead of abs()
|
2019-04-17 11:30:23 +03:00 |
|
Nikos Ftylitakis
|
4f37a03731
|
Fixed capturing rectangle to be respected when decoding YUYV images in QZXingFilter. Now it seems that Decoding is working for Linux. #86
|
2019-04-17 10:38:55 +03:00 |
|
Nikos Ftylitakis
|
b952523aeb
|
Fixed the support to YUYV image format. Pending bug: the extracted aread of the image is not correct (it is missaligned). #86
|
2019-04-17 10:26:04 +03:00 |
|
Alfred E. Neumayer
|
38409776aa
|
Replace missing abs() with ::abs()
|
2019-04-15 12:34:01 +02:00 |
|
Nikolaos Ftylitakis
|
2162e6d935
|
Merge pull request #103 from Thaodan/update_example_android_gradlew
Update example android gradle
|
2019-04-15 12:24:55 +03:00 |
|
Nikos Ftylitakis
|
3e6d8a7e22
|
Merge branch 'master' of https://github.com/ftylitak/qzxing
|
2019-04-15 12:09:11 +03:00 |
|
Björn Bidar
|
f51cc2fdbe
|
update gradle build file to latest android support and gradle tools
|
2019-04-12 10:28:18 +02:00 |
|
Björn Bidar
|
006e091f91
|
update gradle version of example
|
2019-04-12 10:27:44 +02:00 |
|
Alfred Neumayer
|
b2dc634098
|
src: use ::abs() instead of abs()
Fix undefined reference errors while building with clang.
|
2019-04-10 16:40:00 +02:00 |
|
Alfred E. Neumayer
|
70c3bd8502
|
Merge pull request #2 from ftylitak/master
Merge pull request #100 from fredldotme/master
|
2019-04-10 16:33:21 +02:00 |
|
Nikolaos Ftylitakis
|
0211eed2af
|
Merge pull request #100 from fredldotme/master
avoid processing empty video frame buffers
|
2019-04-03 12:19:33 +03:00 |
|
Alfred E. Neumayer
|
30d9f94457
|
Merge pull request #1 from ftylitak/master
Merge upstream
|
2019-04-02 11:01:13 +02:00 |
|
Alfred Neumayer
|
a747ab7af7
|
avoid processing empty video frame buffers
|
2019-04-01 19:00:40 +02:00 |
|
favoritas37
|
9f53b1ac03
|
code cleanup
|
2019-03-26 22:26:31 +02:00 |
|
favoritas37
|
9e40185e8d
|
replace all Ref<Version> to Version*
|
2019-03-25 14:37:19 +02:00 |
|
favoritas37
|
9dfa221563
|
Added blocking map-reduce concurrency when executing EncoderStressTest. (still has issues.)
|
2019-03-25 12:32:10 +02:00 |
|
favoritas37
|
83243790f8
|
simplified CharacterSetECI initialization
|
2019-03-25 12:30:23 +02:00 |
|
Nikos Ftylitakis
|
15ddcaf181
|
Added support to the execution of stress test for encode / decode operation for all possible combinations of Qr code length and error correction levels.
Created as a first step to detect the bug of #83.
|
2019-01-18 01:38:10 +02:00 |
|
Nikos Ftylitakis
|
38bbed6fcb
|
add support to QZXing::getLastDecodeOperationSucceded function, returns the success status of the last decode operation execution
|
2019-01-18 01:34:20 +02:00 |
|
Nikos Ftylitakis
|
34ec2de774
|
Merge branch 'igniti-gmbh-warningfixes'
|
2018-12-25 17:51:10 +02:00 |
|
Nikos Ftylitakis
|
1ef4fb175f
|
minor fixes
|
2018-12-25 17:42:15 +02:00 |
|
Nikos Ftylitakis
|
284387fc5b
|
Merge branch 'warningfixes' of https://github.com/igniti-gmbh/qzxing into igniti-gmbh-warningfixes
|
2018-12-25 16:32:10 +02:00 |
|