Show
Ignore:
Timestamp:
10/27/07 12:41:40 (1 year ago)
Author:
morris
Message:

Fix scaling in slideshow mode

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • Footagehead/trunk/German.lproj/Slideshow.nib/classes.nib

    r4909 r5019  
    1 
    2     IBClasses = ( 
    3         { 
    4             CLASS = FHImageView;  
    5             LANGUAGE = ObjC;  
    6             OUTLETS = {"_scrollView" = NSScrollView; };  
    7             SUPERCLASS = NSView;  
    8         },  
    9         { 
    10             ACTIONS = {showSlideshowWindow = id; };  
    11             CLASS = FHSlideshowController;  
    12             LANGUAGE = ObjC;  
    13             SUPERCLASS = FHWindowController;  
    14         },  
    15         {CLASS = FHSlideshowWindow; LANGUAGE = ObjC; SUPERCLASS = NSWindow; },  
    16         { 
    17             ACTIONS = { 
    18                 firstFile = id;  
    19                 lastFile = id;  
    20                 nextFile = id;  
    21                 nextImage = id;  
    22                 nextPage = id;  
    23                 previousFile = id;  
    24                 previousImage = id;  
    25                 previousPage = id;  
    26                 rotateLeft = id;  
    27                 rotateRight = id;  
    28                 scalingMode = id;  
    29                 spreadMode = id;  
    30                 spreadRightToLeft = id;  
    31             };  
    32             CLASS = FHWindowController;  
    33             LANGUAGE = ObjC;  
    34             OUTLETS = {"_imageView" = FHImageView; "_progressIndicator" = NSProgressIndicator; };  
    35             SUPERCLASS = WIWindowController;  
    36         },  
    37         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },  
    38         { 
    39             CLASS = WIWindowController;  
    40             LANGUAGE = ObjC;  
    41             SUPERCLASS = NSWindowController;  
    42         } 
    43     );  
    44     IBVersion = 1;  
    45 
     1<?xml version="1.0" encoding="UTF-8"?> 
     2<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> 
     3<plist version="1.0"> 
     4<dict> 
     5        <key>IBClasses</key> 
     6        <array> 
     7                <dict> 
     8                        <key>CLASS</key> 
     9                        <string>FirstResponder</string> 
     10                        <key>LANGUAGE</key> 
     11                        <string>ObjC</string> 
     12                        <key>SUPERCLASS</key> 
     13                        <string>NSObject</string> 
     14                </dict> 
     15                <dict> 
     16                        <key>CLASS</key> 
     17                        <string>NSObject</string> 
     18                        <key>LANGUAGE</key> 
     19                        <string>ObjC</string> 
     20                </dict> 
     21                <dict> 
     22                        <key>CLASS</key> 
     23                        <string>FHImageView</string> 
     24                        <key>LANGUAGE</key> 
     25                        <string>ObjC</string> 
     26                        <key>OUTLETS</key> 
     27                        <dict> 
     28                                <key>_delegate</key> 
     29                                <string>id</string> 
     30                                <key>_scrollView</key> 
     31                                <string>NSScrollView</string> 
     32                        </dict> 
     33                        <key>SUPERCLASS</key> 
     34                        <string>NSView</string> 
     35                </dict> 
     36                <dict> 
     37                        <key>CLASS</key> 
     38                        <string>WIWindowController</string> 
     39                        <key>LANGUAGE</key> 
     40                        <string>ObjC</string> 
     41                        <key>SUPERCLASS</key> 
     42                        <string>NSWindowController</string> 
     43                </dict> 
     44                <dict> 
     45                        <key>ACTIONS</key> 
     46                        <dict> 
     47                                <key>firstFile</key> 
     48                                <string>id</string> 
     49                                <key>lastFile</key> 
     50                                <string>id</string> 
     51                                <key>nextFile</key> 
     52                                <string>id</string> 
     53                                <key>nextImage</key> 
     54                                <string>id</string> 
     55                                <key>nextPage</key> 
     56                                <string>id</string> 
     57                                <key>previousFile</key> 
     58                                <string>id</string> 
     59                                <key>previousImage</key> 
     60                                <string>id</string> 
     61                                <key>previousPage</key> 
     62                                <string>id</string> 
     63                                <key>rotateLeft</key> 
     64                                <string>id</string> 
     65                                <key>rotateRight</key> 
     66                                <string>id</string> 
     67                                <key>scalingMode</key> 
     68                                <string>id</string> 
     69                                <key>spreadMode</key> 
     70                                <string>id</string> 
     71                                <key>spreadRightToLeft</key> 
     72                                <string>id</string> 
     73                        </dict> 
     74                        <key>CLASS</key> 
     75                        <string>FHWindowController</string> 
     76                        <key>LANGUAGE</key> 
     77                        <string>ObjC</string> 
     78                        <key>OUTLETS</key> 
     79                        <dict> 
     80                                <key>_imageView</key> 
     81                                <string>FHImageView</string> 
     82                                <key>_progressIndicator</key> 
     83                                <string>NSProgressIndicator</string> 
     84                        </dict> 
     85                        <key>SUPERCLASS</key> 
     86                        <string>WIWindowController</string> 
     87                </dict> 
     88                <dict> 
     89                        <key>ACTIONS</key> 
     90                        <dict> 
     91                                <key>showSlideshowWindow</key> 
     92                                <string>id</string> 
     93                        </dict> 
     94                        <key>CLASS</key> 
     95                        <string>FHSlideshowController</string> 
     96                        <key>LANGUAGE</key> 
     97                        <string>ObjC</string> 
     98                        <key>OUTLETS</key> 
     99                        <dict> 
     100                                <key>_labelTextField</key> 
     101                                <string>NSTextField</string> 
     102                        </dict> 
     103                        <key>SUPERCLASS</key> 
     104                        <string>FHWindowController</string> 
     105                </dict> 
     106        </array> 
     107        <key>IBVersion</key> 
     108        <string>1</string> 
     109</dict> 
     110</plist> 
  • Footagehead/trunk/German.lproj/Slideshow.nib/info.nib

    r4908 r5019  
    11<?xml version="1.0" encoding="UTF-8"?> 
    2 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> 
     2<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> 
    33<plist version="1.0"> 
    44<dict> 
    5         <key>IBDocumentLocation</key> 
    6         <string>69 10 356 240 0 0 1920 1178 </string> 
    75        <key>IBFramework Version</key> 
    8         <string>446.1</string> 
     6        <string>629</string> 
     7        <key>IBLastKnownRelativeProjectPath</key> 
     8        <string>../../Footagehead.xcodeproj</string> 
     9        <key>IBOldestOS</key> 
     10        <integer>5</integer> 
    911        <key>IBOpenObjects</key> 
    1012        <array> 
    11                 <integer>5</integer> 
     13                <integer>6</integer> 
    1214        </array> 
    1315        <key>IBSystem Version</key> 
    14         <string>8R2218</string> 
     16        <string>9A581</string> 
     17        <key>targetFramework</key> 
     18        <string>IBCocoaFramework</string> 
    1519</dict> 
    1620</plist>