[commits] Horde-Hatchery branch master updated. fedd20ce881ae03e2ea6b19ea3588e060bf0fd12

Michael Rubinsky mike at theupstairsroom.com
Sun Feb 1 21:28:42 UTC 2009


The branch master has been updated
       via  fedd20ce881ae03e2ea6b19ea3588e060bf0fd12 (commit)
       via  26781eef88e6d26d7cb6b047ccf8f849af287222 (commit)
       via  32e56c7825d7207e618b2634fe65e0d24a07ad2e (commit)
       via  af83b6c0ffeeddc846f4713e6904b26c42208059 (commit)
      from  4bfe26c50f6df5dd67003c76c2367016c72793ad (commit)

-----------------------------------------------------------------------
commit fedd20ce881ae03e2ea6b19ea3588e060bf0fd12
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Sun Feb 1 16:27:03 2009 -0500

    Add ability to cancel a pending connection.
    
    Hook up the outlets/actions in the nib file. Still need to figure out
    the best way to handle custom error constants and domains, but hey,
    this is my first cocoa project so... :)

 iPhoto2Ansel/AnselExportController.h               |    2 +
 iPhoto2Ansel/AnselExportController.m               |    9 +
 .../English.lproj/Panel.nib/designable.nib         |   34 +-
 .../English.lproj/Panel.nib/keyedobjects.nib       |  Bin 24741 -> 25125 bytes
 iPhoto2Ansel/TURAnsel.h                            |    4 +-
 iPhoto2Ansel/TURAnsel.m                            |   10 +-
 iPhoto2Ansel/TURXMLConnection.h                    |    1 +
 iPhoto2Ansel/TURXMLConnection.m                    |   10 +
 .../iPhoto2Ansel.xcodeproj/mrubinsk.pbxuser        | 2476 +++++-----------
 .../iPhoto2Ansel.xcodeproj/mrubinsk.perspectivev3  |  161 +-
 10 files changed, 935 insertions(+), 1772 deletions(-)

http://git.horde.org/diff.php/iPhoto2Ansel/AnselExportController.h?rt=horde-hatchery&r1=af83b6c0ffeeddc846f4713e6904b26c42208059&r2=fedd20ce881ae03e2ea6b19ea3588e060bf0fd12
http://git.horde.org/diff.php/iPhoto2Ansel/AnselExportController.m?rt=horde-hatchery&r1=26781eef88e6d26d7cb6b047ccf8f849af287222&r2=fedd20ce881ae03e2ea6b19ea3588e060bf0fd12
http://git.horde.org/diff.php/iPhoto2Ansel/English.lproj/Panel.nib/designable.nib?rt=horde-hatchery&r1=af83b6c0ffeeddc846f4713e6904b26c42208059&r2=fedd20ce881ae03e2ea6b19ea3588e060bf0fd12
http://git.horde.org/diff.php/iPhoto2Ansel/English.lproj/Panel.nib/keyedobjects.nib?rt=horde-hatchery&r1=af83b6c0ffeeddc846f4713e6904b26c42208059&r2=fedd20ce881ae03e2ea6b19ea3588e060bf0fd12
http://git.horde.org/diff.php/iPhoto2Ansel/TURAnsel.h?rt=horde-hatchery&r1=df0f2bf52a1f118cc8de477fd3a6848a27f9466f&r2=fedd20ce881ae03e2ea6b19ea3588e060bf0fd12
http://git.horde.org/diff.php/iPhoto2Ansel/TURAnsel.m?rt=horde-hatchery&r1=6ca086f262850cf418878513b49ec66ada9bf7d2&r2=fedd20ce881ae03e2ea6b19ea3588e060bf0fd12
http://git.horde.org/diff.php/iPhoto2Ansel/TURXMLConnection.h?rt=horde-hatchery&r1=df0f2bf52a1f118cc8de477fd3a6848a27f9466f&r2=fedd20ce881ae03e2ea6b19ea3588e060bf0fd12
http://git.horde.org/diff.php/iPhoto2Ansel/TURXMLConnection.m?rt=horde-hatchery&r1=c900d4e6d5763d62a5813b261bffd932c1916c1f&r2=fedd20ce881ae03e2ea6b19ea3588e060bf0fd12
http://git.horde.org/diff.php/iPhoto2Ansel/iPhoto2Ansel.xcodeproj/mrubinsk.pbxuser?rt=horde-hatchery&r1=af83b6c0ffeeddc846f4713e6904b26c42208059&r2=fedd20ce881ae03e2ea6b19ea3588e060bf0fd12
http://git.horde.org/diff.php/iPhoto2Ansel/iPhoto2Ansel.xcodeproj/mrubinsk.perspectivev3?rt=horde-hatchery&r1=af83b6c0ffeeddc846f4713e6904b26c42208059&r2=fedd20ce881ae03e2ea6b19ea3588e060bf0fd12

-----------------------------------------------------------------------
commit 26781eef88e6d26d7cb6b047ccf8f849af287222
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Sun Feb 1 15:17:55 2009 -0500

    Fix logic.
    
    Make sure we don't attempt to connect to a server if we are here because
    we edited the server list.

 iPhoto2Ansel/AnselExportController.m |   17 ++++++++++-------
 1 files changed, 10 insertions(+), 7 deletions(-)

http://git.horde.org/diff.php/iPhoto2Ansel/AnselExportController.m?rt=horde-hatchery&r1=32e56c7825d7207e618b2634fe65e0d24a07ad2e&r2=26781eef88e6d26d7cb6b047ccf8f849af287222

-----------------------------------------------------------------------
commit 32e56c7825d7207e618b2634fe65e0d24a07ad2e
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Sun Feb 1 15:02:46 2009 -0500

    Some UI goodies.  Enable/disable combo boxes when appropriate etc...

 iPhoto2Ansel/AnselExportController.m |   29 ++++++++++++++++++-----------
 1 files changed, 18 insertions(+), 11 deletions(-)

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

-----------------------------------------------------------------------
commit af83b6c0ffeeddc846f4713e6904b26c42208059
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Sun Feb 1 12:49:45 2009 -0500

    Implement deleting a server from the server property panel

 iPhoto2Ansel/AnselExportController.h               |    2 +-
 iPhoto2Ansel/AnselExportController.m               |   20 +-
 .../English.lproj/Panel.nib/designable.nib         |  288 +-
 .../English.lproj/Panel.nib/keyedobjects.nib       |  Bin 24278 -> 24741 bytes
 .../iPhoto2Ansel.xcodeproj/mrubinsk.pbxuser        | 3292 ++++++++--------
 .../iPhoto2Ansel.xcodeproj/mrubinsk.perspectivev3  |  165 +-
 6 files changed, 1904 insertions(+), 1863 deletions(-)

http://git.horde.org/diff.php/iPhoto2Ansel/AnselExportController.h?rt=horde-hatchery&r1=ae887c4c110df9492e2bc8b766b07e23817553b7&r2=af83b6c0ffeeddc846f4713e6904b26c42208059
http://git.horde.org/diff.php/iPhoto2Ansel/AnselExportController.m?rt=horde-hatchery&r1=742a4354967bbf58e85d78b397a2a4988fc9303c&r2=af83b6c0ffeeddc846f4713e6904b26c42208059
http://git.horde.org/diff.php/iPhoto2Ansel/English.lproj/Panel.nib/designable.nib?rt=horde-hatchery&r1=ae887c4c110df9492e2bc8b766b07e23817553b7&r2=af83b6c0ffeeddc846f4713e6904b26c42208059
http://git.horde.org/diff.php/iPhoto2Ansel/English.lproj/Panel.nib/keyedobjects.nib?rt=horde-hatchery&r1=ae887c4c110df9492e2bc8b766b07e23817553b7&r2=af83b6c0ffeeddc846f4713e6904b26c42208059
http://git.horde.org/diff.php/iPhoto2Ansel/iPhoto2Ansel.xcodeproj/mrubinsk.pbxuser?rt=horde-hatchery&r1=ae887c4c110df9492e2bc8b766b07e23817553b7&r2=af83b6c0ffeeddc846f4713e6904b26c42208059
http://git.horde.org/diff.php/iPhoto2Ansel/iPhoto2Ansel.xcodeproj/mrubinsk.perspectivev3?rt=horde-hatchery&r1=ae887c4c110df9492e2bc8b766b07e23817553b7&r2=af83b6c0ffeeddc846f4713e6904b26c42208059




More information about the commits mailing list