The branch "master" has been updated. The following is a summary of the commits.
from: 763f715e6097f869cea5982254208a2f90bdcae7 4c6d0a7... Start adding support for browsing each remote gallery's thumbnails from within the export interface. Basically works, but needs tweaking. ----------------------------------------------------------------------- commit 4c6d0a72c2d269b2dd78f31712cb91922248edcb Author: Michael J. Rubinsky <[email protected]> Date: Fri May 8 16:55:32 2009 -0400 Start adding support for browsing each remote gallery's thumbnails from within the export interface. Basically works, but needs tweaking. iPhoto2Ansel/AnselExportController.h | 14 + iPhoto2Ansel/AnselExportController.m | 41 + iPhoto2Ansel/AnselGalleryViewItem.h | 28 + iPhoto2Ansel/AnselGalleryViewItem.m | 44 + iPhoto2Ansel/English.lproj/Panel.nib/designable.nib | 1963 ++++++++++------- iPhoto2Ansel/English.lproj/Panel.nib/keyedobjects.nib | Bin 25580 -> 32094 bytes iPhoto2Ansel/TURAnsel.m | 3 - iPhoto2Ansel/TURAnselGallery.h | 4 +- iPhoto2Ansel/TURAnselGallery.m | 28 + iPhoto2Ansel/iPhoto2Ansel.xcodeproj/project.pbxproj | 14 + 10 files changed, 1305 insertions(+), 834 deletions(-) create mode 100644 iPhoto2Ansel/AnselGalleryViewItem.h create mode 100644 iPhoto2Ansel/AnselGalleryViewItem.m http://git.horde.org/diff.php/iPhoto2Ansel/AnselExportController.h?rt=horde-hatchery&r1=dc7703b07b8ff1395e71bc0d2298a86a7feedf2e&r2=4c6d0a72c2d269b2dd78f31712cb91922248edcb http://git.horde.org/diff.php/iPhoto2Ansel/AnselExportController.m?rt=horde-hatchery&r1=763f715e6097f869cea5982254208a2f90bdcae7&r2=4c6d0a72c2d269b2dd78f31712cb91922248edcb http://git.horde.org/co.php/iPhoto2Ansel/AnselGalleryViewItem.h?rt=horde-hatchery&r=4c6d0a72c2d269b2dd78f31712cb91922248edcb http://git.horde.org/co.php/iPhoto2Ansel/AnselGalleryViewItem.m?rt=horde-hatchery&r=4c6d0a72c2d269b2dd78f31712cb91922248edcb http://git.horde.org/diff.php/iPhoto2Ansel/English.lproj/Panel.nib/designable.nib?rt=horde-hatchery&r1=763f715e6097f869cea5982254208a2f90bdcae7&r2=4c6d0a72c2d269b2dd78f31712cb91922248edcb http://git.horde.org/diff.php/iPhoto2Ansel/English.lproj/Panel.nib/keyedobjects.nib?rt=horde-hatchery&r1=763f715e6097f869cea5982254208a2f90bdcae7&r2=4c6d0a72c2d269b2dd78f31712cb91922248edcb http://git.horde.org/diff.php/iPhoto2Ansel/TURAnsel.m?rt=horde-hatchery&r1=fedd20ce881ae03e2ea6b19ea3588e060bf0fd12&r2=4c6d0a72c2d269b2dd78f31712cb91922248edcb http://git.horde.org/diff.php/iPhoto2Ansel/TURAnselGallery.h?rt=horde-hatchery&r1=4676279f73b1f6a48ced66ee5100e32b9dfaac8b&r2=4c6d0a72c2d269b2dd78f31712cb91922248edcb http://git.horde.org/diff.php/iPhoto2Ansel/TURAnselGallery.m?rt=horde-hatchery&r1=3d3bf55a94720d8374f0de5f3ddf2337031c01dd&r2=4c6d0a72c2d269b2dd78f31712cb91922248edcb http://git.horde.org/diff.php/iPhoto2Ansel/iPhoto2Ansel.xcodeproj/project.pbxproj?rt=horde-hatchery&r1=84a583230f79f3bef4cc77f7d1635a47fa0022aa&r2=4c6d0a72c2d269b2dd78f31712cb91922248edcb __ commits mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]
