Changeset 4896

Show
Ignore:
Timestamp:
09/05/07 18:38:47 (1 year ago)
Author:
morris
Message:

Fix lots of problems with Japanese localization

Set default table view width to max

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • Footagehead/trunk/English.lproj/Browser.nib/classes.nib

    r4868 r4896  
    1 
    2     IBClasses = ( 
    3         { 
    4             ACTIONS = {autoSwitch = id; };  
    5             CLASS = FHBrowserController;  
    6             LANGUAGE = ObjC;  
    7             OUTLETS = { 
    8                 "_contentBox" = NSBox;  
    9                 "_fileTableColumn" = NSTableColumn;  
    10                 "_leftStatusTextField" = NSTextField;  
    11                 "_leftView" = NSView;  
    12                 "_openSpotlightPanel" = NSPanel;  
    13                 "_openSpotlightTextView" = NSTextView;  
    14                 "_openURLPanel" = NSPanel;  
    15                 "_openURLPopUpButton" = NSPopUpButton;  
    16                 "_openURLTextView" = NSTextView;  
    17                 "_rightStatusTextField" = NSTextField;  
    18                 "_rightView" = NSView;  
    19                 "_saveProgressIndicator" = NSProgressIndicator;  
    20                 "_saveProgressPanel" = NSPanel;  
    21                 "_saveProgressTextField" = NSTextField;  
    22                 "_screenAutoSwitchButton" = NSButton;  
    23                 "_screenAutoSwitchTextField" = NSTextField;  
    24                 "_screenBackgroundBlackMenuItem" = NSMenuItem;  
    25                 "_screenBackgroundGrayMenuItem" = NSMenuItem;  
    26                 "_screenBackgroundPopUpButton" = NSPopUpButton;  
    27                 "_screenBackgroundWhiteMenuItem" = NSMenuItem;  
    28                 "_screenPanel" = NSPanel;  
    29                 "_screenPopUpButton" = NSPopUpButton;  
    30                 "_scrollView" = NSScrollView;  
    31                 "_splitView" = WISplitView;  
    32                 "_statusBox" = NSBox;  
    33                 "_tableView" = FHTableView;  
    34             };  
    35             SUPERCLASS = FHWindowController;  
    36         },  
    37         { 
    38             CLASS = FHImageView;  
    39             LANGUAGE = ObjC;  
    40             OUTLETS = {"_delegate" = id; "_scrollView" = NSScrollView; };  
    41             SUPERCLASS = NSView;  
    42         },  
    43         { 
    44             CLASS = FHImageViewController;  
    45             LANGUAGE = ObjC;  
    46             OUTLETS = {"_imageView" = FHImageView; };  
    47             SUPERCLASS = NSObject;  
    48         },  
    49         { 
    50             CLASS = FHTableView;  
    51             LANGUAGE = ObjC;  
    52             OUTLETS = {"_imageScrollView" = NSScrollView; "_imageView" = FHImageView; };  
    53             SUPERCLASS = WITableView;  
    54         },  
    55         { 
    56             ACTIONS = { 
    57                 firstFile = id;  
    58                 lastFile = id;  
    59                 nextImage = id;  
    60                 nextPage = id;  
    61                 previousImage = id;  
    62                 previousPage = id;  
    63                 rotateLeft = id;  
    64                 rotateRight = id;  
    65                 zoomMode = id;  
    66             };  
    67             CLASS = FHWindowController;  
    68             LANGUAGE = ObjC;  
    69             OUTLETS = {"_imageView" = FHImageView; "_progressIndicator" = NSProgressIndicator; };  
    70             SUPERCLASS = WIWindowController;  
    71         },  
    72         { 
    73             ACTIONS = {cancelSheet = id; submitSheet = id; };  
    74             CLASS = FirstResponder;  
    75             LANGUAGE = ObjC;  
    76             SUPERCLASS = NSObject;  
    77         },  
    78         { 
    79             ACTIONS = {cancelSheet = id; submitSheet = id; };  
    80             CLASS = NSWindowController;  
    81             LANGUAGE = ObjC;  
    82             SUPERCLASS = NSResponder;  
    83         },  
    84         {CLASS = WISplitView; LANGUAGE = ObjC; SUPERCLASS = NSSplitView; },  
    85         { 
    86             ACTIONS = {showViewOptions = id; };  
    87             CLASS = WITableView;  
    88             LANGUAGE = ObjC;  
    89             SUPERCLASS = NSTableView;  
    90         },  
    91         { 
    92             CLASS = WIWindowController;  
    93             LANGUAGE = ObjC;  
    94             SUPERCLASS = NSWindowController;  
    95         } 
    96     );  
    97     IBVersion = 1;  
    98 
     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>ACTIONS</key> 
     9                        <dict> 
     10                                <key>autoSwitch</key> 
     11                                <string>id</string> 
     12                        </dict> 
     13                        <key>CLASS</key> 
     14                        <string>FHBrowserController</string> 
     15                        <key>LANGUAGE</key> 
     16                        <string>ObjC</string> 
     17                        <key>OUTLETS</key> 
     18                        <dict> 
     19                                <key>_contentBox</key> 
     20                                <string>NSBox</string> 
     21                                <key>_fileTableColumn</key> 
     22                                <string>NSTableColumn</string> 
     23                                <key>_leftStatusTextField</key> 
     24                                <string>NSTextField</string> 
     25                                <key>_leftView</key> 
     26                                <string>NSView</string> 
     27                                <key>_openSpotlightPanel</key> 
     28                                <string>NSPanel</string> 
     29                                <key>_openSpotlightTextView</key> 
     30                                <string>NSTextView</string> 
     31                                <key>_openURLPanel</key> 
     32                                <string>NSPanel</string> 
     33                                <key>_openURLPopUpButton</key> 
     34                                <string>NSPopUpButton</string> 
     35                                <key>_openURLTextView</key> 
     36                                <string>NSTextView</string> 
     37                                <key>_rightStatusTextField</key> 
     38                                <string>NSTextField</string> 
     39                                <key>_rightView</key> 
     40                                <string>NSView</string> 
     41                                <key>_saveProgressIndicator</key> 
     42                                <string>NSProgressIndicator</string> 
     43                                <key>_saveProgressPanel</key> 
     44                                <string>NSPanel</string> 
     45                                <key>_saveProgressTextField</key> 
     46                                <string>NSTextField</string> 
     47                                <key>_screenAutoSwitchButton</key> 
     48                                <string>NSButton</string> 
     49                                <key>_screenAutoSwitchTextField</key> 
     50                                <string>NSTextField</string> 
     51                                <key>_screenBackgroundBlackMenuItem</key> 
     52                                <string>NSMenuItem</string> 
     53                                <key>_screenBackgroundGrayMenuItem</key> 
     54                                <string>NSMenuItem</string> 
     55                                <key>_screenBackgroundPopUpButton</key> 
     56                                <string>NSPopUpButton</string> 
     57                                <key>_screenBackgroundWhiteMenuItem</key> 
     58                                <string>NSMenuItem</string> 
     59                                <key>_screenPanel</key> 
     60                                <string>NSPanel</string> 
     61                                <key>_screenPopUpButton</key> 
     62                                <string>NSPopUpButton</string> 
     63                                <key>_scrollView</key> 
     64                                <string>NSScrollView</string> 
     65                                <key>_splitView</key> 
     66                                <string>WISplitView</string> 
     67                                <key>_statusBox</key> 
     68                                <string>NSBox</string> 
     69                                <key>_tableView</key> 
     70                                <string>FHTableView</string> 
     71                        </dict> 
     72                        <key>SUPERCLASS</key> 
     73                        <string>FHWindowController</string> 
     74                </dict> 
     75                <dict> 
     76                        <key>ACTIONS</key> 
     77                        <dict> 
     78                                <key>cancelSheet</key> 
     79                                <string>id</string> 
     80                                <key>submitSheet</key> 
     81                                <string>id</string> 
     82                        </dict> 
     83                        <key>CLASS</key> 
     84                        <string>NSWindowController</string> 
     85                        <key>LANGUAGE</key> 
     86                        <string>ObjC</string> 
     87                        <key>SUPERCLASS</key> 
     88                        <string>NSResponder</string> 
     89                </dict> 
     90                <dict> 
     91                        <key>ACTIONS</key> 
     92                        <dict> 
     93                                <key>cancelSheet</key> 
     94                                <string>id</string> 
     95                                <key>submitSheet</key> 
     96                                <string>id</string> 
     97                        </dict> 
     98                        <key>CLASS</key> 
     99                        <string>FirstResponder</string> 
     100                        <key>LANGUAGE</key> 
     101                        <string>ObjC</string> 
     102                        <key>SUPERCLASS</key> 
     103                        <string>NSObject</string> 
     104                </dict> 
     105                <dict> 
     106                        <key>CLASS</key> 
     107                        <string>NSObject</string> 
     108                        <key>LANGUAGE</key> 
     109                        <string>ObjC</string> 
     110                </dict> 
     111                <dict> 
     112                        <key>CLASS</key> 
     113                        <string>FHImageView</string> 
     114                        <key>LANGUAGE</key> 
     115                        <string>ObjC</string> 
     116                        <key>OUTLETS</key> 
     117                        <dict> 
     118                                <key>_delegate</key> 
     119                                <string>id</string> 
     120                                <key>_scrollView</key> 
     121                                <string>NSScrollView</string> 
     122                        </dict> 
     123                        <key>SUPERCLASS</key> 
     124                        <string>NSView</string> 
     125                </dict> 
     126                <dict> 
     127                        <key>CLASS</key> 
     128                        <string>WIWindowController</string> 
     129                        <key>LANGUAGE</key> 
     130                        <string>ObjC</string> 
     131                        <key>SUPERCLASS</key> 
     132                        <string>NSWindowController</string> 
     133                </dict> 
     134                <dict> 
     135                        <key>ACTIONS</key> 
     136                        <dict> 
     137                                <key>firstFile</key> 
     138                                <string>id</string> 
     139                                <key>lastFile</key> 
     140                                <string>id</string> 
     141                                <key>nextFile</key> 
     142                                <string>id</string> 
     143                                <key>nextImage</key> 
     144                                <string>id</string> 
     145                                <key>nextPage</key> 
     146                                <string>id</string> 
     147                                <key>previousFile</key> 
     148                                <string>id</string> 
     149                                <key>previousImage</key> 
     150                                <string>id</string> 
     151                                <key>previousPage</key> 
     152                                <string>id</string> 
     153                                <key>rotateLeft</key> 
     154                                <string>id</string> 
     155                                <key>rotateRight</key> 
     156                                <string>id</string> 
     157                                <key>spreadMode</key> 
     158                                <string>id</string> 
     159                                <key>spreadRightToLeft</key> 
     160                                <string>id</string> 
     161                                <key>zoomMode</key> 
     162                                <string>id</string> 
     163                        </dict> 
     164                        <key>CLASS</key> 
     165                        <string>FHWindowController</string> 
     166                        <key>LANGUAGE</key> 
     167                        <string>ObjC</string> 
     168                        <key>OUTLETS</key> 
     169                        <dict> 
     170                                <key>_imageView</key> 
     171                                <string>FHImageView</string> 
     172                                <key>_progressIndicator</key> 
     173                                <string>NSProgressIndicator</string> 
     174                        </dict> 
     175                        <key>SUPERCLASS</key> 
     176                        <string>WIWindowController</string> 
     177                </dict> 
     178                <dict> 
     179                        <key>ACTIONS</key> 
     180                        <dict> 
     181                                <key>showViewOptions</key> 
     182                                <string>id</string> 
     183                        </dict> 
     184                        <key>CLASS</key> 
     185                        <string>WITableView</string> 
     186                        <key>LANGUAGE</key> 
     187                        <string>ObjC</string> 
     188                        <key>SUPERCLASS</key> 
     189                        <string>NSTableView</string> 
     190                </dict> 
     191                <dict> 
     192                        <key>CLASS</key> 
     193                        <string>WISplitView</string> 
     194                        <key>LANGUAGE</key> 
     195                        <string>ObjC</string> 
     196                        <key>SUPERCLASS</key> 
     197                        <string>NSSplitView</string> 
     198                </dict> 
     199                <dict> 
     200                        <key>CLASS</key> 
     201                        <string>FHTableView</string> 
     202                        <key>LANGUAGE</key> 
     203                        <string>ObjC</string> 
     204                        <key>OUTLETS</key> 
     205                        <dict> 
     206                                <key>_imageScrollView</key> 
     207                                <string>NSScrollView</string> 
     208                                <key>_imageView</key> 
     209                                <string>FHImageView</string> 
     210                        </dict> 
     211                        <key>SUPERCLASS</key> 
     212                        <string>WITableView</string> 
     213                </dict> 
     214        </array> 
     215        <key>IBVersion</key> 
     216        <string>1</string> 
     217</dict> 
     218</plist> 
  • Footagehead/trunk/English.lproj/Browser.nib/info.nib

    r4868 r4896  
    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>816 72 403 407 0 0 1920 1178 </string> 
    75        <key>IBFramework Version</key> 
    8         <string>446.1</string> 
     6        <string>623</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>7</integer> 
    12                 <integer>65</integer> 
    13                 <integer>52</integer> 
    14                 <integer>160</integer> 
    15                 <integer>82</integer> 
     13                <integer>19</integer> 
    1614        </array> 
    1715        <key>IBSystem Version</key> 
    18         <string>8R218</string> 
     16        <string>9A527</string> 
     17        <key>targetFramework</key> 
     18        <string>IBCocoaFramework</string> 
    1919</dict> 
    2020</plist> 
  • Footagehead/trunk/English.lproj/ReleaseNotes.rtf

    r4887 r4896  
    1 {\rtf1\mac\ansicpg10000\cocoartf824\cocoasubrtf410 
    2 {\fonttbl\f0\fswiss\fcharset77 Helvetica-Bold;\f1\fswiss\fcharset77 Helvetica;\f2\fswiss\fcharset77 Helvetica-Oblique
    3 \f3\fnil\fcharset77 LucidaGrande;\f4\fnil\fcharset77 AppleSymbols;
     1{\rtf1\ansi\ansicpg1252\cocoartf929 
     2{\fonttbl\f0\fswiss\fcharset0 Helvetica;\f1\fnil\fcharset238 LucidaGrande;\f2\fnil\fcharset0 AppleSymbols
     3
    44{\colortbl;\red255\green255\blue255;\red0\green127\blue0;\red127\green0\blue127;} 
    55\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural 
    66 
    77\f0\b\fs36 \cf2 Footagehead 1.3.1 Release Notes 
    8 \f1\b0\fs24 \cf0 \ 
    9 \ 
    10 \pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural 
    11  
    12 \f0\b\fs28 \cf2 FAQ 
    13 \f1\b0\fs24 \cf0 \ 
    14 \pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural 
    15  
    16 \f0\b \cf3 \ 
     8\b0\fs24 \cf0 \ 
     9\ 
     10\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural 
     11 
     12\b\fs28 \cf2 FAQ 
     13\b0\fs24 \cf0 \ 
     14\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural 
     15 
     16\b \cf3 \ 
    1717\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural 
    1818\cf2 What is Footagehead? 
    19 \f1\b0 \cf0 \ 
     19\b0 \cf0 \ 
    2020Footagehead is a fast local and remote image browser. With it, you can quickly navigate your local disks and display pictures in a window, or as a slideshow. Footagehead can also open images remotely from the web.\ 
    2121\ 
    2222 
    23 \f0\b \cf2 What formats are supported? 
    24 \f1\b0 \cf0 \ 
     23\b \cf2 What formats are supported? 
     24\b0 \cf0 \ 
    2525Footagehead supports all native Mac OS X image formats. That is, anything that Preview can open, Footagehead should also be able to open.\ 
    2626\ 
     
    2828\ 
    2929 
    30 \f0\b \cf2 What remote browsing schemes are supported? 
    31 \f1\b0 \cf0 \ 
     30\b \cf2 What remote browsing schemes are supported? 
     31\b0 \cf0 \ 
    3232Footagehead can browse the following types of sites remotely:\ 
    3333\ 
    3434- Single image ( 
    35 \f2\i http://www.zankasoftware.com/footagehead/screenshots/screen.png 
    36 \f1\i0 )\ 
     35\i http://www.zankasoftware.com/footagehead/screenshots/screen.png 
     36\i0 )\ 
    3737- HTML page with inline images or links to images ( 
    38 \f2\i http://www.apple.com/macosx/ 
    39 \f1\i0 )\ 
     38\i http://www.apple.com/macosx/ 
     39\i0 )\ 
    4040- Range of images ( 
    41 \f2\i http://www.little-gamers.com/comics/000000[01-10].jpg 
    42 \f1\i0 )\ 
     41\i http://www.little-gamers.com/comics/000000[01-10].jpg 
     42\i0 )\ 
    4343- Flickr photo stream ( 
    44 \f2\i http://www.flickr.com/services/feeds/photos_public.gne?id=81007463@N00&tags=knockoff&format=rss_200 
    45 \f1\i0 )\ 
     44\i http://www.flickr.com/services/feeds/photos_public.gne?id=81007463@N00&tags=knockoff&format=rss_200 
     45\i0 )\ 
    4646\ 
    4747When Footagehead parses a HTML page, you can optionally select whether to show linked images, inline images or both. Footagehead will look for HREF tags for linked images and SRC tags for inline images.\ 
    4848\ 
    4949 
    50 \f0\b \cf2 Why the name \'d2Footagehead\'d3
    51 \f1\b0 \cf0 \ 
     50\b \cf2 Why the name \'93Footagehead\'94
     51\b0 \cf0 \ 
    5252\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural 
    5353\cf0 In William Gibson's novel  
    54 \f2\i Pattern Recognition 
    55 \f1\i0 , a \'d2footagehead\'d3 is someone part of a world underground scene following strange pieces of footage that have been mysteriously released in odd corners of the net.\ 
    56 \ 
    57 \pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural 
    58  
    59 \f0\b \cf2 What shortcuts can I use? 
    60 \f1\b0 \cf0 \ 
     54\i Pattern Recognition 
     55\i0 , a \'93footagehead\'94 is someone part of a world underground scene following strange pieces of footage that have been mysteriously released in odd corners of the net.\ 
     56\ 
     57\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural 
     58 
     59\b \cf2 What shortcuts can I use? 
     60\b0 \cf0 \ 
    6161\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural 
    6262\cf0 Apart from the commands in the menus, the following shortcuts are available:\ 
     
    7676\pard\intbl\itap1\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural 
    7777 
    78 \f3 \cf0 \uc0\u8679  
    79 \f1 +Space    \cell  
     78\f1 \cf0 \uc0\u8679  
     79\f0 +Space    \cell  
    8080\pard\intbl\itap1\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural 
    8181\cf0 Select previous image\cell \row 
     
    9494\pard\intbl\itap1\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural 
    9595 
    96 \f3 \cf0 \uc0\u8617  
    97 \f1 \cell  
     96\f1 \cf0 \uc0\u8617  
     97\f0 \cell  
    9898\pard\intbl\itap1\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural 
    9999\cf0 Go into the selected folder, or open the selected image in an external application\cell \row 
     
    104104\pard\intbl\itap1\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural 
    105105 
    106 \f3 \cf0 \uc0\u8592  
    107 \f1 \cell  
     106\f1 \cf0 \uc0\u8592  
     107\f0 \cell  
    108108\pard\intbl\itap1\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural 
    109109\cf0 Go back to the previous folder\cell \row 
     
    114114\pard\intbl\itap1\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural 
    115115 
    116 \f3 \cf0 \uc0\u8594  
    117 \f1 \cell  
     116\f1 \cf0 \uc0\u8594  
     117\f0 \cell  
    118118\pard\intbl\itap1\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural 
    119119\cf0 Go into the selected folder\cell \row 
     
    124124\pard\intbl\itap1\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural 
    125125 
    126 \f3 \cf0 \uc0\u8593  
    127 \f1 \cell  
     126\f1 \cf0 \uc0\u8593  
     127\f0 \cell  
    128128\pard\intbl\itap1\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural 
    129129\cf0 Select previous file\cell \row 
     
    134134\pard\intbl\itap1\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural 
    135135 
    136 \f3 \cf0 \uc0\u8595  
    137 \f1 \cell  
     136\f1 \cf0 \uc0\u8595  
     137\f0 \cell  
    138138\pard\intbl\itap1\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural 
    139139\cf0 Select next file\cell \row 
     
    144144\pard\intbl\itap1\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural 
    145145 
    146 \f3 \cf0 \uc0\u8670  
    147 \f1 \cell  
     146\f1 \cf0 \uc0\u8670  
     147\f0 \cell  
    148148\pard\intbl\itap1\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural 
    149149\cf0 Select a file a few files up\cell \row 
     
    154154\pard\intbl\itap1\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural 
    155155 
    156 \f3 \cf0 \uc0\u8671  
    157 \f1 \cell  
     156\f1 \cf0 \uc0\u8671  
     157\f0 \cell  
    158158\pard\intbl\itap1\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural 
    159159\cf0 Select a file a few files down\cell \row 
     
    164164\pard\intbl\itap1\pardeftab720\sl360\sa180\ql\qnatural 
    165165 
    166 \f4\fs25\fsmilli12610 \cf0 \uc0\u8689  
    167 \f1\fs24 \cell  
     166\f2\fs25\fsmilli12610 \cf0 \uc0\u8689  
     167\f0\fs24 \cell  
    168168\pard\intbl\itap1\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural 
    169169\cf0 Select first file\cell \row 
     
    174174\pard\intbl\itap1\pardeftab720\sl360\sa180\ql\qnatural 
    175175 
    176 \f4 \cf0 \uc0\u8690  
    177 \f1 \cell  
     176\f2 \cf0 \uc0\u8690  
     177\f0 \cell  
    178178\pard\intbl\itap1\pardeftab720\sl360\sa180\ql\qnatural 
    179179\cf0 Select last file\cell \row 
     
    184184\pard\intbl\itap1\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural 
    185185 
    186 \f3 \cf0 \uc0\u9099  
    187 \f1 \cell  
     186\f1 \cf0 \uc0\u9099  
     187\f0 \cell  
    188188\pard\intbl\itap1\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural 
    189189\cf0 Exit slideshow\cell \lastrow\row 
     
    194194\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural 
    195195 
    196 \f0\b\fs28 \cf2 Contact\cf3 \ 
    197 \pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural 
    198  
    199 \f1\b0\fs24 \cf0 \ 
     196\b\fs28 \cf2 Contact\cf3 \ 
     197\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural 
     198 
     199\b0\fs24 \cf0 \ 
    200200Axel Andersson\ 
    201201axel@zankasoftware.com\ 
    202202http://www.zankasoftware.com/ 
    203 \f0\b\fs28 \cf3 \ 
     203\b\fs28 \cf3 \ 
    204204\ 
    205205\ 
    206206\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural 
    207207\cf2 Version History 
    208 \f1\b0\fs24 \cf0 \ 
    209 \pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural 
    210  
    211 \f0\b \cf3 \ 
     208\b0\fs24 \cf0 \ 
     209\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural 
     210 
     211\b \cf3 \ 
    212212\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural 
    213213\cf2 1.3.1 
    214 \f1\b0 \cf0 \ 
     214\b0 \cf0 \ 
    215215- Add German localization\ 
    216216- Add support for saving all images in the list to a local folder\ 
     
    219219- Rotate spreads correctly\ 
    220220- Moving up when standing at the root path now displays a list of mounted volumes\ 
    221  
    222 \f0\b \cf2 \ 
     221- Fix problems with Japanese localization\ 
     222 
     223\b \cf2 \ 
    2232241.3 
    224 \f1\b0 \cf0 \ 
     225\b0 \cf0 \ 
    225226- Progress indicator while loading remote images\ 
    226227- Use a standard toolbar\ 
     
    234235- Deprecate Mac OS X 10.3 support\ 
    235236 
    236 \f0\b \cf2 \ 
     237\b \cf2 \ 
    2372381.2.2 
    238 \f1\b0 \cf0 \ 
     239\b0 \cf0 \ 
    239240- Fix a bug that prevented auto switch from working\ 
    240241 
    241 \f0\b \cf2 \ 
     242\b \cf2 \ 
    2422431.2.1 
    243 \f1\b0 \cf0 \ 
     244\b0 \cf0 \ 
    244245- Add option to select between inline or linked images, or both, on HTML pages\ 
    245246- Toggle zoom button when clicking image to zoom\ 
     
    247248- When deleting a file, don't reload the folder, just remove the file from the list\ 
    248249 
    249 \f0\b \cf2 \ 
     250\b \cf2 \ 
    2502511.2 
    251 \f1\b0 \cf0 \ 
     252\b0 \cf0 \ 
    252253- Make binary universal\ 
    253254- Improved performance of loading and displaying all images\ 
     
    263264- Deprecate Mac OS X 10.2 support\ 
    264265 
    265 \f0\b \cf2 \ 
     266\b \cf2 \ 
    2662671.1 
    267 \f1\b0 \cf0 \ 
     268\b0 \cf0 \ 
    268269- Transparent browsing of RAR/Zip files, like they were folders\ 
    269270- Browsing of images displayed on a remote HTML file\ 
     
    275276- Reload button in toolbar\ 
    276277 
    277 \f0\b \cf2 \ 
     278\b \cf2 \ 
    2782791.0.1 
    279 \f1\b0 \cf0 \ 
     280\b0 \cf0 \ 
    280281- Fix for Mac OS X 10.2\ 
    281282 
    282 \f0\b \cf2 \ 
     283\b \cf2 \ 
    2832841.0 
    284 \f1\b0 \cf0 \ 
     285\b0 \cf0 \ 
    285286- Initial release\ 
    286287\ 
     
    288289\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural 
    289290 
    290 \f0\b\fs28 \cf2 License 
    291 \f1\b0\fs24 \cf0 \ 
     291\b\fs28 \cf2 License 
     292\b0\fs24 \cf0 \ 
    292293\ 
    293294Copyright \'a9 2003-2007 Axel Andersson\ 
  • Footagehead/trunk/German.lproj/Browser.nib/classes.nib

    r4887 r4896  
    1 
    2     IBClasses = ( 
    3         { 
    4             ACTIONS = {autoSwitch = id; };  
    5             CLASS = FHBrowserController;  
    6             LANGUAGE = ObjC;  
    7             OUTLETS = { 
    8                 "_contentBox" = NSBox;  
    9                 "_fileTableColumn" = NSTableColumn;  
    10                 "_leftStatusTextField" = NSTextField;  
    11                 "_leftView" = NSView;  
    12                 "_openSpotlightPanel" = NSPanel;  
    13                 "_openSpotlightTextView" = NSTextView;  
    14                 "_openURLPanel" = NSPanel;  
    15                 "_openURLPopUpButton" = NSPopUpButton;  
    16                 "_openURLTextView" = NSTextView;  
    17                 "_rightStatusTextField" = NSTextField;  
    18                 "_rightView" = NSView;  
    19                 "_saveProgressIndicator" = NSProgressIndicator;  
    20                 "_saveProgressPanel" = NSPanel;  
    21                 "_saveProgressTextField" = NSTextField;  
    22                 "_screenAutoSwitchButton" = NSButton;  
    23                 "_screenAutoSwitchTextField" = NSTextField;  
    24                 "_screenBackgroundBlackMenuItem" = NSMenuItem;  
    25                 "_screenBackgroundGrayMenuItem" = NSMenuItem;  
    26                 "_screenBackgroundPopUpButton" = NSPopUpButton;  
    27                 "_screenBackgroundWhiteMenuItem" = NSMenuItem;  
    28                 "_screenPanel" = NSPanel;  
    29                 "_screenPopUpButton" = NSPopUpButton;  
    30                 "_scrollView" = NSScrollView;  
    31                 "_splitView" = WISplitView;  
    32                 "_statusBox" = NSBox;  
    33                 "_tableView" = FHTableView;  
    34             };  
    35             SUPERCLASS = FHWindowController;  
    36         },  
    37         { 
    38             CLASS = FHImageView;  
    39             LANGUAGE = ObjC;  
    40             OUTLETS = {"_delegate" = id; "_scrollView" = NSScrollView; };  
    41             SUPERCLASS = NSView;  
    42         },  
    43         { 
    44             CLASS = FHImageViewController;  
    45             LANGUAGE = ObjC;  
    46             OUTLETS = {"_imageView" = FHImageView; };  
    47             SUPERCLASS = NSObject;  
    48         },  
    49         { 
    50             CLASS = FHTableView;  
    51             LANGUAGE = ObjC;  
    52             OUTLETS = {"_imageScrollView" = NSScrollView; "_imageView" = FHImageView; };  
    53             SUPERCLASS = WITableView;  
    54         },  
    55         { 
    56             ACTIONS = { 
    57                 firstFile = id;  
    58                 lastFile = id;  
    59                 nextImage = id;  
    60                 nextPage = id;  
    61                 previousImage = id;  
    62                 previousPage = id;  
    63                 rotateLeft = id;  
    64                 rotateRight = id;  
    65                 zoomMode = id;  
    66             };  
    67             CLASS = FHWindowController;  
    68             LANGUAGE = ObjC;  
    69             OUTLETS = {"_imageView" = FHImageView; "_progressIndicator" = NSProgressIndicator; };  
    70             SUPERCLASS = WIWindowController;  
    71         },  
    72         { 
    73             ACTIONS = {cancelSheet = id; submitSheet = id; };  
    74             CLASS = FirstResponder;  
    75             LANGUAGE = ObjC;  
    76             SUPERCLASS = NSObject;  
    77         },  
    78         { 
    79             ACTIONS = {cancelSheet = id; submitSheet = id; };  
    80             CLASS = NSWindowController;  
    81             LANGUAGE = ObjC;  
    82             SUPERCLASS = NSResponder;  
    83         },  
    84         {CLASS = WISplitView; LANGUAGE = ObjC; SUPERCLASS = NSSplitView; },  
    85         { 
    86             ACTIONS = {showViewOptions = id; };  
    87             CLASS = WITableView;  
    88             LANGUAGE = ObjC;  
    89             SUPERCLASS = NSTableView;  
    90         },  
    91         { 
    92             CLASS = WIWindowController;  
    93             LANGUAGE = ObjC;  
    94             SUPERCLASS = NSWindowController;  
    95         } 
    96     );  
    97     IBVersion = 1;  
    98 
     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>ACTIONS</key> 
     9                        <dict> 
     10                                <key>autoSwitch</key> 
     11                                <string>id</string> 
     12                        </dict> 
     13                        <key>CLASS</key> 
     14                        <string>FHBrowserController</string> 
     15                        <key>LANGUAGE</key> 
     16                        <string>ObjC</string> 
     17                        <key>OUTLETS</key> 
     18                        <dict> 
     19                                <key>_contentBox</key> 
     20                                <string>NSBox</string> 
     21                                <key>_fileTableColumn</key> 
     22                                <string>NSTableColumn</string> 
     23                                <key>_leftStatusTextField</key> 
     24                                <string>NSTextField</string> 
     25                                <key>_leftView</key> 
     26                                <string>NSView</string> 
     27                                <key>_openSpotlightPanel</key> 
     28                                <string>NSPanel</string> 
     29                                <key>_openSpotlightTextView</key> 
     30                                <string>NSTextView</string> 
     31                                <key>_openURLPanel</key> 
     32                                <string>NSPanel</string> 
     33                                <key>_openURLPopUpButton</key> 
     34                                <string>NSPopUpButton</string> 
     35                                <key>_openURLTextView</key> 
     36                                <string>NSTextView</string> 
     37                                <key>_rightStatusTextField</key> 
     38                                <string>NSTextField</string> 
     39                                <key>_rightView</key> 
     40                                <string>NSView</string> 
     41                                <key>_saveProgressIndicator</key> 
     42                                <string>NSProgressIndicator</string> 
     43                                <key>_saveProgressPanel</key> 
     44                                <string>NSPanel</string> 
     45                                <key>_saveProgressTextField</key> 
     46                                <string>NSTextField</string> 
     47                                <key>_screenAutoSwitchButton</key> 
     48                                <string>NSButton</string> 
     49                                <key>_screenAutoSwitchTextField</key> 
     50                                <string>NSTextField</string> 
     51                                <key>_screenBackgroundBlackMenuItem</key> 
     52                                <string>NSMenuItem</string> 
     53                                <key>_screenBackgroundGrayMenuItem</key> 
     54                                <string>NSMenuItem</string> 
     55                                <key>_screenBackgroundPopUpButton</key> 
     56                                <string>NSPopUpButton</string> 
     57                                <key>_screenBackgroundWhiteMenuItem</key> 
     58                                <string>NSMenuItem</string> 
     59                                <key>_screenPanel</key> 
     60                                <string>NSPanel</string> 
     61                                <key>_screenPopUpButton</key> 
     62                                <string>NSPopUpButton</string> 
     63                                <key>_scrollView</key> 
     64                  &nb