zxing/iphone
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
..
Classes * Throw the actual exception objects, rather than pointers to them, i.e.: 2009-06-27 13:22:03 +00:00
de.lproj Renamed 'zxing-icon-128.png' to 'ZxingLarge.png' to get the App Store to accept the uploaded binary. Updated the 'About.html' 2008-10-02 10:12:13 +00:00
en.lproj Renamed 'zxing-icon-128.png' to 'ZxingLarge.png' to get the App Store to accept the uploaded binary. Updated the 'About.html' 2008-10-02 10:12:13 +00:00
sv.lproj Renamed 'zxing-icon-128.png' to 'ZxingLarge.png' to get the App Store to accept the uploaded binary. Updated the 'About.html' 2008-10-02 10:12:13 +00:00
ZXing.xcodeproj improved image cropping, also work around iPhone OS 2.1 bug when picking from photo roll 2008-10-13 16:09:09 +00:00
business-card.png added icon png files 2008-06-25 14:59:57 +00:00
Default.png UI improvements 2008-07-02 14:22:23 +00:00
email.png added icon png files 2008-06-25 14:59:57 +00:00
Entitlements.plist updated icons 2008-08-31 13:34:32 +00:00
filmroll-2.png message field & hint button rotation issue fixes. Added Joe Wain's 'Photo Roll' icon. 2008-08-07 15:03:21 +00:00
icon.png CFRelease some objects when adding a contact to the contacts 2008-09-25 09:50:28 +00:00
Info.plist updated app version to 1.0.1 2008-10-24 10:12:40 +00:00
link1.png added icon png files 2008-06-25 14:59:57 +00:00
link2.png added icon png files 2008-06-25 14:59:57 +00:00
main.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
map-pin.png added icon png files 2008-06-25 14:59:57 +00:00
phone.png added icon png files 2008-06-25 14:59:57 +00:00
photolib.png removed erraneous reference to 'oned' directory; added 'photolib.png' image file 2008-09-02 21:39:49 +00:00
scans.db First version of the iphone client that actually works, for at least a subset 2008-06-19 08:52:37 +00:00
sms.png added icon png files 2008-06-25 14:59:57 +00:00
text.png added icon png files 2008-06-25 14:59:57 +00:00
zxing-512.tiff CFRelease some objects when adding a contact to the contacts 2008-09-25 09:50:28 +00:00
ZXing_Prefix.pch First version of the iphone client that actually works, for at least a subset 2008-06-19 08:52:37 +00:00
ZxingLarge.png Renamed 'zxing-icon-128.png' to 'ZxingLarge.png' to get the App Store to accept the uploaded binary. Updated the 'About.html' 2008-10-02 10:12:13 +00:00