[commits] Horde-Hatchery branch master updated. 5375029126e512634544262734b05a3f9aa04826

Michael Rubinsky mike at theupstairsroom.com
Fri Sep 25 19:04:20 UTC 2009


The branch "master" has been updated.
The following is a summary of the commits.

from: 1a57ad3e16e1a3e92b0f087ba1765c9089c48577

fd6a0d4... Refactor iPhoto2Ansel to use the new AnselKit code, tweak some project properties, etc...
cf3ce38... Oops. Re-add errouneously removed delegate methods.
68b653b... We might not have a valid server response, so don't assume the dictionary entry is there.
6d92d7f... Sync changes to AnselKit from iPhoto2Ansel.
53a6d41... Clean up #import, protect against invalid selectedIndex in combo box.
4fce158... Include these in the main header also
5375029... Clean up build options, standardize plist entries, add initial try at a PackageMaker installer script for iPhoto plugin.

-----------------------------------------------------------------------

commit fd6a0d47591ca120d2b7b0a3b598c55a80088728
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Fri Sep 25 12:42:49 2009 -0400

    Refactor iPhoto2Ansel to use the new AnselKit code, tweak some project properties, etc...

 iPhoto2Ansel/AnselExportController.h                              |   22 +-
 iPhoto2Ansel/AnselExportController.m                              |  161 +-
 iPhoto2Ansel/AnselGalleryViewItem.h                               |   33 -
 iPhoto2Ansel/AnselGalleryViewItem.m                               |   67 -
 iPhoto2Ansel/English.lproj/AnselGalleryPanel.nib/designable.nib   |  744 -
 iPhoto2Ansel/English.lproj/AnselGalleryPanel.nib/keyedobjects.nib |  Bin 8534 -> 0 bytes
 iPhoto2Ansel/English.lproj/AnselServers.nib/designable.nib        |  192 -
 iPhoto2Ansel/English.lproj/AnselServers.nib/keyedobjects.nib      |  Bin 1885 -> 0 bytes
 iPhoto2Ansel/English.lproj/InfoPlist.strings                      |  Bin 204 -> 0 bytes
 iPhoto2Ansel/English.lproj/Panel.nib/designable.nib               | 2848 ----
 iPhoto2Ansel/English.lproj/Panel.nib/keyedobjects.nib             |  Bin 33207 -> 0 bytes
 iPhoto2Ansel/Info.plist                                           |    8 +-
 iPhoto2Ansel/NSDataAdditions.h                                    |   39 +
 iPhoto2Ansel/NSDataAdditions.m                                    |  125 +
 iPhoto2Ansel/NSStringAdditions.h                                  |   39 +
 iPhoto2Ansel/NSStringAdditions.m                                  |  119 +
 iPhoto2Ansel/PackageBuilder.pmdoc/01iphoto-contents.xml           |    1 -
 iPhoto2Ansel/PackageBuilder.pmdoc/01iphoto.xml                    |    1 -
 iPhoto2Ansel/PackageBuilder.pmdoc/index.xml                       |    1 -
 iPhoto2Ansel/ProgressSheet.nib/classes.nib                        |   13 -
 iPhoto2Ansel/ProgressSheet.nib/info.nib                           |   16 -
 iPhoto2Ansel/ProgressSheet.nib/keyedobjects.nib                   |  Bin 4239 -> 0 bytes
 .../Resources/English.lproj/AnselGalleryPanel.nib/designable.nib  |  744 +
 .../English.lproj/AnselGalleryPanel.nib/keyedobjects.nib          |  Bin 0 -> 8534 bytes
 .../Resources/English.lproj/AnselServers.nib/designable.nib       |  192 +
 .../Resources/English.lproj/AnselServers.nib/keyedobjects.nib     |  Bin 0 -> 1885 bytes
 iPhoto2Ansel/Resources/English.lproj/InfoPlist.strings            |  Bin 0 -> 204 bytes
 iPhoto2Ansel/Resources/English.lproj/Panel.nib/designable.nib     | 3145 +++++
 iPhoto2Ansel/Resources/English.lproj/Panel.nib/keyedobjects.nib   |  Bin 0 -> 36334 bytes
 .../Resources/English.lproj/ProgressSheet.nib/classes.nib         |   13 +
 iPhoto2Ansel/Resources/English.lproj/ProgressSheet.nib/info.nib   |   16 +
 .../Resources/English.lproj/ProgressSheet.nib/keyedobjects.nib    |  Bin 0 -> 4239 bytes
 iPhoto2Ansel/Resources/iPhoto2Ansel.icns                          |  Bin 0 -> 90380 bytes
 iPhoto2Ansel/Resources/iPhotoPluginIcon.png                       |  Bin 0 -> 21235 bytes
 iPhoto2Ansel/Resources/iPhotoPluginIcon.psd                       |  Bin 0 -> 115901 bytes
 iPhoto2Ansel/TURAnsel.h                                           |   59 -
 iPhoto2Ansel/TURAnsel.m                                           |  266 -
 iPhoto2Ansel/TURAnselGallery.h                                    |   53 -
 iPhoto2Ansel/TURAnselGallery.m                                    |  206 -
 iPhoto2Ansel/TURAnselGalleryPanelController.h                     |   35 -
 iPhoto2Ansel/TURAnselGalleryPanelController.m                     |  118 -
 iPhoto2Ansel/TURAnselKit/AnselGalleryViewItem.h                   |   35 +
 iPhoto2Ansel/TURAnselKit/AnselGalleryViewItem.m                   |   69 +
 .../English.lProj/AnselGalleryPanel.nib/designable.nib            |  744 +
 .../English.lProj/AnselGalleryPanel.nib/keyedobjects.nib          |  Bin 0 -> 8534 bytes
 iPhoto2Ansel/TURAnselKit/TURAnsel.h                               |   60 +
 iPhoto2Ansel/TURAnselKit/TURAnsel.m                               |  315 +
 iPhoto2Ansel/TURAnselKit/TURAnselConstants.h                      |   33 +
 iPhoto2Ansel/TURAnselKit/TURAnselConstants.m                      |   34 +
 iPhoto2Ansel/TURAnselKit/TURAnselGallery.h                        |   42 +
 iPhoto2Ansel/TURAnselKit/TURAnselGallery.m                        |  216 +
 iPhoto2Ansel/TURAnselKit/TURAnselGalleryPanelController.h         |   36 +
 iPhoto2Ansel/TURAnselKit/TURAnselGalleryPanelController.m         |  120 +
 iPhoto2Ansel/TURAnselKit/TURAnselKit.h                            |    6 +
 iPhoto2Ansel/TURAnselServersPanelController.h                     |   16 -
 iPhoto2Ansel/TURAnselServersPanelController.m                     |   14 -
 iPhoto2Ansel/TURXMLConnection.h                                   |   39 -
 iPhoto2Ansel/TURXMLConnection.m                                   |  142 -
 iPhoto2Ansel/XMLRPC-Info.plist                                    |   20 -
 iPhoto2Ansel/iPhoto2Ansel.xcodeproj/project.pbxproj               |  433 +-
 iPhoto2Ansel/master_Source_ImageResizer.h                         |   39 -
 iPhoto2Ansel/xmlrpc-1.5.1/Additions/NSDataAdditions.h             |   39 -
 iPhoto2Ansel/xmlrpc-1.5.1/Additions/NSDataAdditions.m             |  125 -
 iPhoto2Ansel/xmlrpc-1.5.1/Additions/NSStringAdditions.h           |   39 -
 iPhoto2Ansel/xmlrpc-1.5.1/Additions/NSStringAdditions.m           |  119 -
 iPhoto2Ansel/xmlrpc-1.5.1/Info.plist                              |   27 -
 iPhoto2Ansel/xmlrpc-1.5.1/LICENSE                                 |   23 -
 .../xmlrpc-1.5.1/Languages/English.lproj/Localizable.strings      |    3 -
 iPhoto2Ansel/xmlrpc-1.5.1/README                                  |  208 -
 iPhoto2Ansel/xmlrpc-1.5.1/XMLRPC.h                                |   33 -
 iPhoto2Ansel/xmlrpc-1.5.1/XMLRPC.pch                              |   33 -
 iPhoto2Ansel/xmlrpc-1.5.1/XMLRPCConnection.h                      |   73 -
 iPhoto2Ansel/xmlrpc-1.5.1/XMLRPCConnection.m                      |  189 -
 iPhoto2Ansel/xmlrpc-1.5.1/XMLRPCDecoder.h                         |   48 -
 iPhoto2Ansel/xmlrpc-1.5.1/XMLRPCDecoder.m                         |  305 -
 iPhoto2Ansel/xmlrpc-1.5.1/XMLRPCEncoder.h                         |   53 -
 iPhoto2Ansel/xmlrpc-1.5.1/XMLRPCEncoder.m                         |  285 -
 iPhoto2Ansel/xmlrpc-1.5.1/XMLRPCRequest.h                         |   73 -
 iPhoto2Ansel/xmlrpc-1.5.1/XMLRPCRequest.m                         |  142 -
 iPhoto2Ansel/xmlrpc-1.5.1/XMLRPCResponse.h                        |   60 -
 iPhoto2Ansel/xmlrpc-1.5.1/XMLRPCResponse.m                        |  105 -
 81 files changed, 6339 insertions(+), 7332 deletions(-)
 delete mode 100644 iPhoto2Ansel/AnselGalleryViewItem.h
 delete mode 100644 iPhoto2Ansel/AnselGalleryViewItem.m
 delete mode 100644 iPhoto2Ansel/English.lproj/AnselGalleryPanel.nib/designable.nib
 delete mode 100644 iPhoto2Ansel/English.lproj/AnselGalleryPanel.nib/keyedobjects.nib
 delete mode 100644 iPhoto2Ansel/English.lproj/AnselServers.nib/designable.nib
 delete mode 100644 iPhoto2Ansel/English.lproj/AnselServers.nib/keyedobjects.nib
 delete mode 100755 iPhoto2Ansel/English.lproj/InfoPlist.strings
 delete mode 100644 iPhoto2Ansel/English.lproj/Panel.nib/designable.nib
 delete mode 100644 iPhoto2Ansel/English.lproj/Panel.nib/keyedobjects.nib
 create mode 100644 iPhoto2Ansel/NSDataAdditions.h
 create mode 100644 iPhoto2Ansel/NSDataAdditions.m
 create mode 100644 iPhoto2Ansel/NSStringAdditions.h
 create mode 100644 iPhoto2Ansel/NSStringAdditions.m
 delete mode 100644 iPhoto2Ansel/PackageBuilder.pmdoc/01iphoto-contents.xml
 delete mode 100644 iPhoto2Ansel/PackageBuilder.pmdoc/01iphoto.xml
 delete mode 100644 iPhoto2Ansel/PackageBuilder.pmdoc/index.xml
 delete mode 100644 iPhoto2Ansel/ProgressSheet.nib/classes.nib
 delete mode 100644 iPhoto2Ansel/ProgressSheet.nib/info.nib
 delete mode 100644 iPhoto2Ansel/ProgressSheet.nib/keyedobjects.nib
 create mode 100644 iPhoto2Ansel/Resources/English.lproj/AnselGalleryPanel.nib/designable.nib
 create mode 100644 iPhoto2Ansel/Resources/English.lproj/AnselGalleryPanel.nib/keyedobjects.nib
 create mode 100644 iPhoto2Ansel/Resources/English.lproj/AnselServers.nib/designable.nib
 create mode 100644 iPhoto2Ansel/Resources/English.lproj/AnselServers.nib/keyedobjects.nib
 create mode 100755 iPhoto2Ansel/Resources/English.lproj/InfoPlist.strings
 create mode 100644 iPhoto2Ansel/Resources/English.lproj/Panel.nib/designable.nib
 create mode 100644 iPhoto2Ansel/Resources/English.lproj/Panel.nib/keyedobjects.nib
 create mode 100644 iPhoto2Ansel/Resources/English.lproj/ProgressSheet.nib/classes.nib
 create mode 100644 iPhoto2Ansel/Resources/English.lproj/ProgressSheet.nib/info.nib
 create mode 100644 iPhoto2Ansel/Resources/English.lproj/ProgressSheet.nib/keyedobjects.nib
 create mode 100644 iPhoto2Ansel/Resources/iPhoto2Ansel.icns
 create mode 100644 iPhoto2Ansel/Resources/iPhotoPluginIcon.png
 create mode 100644 iPhoto2Ansel/Resources/iPhotoPluginIcon.psd
 delete mode 100644 iPhoto2Ansel/TURAnsel.h
 delete mode 100644 iPhoto2Ansel/TURAnsel.m
 delete mode 100644 iPhoto2Ansel/TURAnselGallery.h
 delete mode 100644 iPhoto2Ansel/TURAnselGallery.m
 delete mode 100644 iPhoto2Ansel/TURAnselGalleryPanelController.h
 delete mode 100644 iPhoto2Ansel/TURAnselGalleryPanelController.m
 create mode 100644 iPhoto2Ansel/TURAnselKit/AnselGalleryViewItem.h
 create mode 100644 iPhoto2Ansel/TURAnselKit/AnselGalleryViewItem.m
 create mode 100644 iPhoto2Ansel/TURAnselKit/English.lProj/AnselGalleryPanel.nib/designable.nib
 create mode 100644 iPhoto2Ansel/TURAnselKit/English.lProj/AnselGalleryPanel.nib/keyedobjects.nib
 create mode 100644 iPhoto2Ansel/TURAnselKit/TURAnsel.h
 create mode 100644 iPhoto2Ansel/TURAnselKit/TURAnsel.m
 create mode 100644 iPhoto2Ansel/TURAnselKit/TURAnselConstants.h
 create mode 100644 iPhoto2Ansel/TURAnselKit/TURAnselConstants.m
 create mode 100644 iPhoto2Ansel/TURAnselKit/TURAnselGallery.h
 create mode 100644 iPhoto2Ansel/TURAnselKit/TURAnselGallery.m
 create mode 100644 iPhoto2Ansel/TURAnselKit/TURAnselGalleryPanelController.h
 create mode 100644 iPhoto2Ansel/TURAnselKit/TURAnselGalleryPanelController.m
 create mode 100644 iPhoto2Ansel/TURAnselKit/TURAnselKit.h
 delete mode 100644 iPhoto2Ansel/TURAnselServersPanelController.h
 delete mode 100644 iPhoto2Ansel/TURAnselServersPanelController.m
 delete mode 100644 iPhoto2Ansel/TURXMLConnection.h
 delete mode 100644 iPhoto2Ansel/TURXMLConnection.m
 delete mode 100644 iPhoto2Ansel/XMLRPC-Info.plist
 delete mode 100644 iPhoto2Ansel/master_Source_ImageResizer.h
 delete mode 100644 iPhoto2Ansel/xmlrpc-1.5.1/Additions/NSDataAdditions.h
 delete mode 100644 iPhoto2Ansel/xmlrpc-1.5.1/Additions/NSDataAdditions.m
 delete mode 100644 iPhoto2Ansel/xmlrpc-1.5.1/Additions/NSStringAdditions.h
 delete mode 100644 iPhoto2Ansel/xmlrpc-1.5.1/Additions/NSStringAdditions.m
 delete mode 100644 iPhoto2Ansel/xmlrpc-1.5.1/Info.plist
 delete mode 100644 iPhoto2Ansel/xmlrpc-1.5.1/LICENSE
 delete mode 100644 iPhoto2Ansel/xmlrpc-1.5.1/Languages/English.lproj/Localizable.strings
 delete mode 100644 iPhoto2Ansel/xmlrpc-1.5.1/README
 delete mode 100644 iPhoto2Ansel/xmlrpc-1.5.1/XMLRPC.h
 delete mode 100644 iPhoto2Ansel/xmlrpc-1.5.1/XMLRPC.pch
 delete mode 100644 iPhoto2Ansel/xmlrpc-1.5.1/XMLRPCConnection.h
 delete mode 100644 iPhoto2Ansel/xmlrpc-1.5.1/XMLRPCConnection.m
 delete mode 100644 iPhoto2Ansel/xmlrpc-1.5.1/XMLRPCDecoder.h
 delete mode 100644 iPhoto2Ansel/xmlrpc-1.5.1/XMLRPCDecoder.m
 delete mode 100644 iPhoto2Ansel/xmlrpc-1.5.1/XMLRPCEncoder.h
 delete mode 100644 iPhoto2Ansel/xmlrpc-1.5.1/XMLRPCEncoder.m
 delete mode 100644 iPhoto2Ansel/xmlrpc-1.5.1/XMLRPCRequest.h
 delete mode 100644 iPhoto2Ansel/xmlrpc-1.5.1/XMLRPCRequest.m
 delete mode 100644 iPhoto2Ansel/xmlrpc-1.5.1/XMLRPCResponse.h
 delete mode 100644 iPhoto2Ansel/xmlrpc-1.5.1/XMLRPCResponse.m

http://git.horde.org/diff.php/iPhoto2Ansel/AnselExportController.h?rt=horde-hatchery&r1=e7f21ba4d2952cbb9c7ee434ce8acd84bfd10ed7&r2=fd6a0d47591ca120d2b7b0a3b598c55a80088728
http://git.horde.org/diff.php/iPhoto2Ansel/AnselExportController.m?rt=horde-hatchery&r1=941118259bbcdb3005a18684a6fa87456e527cb4&r2=fd6a0d47591ca120d2b7b0a3b598c55a80088728
http://git.horde.org/diff.php/iPhoto2Ansel/AnselGalleryViewItem.h?rt=horde-hatchery&r1=13760ff3e2e504c740af7002d09e5bd9622938ac&r2=fd6a0d47591ca120d2b7b0a3b598c55a80088728
http://git.horde.org/diff.php/iPhoto2Ansel/AnselGalleryViewItem.m?rt=horde-hatchery&r1=941118259bbcdb3005a18684a6fa87456e527cb4&r2=fd6a0d47591ca120d2b7b0a3b598c55a80088728
http://git.horde.org/diff.php/iPhoto2Ansel/English.lproj/AnselGalleryPanel.nib/designable.nib?rt=horde-hatchery&r1=cb0289820cf599c4379e31548cba15513c2610b6&r2=fd6a0d47591ca120d2b7b0a3b598c55a80088728
http://git.horde.org/diff.php/iPhoto2Ansel/English.lproj/AnselGalleryPanel.nib/keyedobjects.nib?rt=horde-hatchery&r1=cb0289820cf599c4379e31548cba15513c2610b6&r2=fd6a0d47591ca120d2b7b0a3b598c55a80088728
http://git.horde.org/diff.php/iPhoto2Ansel/English.lproj/AnselServers.nib/designable.nib?rt=horde-hatchery&r1=84a583230f79f3bef4cc77f7d1635a47fa0022aa&r2=fd6a0d47591ca120d2b7b0a3b598c55a80088728
http://git.horde.org/diff.php/iPhoto2Ansel/English.lproj/AnselServers.nib/keyedobjects.nib?rt=horde-hatchery&r1=84a583230f79f3bef4cc77f7d1635a47fa0022aa&r2=fd6a0d47591ca120d2b7b0a3b598c55a80088728
http://git.horde.org/diff.php/iPhoto2Ansel/English.lproj/InfoPlist.strings?rt=horde-hatchery&r1=df0f2bf52a1f118cc8de477fd3a6848a27f9466f&r2=fd6a0d47591ca120d2b7b0a3b598c55a80088728
http://git.horde.org/diff.php/iPhoto2Ansel/English.lproj/Panel.nib/designable.nib?rt=horde-hatchery&r1=5a2fd345dd33fb57795864490cea95d4aa613e9a&r2=fd6a0d47591ca120d2b7b0a3b598c55a80088728
http://git.horde.org/diff.php/iPhoto2Ansel/English.lproj/Panel.nib/keyedobjects.nib?rt=horde-hatchery&r1=5a2fd345dd33fb57795864490cea95d4aa613e9a&r2=fd6a0d47591ca120d2b7b0a3b598c55a80088728
http://git.horde.org/diff.php/iPhoto2Ansel/Info.plist?rt=horde-hatchery&r1=df0f2bf52a1f118cc8de477fd3a6848a27f9466f&r2=fd6a0d47591ca120d2b7b0a3b598c55a80088728
http://git.horde.org/co.php/iPhoto2Ansel/NSDataAdditions.h?rt=horde-hatchery&r=fd6a0d47591ca120d2b7b0a3b598c55a80088728
http://git.horde.org/co.php/iPhoto2Ansel/NSDataAdditions.m?rt=horde-hatchery&r=fd6a0d47591ca120d2b7b0a3b598c55a80088728
http://git.horde.org/co.php/iPhoto2Ansel/NSStringAdditions.h?rt=horde-hatchery&r=fd6a0d47591ca120d2b7b0a3b598c55a80088728
http://git.horde.org/co.php/iPhoto2Ansel/NSStringAdditions.m?rt=horde-hatchery&r=fd6a0d47591ca120d2b7b0a3b598c55a80088728
http://git.horde.org/diff.php/iPhoto2Ansel/PackageBuilder.pmdoc/01iphoto-contents.xml?rt=horde-hatchery&r1=4dc5050b6139075853676704e5e9becdcf7a4204&r2=fd6a0d47591ca120d2b7b0a3b598c55a80088728
http://git.horde.org/diff.php/iPhoto2Ansel/PackageBuilder.pmdoc/01iphoto.xml?rt=horde-hatchery&r1=4dc5050b6139075853676704e5e9becdcf7a4204&r2=fd6a0d47591ca120d2b7b0a3b598c55a80088728
http://git.horde.org/diff.php/iPhoto2Ansel/PackageBuilder.pmdoc/index.xml?rt=horde-hatchery&r1=4dc5050b6139075853676704e5e9becdcf7a4204&r2=fd6a0d47591ca120d2b7b0a3b598c55a80088728
http://git.horde.org/diff.php/iPhoto2Ansel/ProgressSheet.nib/classes.nib?rt=horde-hatchery&r1=df0f2bf52a1f118cc8de477fd3a6848a27f9466f&r2=fd6a0d47591ca120d2b7b0a3b598c55a80088728
http://git.horde.org/diff.php/iPhoto2Ansel/ProgressSheet.nib/info.nib?rt=horde-hatchery&r1=df0f2bf52a1f118cc8de477fd3a6848a27f9466f&r2=fd6a0d47591ca120d2b7b0a3b598c55a80088728
http://git.horde.org/diff.php/iPhoto2Ansel/ProgressSheet.nib/keyedobjects.nib?rt=horde-hatchery&r1=df0f2bf52a1f118cc8de477fd3a6848a27f9466f&r2=fd6a0d47591ca120d2b7b0a3b598c55a80088728
http://git.horde.org/co.php/iPhoto2Ansel/Resources/English.lproj/AnselGalleryPanel.nib/designable.nib?rt=horde-hatchery&r=fd6a0d47591ca120d2b7b0a3b598c55a80088728
http://git.horde.org/co.php/iPhoto2Ansel/Resources/English.lproj/AnselGalleryPanel.nib/keyedobjects.nib?rt=horde-hatchery&r=fd6a0d47591ca120d2b7b0a3b598c55a80088728
http://git.horde.org/co.php/iPhoto2Ansel/Resources/English.lproj/AnselServers.nib/designable.nib?rt=horde-hatchery&r=fd6a0d47591ca120d2b7b0a3b598c55a80088728
http://git.horde.org/co.php/iPhoto2Ansel/Resources/English.lproj/AnselServers.nib/keyedobjects.nib?rt=horde-hatchery&r=fd6a0d47591ca120d2b7b0a3b598c55a80088728
http://git.horde.org/co.php/iPhoto2Ansel/Resources/English.lproj/InfoPlist.strings?rt=horde-hatchery&r=fd6a0d47591ca120d2b7b0a3b598c55a80088728
http://git.horde.org/co.php/iPhoto2Ansel/Resources/English.lproj/Panel.nib/designable.nib?rt=horde-hatchery&r=fd6a0d47591ca120d2b7b0a3b598c55a80088728
http://git.horde.org/co.php/iPhoto2Ansel/Resources/English.lproj/Panel.nib/keyedobjects.nib?rt=horde-hatchery&r=fd6a0d47591ca120d2b7b0a3b598c55a80088728
http://git.horde.org/co.php/iPhoto2Ansel/Resources/English.lproj/ProgressSheet.nib/classes.nib?rt=horde-hatchery&r=fd6a0d47591ca120d2b7b0a3b598c55a80088728
http://git.horde.org/co.php/iPhoto2Ansel/Resources/English.lproj/ProgressSheet.nib/info.nib?rt=horde-hatchery&r=fd6a0d47591ca120d2b7b0a3b598c55a80088728
http://git.horde.org/co.php/iPhoto2Ansel/Resources/English.lproj/ProgressSheet.nib/keyedobjects.nib?rt=horde-hatchery&r=fd6a0d47591ca120d2b7b0a3b598c55a80088728
http://git.horde.org/co.php/iPhoto2Ansel/Resources/iPhoto2Ansel.icns?rt=horde-hatchery&r=fd6a0d47591ca120d2b7b0a3b598c55a80088728
http://git.horde.org/co.php/iPhoto2Ansel/Resources/iPhotoPluginIcon.png?rt=horde-hatchery&r=fd6a0d47591ca120d2b7b0a3b598c55a80088728
http://git.horde.org/co.php/iPhoto2Ansel/Resources/iPhotoPluginIcon.psd?rt=horde-hatchery&r=fd6a0d47591ca120d2b7b0a3b598c55a80088728
http://git.horde.org/diff.php/iPhoto2Ansel/TURAnsel.h?rt=horde-hatchery&r1=fedd20ce881ae03e2ea6b19ea3588e060bf0fd12&r2=fd6a0d47591ca120d2b7b0a3b598c55a80088728
http://git.horde.org/diff.php/iPhoto2Ansel/TURAnsel.m?rt=horde-hatchery&r1=941118259bbcdb3005a18684a6fa87456e527cb4&r2=fd6a0d47591ca120d2b7b0a3b598c55a80088728
http://git.horde.org/diff.php/iPhoto2Ansel/TURAnselGallery.h?rt=horde-hatchery&r1=4c6d0a72c2d269b2dd78f31712cb91922248edcb&r2=fd6a0d47591ca120d2b7b0a3b598c55a80088728
http://git.horde.org/diff.php/iPhoto2Ansel/TURAnselGallery.m?rt=horde-hatchery&r1=5a2fd345dd33fb57795864490cea95d4aa613e9a&r2=fd6a0d47591ca120d2b7b0a3b598c55a80088728
http://git.horde.org/diff.php/iPhoto2Ansel/TURAnselGalleryPanelController.h?rt=horde-hatchery&r1=8dd759e446c82cd1c52cbf2f37102cec17fe6414&r2=fd6a0d47591ca120d2b7b0a3b598c55a80088728
http://git.horde.org/diff.php/iPhoto2Ansel/TURAnselGalleryPanelController.m?rt=horde-hatchery&r1=8dd759e446c82cd1c52cbf2f37102cec17fe6414&r2=fd6a0d47591ca120d2b7b0a3b598c55a80088728
http://git.horde.org/co.php/iPhoto2Ansel/TURAnselKit/AnselGalleryViewItem.h?rt=horde-hatchery&r=fd6a0d47591ca120d2b7b0a3b598c55a80088728
http://git.horde.org/co.php/iPhoto2Ansel/TURAnselKit/AnselGalleryViewItem.m?rt=horde-hatchery&r=fd6a0d47591ca120d2b7b0a3b598c55a80088728
http://git.horde.org/co.php/iPhoto2Ansel/TURAnselKit/English.lProj/AnselGalleryPanel.nib/designable.nib?rt=horde-hatchery&r=fd6a0d47591ca120d2b7b0a3b598c55a80088728
http://git.horde.org/co.php/iPhoto2Ansel/TURAnselKit/English.lProj/AnselGalleryPanel.nib/keyedobjects.nib?rt=horde-hatchery&r=fd6a0d47591ca120d2b7b0a3b598c55a80088728
http://git.horde.org/co.php/iPhoto2Ansel/TURAnselKit/TURAnsel.h?rt=horde-hatchery&r=fd6a0d47591ca120d2b7b0a3b598c55a80088728
http://git.horde.org/co.php/iPhoto2Ansel/TURAnselKit/TURAnsel.m?rt=horde-hatchery&r=fd6a0d47591ca120d2b7b0a3b598c55a80088728
http://git.horde.org/co.php/iPhoto2Ansel/TURAnselKit/TURAnselConstants.h?rt=horde-hatchery&r=fd6a0d47591ca120d2b7b0a3b598c55a80088728
http://git.horde.org/co.php/iPhoto2Ansel/TURAnselKit/TURAnselConstants.m?rt=horde-hatchery&r=fd6a0d47591ca120d2b7b0a3b598c55a80088728
http://git.horde.org/co.php/iPhoto2Ansel/TURAnselKit/TURAnselGallery.h?rt=horde-hatchery&r=fd6a0d47591ca120d2b7b0a3b598c55a80088728
http://git.horde.org/co.php/iPhoto2Ansel/TURAnselKit/TURAnselGallery.m?rt=horde-hatchery&r=fd6a0d47591ca120d2b7b0a3b598c55a80088728
http://git.horde.org/co.php/iPhoto2Ansel/TURAnselKit/TURAnselGalleryPanelController.h?rt=horde-hatchery&r=fd6a0d47591ca120d2b7b0a3b598c55a80088728
http://git.horde.org/co.php/iPhoto2Ansel/TURAnselKit/TURAnselGalleryPanelController.m?rt=horde-hatchery&r=fd6a0d47591ca120d2b7b0a3b598c55a80088728
http://git.horde.org/co.php/iPhoto2Ansel/TURAnselKit/TURAnselKit.h?rt=horde-hatchery&r=fd6a0d47591ca120d2b7b0a3b598c55a80088728
http://git.horde.org/diff.php/iPhoto2Ansel/TURAnselServersPanelController.h?rt=horde-hatchery&r1=84a583230f79f3bef4cc77f7d1635a47fa0022aa&r2=fd6a0d47591ca120d2b7b0a3b598c55a80088728
http://git.horde.org/diff.php/iPhoto2Ansel/TURAnselServersPanelController.m?rt=horde-hatchery&r1=84a583230f79f3bef4cc77f7d1635a47fa0022aa&r2=fd6a0d47591ca120d2b7b0a3b598c55a80088728
http://git.horde.org/diff.php/iPhoto2Ansel/TURXMLConnection.h?rt=horde-hatchery&r1=fedd20ce881ae03e2ea6b19ea3588e060bf0fd12&r2=fd6a0d47591ca120d2b7b0a3b598c55a80088728
http://git.horde.org/diff.php/iPhoto2Ansel/TURXMLConnection.m?rt=horde-hatchery&r1=43fa78cac4e6b82ed6b22ee4970627a40b3095ad&r2=fd6a0d47591ca120d2b7b0a3b598c55a80088728
http://git.horde.org/diff.php/iPhoto2Ansel/XMLRPC-Info.plist?rt=horde-hatchery&r1=df0f2bf52a1f118cc8de477fd3a6848a27f9466f&r2=fd6a0d47591ca120d2b7b0a3b598c55a80088728
http://git.horde.org/diff.php/iPhoto2Ansel/iPhoto2Ansel.xcodeproj/project.pbxproj?rt=horde-hatchery&r1=941118259bbcdb3005a18684a6fa87456e527cb4&r2=fd6a0d47591ca120d2b7b0a3b598c55a80088728
http://git.horde.org/diff.php/iPhoto2Ansel/master_Source_ImageResizer.h?rt=horde-hatchery&r1=0c9f12977d718a9a8a4ff8e59ce27d60e51d0f76&r2=fd6a0d47591ca120d2b7b0a3b598c55a80088728
http://git.horde.org/diff.php/iPhoto2Ansel/xmlrpc-1.5.1/Additions/NSDataAdditions.h?rt=horde-hatchery&r1=0c9f12977d718a9a8a4ff8e59ce27d60e51d0f76&r2=fd6a0d47591ca120d2b7b0a3b598c55a80088728
http://git.horde.org/diff.php/iPhoto2Ansel/xmlrpc-1.5.1/Additions/NSDataAdditions.m?rt=horde-hatchery&r1=0c9f12977d718a9a8a4ff8e59ce27d60e51d0f76&r2=fd6a0d47591ca120d2b7b0a3b598c55a80088728
http://git.horde.org/diff.php/iPhoto2Ansel/xmlrpc-1.5.1/Additions/NSStringAdditions.h?rt=horde-hatchery&r1=0c9f12977d718a9a8a4ff8e59ce27d60e51d0f76&r2=fd6a0d47591ca120d2b7b0a3b598c55a80088728
http://git.horde.org/diff.php/iPhoto2Ansel/xmlrpc-1.5.1/Additions/NSStringAdditions.m?rt=horde-hatchery&r1=0c9f12977d718a9a8a4ff8e59ce27d60e51d0f76&r2=fd6a0d47591ca120d2b7b0a3b598c55a80088728
http://git.horde.org/diff.php/iPhoto2Ansel/xmlrpc-1.5.1/Info.plist?rt=horde-hatchery&r1=df0f2bf52a1f118cc8de477fd3a6848a27f9466f&r2=fd6a0d47591ca120d2b7b0a3b598c55a80088728
http://git.horde.org/diff.php/iPhoto2Ansel/xmlrpc-1.5.1/LICENSE?rt=horde-hatchery&r1=0c9f12977d718a9a8a4ff8e59ce27d60e51d0f76&r2=fd6a0d47591ca120d2b7b0a3b598c55a80088728
http://git.horde.org/diff.php/iPhoto2Ansel/xmlrpc-1.5.1/Languages/English.lproj/Localizable.strings?rt=horde-hatchery&r1=df0f2bf52a1f118cc8de477fd3a6848a27f9466f&r2=fd6a0d47591ca120d2b7b0a3b598c55a80088728
http://git.horde.org/diff.php/iPhoto2Ansel/xmlrpc-1.5.1/README?rt=horde-hatchery&r1=0c9f12977d718a9a8a4ff8e59ce27d60e51d0f76&r2=fd6a0d47591ca120d2b7b0a3b598c55a80088728
http://git.horde.org/diff.php/iPhoto2Ansel/xmlrpc-1.5.1/XMLRPC.h?rt=horde-hatchery&r1=0c9f12977d718a9a8a4ff8e59ce27d60e51d0f76&r2=fd6a0d47591ca120d2b7b0a3b598c55a80088728
http://git.horde.org/diff.php/iPhoto2Ansel/xmlrpc-1.5.1/XMLRPC.pch?rt=horde-hatchery&r1=0c9f12977d718a9a8a4ff8e59ce27d60e51d0f76&r2=fd6a0d47591ca120d2b7b0a3b598c55a80088728
http://git.horde.org/diff.php/iPhoto2Ansel/xmlrpc-1.5.1/XMLRPCConnection.h?rt=horde-hatchery&r1=0c9f12977d718a9a8a4ff8e59ce27d60e51d0f76&r2=fd6a0d47591ca120d2b7b0a3b598c55a80088728
http://git.horde.org/diff.php/iPhoto2Ansel/xmlrpc-1.5.1/XMLRPCConnection.m?rt=horde-hatchery&r1=941118259bbcdb3005a18684a6fa87456e527cb4&r2=fd6a0d47591ca120d2b7b0a3b598c55a80088728
http://git.horde.org/diff.php/iPhoto2Ansel/xmlrpc-1.5.1/XMLRPCDecoder.h?rt=horde-hatchery&r1=0c9f12977d718a9a8a4ff8e59ce27d60e51d0f76&r2=fd6a0d47591ca120d2b7b0a3b598c55a80088728
http://git.horde.org/diff.php/iPhoto2Ansel/xmlrpc-1.5.1/XMLRPCDecoder.m?rt=horde-hatchery&r1=0c9f12977d718a9a8a4ff8e59ce27d60e51d0f76&r2=fd6a0d47591ca120d2b7b0a3b598c55a80088728
http://git.horde.org/diff.php/iPhoto2Ansel/xmlrpc-1.5.1/XMLRPCEncoder.h?rt=horde-hatchery&r1=0c9f12977d718a9a8a4ff8e59ce27d60e51d0f76&r2=fd6a0d47591ca120d2b7b0a3b598c55a80088728
http://git.horde.org/diff.php/iPhoto2Ansel/xmlrpc-1.5.1/XMLRPCEncoder.m?rt=horde-hatchery&r1=0c9f12977d718a9a8a4ff8e59ce27d60e51d0f76&r2=fd6a0d47591ca120d2b7b0a3b598c55a80088728
http://git.horde.org/diff.php/iPhoto2Ansel/xmlrpc-1.5.1/XMLRPCRequest.h?rt=horde-hatchery&r1=0c9f12977d718a9a8a4ff8e59ce27d60e51d0f76&r2=fd6a0d47591ca120d2b7b0a3b598c55a80088728
http://git.horde.org/diff.php/iPhoto2Ansel/xmlrpc-1.5.1/XMLRPCRequest.m?rt=horde-hatchery&r1=0c9f12977d718a9a8a4ff8e59ce27d60e51d0f76&r2=fd6a0d47591ca120d2b7b0a3b598c55a80088728
http://git.horde.org/diff.php/iPhoto2Ansel/xmlrpc-1.5.1/XMLRPCResponse.h?rt=horde-hatchery&r1=0c9f12977d718a9a8a4ff8e59ce27d60e51d0f76&r2=fd6a0d47591ca120d2b7b0a3b598c55a80088728
http://git.horde.org/diff.php/iPhoto2Ansel/xmlrpc-1.5.1/XMLRPCResponse.m?rt=horde-hatchery&r1=0c9f12977d718a9a8a4ff8e59ce27d60e51d0f76&r2=fd6a0d47591ca120d2b7b0a3b598c55a80088728

-----------------------------------------------------------------------

commit cf3ce38030b4da15a9af4be8f890561747a1624c
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Fri Sep 25 14:40:50 2009 -0400

    Oops. Re-add errouneously removed delegate methods.

 iPhoto2Ansel/AnselExportController.m |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

http://git.horde.org/diff.php/iPhoto2Ansel/AnselExportController.m?rt=horde-hatchery&r1=fd6a0d47591ca120d2b7b0a3b598c55a80088728&r2=cf3ce38030b4da15a9af4be8f890561747a1624c

-----------------------------------------------------------------------

commit 68b653bf76f2c55d1954a10ce3cb9525b4ae1b6a
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Fri Sep 25 14:41:23 2009 -0400

    We might not have a valid server response, so don't assume the dictionary entry is there.

 iPhoto2Ansel/TURAnselKit/TURAnsel.m |   39 ++++++++++++++++++++++------------
 1 files changed, 25 insertions(+), 14 deletions(-)

http://git.horde.org/diff.php/iPhoto2Ansel/TURAnselKit/TURAnsel.m?rt=horde-hatchery&r1=fd6a0d47591ca120d2b7b0a3b598c55a80088728&r2=68b653bf76f2c55d1954a10ce3cb9525b4ae1b6a

-----------------------------------------------------------------------

commit 6d92d7f422a35f2b52efed0336216aa7406616de
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Fri Sep 25 14:43:45 2009 -0400

    Sync changes to AnselKit from iPhoto2Ansel.
    
    Don't assume we have a server response.

 ApertureToAnselExportPlugin/TURAnselKit/TURAnsel.m |   39 +++++++++++++-------
 1 files changed, 25 insertions(+), 14 deletions(-)

http://git.horde.org/diff.php/ApertureToAnselExportPlugin/TURAnselKit/TURAnsel.m?rt=horde-hatchery&r1=9f879b37be65d9f41bfe5e64259a56ceedc96006&r2=6d92d7f422a35f2b52efed0336216aa7406616de

-----------------------------------------------------------------------

commit 53a6d418676ff1b2fd1a35af2aa74e0f6a4e1772
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Fri Sep 25 14:50:35 2009 -0400

    Clean up #import, protect against invalid selectedIndex in combo box.

 ApertureToAnselExportPlugin/ApertureToAnselExportPlugin.m |   35 +++++++------
 1 files changed, 18 insertions(+), 17 deletions(-)

http://git.horde.org/diff.php/ApertureToAnselExportPlugin/ApertureToAnselExportPlugin.m?rt=horde-hatchery&r1=103b7fb670a9fff6359f780a47d29474c9981574&r2=53a6d418676ff1b2fd1a35af2aa74e0f6a4e1772

-----------------------------------------------------------------------

commit 4fce15892c1a178de9eaffb79cc0b29cac94cf20
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Fri Sep 25 14:51:33 2009 -0400

    Include these in the main header also

 ApertureToAnselExportPlugin/TURAnselKit/TURAnselKit.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

http://git.horde.org/diff.php/ApertureToAnselExportPlugin/TURAnselKit/TURAnselKit.h?rt=horde-hatchery&r1=9f879b37be65d9f41bfe5e64259a56ceedc96006&r2=4fce15892c1a178de9eaffb79cc0b29cac94cf20

-----------------------------------------------------------------------

commit 5375029126e512634544262734b05a3f9aa04826
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Fri Sep 25 15:02:32 2009 -0400

    Clean up build options, standardize plist entries, add initial try
    at a PackageMaker installer script for iPhoto plugin.

 .../ApertureToAnselExportPlugin.xcodeproj/project.pbxproj         |   17 ++---
 ApertureToAnselExportPlugin/Info.plist                            |    4 +-
 iPhoto2Ansel/Info.plist                                           |    2 +-
 iPhoto2Ansel/Installer/iPhoto2Ansel.pmdoc/01iphoto-contents.xml   |    1 +
 iPhoto2Ansel/Installer/iPhoto2Ansel.pmdoc/01iphoto.xml            |    1 +
 iPhoto2Ansel/Installer/iPhoto2Ansel.pmdoc/index.xml               |    1 +
 6 files changed, 15 insertions(+), 11 deletions(-)
 create mode 100644 iPhoto2Ansel/Installer/iPhoto2Ansel.pmdoc/01iphoto-contents.xml
 create mode 100644 iPhoto2Ansel/Installer/iPhoto2Ansel.pmdoc/01iphoto.xml
 create mode 100644 iPhoto2Ansel/Installer/iPhoto2Ansel.pmdoc/index.xml

http://git.horde.org/diff.php/ApertureToAnselExportPlugin/ApertureToAnselExportPlugin.xcodeproj/project.pbxproj?rt=horde-hatchery&r1=9f879b37be65d9f41bfe5e64259a56ceedc96006&r2=5375029126e512634544262734b05a3f9aa04826
http://git.horde.org/diff.php/ApertureToAnselExportPlugin/Info.plist?rt=horde-hatchery&r1=c6d041ff648b17e6a8f101737789165a69197c25&r2=5375029126e512634544262734b05a3f9aa04826
http://git.horde.org/diff.php/iPhoto2Ansel/Info.plist?rt=horde-hatchery&r1=fd6a0d47591ca120d2b7b0a3b598c55a80088728&r2=5375029126e512634544262734b05a3f9aa04826
http://git.horde.org/co.php/iPhoto2Ansel/Installer/iPhoto2Ansel.pmdoc/01iphoto-contents.xml?rt=horde-hatchery&r=5375029126e512634544262734b05a3f9aa04826
http://git.horde.org/co.php/iPhoto2Ansel/Installer/iPhoto2Ansel.pmdoc/01iphoto.xml?rt=horde-hatchery&r=5375029126e512634544262734b05a3f9aa04826
http://git.horde.org/co.php/iPhoto2Ansel/Installer/iPhoto2Ansel.pmdoc/index.xml?rt=horde-hatchery&r=5375029126e512634544262734b05a3f9aa04826




More information about the commits mailing list