[commits] Horde branch master updated. b70a62d163965a2cd81f57a051ce439923330380

Michael Rubinsky mike at theupstairsroom.com
Fri Sep 3 23:27:18 UTC 2010


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

from: 3f137a5929ab28f9fbbf85623f5908007be6e764

3e8b262 Add versioning and display it on plugin panel
b70a62d Add versioning and display on plugin sheet

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

commit 3e8b262c85fb6bc2790e13ad182835f747c7d441
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Fri Sep 3 17:44:26 2010 -0400

    Add versioning and display it on plugin panel

 iPhoto2Ansel/AnselExportController.h                            |    1 +
 iPhoto2Ansel/AnselExportController.m                            |    5 +
 iPhoto2Ansel/Info.plist                                         |    6 +-
 iPhoto2Ansel/Installer/iPhoto2Ansel.pmdoc/01iphoto-contents.xml |    2 +-
 iPhoto2Ansel/Installer/iPhoto2Ansel.pmdoc/01iphoto.xml          |    2 +-
 iPhoto2Ansel/Installer/iPhoto2Ansel.pmdoc/index.xml             |    2 +-
 iPhoto2Ansel/Resources/English.lproj/Panel.nib/designable.nib   |   71 ++++++-
 iPhoto2Ansel/Resources/English.lproj/Panel.nib/keyedobjects.nib |  Bin 37031 -> 37521 bytes
 iPhoto2Ansel/iPhoto2Ansel.xcodeproj/project.pbxproj             |    3 +
 9 files changed, 84 insertions(+), 8 deletions(-)

http://git.horde.org/diff.php/iPhoto2Ansel/AnselExportController.h?rt=horde-git&r1=8ada2ab8d769378faaf0b17ec5f186b11d63f965&r2=3e8b262c85fb6bc2790e13ad182835f747c7d441
http://git.horde.org/diff.php/iPhoto2Ansel/AnselExportController.m?rt=horde-git&r1=8ada2ab8d769378faaf0b17ec5f186b11d63f965&r2=3e8b262c85fb6bc2790e13ad182835f747c7d441
http://git.horde.org/diff.php/iPhoto2Ansel/Info.plist?rt=horde-git&r1=5375029126e512634544262734b05a3f9aa04826&r2=3e8b262c85fb6bc2790e13ad182835f747c7d441
http://git.horde.org/diff.php/iPhoto2Ansel/Installer/iPhoto2Ansel.pmdoc/01iphoto-contents.xml?rt=horde-git&r1=1df54d07b1cde95e39fa03694bf887a4a2dd1a39&r2=3e8b262c85fb6bc2790e13ad182835f747c7d441
http://git.horde.org/diff.php/iPhoto2Ansel/Installer/iPhoto2Ansel.pmdoc/01iphoto.xml?rt=horde-git&r1=1df54d07b1cde95e39fa03694bf887a4a2dd1a39&r2=3e8b262c85fb6bc2790e13ad182835f747c7d441
http://git.horde.org/diff.php/iPhoto2Ansel/Installer/iPhoto2Ansel.pmdoc/index.xml?rt=horde-git&r1=1df54d07b1cde95e39fa03694bf887a4a2dd1a39&r2=3e8b262c85fb6bc2790e13ad182835f747c7d441
http://git.horde.org/diff.php/iPhoto2Ansel/Resources/English.lproj/Panel.nib/designable.nib?rt=horde-git&r1=8ada2ab8d769378faaf0b17ec5f186b11d63f965&r2=3e8b262c85fb6bc2790e13ad182835f747c7d441
http://git.horde.org/diff.php/iPhoto2Ansel/Resources/English.lproj/Panel.nib/keyedobjects.nib?rt=horde-git&r1=8ada2ab8d769378faaf0b17ec5f186b11d63f965&r2=3e8b262c85fb6bc2790e13ad182835f747c7d441
http://git.horde.org/diff.php/iPhoto2Ansel/iPhoto2Ansel.xcodeproj/project.pbxproj?rt=horde-git&r1=2277798e05ffd83cbc384733ac9fff100600f61f&r2=3e8b262c85fb6bc2790e13ad182835f747c7d441

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

commit b70a62d163965a2cd81f57a051ce439923330380
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Fri Sep 3 18:45:27 2010 -0400

    Add versioning and display on plugin sheet

 ApertureToAnselExportPlugin/ApertureToAnselExportPlugin.h         |    1 +
 ApertureToAnselExportPlugin/ApertureToAnselExportPlugin.m         |    5 +-
 .../ApertureToAnselExportPlugin.xcodeproj/project.pbxproj         |    9 +
 .../English.lproj/ApertureToAnselExportPlugin.nib/designable.nib  |  111 ++++-
 .../ApertureToAnselExportPlugin.nib/keyedobjects.nib              |  Bin 33343 -> 33792 bytes
 ApertureToAnselExportPlugin/English.lproj/InfoPlist.strings       |  Bin 506 -> 616 bytes
 ApertureToAnselExportPlugin/Info.plist                            |    6 +-
 7 files changed, 108 insertions(+), 24 deletions(-)

http://git.horde.org/diff.php/ApertureToAnselExportPlugin/ApertureToAnselExportPlugin.h?rt=horde-git&r1=b63bc3a168f95e80f59e004ed0f32382537b8e0c&r2=b70a62d163965a2cd81f57a051ce439923330380
http://git.horde.org/diff.php/ApertureToAnselExportPlugin/ApertureToAnselExportPlugin.m?rt=horde-git&r1=b63bc3a168f95e80f59e004ed0f32382537b8e0c&r2=b70a62d163965a2cd81f57a051ce439923330380
http://git.horde.org/diff.php/ApertureToAnselExportPlugin/ApertureToAnselExportPlugin.xcodeproj/project.pbxproj?rt=horde-git&r1=a4e1eedc913e04fb4332480ce223a180573ebd97&r2=b70a62d163965a2cd81f57a051ce439923330380
http://git.horde.org/diff.php/ApertureToAnselExportPlugin/English.lproj/ApertureToAnselExportPlugin.nib/designable.nib?rt=horde-git&r1=18697cef118d02c5938ae351de0d449c6c24551f&r2=b70a62d163965a2cd81f57a051ce439923330380
http://git.horde.org/diff.php/ApertureToAnselExportPlugin/English.lproj/ApertureToAnselExportPlugin.nib/keyedobjects.nib?rt=horde-git&r1=18697cef118d02c5938ae351de0d449c6c24551f&r2=b70a62d163965a2cd81f57a051ce439923330380
http://git.horde.org/diff.php/ApertureToAnselExportPlugin/English.lproj/InfoPlist.strings?rt=horde-git&r1=c6d041ff648b17e6a8f101737789165a69197c25&r2=b70a62d163965a2cd81f57a051ce439923330380
http://git.horde.org/diff.php/ApertureToAnselExportPlugin/Info.plist?rt=horde-git&r1=5375029126e512634544262734b05a3f9aa04826&r2=b70a62d163965a2cd81f57a051ce439923330380




More information about the commits mailing list