Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(86)

Issue 2383: iPhone Client, first part-working version, code reorganized

Can't Edit
Can't Publish+Mail
Start Review
Created:
15 years, 10 months ago by Christian Brunschen
Modified:
5 months, 3 weeks ago
Reviewers:
srowen, dswitkin
Base URL:
https://zxing.googlecode.com/svn/trunk/
Visibility:
Public.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+20706 lines, -1091 lines) Patch
cpp/core/src/BarcodeFormat.h View 1 chunk +29 lines, -0 lines 0 comments Download
cpp/core/src/BarcodeFormat.cpp View 1 chunk +22 lines, -0 lines 0 comments Download
cpp/core/src/BlackPointEstimationMethod.h View 1 chunk +30 lines, -0 lines 0 comments Download
cpp/core/src/BlackPointEstimationMethod.cpp View 1 chunk +22 lines, -0 lines 0 comments Download
cpp/core/src/Exception.h View 1 chunk +37 lines, -0 lines 0 comments Download
cpp/core/src/Exception.cpp View 1 chunk +11 lines, -0 lines 0 comments Download
cpp/core/src/GrayBytesMonochromeBitmapSource.h View 1 chunk +39 lines, -0 lines 0 comments Download
cpp/core/src/GrayBytesMonochromeBitmapSource.cpp View 1 chunk +52 lines, -0 lines 0 comments Download
cpp/core/src/MonochromeBitmapSource.h View 1 chunk +54 lines, -0 lines 0 comments Download
cpp/core/src/MonochromeBitmapSource.cpp View 1 chunk +119 lines, -0 lines 0 comments Download
cpp/core/src/Reader.h View 1 chunk +37 lines, -0 lines 0 comments Download
cpp/core/src/Reader.cpp View 1 chunk +23 lines, -0 lines 0 comments Download
cpp/core/src/ReaderException.h View 1 chunk +32 lines, -0 lines 0 comments Download
cpp/core/src/ReaderException.cpp View 1 chunk +22 lines, -0 lines 0 comments Download
cpp/core/src/Result.h View 1 chunk +54 lines, -0 lines 0 comments Download
cpp/core/src/Result.cpp View 1 chunk +30 lines, -0 lines 0 comments Download
cpp/core/src/ResultPoint.h View 1 chunk +32 lines, -0 lines 0 comments Download
cpp/core/src/ResultPoint.cpp View 1 chunk +22 lines, -0 lines 0 comments Download
cpp/core/src/TransformingMonochromeBitmapSource.h View 1 chunk +107 lines, -0 lines 0 comments Download
cpp/core/src/TransformingMonochromeBitmapSource.cpp View 1 chunk +37 lines, -0 lines 0 comments Download
cpp/core/src/common/Array.h View 1 chunk +172 lines, -0 lines 0 comments Download
cpp/core/src/common/Array.cpp View 1 chunk +22 lines, -0 lines 0 comments Download
cpp/core/src/common/BitArray.h View 1 chunk +57 lines, -0 lines 0 comments Download
cpp/core/src/common/BitArray.cpp View 1 chunk +117 lines, -0 lines 0 comments Download
cpp/core/src/common/BitMatrix.h View 1 chunk +46 lines, -0 lines 0 comments Download
cpp/core/src/common/BitMatrix.cpp View 1 chunk +118 lines, -0 lines 0 comments Download
cpp/core/src/common/BitSource.h View 1 chunk +65 lines, -0 lines 0 comments Download
cpp/core/src/common/BitSource.cpp View 1 chunk +70 lines, -0 lines 0 comments Download
cpp/core/src/common/BlackPointEstimator.h View 1 chunk +34 lines, -0 lines 0 comments Download
cpp/core/src/common/BlackPointEstimator.cpp View 1 chunk +90 lines, -0 lines 0 comments Download
cpp/core/src/common/Counted.h View 1 chunk +179 lines, -0 lines 0 comments Download
cpp/core/src/common/Counted.cpp View 1 chunk +31 lines, -0 lines 0 comments Download
cpp/core/src/common/DecoderResult.h View 1 chunk +46 lines, -0 lines 0 comments Download
cpp/core/src/common/DecoderResult.cpp View 1 chunk +22 lines, -0 lines 0 comments Download
cpp/core/src/common/DetectorResult.h View 1 chunk +43 lines, -0 lines 0 comments Download
cpp/core/src/common/DetectorResult.cpp View 1 chunk +22 lines, -0 lines 0 comments Download
cpp/core/src/common/GridSampler.h View 1 chunk +51 lines, -0 lines 0 comments Download
cpp/core/src/common/GridSampler.cpp View 1 chunk +129 lines, -0 lines 0 comments Download
cpp/core/src/common/IllegalArgumentException.h View 1 chunk +34 lines, -0 lines 0 comments Download
cpp/core/src/common/IllegalArgumentException.cpp View 1 chunk +22 lines, -0 lines 0 comments Download
cpp/core/src/common/PerspectiveTransform.h View 1 chunk +61 lines, -0 lines 0 comments Download
cpp/core/src/common/PerspectiveTransform.cpp View 1 chunk +151 lines, -0 lines 0 comments Download
cpp/core/src/common/Str.h View 1 chunk +42 lines, -0 lines 0 comments Download
cpp/core/src/common/Str.cpp View 1 chunk +31 lines, -0 lines 0 comments Download
cpp/core/src/common/reedsolomon/GF256.h View 1 chunk +71 lines, -0 lines 0 comments Download
cpp/core/src/common/reedsolomon/GF256.cpp View 1 chunk +144 lines, -0 lines 0 comments Download
cpp/core/src/common/reedsolomon/GF256Poly.h View 1 chunk +57 lines, -0 lines 0 comments Download
cpp/core/src/common/reedsolomon/GF256Poly.cpp View 1 chunk +213 lines, -0 lines 0 comments Download
cpp/core/src/common/reedsolomon/ReedSolomonDecoder.h View 1 chunk +53 lines, -0 lines 0 comments Download
cpp/core/src/common/reedsolomon/ReedSolomonDecoder.cpp View 1 chunk +210 lines, -0 lines 0 comments Download
cpp/core/src/common/reedsolomon/ReedSolomonException.h View 1 chunk +34 lines, -0 lines 0 comments Download
cpp/core/src/common/reedsolomon/ReedSolomonException.cpp View 1 chunk +22 lines, -0 lines 0 comments Download
cpp/core/src/qrcode/QRCodeReader.h View 1 chunk +47 lines, -0 lines 0 comments Download
cpp/core/src/qrcode/QRCodeReader.cpp View 1 chunk +60 lines, -0 lines 0 comments Download
cpp/core/src/qrcode/decoder/BitMatrixParser.h View 1 chunk +56 lines, -0 lines 0 comments Download
cpp/core/src/qrcode/decoder/BitMatrixParser.cpp View 1 chunk +186 lines, -0 lines 0 comments Download
cpp/core/src/qrcode/decoder/DataBlock.h View 1 chunk +59 lines, -0 lines 0 comments Download
cpp/core/src/qrcode/decoder/DataBlock.cpp View 1 chunk +106 lines, -0 lines 0 comments Download
cpp/core/src/qrcode/decoder/DataMask.h View 1 chunk +50 lines, -0 lines 0 comments Download
cpp/core/src/qrcode/decoder/DataMask.cpp View 1 chunk +245 lines, -0 lines 0 comments Download
cpp/core/src/qrcode/decoder/DecodedBitStreamParser.h View 1 chunk +72 lines, -0 lines 0 comments Download
cpp/core/src/qrcode/decoder/DecodedBitStreamParser.cpp View 1 chunk +273 lines, -0 lines 0 comments Download
cpp/core/src/qrcode/decoder/Decoder.h View 1 chunk +55 lines, -0 lines 0 comments Download
cpp/core/src/qrcode/decoder/Decoder.cpp View 1 chunk +98 lines, -0 lines 0 comments Download
cpp/core/src/qrcode/decoder/ErrorCorrectionLevel.h View 1 chunk +52 lines, -0 lines 0 comments Download
cpp/core/src/qrcode/decoder/ErrorCorrectionLevel.cpp View 1 chunk +32 lines, -0 lines 0 comments Download
cpp/core/src/qrcode/decoder/FormatInformation.h View 1 chunk +63 lines, -0 lines 0 comments Download
cpp/core/src/qrcode/decoder/FormatInformation.cpp View 1 chunk +128 lines, -0 lines 0 comments Download
cpp/core/src/qrcode/decoder/Mode.h View 1 chunk +50 lines, -0 lines 0 comments Download
cpp/core/src/qrcode/decoder/Mode.cpp View 1 chunk +71 lines, -0 lines 0 comments Download
cpp/core/src/qrcode/decoder/Version.h View 1 chunk +98 lines, -0 lines 0 comments Download
cpp/core/src/qrcode/decoder/Version.cpp View 1 chunk +524 lines, -0 lines 0 comments Download
cpp/core/src/qrcode/detector/AlignmentPattern.h View 1 chunk +54 lines, -0 lines 0 comments Download
cpp/core/src/qrcode/detector/AlignmentPattern.cpp View 1 chunk +22 lines, -0 lines 0 comments Download
cpp/core/src/qrcode/detector/AlignmentPatternFinder.h View 1 chunk +68 lines, -0 lines 0 comments Download
cpp/core/src/qrcode/detector/AlignmentPatternFinder.cpp View 1 chunk +218 lines, -0 lines 0 comments Download
cpp/core/src/qrcode/detector/Detector.h View 1 chunk +68 lines, -0 lines 0 comments Download
cpp/core/src/qrcode/detector/Detector.cpp View 1 chunk +312 lines, -0 lines 0 comments Download
cpp/core/src/qrcode/detector/FinderPattern.h View 1 chunk +59 lines, -0 lines 0 comments Download
cpp/core/src/qrcode/detector/FinderPattern.cpp View 1 chunk +22 lines, -0 lines 0 comments Download
cpp/core/src/qrcode/detector/FinderPatternFinder.h View 1 chunk +68 lines, -0 lines 0 comments Download
cpp/core/src/qrcode/detector/FinderPatternFinder.cpp View 1 chunk +514 lines, -0 lines 0 comments Download
cpp/core/src/qrcode/detector/FinderPatternInfo.h View 1 chunk +53 lines, -0 lines 0 comments Download
cpp/core/src/qrcode/detector/FinderPatternInfo.cpp View 1 chunk +22 lines, -0 lines 0 comments Download
cpp/core/tests/src/TestRunner.cpp View 1 chunk +31 lines, -0 lines 0 comments Download
cpp/core/tests/src/common/BitArrayTest.h View 1 chunk +51 lines, -0 lines 0 comments Download
cpp/core/tests/src/common/BitArrayTest.cpp View 1 chunk +96 lines, -0 lines 0 comments Download
cpp/core/tests/src/common/BitMatrixTest.h View 1 chunk +48 lines, -0 lines 0 comments Download
cpp/core/tests/src/common/BitMatrixTest.cpp View 1 chunk +66 lines, -0 lines 0 comments Download
cpp/core/tests/src/common/BitSourceTest.h View 1 chunk +43 lines, -0 lines 0 comments Download
cpp/core/tests/src/common/BitSourceTest.cpp View 1 chunk +49 lines, -0 lines 0 comments Download
cpp/core/tests/src/common/BlackPointEstimatorTest.h View 1 chunk +46 lines, -0 lines 0 comments Download
cpp/core/tests/src/common/BlackPointEstimatorTest.cpp View 1 chunk +49 lines, -0 lines 0 comments Download
cpp/core/tests/src/common/CountedTest.h View 1 chunk +47 lines, -0 lines 0 comments Download
cpp/core/tests/src/common/CountedTest.cpp View 1 chunk +52 lines, -0 lines 0 comments Download
cpp/core/tests/src/common/PerspectiveTransformTest.h View 1 chunk +48 lines, -0 lines 0 comments Download
cpp/core/tests/src/common/PerspectiveTransformTest.cpp View 1 chunk +68 lines, -0 lines 0 comments Download
cpp/core/tests/src/common/reedsolomon/ReedSolomonTest.h View 1 chunk +65 lines, -0 lines 0 comments Download
cpp/core/tests/src/common/reedsolomon/ReedSolomonTest.cpp View 1 chunk +131 lines, -0 lines 0 comments Download
cpp/core/tests/src/qrcode/decoder/DataMaskTest.h View 1 chunk +91 lines, -0 lines 0 comments Download
cpp/core/tests/src/qrcode/decoder/DataMaskTest.cpp View 1 chunk +134 lines, -0 lines 0 comments Download
cpp/core/tests/src/qrcode/decoder/ErrorCorrectionLevelTest.h View 1 chunk +46 lines, -0 lines 0 comments Download
cpp/core/tests/src/qrcode/decoder/ErrorCorrectionLevelTest.cpp View 1 chunk +49 lines, -0 lines 0 comments Download
cpp/core/tests/src/qrcode/decoder/FormatInformationTest.h View 1 chunk +48 lines, -0 lines 0 comments Download
cpp/core/tests/src/qrcode/decoder/FormatInformationTest.cpp View 1 chunk +70 lines, -0 lines 0 comments Download
cpp/core/tests/src/qrcode/decoder/ModeTest.h View 1 chunk +48 lines, -0 lines 0 comments Download
cpp/core/tests/src/qrcode/decoder/ModeTest.cpp View 1 chunk +54 lines, -0 lines 0 comments Download
cpp/core/tests/src/qrcode/decoder/VersionTest.h View 1 chunk +50 lines, -0 lines 0 comments Download
cpp/core/tests/src/qrcode/decoder/VersionTest.cpp View 1 chunk +89 lines, -0 lines 0 comments Download
iphone/Classes/AddContactAction.h View 1 chunk +51 lines, -0 lines 0 comments Download
iphone/Classes/AddContactAction.m View 1 chunk +149 lines, -0 lines 0 comments Download
iphone/Classes/AddressBookAUParsedResult.h View 1 chunk +29 lines, -0 lines 0 comments Download
iphone/Classes/AddressBookAUParsedResult.m View 1 chunk +27 lines, -0 lines 0 comments Download
iphone/Classes/AddressBookDoCoMoParsedResult.h View 1 chunk +41 lines, -0 lines 0 comments Download
iphone/Classes/AddressBookDoCoMoParsedResult.m View 1 chunk +102 lines, -0 lines 0 comments Download
iphone/Classes/ArchiveController.h View 1 chunk +37 lines, -0 lines 0 comments Download
iphone/Classes/ArchiveController.m View 1 chunk +136 lines, -0 lines 0 comments Download
iphone/Classes/BookmarkDoCoMoParsedResult.h View 1 chunk +29 lines, -0 lines 0 comments Download
iphone/Classes/BookmarkDoCoMoParsedResult.m View 1 chunk +52 lines, -0 lines 0 comments Download
iphone/Classes/CallAction.h View 1 chunk +36 lines, -0 lines 0 comments Download
iphone/Classes/CallAction.m View 1 chunk +67 lines, -0 lines 0 comments Download
iphone/Classes/Database.h View 1 chunk +41 lines, -0 lines 0 comments Download
iphone/Classes/Database.m View 1 chunk +115 lines, -0 lines 0 comments Download
iphone/Classes/Decoder.h View 1 chunk +47 lines, -0 lines 0 comments Download
iphone/Classes/Decoder.m View 1 chunk +216 lines, -0 lines 0 comments Download
iphone/Classes/DecoderDelegate.h View 1 chunk +34 lines, -0 lines 0 comments Download
iphone/Classes/DecoderViewController.h View 1 chunk +89 lines, -0 lines 0 comments Download
iphone/Classes/DecoderViewController.m View 1 chunk +307 lines, -0 lines 0 comments Download
iphone/Classes/DecodingView.xib View 1 chunk +439 lines, -0 lines 0 comments Download
iphone/Classes/DoCoMoParsedResult.h View 1 chunk +37 lines, -0 lines 0 comments Download
iphone/Classes/DoCoMoParsedResult.m View 1 chunk +112 lines, -0 lines 0 comments Download
iphone/Classes/EmailAction.h View 1 chunk +34 lines, -0 lines 0 comments Download
iphone/Classes/EmailAction.m View 1 chunk +68 lines, -0 lines 0 comments Download
iphone/Classes/EmailDoCoMoParsedResult.h View 1 chunk +37 lines, -0 lines 0 comments Download
iphone/Classes/EmailDoCoMoParsedResult.m View 1 chunk +85 lines, -0 lines 0 comments Download
iphone/Classes/GeoParsedResult.h View 1 chunk +34 lines, -0 lines 0 comments Download
iphone/Classes/GeoParsedResult.m View 1 chunk +68 lines, -0 lines 0 comments Download
iphone/Classes/NSString+HTML.h View 1 chunk +32 lines, -0 lines 0 comments Download
iphone/Classes/NSString+HTML.m View 1 chunk +70 lines, -0 lines 0 comments Download
iphone/Classes/OpenUrlAction.h View 1 chunk +42 lines, -0 lines 0 comments Download
iphone/Classes/OpenUrlAction.m View 1 chunk +78 lines, -0 lines 0 comments Download
iphone/Classes/ParsedResult.h View 1 chunk +36 lines, -0 lines 0 comments Download
iphone/Classes/ParsedResult.m View 1 chunk +89 lines, -0 lines 0 comments Download
iphone/Classes/ResultAction.h View 1 chunk +31 lines, -0 lines 0 comments Download
iphone/Classes/ResultAction.m View 1 chunk +35 lines, -0 lines 0 comments Download
iphone/Classes/RotatingNavigationController.h View 1 chunk +29 lines, -0 lines 0 comments Download
iphone/Classes/RotatingNavigationController.m View 1 chunk +31 lines, -0 lines 0 comments Download
iphone/Classes/SMSAction.h View 1 chunk +29 lines, -0 lines 0 comments Download
iphone/Classes/SMSAction.m View 1 chunk +53 lines, -0 lines 0 comments Download
iphone/Classes/Scan.h View 1 chunk +37 lines, -0 lines 0 comments Download
iphone/Classes/Scan.m View 1 chunk +40 lines, -0 lines 0 comments Download
iphone/Classes/ShowMapAction.h View 1 chunk +34 lines, -0 lines 0 comments Download
iphone/Classes/ShowMapAction.m View 1 chunk +68 lines, -0 lines 0 comments Download
iphone/Classes/TelParsedResult.h View 1 chunk +33 lines, -0 lines 0 comments Download
iphone/Classes/TelParsedResult.m View 1 chunk +61 lines, -0 lines 0 comments Download
iphone/Classes/TextParsedResult.h View 1 chunk +34 lines, -0 lines 0 comments Download
iphone/Classes/TextParsedResult.m View 1 chunk +56 lines, -0 lines 0 comments Download
iphone/Classes/TwoDDecoderResult.h View 1 chunk +35 lines, -0 lines 0 comments Download
iphone/Classes/TwoDDecoderResult.m View 1 chunk +49 lines, -0 lines 0 comments Download
iphone/Classes/URIParsedResult.h View 1 chunk +41 lines, -0 lines 0 comments Download
iphone/Classes/URIParsedResult.m View 1 chunk +120 lines, -0 lines 0 comments Download
iphone/Classes/URLTOParsedResult.h View 1 chunk +34 lines, -0 lines 0 comments Download
iphone/Classes/URLTOParsedResult.m View 1 chunk +62 lines, -0 lines 0 comments Download
iphone/Classes/ZXingAppDelegate.h View 1 chunk +38 lines, -0 lines 0 comments Download
iphone/Classes/ZXingAppDelegate.m View 1 chunk +75 lines, -0 lines 0 comments Download
iphone/DecoderView.xib View 1 chunk +473 lines, -0 lines 0 comments Download
iphone/Info.plist View 1 chunk +30 lines, -0 lines 0 comments Download
iphone/MainWindow.xib View 1 chunk +171 lines, -0 lines 0 comments Download
iphone/Settings.bundle/Root.plist View 1 chunk +45 lines, -0 lines 0 comments Download
iphone/Settings.bundle/en.lproj/Root.strings View 0 chunks +-1 lines, --1 lines 0 comments Download
iphone/ZXing.xcodeproj/cbrunschen.mode1v3 View 1 chunk +2127 lines, -0 lines 0 comments Download
iphone/ZXing.xcodeproj/cbrunschen.pbxuser View 1 chunk +4342 lines, -0 lines 0 comments Download
iphone/ZXing.xcodeproj/project.pbxproj View 1 chunk +922 lines, -0 lines 0 comments Download
iphone/ZXing/Classes/Decoder.h View 1 chunk +0 lines, -39 lines 0 comments Download
iphone/ZXing/Classes/Decoder.m View 1 chunk +0 lines, -50 lines 0 comments Download
iphone/ZXing/Classes/DecoderDelegate.h View 1 chunk +0 lines, -32 lines 0 comments Download
iphone/ZXing/Classes/DecoderViewController.h View 1 chunk +0 lines, -53 lines 0 comments Download
iphone/ZXing/Classes/DecoderViewController.m View 1 chunk +0 lines, -140 lines 0 comments Download
iphone/ZXing/Classes/ZXingAppDelegate.h View 1 chunk +0 lines, -37 lines 0 comments Download
iphone/ZXing/Classes/ZXingAppDelegate.m View 1 chunk +0 lines, -53 lines 0 comments Download
iphone/ZXing/DecoderView.xib View 1 chunk +0 lines, -173 lines 0 comments Download
iphone/ZXing/Info.plist View 1 chunk +0 lines, -28 lines 0 comments Download
iphone/ZXing/MainWindow.xib View 1 chunk +0 lines, -191 lines 0 comments Download
iphone/ZXing/ZXing.xcodeproj/project.pbxproj View 1 chunk +0 lines, -258 lines 0 comments Download
iphone/ZXing/ZXing_Prefix.pch View 1 chunk +0 lines, -8 lines 0 comments Download
iphone/ZXing/main.m View 1 chunk +0 lines, -32 lines 0 comments Download
iphone/ZXing_Prefix.pch View 1 chunk +23 lines, -0 lines 0 comments Download
iphone/main.m View 1 chunk +41 lines, -0 lines 0 comments Download
iphone/scans.db View 0 chunks +-1 lines, --1 lines 0 comments Download
iphone/zxing-icon-128.png View 0 chunks +-1 lines, --1 lines 0 comments Download

Messages

Total messages: 1
Christian Brunschen
15 years, 10 months ago (2008-06-19 08:32:03 UTC) #1
Here's a new changeset, with the code reorganized: All the C++ code now lives
under a 'cpp' directory directly under the zxing root, and the iPhone client app
lives directly in the 'iphone' directory without the 'ZXing' directory.
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b