[commits] Horde-Hatchery branch master updated. 512761cbe486be1430b56d6c5c816ea092ab89f5
Michael Rubinsky
mike at theupstairsroom.com
Sat Sep 26 15:26:31 UTC 2009
The branch "master" has been updated.
The following is a summary of the commits.
from: 1df54d07b1cde95e39fa03694bf887a4a2dd1a39
ee625ee... Changes for compiling a native 10.6 version of these plugins.
22ae04a... Fix build path (Plugins -> Plug-Ins). Why this isn't standard across Apple's applications, I don't know.
27a6ce7... Fix logic for redisplaying the remote gallery view if it's already loaded. Tweak some return value types.
fd518e2... Add PackageMaker script
512761c... Add compiled installer package to .gitignore
-----------------------------------------------------------------------
commit ee625ee0acb190d19ef51fc73391d96cc14f002d
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Sat Sep 26 10:23:33 2009 -0400
Changes for compiling a native 10.6 version of these plugins.
Replace some method calls that were deprecated in the 10.6 SDK,
add some interface declarations that are now required in 10.6. Add
preprocessor directives to make sure the proper methods are used.
ApertureToAnselExportPlugin/ApertureToAnselExportPlugin.h | 8 +-
ApertureToAnselExportPlugin/ApertureToAnselExportPlugin.m | 14 ++--
.../ApertureToAnselExportPlugin.xcodeproj/project.pbxproj | 19 +++--
ApertureToAnselExportPlugin/TURAnselKit/TURAnsel.h | 10 ++-
iPhoto2Ansel/AnselExportController.h | 5 +-
iPhoto2Ansel/AnselExportController.m | 9 ++-
iPhoto2Ansel/TURAnselKit/TURAnsel.h | 7 ++-
iPhoto2Ansel/iPhoto2Ansel.xcodeproj/project.pbxproj | 14 ++-
8 files changed, 60 insertions(+), 26 deletions(-)
http://git.horde.org/diff.php/ApertureToAnselExportPlugin/ApertureToAnselExportPlugin.h?rt=horde-hatchery&r1=103b7fb670a9fff6359f780a47d29474c9981574&r2=ee625ee0acb190d19ef51fc73391d96cc14f002d
http://git.horde.org/diff.php/ApertureToAnselExportPlugin/ApertureToAnselExportPlugin.m?rt=horde-hatchery&r1=53a6d418676ff1b2fd1a35af2aa74e0f6a4e1772&r2=ee625ee0acb190d19ef51fc73391d96cc14f002d
http://git.horde.org/diff.php/ApertureToAnselExportPlugin/ApertureToAnselExportPlugin.xcodeproj/project.pbxproj?rt=horde-hatchery&r1=5375029126e512634544262734b05a3f9aa04826&r2=ee625ee0acb190d19ef51fc73391d96cc14f002d
http://git.horde.org/diff.php/ApertureToAnselExportPlugin/TURAnselKit/TURAnsel.h?rt=horde-hatchery&r1=9f879b37be65d9f41bfe5e64259a56ceedc96006&r2=ee625ee0acb190d19ef51fc73391d96cc14f002d
http://git.horde.org/diff.php/iPhoto2Ansel/AnselExportController.h?rt=horde-hatchery&r1=fd6a0d47591ca120d2b7b0a3b598c55a80088728&r2=ee625ee0acb190d19ef51fc73391d96cc14f002d
http://git.horde.org/diff.php/iPhoto2Ansel/AnselExportController.m?rt=horde-hatchery&r1=fd1e57a2f4e552eba87b3e8070add4f8e629ac5d&r2=ee625ee0acb190d19ef51fc73391d96cc14f002d
http://git.horde.org/diff.php/iPhoto2Ansel/TURAnselKit/TURAnsel.h?rt=horde-hatchery&r1=fd6a0d47591ca120d2b7b0a3b598c55a80088728&r2=ee625ee0acb190d19ef51fc73391d96cc14f002d
http://git.horde.org/diff.php/iPhoto2Ansel/iPhoto2Ansel.xcodeproj/project.pbxproj?rt=horde-hatchery&r1=1df54d07b1cde95e39fa03694bf887a4a2dd1a39&r2=ee625ee0acb190d19ef51fc73391d96cc14f002d
-----------------------------------------------------------------------
commit 22ae04a82758318cf2c994721ff93c66330318fa
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Sat Sep 26 11:15:36 2009 -0400
Fix build path (Plugins -> Plug-Ins). Why this isn't standard across Apple's applications, I don't know.
.../ApertureToAnselExportPlugin.xcodeproj/project.pbxproj | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/diff.php/ApertureToAnselExportPlugin/ApertureToAnselExportPlugin.xcodeproj/project.pbxproj?rt=horde-hatchery&r1=ee625ee0acb190d19ef51fc73391d96cc14f002d&r2=22ae04a82758318cf2c994721ff93c66330318fa
-----------------------------------------------------------------------
commit 27a6ce763ebceb85016458111838d068182d0900
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Sat Sep 26 11:18:03 2009 -0400
Fix logic for redisplaying the remote gallery view if it's already loaded.
Tweak some return value types.
ApertureToAnselExportPlugin/ApertureToAnselExportPlugin.m | 6 ++++--
ApertureToAnselExportPlugin/TURAnselKit/TURAnselGallery.h | 2 +-
ApertureToAnselExportPlugin/TURAnselKit/TURAnselGallery.m | 9 +++------
3 files changed, 8 insertions(+), 9 deletions(-)
http://git.horde.org/diff.php/ApertureToAnselExportPlugin/ApertureToAnselExportPlugin.m?rt=horde-hatchery&r1=ee625ee0acb190d19ef51fc73391d96cc14f002d&r2=27a6ce763ebceb85016458111838d068182d0900
http://git.horde.org/diff.php/ApertureToAnselExportPlugin/TURAnselKit/TURAnselGallery.h?rt=horde-hatchery&r1=9f879b37be65d9f41bfe5e64259a56ceedc96006&r2=27a6ce763ebceb85016458111838d068182d0900
http://git.horde.org/diff.php/ApertureToAnselExportPlugin/TURAnselKit/TURAnselGallery.m?rt=horde-hatchery&r1=9f879b37be65d9f41bfe5e64259a56ceedc96006&r2=27a6ce763ebceb85016458111838d068182d0900
-----------------------------------------------------------------------
commit fd518e222ad886c374e0424df66c1f22bc5236a0
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Sat Sep 26 11:23:18 2009 -0400
Add PackageMaker script
.../01aperturetoanselexportplugin-contents.xml | 1 +
.../ApertureToAnsel.pmdoc/01aperturetoanselexportplugin.xml | 1 +
.../Installer/ApertureToAnsel.pmdoc/index.xml | 1 +
3 files changed, 3 insertions(+), 0 deletions(-)
create mode 100644 ApertureToAnselExportPlugin/Installer/ApertureToAnsel.pmdoc/01aperturetoanselexportplugin-contents.xml
create mode 100644 ApertureToAnselExportPlugin/Installer/ApertureToAnsel.pmdoc/01aperturetoanselexportplugin.xml
create mode 100644 ApertureToAnselExportPlugin/Installer/ApertureToAnsel.pmdoc/index.xml
http://git.horde.org/co.php/ApertureToAnselExportPlugin/Installer/ApertureToAnsel.pmdoc/01aperturetoanselexportplugin-contents.xml?rt=horde-hatchery&r=fd518e222ad886c374e0424df66c1f22bc5236a0
http://git.horde.org/co.php/ApertureToAnselExportPlugin/Installer/ApertureToAnsel.pmdoc/01aperturetoanselexportplugin.xml?rt=horde-hatchery&r=fd518e222ad886c374e0424df66c1f22bc5236a0
http://git.horde.org/co.php/ApertureToAnselExportPlugin/Installer/ApertureToAnsel.pmdoc/index.xml?rt=horde-hatchery&r=fd518e222ad886c374e0424df66c1f22bc5236a0
-----------------------------------------------------------------------
commit 512761cbe486be1430b56d6c5c816ea092ab89f5
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Sat Sep 26 11:26:12 2009 -0400
Add compiled installer package to .gitignore
.gitignore | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
http://git.horde.org/diff.php/.gitignore?rt=horde-hatchery&r1=871519e963c871e615d46361c6a80dc8554f8d12&r2=512761cbe486be1430b56d6c5c816ea092ab89f5
More information about the commits
mailing list