Added a project written on Qt framework for Symbian and added tutorials for both...
authorftylitak <ftylitak@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Thu, 6 May 2010 11:18:01 +0000 (11:18 +0000)
committerftylitak <ftylitak@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Thu, 6 May 2010 11:18:01 +0000 (11:18 +0000)
commit147ed943d31eb6ccb14cd2c6e0a6c27a7fb9f800
treef274d954c0130f4e9d883b155533c60aec1d18ae
parenta7263b7f24d90165bf4aa446b70c97cd2f2b0bcc
Added a project written on Qt framework for Symbian and added tutorials for both ZXingBarcodeReader and QQrDecoder

git-svn-id: http://zxing.googlecode.com/svn/trunk@1339 59b500cc-1b3d-0410-9834-0bbf25fbcc57
143 files changed:
AUTHORS
symbian/QQrDecoder/CameraImageWrapper.cpp [new file with mode: 0644]
symbian/QQrDecoder/CameraImageWrapper.h [new file with mode: 0644]
symbian/QQrDecoder/Nokia_Licence.txt [new file with mode: 0644]
symbian/QQrDecoder/QCameraControllerWidget.cpp [new file with mode: 0644]
symbian/QQrDecoder/QCameraControllerWidget.h [new file with mode: 0644]
symbian/QQrDecoder/QQrDecoder.cpp [new file with mode: 0644]
symbian/QQrDecoder/QQrDecoder.h [new file with mode: 0644]
symbian/QQrDecoder/QQrDecoder.pro [new file with mode: 0644]
symbian/QQrDecoder/QQrDecoder.svg [new file with mode: 0644]
symbian/QQrDecoder/QQrDecoder.ui [new file with mode: 0644]
symbian/QQrDecoder/QQrDecoder_template.sisx [new file with mode: 0644]
symbian/QQrDecoder/ZXing_Licence.txt [new file with mode: 0644]
symbian/QQrDecoder/camerawrapper/epoc32/InstallToDevice/CameraWrapper/sis/camerawrapper.sisx [new file with mode: 0644]
symbian/QQrDecoder/camerawrapper/epoc32/include/cameraengine.h [new file with mode: 0644]
symbian/QQrDecoder/camerawrapper/epoc32/include/cameraengineobserver.h [new file with mode: 0644]
symbian/QQrDecoder/camerawrapper/epoc32/release/armv5/lib/camerawrapper.dso [new file with mode: 0644]
symbian/QQrDecoder/camerawrapper/epoc32/release/armv5/lib/camerawrapper.lib [new file with mode: 0644]
symbian/QQrDecoder/camerawrapper/epoc32/release/armv5/lib/camerawrapper{000a0000}.dso [new file with mode: 0644]
symbian/QQrDecoder/camerawrapper/epoc32/release/armv5/lib/camerawrapper{000a0000}.lib [new file with mode: 0644]
symbian/QQrDecoder/camerawrapper/epoc32/release/armv5/urel/camerawrapper.dll [new file with mode: 0644]
symbian/QQrDecoder/camerawrapper/epoc32/release/armv5/urel/camerawrapper.dll.map [new file with mode: 0644]
symbian/QQrDecoder/camerawrapper/epoc32/release/winscw/udeb/CamAutoFocus.dll [new file with mode: 0644]
symbian/QQrDecoder/camerawrapper/epoc32/release/winscw/udeb/camerawrapper.dll [new file with mode: 0644]
symbian/QQrDecoder/camerawrapper/epoc32/release/winscw/udeb/camerawrapper.lib [new file with mode: 0644]
symbian/QQrDecoder/main.cpp [new file with mode: 0644]
symbian/QQrDecoder/zxing/BarcodeFormat.cpp [new file with mode: 0644]
symbian/QQrDecoder/zxing/BarcodeFormat.h [new file with mode: 0644]
symbian/QQrDecoder/zxing/Binarizer.cpp [new file with mode: 0644]
symbian/QQrDecoder/zxing/Binarizer.h [new file with mode: 0644]
symbian/QQrDecoder/zxing/BinaryBitmap.cpp [new file with mode: 0644]
symbian/QQrDecoder/zxing/BinaryBitmap.h [new file with mode: 0644]
symbian/QQrDecoder/zxing/Exception.cpp [new file with mode: 0644]
symbian/QQrDecoder/zxing/Exception.h [new file with mode: 0644]
symbian/QQrDecoder/zxing/LuminanceSource.cpp [new file with mode: 0644]
symbian/QQrDecoder/zxing/LuminanceSource.h [new file with mode: 0644]
symbian/QQrDecoder/zxing/MultiFormatReader.cpp [new file with mode: 0644]
symbian/QQrDecoder/zxing/MultiFormatReader.h [new file with mode: 0644]
symbian/QQrDecoder/zxing/Reader.cpp [new file with mode: 0644]
symbian/QQrDecoder/zxing/Reader.h [new file with mode: 0644]
symbian/QQrDecoder/zxing/ReaderException.cpp [new file with mode: 0644]
symbian/QQrDecoder/zxing/ReaderException.h [new file with mode: 0644]
symbian/QQrDecoder/zxing/Result.cpp [new file with mode: 0644]
symbian/QQrDecoder/zxing/Result.h [new file with mode: 0644]
symbian/QQrDecoder/zxing/ResultPoint.cpp [new file with mode: 0644]
symbian/QQrDecoder/zxing/ResultPoint.h [new file with mode: 0644]
symbian/QQrDecoder/zxing/common/Array.cpp [new file with mode: 0644]
symbian/QQrDecoder/zxing/common/Array.h [new file with mode: 0644]
symbian/QQrDecoder/zxing/common/BitArray.cpp [new file with mode: 0644]
symbian/QQrDecoder/zxing/common/BitArray.h [new file with mode: 0644]
symbian/QQrDecoder/zxing/common/BitMatrix.cpp [new file with mode: 0644]
symbian/QQrDecoder/zxing/common/BitMatrix.h [new file with mode: 0644]
symbian/QQrDecoder/zxing/common/BitSource.cpp [new file with mode: 0644]
symbian/QQrDecoder/zxing/common/BitSource.h [new file with mode: 0644]
symbian/QQrDecoder/zxing/common/Counted.cpp [new file with mode: 0644]
symbian/QQrDecoder/zxing/common/Counted.h [new file with mode: 0644]
symbian/QQrDecoder/zxing/common/DecoderResult.cpp [new file with mode: 0644]
symbian/QQrDecoder/zxing/common/DecoderResult.h [new file with mode: 0644]
symbian/QQrDecoder/zxing/common/DetectorResult.cpp [new file with mode: 0644]
symbian/QQrDecoder/zxing/common/DetectorResult.h [new file with mode: 0644]
symbian/QQrDecoder/zxing/common/EdgeDetector.cpp [new file with mode: 0644]
symbian/QQrDecoder/zxing/common/EdgeDetector.h [new file with mode: 0644]
symbian/QQrDecoder/zxing/common/GlobalHistogramBinarizer.cpp [new file with mode: 0644]
symbian/QQrDecoder/zxing/common/GlobalHistogramBinarizer.h [new file with mode: 0644]
symbian/QQrDecoder/zxing/common/GridSampler.cpp [new file with mode: 0644]
symbian/QQrDecoder/zxing/common/GridSampler.h [new file with mode: 0644]
symbian/QQrDecoder/zxing/common/IllegalArgumentException.cpp [new file with mode: 0644]
symbian/QQrDecoder/zxing/common/IllegalArgumentException.h [new file with mode: 0644]
symbian/QQrDecoder/zxing/common/LocalBlockBinarizer.cpp [new file with mode: 0644]
symbian/QQrDecoder/zxing/common/LocalBlockBinarizer.h [new file with mode: 0644]
symbian/QQrDecoder/zxing/common/PerspectiveTransform.cpp [new file with mode: 0644]
symbian/QQrDecoder/zxing/common/PerspectiveTransform.h [new file with mode: 0644]
symbian/QQrDecoder/zxing/common/Point.h [new file with mode: 0644]
symbian/QQrDecoder/zxing/common/Str.cpp [new file with mode: 0644]
symbian/QQrDecoder/zxing/common/Str.h [new file with mode: 0644]
symbian/QQrDecoder/zxing/common/reedsolomon/GF256.cpp [new file with mode: 0644]
symbian/QQrDecoder/zxing/common/reedsolomon/GF256.h [new file with mode: 0644]
symbian/QQrDecoder/zxing/common/reedsolomon/GF256Poly.cpp [new file with mode: 0644]
symbian/QQrDecoder/zxing/common/reedsolomon/GF256Poly.h [new file with mode: 0644]
symbian/QQrDecoder/zxing/common/reedsolomon/ReedSolomonDecoder.cpp [new file with mode: 0644]
symbian/QQrDecoder/zxing/common/reedsolomon/ReedSolomonDecoder.h [new file with mode: 0644]
symbian/QQrDecoder/zxing/common/reedsolomon/ReedSolomonException.cpp [new file with mode: 0644]
symbian/QQrDecoder/zxing/common/reedsolomon/ReedSolomonException.h [new file with mode: 0644]
symbian/QQrDecoder/zxing/oned/Code128Reader.cpp [new file with mode: 0644]
symbian/QQrDecoder/zxing/oned/Code128Reader.h [new file with mode: 0644]
symbian/QQrDecoder/zxing/oned/Code39Reader.cpp [new file with mode: 0644]
symbian/QQrDecoder/zxing/oned/Code39Reader.h [new file with mode: 0644]
symbian/QQrDecoder/zxing/oned/EAN13Reader.cpp [new file with mode: 0644]
symbian/QQrDecoder/zxing/oned/EAN13Reader.h [new file with mode: 0644]
symbian/QQrDecoder/zxing/oned/EAN8Reader.cpp [new file with mode: 0644]
symbian/QQrDecoder/zxing/oned/EAN8Reader.h [new file with mode: 0644]
symbian/QQrDecoder/zxing/oned/ITFReader.cpp [new file with mode: 0644]
symbian/QQrDecoder/zxing/oned/ITFReader.h [new file with mode: 0644]
symbian/QQrDecoder/zxing/oned/MultiFormatOneDReader.cpp [new file with mode: 0644]
symbian/QQrDecoder/zxing/oned/MultiFormatOneDReader.h [new file with mode: 0644]
symbian/QQrDecoder/zxing/oned/MultiFormatUPCEANReader.cpp [new file with mode: 0644]
symbian/QQrDecoder/zxing/oned/MultiFormatUPCEANReader.h [new file with mode: 0644]
symbian/QQrDecoder/zxing/oned/OneDReader.cpp [new file with mode: 0644]
symbian/QQrDecoder/zxing/oned/OneDReader.h [new file with mode: 0644]
symbian/QQrDecoder/zxing/oned/OneDResultPoint.cpp [new file with mode: 0644]
symbian/QQrDecoder/zxing/oned/OneDResultPoint.h [new file with mode: 0644]
symbian/QQrDecoder/zxing/oned/UPCAReader.cpp [new file with mode: 0644]
symbian/QQrDecoder/zxing/oned/UPCAReader.h [new file with mode: 0644]
symbian/QQrDecoder/zxing/oned/UPCEANReader.cpp [new file with mode: 0644]
symbian/QQrDecoder/zxing/oned/UPCEANReader.h [new file with mode: 0644]
symbian/QQrDecoder/zxing/oned/UPCEReader.cpp [new file with mode: 0644]
symbian/QQrDecoder/zxing/oned/UPCEReader.h [new file with mode: 0644]
symbian/QQrDecoder/zxing/qrcode/ErrorCorrectionLevel.cpp [new file with mode: 0644]
symbian/QQrDecoder/zxing/qrcode/ErrorCorrectionLevel.h [new file with mode: 0644]
symbian/QQrDecoder/zxing/qrcode/FormatInformation.cpp [new file with mode: 0644]
symbian/QQrDecoder/zxing/qrcode/FormatInformation.h [new file with mode: 0644]
symbian/QQrDecoder/zxing/qrcode/QRCodeReader.cpp [new file with mode: 0644]
symbian/QQrDecoder/zxing/qrcode/QRCodeReader.h [new file with mode: 0644]
symbian/QQrDecoder/zxing/qrcode/Version.cpp [new file with mode: 0644]
symbian/QQrDecoder/zxing/qrcode/Version.h [new file with mode: 0644]
symbian/QQrDecoder/zxing/qrcode/decoder/BitMatrixParser.cpp [new file with mode: 0644]
symbian/QQrDecoder/zxing/qrcode/decoder/BitMatrixParser.h [new file with mode: 0644]
symbian/QQrDecoder/zxing/qrcode/decoder/DataBlock.cpp [new file with mode: 0644]
symbian/QQrDecoder/zxing/qrcode/decoder/DataBlock.h [new file with mode: 0644]
symbian/QQrDecoder/zxing/qrcode/decoder/DataMask.cpp [new file with mode: 0644]
symbian/QQrDecoder/zxing/qrcode/decoder/DataMask.h [new file with mode: 0644]
symbian/QQrDecoder/zxing/qrcode/decoder/DecodedBitStreamParser.cpp [new file with mode: 0644]
symbian/QQrDecoder/zxing/qrcode/decoder/DecodedBitStreamParser.h [new file with mode: 0644]
symbian/QQrDecoder/zxing/qrcode/decoder/Decoder.cpp [new file with mode: 0644]
symbian/QQrDecoder/zxing/qrcode/decoder/Decoder.h [new file with mode: 0644]
symbian/QQrDecoder/zxing/qrcode/decoder/Mode.cpp [new file with mode: 0644]
symbian/QQrDecoder/zxing/qrcode/decoder/Mode.h [new file with mode: 0644]
symbian/QQrDecoder/zxing/qrcode/detector/AlignmentPattern.cpp [new file with mode: 0644]
symbian/QQrDecoder/zxing/qrcode/detector/AlignmentPattern.h [new file with mode: 0644]
symbian/QQrDecoder/zxing/qrcode/detector/AlignmentPatternFinder.cpp [new file with mode: 0644]
symbian/QQrDecoder/zxing/qrcode/detector/AlignmentPatternFinder.h [new file with mode: 0644]
symbian/QQrDecoder/zxing/qrcode/detector/Detector.cpp [new file with mode: 0644]
symbian/QQrDecoder/zxing/qrcode/detector/Detector.h [new file with mode: 0644]
symbian/QQrDecoder/zxing/qrcode/detector/FinderPattern.cpp [new file with mode: 0644]
symbian/QQrDecoder/zxing/qrcode/detector/FinderPattern.h [new file with mode: 0644]
symbian/QQrDecoder/zxing/qrcode/detector/FinderPatternFinder.cpp [new file with mode: 0644]
symbian/QQrDecoder/zxing/qrcode/detector/FinderPatternFinder.h [new file with mode: 0644]
symbian/QQrDecoder/zxing/qrcode/detector/FinderPatternInfo.cpp [new file with mode: 0644]
symbian/QQrDecoder/zxing/qrcode/detector/FinderPatternInfo.h [new file with mode: 0644]
symbian/QQrDecoder/zxing/qrcode/detector/QREdgeDetector.cpp [new file with mode: 0644]
symbian/QQrDecoder/zxing/qrcode/detector/QREdgeDetector.h [new file with mode: 0644]
symbian/QQrDecoder_tutorial.txt [new file with mode: 0644]
symbian/ZXingBarcodeReader_tutorial.txt [new file with mode: 0644]