zxing/iphone/Classes
christian.brunschen f09b742ea2 * Throw the actual exception objects, rather than pointers to them, i.e.:
- replace |throw new FooException()| with |throw FooException()|
  - replace |catch (FooException *ex)| with |catch (FooExceptio ex)|
  - update all uses of caught exceptions appropriately:
    . replace |ex->foo| with |ex.foo|
    . remove all attempts to delete the caught exception(s)
* Add 'const' to the 'char *' declarations for character encoding names



git-svn-id: https://zxing.googlecode.com/svn/trunk@1002 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2009-06-27 13:22:03 +00:00
..
AddContactAction.h Standardize and update all copyright statements to name "ZXing authors" as suggested by open-source team to correctly attribute copyright in a project with contributions from several sources. 2008-06-19 20:56:24 +00:00
AddContactAction.m CFRelease some objects when adding a contact to the contacts 2008-09-25 09:50:28 +00:00
ArchiveController.h scan archive UI improvements, phase 3 2008-06-24 16:24:36 +00:00
ArchiveController.m Added hints for taking pictures, improved localizations into English, German & Swedish 2008-08-01 13:04:23 +00:00
BookmarkDoCoMoResultParser.h Added hints for taking pictures, improved localizations into English, German & Swedish 2008-08-01 13:04:23 +00:00
BookmarkDoCoMoResultParser.m Added hints for taking pictures, improved localizations into English, German & Swedish 2008-08-01 13:04:23 +00:00
BusinessCardParsedResult.h Refactored ParsedResult classes into ResultParsers & ParsedResults, to allow multiple different formats to generate the same result type 2008-06-25 13:17:06 +00:00
BusinessCardParsedResult.m Added hints for taking pictures, improved localizations into English, German & Swedish 2008-08-01 13:04:23 +00:00
CallAction.h Standardize and update all copyright statements to name "ZXing authors" as suggested by open-source team to correctly attribute copyright in a project with contributions from several sources. 2008-06-19 20:56:24 +00:00
CallAction.m Added hints for taking pictures, improved localizations into English, German & Swedish 2008-08-01 13:04:23 +00:00
Database.h Standardize and update all copyright statements to name "ZXing authors" as suggested by open-source team to correctly attribute copyright in a project with contributions from several sources. 2008-06-19 20:56:24 +00:00
Database.m Standardize and update all copyright statements to name "ZXing authors" as suggested by open-source team to correctly attribute copyright in a project with contributions from several sources. 2008-06-19 20:56:24 +00:00
Decoder.h improved image cropping, also work around iPhone OS 2.1 bug when picking from photo roll 2008-10-13 16:09:09 +00:00
Decoder.m * Throw the actual exception objects, rather than pointers to them, i.e.: 2009-06-27 13:22:03 +00:00
DecoderDelegate.h improved image cropping, also work around iPhone OS 2.1 bug when picking from photo roll 2008-10-13 16:09:09 +00:00
DecoderViewController.h improved image cropping, also work around iPhone OS 2.1 bug when picking from photo roll 2008-10-13 16:09:09 +00:00
DecoderViewController.m improved image cropping, also work around iPhone OS 2.1 bug when picking from photo roll 2008-10-13 16:09:09 +00:00
DecodingView.xib First version of the iphone client that actually works, for at least a subset 2008-06-19 08:52:37 +00:00
DoCoMoResultParser.h Added hints for taking pictures, improved localizations into English, German & Swedish 2008-08-01 13:04:23 +00:00
DoCoMoResultParser.m Added hints for taking pictures, improved localizations into English, German & Swedish 2008-08-01 13:04:23 +00:00
EmailAction.h Standardize and update all copyright statements to name "ZXing authors" as suggested by open-source team to correctly attribute copyright in a project with contributions from several sources. 2008-06-19 20:56:24 +00:00
EmailAction.m Added hints for taking pictures, improved localizations into English, German & Swedish 2008-08-01 13:04:23 +00:00
EmailDoCoMoResultParser.h Added hints for taking pictures, improved localizations into English, German & Swedish 2008-08-01 13:04:23 +00:00
EmailDoCoMoResultParser.m Added hints for taking pictures, improved localizations into English, German & Swedish 2008-08-01 13:04:23 +00:00
EmailParsedResult.h Added hints for taking pictures, improved localizations into English, German & Swedish 2008-08-01 13:04:23 +00:00
EmailParsedResult.m Added hints for taking pictures, improved localizations into English, German & Swedish 2008-08-01 13:04:23 +00:00
GeoParsedResult.h Standardize and update all copyright statements to name "ZXing authors" as suggested by open-source team to correctly attribute copyright in a project with contributions from several sources. 2008-06-19 20:56:24 +00:00
GeoParsedResult.m Added hints for taking pictures, improved localizations into English, German & Swedish 2008-08-01 13:04:23 +00:00
GeoResultParser.h Added hints for taking pictures, improved localizations into English, German & Swedish 2008-08-01 13:04:23 +00:00
GeoResultParser.m Added hints for taking pictures, improved localizations into English, German & Swedish 2008-08-01 13:04:23 +00:00
MeCardParser.h Added hints for taking pictures, improved localizations into English, German & Swedish 2008-08-01 13:04:23 +00:00
MeCardParser.m Added hints for taking pictures, improved localizations into English, German & Swedish 2008-08-01 13:04:23 +00:00
MessageViewController.h Added version number and list of supported barcode format(s) in About screen. Cleaned up MessageViewController's loading of data. 2008-08-14 12:49:52 +00:00
MessageViewController.m Resurrected 128-pixel icon for About page 2008-10-01 20:19:55 +00:00
NSString+HTML.h Standardize and update all copyright statements to name "ZXing authors" as suggested by open-source team to correctly attribute copyright in a project with contributions from several sources. 2008-06-19 20:56:24 +00:00
NSString+HTML.m Standardize and update all copyright statements to name "ZXing authors" as suggested by open-source team to correctly attribute copyright in a project with contributions from several sources. 2008-06-19 20:56:24 +00:00
OpenUrlAction.h Standardize and update all copyright statements to name "ZXing authors" as suggested by open-source team to correctly attribute copyright in a project with contributions from several sources. 2008-06-19 20:56:24 +00:00
OpenUrlAction.m Added hints for taking pictures, improved localizations into English, German & Swedish 2008-08-01 13:04:23 +00:00
ParsedResult.h Refactored ParsedResult classes into ResultParsers & ParsedResults, to allow multiple different formats to generate the same result type 2008-06-25 13:17:06 +00:00
ParsedResult.m Refactored ParsedResult classes into ResultParsers & ParsedResults, to allow multiple different formats to generate the same result type 2008-06-25 13:17:06 +00:00
PlainEmailResultParser.h Added hints for taking pictures, improved localizations into English, German & Swedish 2008-08-01 13:04:23 +00:00
PlainEmailResultParser.m Added hints for taking pictures, improved localizations into English, German & Swedish 2008-08-01 13:04:23 +00:00
ResultAction.h scan archive UI improvements, phase 2 2008-06-24 14:18:11 +00:00
ResultAction.m scan archive UI improvements, phase 2 2008-06-24 14:18:11 +00:00
ResultParser.h Added hints for taking pictures, improved localizations into English, German & Swedish 2008-08-01 13:04:23 +00:00
ResultParser.m Added hints for taking pictures, improved localizations into English, German & Swedish 2008-08-01 13:04:23 +00:00
Scan.h Standardize and update all copyright statements to name "ZXing authors" as suggested by open-source team to correctly attribute copyright in a project with contributions from several sources. 2008-06-19 20:56:24 +00:00
Scan.m Standardize and update all copyright statements to name "ZXing authors" as suggested by open-source team to correctly attribute copyright in a project with contributions from several sources. 2008-06-19 20:56:24 +00:00
ScanCell.h Added hints for taking pictures, improved localizations into English, German & Swedish 2008-08-01 13:04:23 +00:00
ScanCell.m Added hints for taking pictures, improved localizations into English, German & Swedish 2008-08-01 13:04:23 +00:00
ScannedImageView.h Added hints for taking pictures, improved localizations into English, German & Swedish 2008-08-01 13:04:23 +00:00
ScannedImageView.m Added hints for taking pictures, improved localizations into English, German & Swedish 2008-08-01 13:04:23 +00:00
ScanViewController.h Added hints for taking pictures, improved localizations into English, German & Swedish 2008-08-01 13:04:23 +00:00
ScanViewController.m Added hints for taking pictures, improved localizations into English, German & Swedish 2008-08-01 13:04:23 +00:00
ShowMapAction.h Standardize and update all copyright statements to name "ZXing authors" as suggested by open-source team to correctly attribute copyright in a project with contributions from several sources. 2008-06-19 20:56:24 +00:00
ShowMapAction.m Added hints for taking pictures, improved localizations into English, German & Swedish 2008-08-01 13:04:23 +00:00
SMSAction.h Refactored ParsedResult classes into ResultParsers & ParsedResults, to allow multiple different formats to generate the same result type 2008-06-25 13:17:06 +00:00
SMSAction.m Added hints for taking pictures, improved localizations into English, German & Swedish 2008-08-01 13:04:23 +00:00
SMSParsedResult.h Added hints for taking pictures, improved localizations into English, German & Swedish 2008-08-01 13:04:23 +00:00
SMSParsedResult.m Added hints for taking pictures, improved localizations into English, German & Swedish 2008-08-01 13:04:23 +00:00
SMSResultParser.h Added hints for taking pictures, improved localizations into English, German & Swedish 2008-08-01 13:04:23 +00:00
SMSResultParser.m Added hints for taking pictures, improved localizations into English, German & Swedish 2008-08-01 13:04:23 +00:00
SMSTOResultParser.h Added hints for taking pictures, improved localizations into English, German & Swedish 2008-08-01 13:04:23 +00:00
SMSTOResultParser.m Added hints for taking pictures, improved localizations into English, German & Swedish 2008-08-01 13:04:23 +00:00
TelParsedResult.h Standardize and update all copyright statements to name "ZXing authors" as suggested by open-source team to correctly attribute copyright in a project with contributions from several sources. 2008-06-19 20:56:24 +00:00
TelParsedResult.m Added hints for taking pictures, improved localizations into English, German & Swedish 2008-08-01 13:04:23 +00:00
TelResultParser.h Added hints for taking pictures, improved localizations into English, German & Swedish 2008-08-01 13:04:23 +00:00
TelResultParser.m Added hints for taking pictures, improved localizations into English, German & Swedish 2008-08-01 13:04:23 +00:00
TextParsedResult.h Standardize and update all copyright statements to name "ZXing authors" as suggested by open-source team to correctly attribute copyright in a project with contributions from several sources. 2008-06-19 20:56:24 +00:00
TextParsedResult.m Added hints for taking pictures, improved localizations into English, German & Swedish 2008-08-01 13:04:23 +00:00
TextResultParser.h Added hints for taking pictures, improved localizations into English, German & Swedish 2008-08-01 13:04:23 +00:00
TextResultParser.m Added hints for taking pictures, improved localizations into English, German & Swedish 2008-08-01 13:04:23 +00:00
TwoDDecoderResult.h Standardize and update all copyright statements to name "ZXing authors" as suggested by open-source team to correctly attribute copyright in a project with contributions from several sources. 2008-06-19 20:56:24 +00:00
TwoDDecoderResult.m Standardize and update all copyright statements to name "ZXing authors" as suggested by open-source team to correctly attribute copyright in a project with contributions from several sources. 2008-06-19 20:56:24 +00:00
URIParsedResult.h Refactored ParsedResult classes into ResultParsers & ParsedResults, to allow multiple different formats to generate the same result type 2008-06-25 13:17:06 +00:00
URIParsedResult.m Added hints for taking pictures, improved localizations into English, German & Swedish 2008-08-01 13:04:23 +00:00
URLResultParser.h Added hints for taking pictures, improved localizations into English, German & Swedish 2008-08-01 13:04:23 +00:00
URLResultParser.m Added hints for taking pictures, improved localizations into English, German & Swedish 2008-08-01 13:04:23 +00:00
URLTOResultParser.h Added hints for taking pictures, improved localizations into English, German & Swedish 2008-08-01 13:04:23 +00:00
URLTOResultParser.m Added hints for taking pictures, improved localizations into English, German & Swedish 2008-08-01 13:04:23 +00:00
ZXingAppDelegate.h Standardize and update all copyright statements to name "ZXing authors" as suggested by open-source team to correctly attribute copyright in a project with contributions from several sources. 2008-06-19 20:56:24 +00:00
ZXingAppDelegate.m UI improvements 2008-07-02 14:22:23 +00:00