[iphone]Reorganized ZXingWidget with directories for categories of source files
authorrpechayr <rpechayr@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Sat, 22 May 2010 07:37:46 +0000 (07:37 +0000)
committerrpechayr <rpechayr@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Sat, 22 May 2010 07:37:46 +0000 (07:37 +0000)
commitc41ee2e052b1397bc534c01543f1e6013f53b82b
tree1ad0a85e829e4a97c1b9b67c595965f3b64f34d3
parentad3b00504e9e2299dcf64c75790c9944ec0b8488
[iphone]Reorganized ZXingWidget with directories for categories of source files

git-svn-id: http://zxing.googlecode.com/svn/trunk@1385 59b500cc-1b3d-0410-9834-0bbf25fbcc57
146 files changed:
iphone/ScanTest/ScanTest.xcodeproj/project.pbxproj
iphone/ZXingWidget/AddContactAction.h [deleted file]
iphone/ZXingWidget/AddContactAction.m [deleted file]
iphone/ZXingWidget/BookmarkDoCoMoResultParser.h [deleted file]
iphone/ZXingWidget/BookmarkDoCoMoResultParser.m [deleted file]
iphone/ZXingWidget/BusinessCardParsedResult.h [deleted file]
iphone/ZXingWidget/BusinessCardParsedResult.m [deleted file]
iphone/ZXingWidget/CallAction.h [deleted file]
iphone/ZXingWidget/CallAction.m [deleted file]
iphone/ZXingWidget/Classes/Decoder.h [new file with mode: 0644]
iphone/ZXingWidget/Classes/Decoder.mm [new file with mode: 0644]
iphone/ZXingWidget/Classes/DecoderDelegate.h [new file with mode: 0644]
iphone/ZXingWidget/Classes/FormatReader.h [new file with mode: 0644]
iphone/ZXingWidget/Classes/FormatReader.mm [new file with mode: 0644]
iphone/ZXingWidget/Classes/GrayBytesMonochromeBitmapSource.cpp [new file with mode: 0644]
iphone/ZXingWidget/Classes/GrayBytesMonochromeBitmapSource.h [new file with mode: 0644]
iphone/ZXingWidget/Classes/MultiFormatReader.mm [new file with mode: 0644]
iphone/ZXingWidget/Classes/NSString+HTML.h [new file with mode: 0644]
iphone/ZXingWidget/Classes/NSString+HTML.m [new file with mode: 0644]
iphone/ZXingWidget/Classes/OverlayView.h [new file with mode: 0755]
iphone/ZXingWidget/Classes/OverlayView.m [new file with mode: 0755]
iphone/ZXingWidget/Classes/TwoDDecoderResult.h [new file with mode: 0644]
iphone/ZXingWidget/Classes/TwoDDecoderResult.m [new file with mode: 0644]
iphone/ZXingWidget/Classes/ZXingWidgetController.h [new file with mode: 0755]
iphone/ZXingWidget/Classes/ZXingWidgetController.m [new file with mode: 0755]
iphone/ZXingWidget/Classes/actions/AddContactAction.h [new file with mode: 0644]
iphone/ZXingWidget/Classes/actions/AddContactAction.m [new file with mode: 0644]
iphone/ZXingWidget/Classes/actions/CallAction.h [new file with mode: 0644]
iphone/ZXingWidget/Classes/actions/CallAction.m [new file with mode: 0644]
iphone/ZXingWidget/Classes/actions/EmailAction.h [new file with mode: 0644]
iphone/ZXingWidget/Classes/actions/EmailAction.m [new file with mode: 0644]
iphone/ZXingWidget/Classes/actions/OpenUrlAction.h [new file with mode: 0644]
iphone/ZXingWidget/Classes/actions/OpenUrlAction.m [new file with mode: 0644]
iphone/ZXingWidget/Classes/actions/ResultAction.h [new file with mode: 0644]
iphone/ZXingWidget/Classes/actions/ResultAction.m [new file with mode: 0644]
iphone/ZXingWidget/Classes/actions/SMSAction.h [new file with mode: 0644]
iphone/ZXingWidget/Classes/actions/SMSAction.m [new file with mode: 0644]
iphone/ZXingWidget/Classes/actions/ShowMapAction.h [new file with mode: 0644]
iphone/ZXingWidget/Classes/actions/ShowMapAction.m [new file with mode: 0644]
iphone/ZXingWidget/Classes/parsedResults/BusinessCardParsedResult.h [new file with mode: 0644]
iphone/ZXingWidget/Classes/parsedResults/BusinessCardParsedResult.m [new file with mode: 0644]
iphone/ZXingWidget/Classes/parsedResults/EmailParsedResult.h [new file with mode: 0644]
iphone/ZXingWidget/Classes/parsedResults/EmailParsedResult.m [new file with mode: 0644]
iphone/ZXingWidget/Classes/parsedResults/GeoParsedResult.h [new file with mode: 0644]
iphone/ZXingWidget/Classes/parsedResults/GeoParsedResult.m [new file with mode: 0644]
iphone/ZXingWidget/Classes/parsedResults/ParsedResult.h [new file with mode: 0644]
iphone/ZXingWidget/Classes/parsedResults/ParsedResult.m [new file with mode: 0644]
iphone/ZXingWidget/Classes/parsedResults/SMSParsedResult.h [new file with mode: 0644]
iphone/ZXingWidget/Classes/parsedResults/SMSParsedResult.m [new file with mode: 0644]
iphone/ZXingWidget/Classes/parsedResults/TelParsedResult.h [new file with mode: 0644]
iphone/ZXingWidget/Classes/parsedResults/TelParsedResult.m [new file with mode: 0644]
iphone/ZXingWidget/Classes/parsedResults/TextParsedResult.h [new file with mode: 0644]
iphone/ZXingWidget/Classes/parsedResults/TextParsedResult.m [new file with mode: 0644]
iphone/ZXingWidget/Classes/parsedResults/URIParsedResult.h [new file with mode: 0644]
iphone/ZXingWidget/Classes/parsedResults/URIParsedResult.m [new file with mode: 0644]
iphone/ZXingWidget/Classes/resultParsers/BookmarkDoCoMoResultParser.h [new file with mode: 0644]
iphone/ZXingWidget/Classes/resultParsers/BookmarkDoCoMoResultParser.m [new file with mode: 0644]
iphone/ZXingWidget/Classes/resultParsers/DoCoMoResultParser.h [new file with mode: 0644]
iphone/ZXingWidget/Classes/resultParsers/DoCoMoResultParser.m [new file with mode: 0644]
iphone/ZXingWidget/Classes/resultParsers/EmailDoCoMoResultParser.h [new file with mode: 0644]
iphone/ZXingWidget/Classes/resultParsers/EmailDoCoMoResultParser.m [new file with mode: 0644]
iphone/ZXingWidget/Classes/resultParsers/GeoResultParser.h [new file with mode: 0644]
iphone/ZXingWidget/Classes/resultParsers/GeoResultParser.m [new file with mode: 0644]
iphone/ZXingWidget/Classes/resultParsers/MeCardParser.h [new file with mode: 0644]
iphone/ZXingWidget/Classes/resultParsers/MeCardParser.m [new file with mode: 0644]
iphone/ZXingWidget/Classes/resultParsers/PlainEmailResultParser.h [new file with mode: 0644]
iphone/ZXingWidget/Classes/resultParsers/PlainEmailResultParser.m [new file with mode: 0644]
iphone/ZXingWidget/Classes/resultParsers/ResultParser.h [new file with mode: 0644]
iphone/ZXingWidget/Classes/resultParsers/ResultParser.m [new file with mode: 0644]
iphone/ZXingWidget/Classes/resultParsers/SMSResultParser.h [new file with mode: 0644]
iphone/ZXingWidget/Classes/resultParsers/SMSResultParser.m [new file with mode: 0644]
iphone/ZXingWidget/Classes/resultParsers/SMSTOResultParser.h [new file with mode: 0644]
iphone/ZXingWidget/Classes/resultParsers/SMSTOResultParser.m [new file with mode: 0644]
iphone/ZXingWidget/Classes/resultParsers/TelResultParser.h [new file with mode: 0644]
iphone/ZXingWidget/Classes/resultParsers/TelResultParser.m [new file with mode: 0644]
iphone/ZXingWidget/Classes/resultParsers/TextResultParser.h [new file with mode: 0644]
iphone/ZXingWidget/Classes/resultParsers/TextResultParser.m [new file with mode: 0644]
iphone/ZXingWidget/Classes/resultParsers/URLResultParser.h [new file with mode: 0644]
iphone/ZXingWidget/Classes/resultParsers/URLResultParser.m [new file with mode: 0644]
iphone/ZXingWidget/Classes/resultParsers/URLTOResultParser.h [new file with mode: 0644]
iphone/ZXingWidget/Classes/resultParsers/URLTOResultParser.m [new file with mode: 0644]
iphone/ZXingWidget/Decoder.h [deleted file]
iphone/ZXingWidget/Decoder.mm [deleted file]
iphone/ZXingWidget/DecoderDelegate.h [deleted file]
iphone/ZXingWidget/DoCoMoResultParser.h [deleted file]
iphone/ZXingWidget/DoCoMoResultParser.m [deleted file]
iphone/ZXingWidget/EmailAction.h [deleted file]
iphone/ZXingWidget/EmailAction.m [deleted file]
iphone/ZXingWidget/EmailDoCoMoResultParser.h [deleted file]
iphone/ZXingWidget/EmailDoCoMoResultParser.m [deleted file]
iphone/ZXingWidget/EmailParsedResult.h [deleted file]
iphone/ZXingWidget/EmailParsedResult.m [deleted file]
iphone/ZXingWidget/FormatReader.h [deleted file]
iphone/ZXingWidget/FormatReader.mm [deleted file]
iphone/ZXingWidget/GeoParsedResult.h [deleted file]
iphone/ZXingWidget/GeoParsedResult.m [deleted file]
iphone/ZXingWidget/GeoResultParser.h [deleted file]
iphone/ZXingWidget/GeoResultParser.m [deleted file]
iphone/ZXingWidget/GrayBytesMonochromeBitmapSource.cpp [deleted file]
iphone/ZXingWidget/GrayBytesMonochromeBitmapSource.h [deleted file]
iphone/ZXingWidget/MeCardParser.h [deleted file]
iphone/ZXingWidget/MeCardParser.m [deleted file]
iphone/ZXingWidget/MultiFormatReader.mm [deleted file]
iphone/ZXingWidget/NSString+HTML.h [deleted file]
iphone/ZXingWidget/NSString+HTML.m [deleted file]
iphone/ZXingWidget/OpenUrlAction.h [deleted file]
iphone/ZXingWidget/OpenUrlAction.m [deleted file]
iphone/ZXingWidget/OverlayView.h [deleted file]
iphone/ZXingWidget/OverlayView.m [deleted file]
iphone/ZXingWidget/ParsedResult.h [deleted file]
iphone/ZXingWidget/ParsedResult.m [deleted file]
iphone/ZXingWidget/PlainEmailResultParser.h [deleted file]
iphone/ZXingWidget/PlainEmailResultParser.m [deleted file]
iphone/ZXingWidget/ResultAction.h [deleted file]
iphone/ZXingWidget/ResultAction.m [deleted file]
iphone/ZXingWidget/ResultParser.h [deleted file]
iphone/ZXingWidget/ResultParser.m [deleted file]
iphone/ZXingWidget/SMSAction.h [deleted file]
iphone/ZXingWidget/SMSAction.m [deleted file]
iphone/ZXingWidget/SMSParsedResult.h [deleted file]
iphone/ZXingWidget/SMSParsedResult.m [deleted file]
iphone/ZXingWidget/SMSResultParser.h [deleted file]
iphone/ZXingWidget/SMSResultParser.m [deleted file]
iphone/ZXingWidget/SMSTOResultParser.h [deleted file]
iphone/ZXingWidget/SMSTOResultParser.m [deleted file]
iphone/ZXingWidget/ShowMapAction.h [deleted file]
iphone/ZXingWidget/ShowMapAction.m [deleted file]
iphone/ZXingWidget/TelParsedResult.h [deleted file]
iphone/ZXingWidget/TelParsedResult.m [deleted file]
iphone/ZXingWidget/TelResultParser.h [deleted file]
iphone/ZXingWidget/TelResultParser.m [deleted file]
iphone/ZXingWidget/TextParsedResult.h [deleted file]
iphone/ZXingWidget/TextParsedResult.m [deleted file]
iphone/ZXingWidget/TextResultParser.h [deleted file]
iphone/ZXingWidget/TextResultParser.m [deleted file]
iphone/ZXingWidget/TwoDDecoderResult.h [deleted file]
iphone/ZXingWidget/TwoDDecoderResult.m [deleted file]
iphone/ZXingWidget/URIParsedResult.h [deleted file]
iphone/ZXingWidget/URIParsedResult.m [deleted file]
iphone/ZXingWidget/URLResultParser.h [deleted file]
iphone/ZXingWidget/URLResultParser.m [deleted file]
iphone/ZXingWidget/URLTOResultParser.h [deleted file]
iphone/ZXingWidget/URLTOResultParser.m [deleted file]
iphone/ZXingWidget/ZXingWidget.xcodeproj/project.pbxproj
iphone/ZXingWidget/ZXingWidgetController.h [deleted file]
iphone/ZXingWidget/ZXingWidgetController.m [deleted file]