515 Commits

Author SHA1 Message Date
Nikolaos Ftylitakis
024d1e26b7
Update travis to use ubuntu 16.04 (xenial) (#119)
* Update travis to use ubuntu 16.04 (xenial)

Update travis to use ubuntu 16.04 (xenial) instead of 14.04 (trusty)

* add xvfb as a service to xenial distribution

* removed explicit start of xvfb

after adding the xvfb as a service, there is no reason to explicitly start it at "before_install"

* install libGL during before_install

* install libgl1-mesa-dev during "before_install"
2019-07-11 18:04:47 +03:00
Eism
8bf0bd08b1 Revert "rss verssion 0.1"
This reverts commit a177fe97d19fe6c1096b4005d063ecc532644ddc.
2019-07-08 18:01:11 +02:00
EIsmailzada
8b5d48aa54 Merge remote-tracking branch 'origin/master' 2019-07-08 17:57:52 +02:00
Nikolaos Ftylitakis
8ec5464e78
Merge pull request #116 from stefandunca/master
Fix usage of boolean due to definition conflicting with Windows SDK's
2019-07-08 10:37:09 +03:00
Stefan Dunca
c6e1a9def0 Merge branch 'master' of github.com:ftylitak/qzxing 2019-07-07 22:45:07 +02:00
Eism
5fd213d890 Merge remote-tracking branch 'origin/master' 2019-07-07 12:05:18 +02:00
Eism
a177fe97d1 rss verssion 0.1 2019-07-07 12:04:37 +02:00
Nikolaos Ftylitakis
191f636d3d
Deactivate Android build checks from Travis
After some changes from the Qt installers (? maybe), all Travis Android builds are not able to be configured in order to run. 
Deactivating thier build till it get fixed.
2019-07-03 15:21:13 +03:00
Nikolaos Ftylitakis
d91f80528d
Added LGTM badges
Added LGTM badges. Their actual value is calculated once a day, so upon making changes roughly a day must pass to see results.
2019-07-03 15:18:45 +03:00
Nikos Ftylitakis
a9744f9b89 fix compilation error due to a missing return statement 2019-07-03 14:17:37 +03:00
Nikos Ftylitakis
0c624d1e9c Apply fixes suggested by LGTM checks. a) Create assignment operator overloads where copy constructors are already implemented. b) fix possible loss of data in DecodeBitStreamParser due to signedness missmatch. c) during an exception throw, throw an object's instance, not its pointer. 2019-07-03 14:11:30 +03:00
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
Stefan Dunca
25c1c6b903 Fix usage of boolean due to definition conflicting with Windows SDK's 2019-07-01 14:35:20 +02: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
Bartosz Pajewski
85945f9af6 Fixed 2019-06-05 21:06:22 +02: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