dav.olivier@gmail.com
674a5c6f91
Minor deletion of code that shouldn't have been committed
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@1576 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-09-05 11:28:12 +00:00
dav.olivier@gmail.com
dca6c9a353
corrected possibilities of crashing while detecting a datamatrix
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@1575 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-09-04 18:07:09 +00:00
dav.olivier@gmail.com
a573e789d2
Improved datamatrix reader with new algorithm
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@1574 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-09-03 20:49:22 +00:00
srowen
47d2f3c798
David Olivier's Data Matrix improvements
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@1573 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-09-03 07:50:47 +00:00
srowen
14a03f40b1
Issue 537, don't return UPC-A for EAN-13 starting with 0 when UPC-A isn't allowed
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@1572 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-09-01 10:26:37 +00:00
smparkes@smparkes.net
ba2bb1c171
git/svn ignore build artifacts
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@1571 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-08-31 17:36:28 +00:00
smparkes@smparkes.net
d98d2af1ab
Issue 524
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@1570 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-08-31 03:18:56 +00:00
srowen
c34f284041
Issue 465, remove reference to libs/ as it is not used
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@1569 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-08-29 20:31:47 +00:00
dswitkin@google.com
b14a77502d
One more change to accommodate differences in jpeg libraries. Some machines will report this test as too lax by one image.
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@1568 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-08-26 14:58:03 +00:00
dswitkin@google.com
1ba5eceeb2
Updated the negative blackbox test values.
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@1567 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-08-26 14:55:17 +00:00
flyashi
84b6b3d57b
C++: fix dormat BitArray quiet zone checking bug that was causing rampant false positives
...
also make zxing test app decode call a little cleaner.
git-svn-id: https://zxing.googlecode.com/svn/trunk@1566 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-08-26 14:46:31 +00:00
dswitkin@google.com
d26cfc7fd1
Added rounding code to the C++ port as well.
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@1565 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-08-26 14:13:33 +00:00
dswitkin@google.com
226bf1a1a6
Added rounding code to getRow() as well and updated the tests accordingly.
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@1564 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-08-26 14:06:44 +00:00
dswitkin@google.com
0f431db54d
Removed dynamic allocation of new int[2] when searching for
...
guard patterns to improve performance.
git-svn-id: https://zxing.googlecode.com/svn/trunk@1563 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-08-25 20:51:14 +00:00
dswitkin@google.com
886b70e167
Minor formatting cleanup.
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@1562 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-08-25 19:03:32 +00:00
dswitkin@google.com
aca11201ed
Converted tabs to spaces.
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@1561 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-08-25 18:39:14 +00:00
dswitkin@google.com
7db3546ea6
Created new false positives blackbox test. We definitely have a problem with EAN_8 firing too often.
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@1560 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-08-25 18:23:00 +00:00
smparkes@smparkes.net
a4a88a0083
git/svn ignores for build artifacts/personal xcode settings
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@1559 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-08-25 16:10:25 +00:00
smparkes@smparkes.net
4836a3e28c
Issue 494 round luminance values rather than truncate
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@1558 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-08-25 15:54:19 +00:00
srowen
e3bd36499c
Translation updates from Morgan Courbet
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@1557 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-08-24 19:17:48 +00:00
dswitkin@google.com
3d9063dd17
Removed an extra memcpy and made getMatrix() pure virtual.
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@1556 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-08-24 18:59:26 +00:00
srowen
8f1401656a
Slovenian translation
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@1555 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-08-23 16:41:15 +00:00
dswitkin@google.com
a080a85cdd
Created new UPC-A blackbox test.
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@1554 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-08-23 15:47:13 +00:00
dswitkin@google.com
aa94b2a633
Updated the ZXingText Ant file to match the Barcode Scanner one.
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@1553 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-08-23 15:39:33 +00:00
srowen
273d2eea97
Issue 521, avoid an NPE
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@1552 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-08-22 21:58:11 +00:00
flyashi
ca1cf153d6
GreyscaleRotatedLuminanceSource: implemented getMatrix()
...
BitMatrix: implemented getRow
git-svn-id: https://zxing.googlecode.com/svn/trunk@1551 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-08-20 20:24:20 +00:00
smparkes@smparkes.net
124ef03ca9
Allow a few build-time arguments to the C++ build
...
Add DEBUG and PIC flags to scons so you can now build without debug, e.g.,
scons DEBUG=false lib
or with -fPIC forced, e.g,.
scons PIC=true lib
Defaults haven't changed.
git-svn-id: https://zxing.googlecode.com/svn/trunk@1550 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-08-20 18:46:05 +00:00
smparkes@smparkes.net
dd1336d0cf
Tweak svn/git ignores
...
Add OS X libzxing.a project
Include a copy of scons-local for cpp
git-svn-id: https://zxing.googlecode.com/svn/trunk@1549 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-08-20 00:41:26 +00:00
smparkes@smparkes.net
1c9f770e52
svn:ignore java build artifacts
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@1548 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-08-20 00:17:50 +00:00
dswitkin@google.com
f9bc448926
Fixed a bug I introduced while removing exceptions, which caused the
...
x coordinate of 1D barcodes to always be flipped, as if they had been
read upside down.
git-svn-id: https://zxing.googlecode.com/svn/trunk@1547 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-08-18 18:31:49 +00:00
smparkes@smparkes.net
439ff92bd9
Issue 479
...
Note, the audio no longer plays. I'm pretty sure this is because the widget is dismissed immediately
and the sound is released before it is played. I'm thinkng audio feedback should be done by the caller.
git-svn-id: https://zxing.googlecode.com/svn/trunk@1546 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-08-17 21:18:56 +00:00
smparkes@smparkes.net
3f8639c67e
Issue 520
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@1545 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-08-17 20:12:10 +00:00
srowen
d70e368ef0
Minor change to make javadoc work with new Android SDK
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@1544 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-08-17 17:34:32 +00:00
smparkes@smparkes.net
a251967f55
Issue 519
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@1543 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-08-17 16:19:57 +00:00
smparkes@smparkes.net
6e3b219023
cleaned up versions of new tests; hopefully no EOL issues
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@1542 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-08-17 00:10:33 +00:00
smparkes@smparkes.net
6220f46c94
remove CRLF files before readding them (in an attempt to not confuse SVN with EOL stuff)
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@1541 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-08-17 00:09:09 +00:00
srowen
346d163125
Issue 520
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@1540 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-08-16 21:55:33 +00:00
smparkes@smparkes.net
b2cf605bc9
a set of synthetic version 40 tests at each ECC level
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@1539 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-08-16 21:02:27 +00:00
smparkes@smparkes.net
d09cad7863
fix log to reflect reality
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@1538 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-08-16 20:54:15 +00:00
srowen
5d34f3a55d
Issue 519
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@1537 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-08-16 20:19:09 +00:00
dswitkin@google.com
56e9cef5b3
Fixed the double delete problem remaining in issue 503.
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@1536 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-08-16 15:34:00 +00:00
dswitkin@google.com
e68b2951f4
Removed as many exceptions as possible from the C++ product readers
...
to improve performance. There is no change in the number of images
which pass the unit tests.
git-svn-id: https://zxing.googlecode.com/svn/trunk@1535 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-08-16 15:17:39 +00:00
srowen
c194eb915c
Preserve line breaks into XHTML
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@1534 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-08-16 11:09:49 +00:00
srowen
aee6be71f3
Issue 492
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@1533 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-08-14 19:11:49 +00:00
srowen
eee9068f2a
Weird, Android doesn't have TimeUnit.MINUTES
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@1532 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-08-14 19:00:54 +00:00
dswitkin@google.com
2476762007
Changed OneDReader::recordPattern to not throw exceptions. For now it just
...
moves them up a level to the callers.
git-svn-id: https://zxing.googlecode.com/svn/trunk@1531 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-08-13 19:47:13 +00:00
srowen
d096810e67
Remove another -Xint, and use -Djava.awt.headless=true to avoid Apple JDK annoyance
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@1530 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-08-13 17:20:42 +00:00
srowen
5951e1dac3
Issue 460, auto timeout of CaptureActivity after inactivity, for testing. Also break out some code from CaptureActivity to reduce its size.
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@1529 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-08-13 17:18:53 +00:00
srowen
f2ac4e651b
Tiny style bits
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@1528 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-08-13 17:17:47 +00:00
dswitkin@google.com
56ad5f5554
Began removing the excessive use of exceptions in the 1D readers by drawing
...
a line in the sand: no one may throw an exception from decodeRow(). Next up
is to throw fewer exceptions internally.
git-svn-id: https://zxing.googlecode.com/svn/trunk@1527 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-08-13 16:20:03 +00:00