Ignore:
Timestamp:
03/01/08 02:58:52 (16 years ago)
Author:
Nicholas Riley
Message:

English.lproj/APE Manager plugin.nib: Wording cleanups; the edit
button works now.

English.lproj/APEInfo.rtfd: Updated for 1.5b1.

English.lproj/Select services.nib: Removed reference to
non-highlighting outline view; use source list highlighting on
Leopard.

ICeCoffEE.xcodeproj: More decruftification.

ICeCoffEEInvertingTextFieldCell.[hm]: Non-colored text becomes white
(why doesn't Apple's implementation do this?).

ICeCoffEEServicePrefController.m: Service shown/hidden/mixed
selections slightly more abstracted, and now stored in tags rather
than represented object (which is already in use). Still no
localization support. Fix scroll bar non-appearance.

Installer components/ui/ui.plist: Replaced version info with empty
placeholders since it's now script-populated; require OS X 10.5 until
I've had a chance to test on an earlier version.

VERSION.xcconfig: Updated for 1.5b1.

Location:
trunk/ICeCoffEE/ICeCoffEE/English.lproj
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/ICeCoffEE/ICeCoffEE/English.lproj/APE Manager plugin.nib/info.nib

    r388 r425  
    1111        <key>IBOpenObjects</key>
    1212        <array>
    13                 <integer>302</integer>
     13                <integer>196</integer>
    1414        </array>
    1515        <key>IBSystem Version</key>
  • trunk/ICeCoffEE/ICeCoffEE/English.lproj/Select services.nib/classes.nib

    r376 r425  
    3737                        <string>NSObject</string>
    3838                </dict>
    39                 <dict>
    40                         <key>CLASS</key>
    41                         <string>ICeCoffEENonHighlightingOutlineView</string>
    42                         <key>LANGUAGE</key>
    43                         <string>ObjC</string>
    44                         <key>SUPERCLASS</key>
    45                         <string>NSOutlineView</string>
    46                 </dict>
    4739        </array>
    4840        <key>IBVersion</key>
  • trunk/ICeCoffEE/ICeCoffEE/English.lproj/Select services.nib/info.nib

    r376 r425  
    88        <string>../../ICeCoffEE.xcodeproj</string>
    99        <key>IBOldestOS</key>
    10         <integer>4</integer>
     10        <integer>5</integer>
    1111        <key>IBOpenObjects</key>
    12         <array/>
     12        <array>
     13                <integer>196</integer>
     14        </array>
    1315        <key>IBSystem Version</key>
    14         <string>9B18</string>
     16        <string>9C31</string>
    1517        <key>targetFramework</key>
    1618        <string>IBCocoaFramework</string>
Note: See TracChangeset for help on using the changeset viewer.