Changeset 4896
- Timestamp:
- 09/05/07 18:38:47 (1 year ago)
- Files:
-
- Footagehead/trunk/English.lproj/Browser.nib/classes.nib (modified) (1 diff)
- Footagehead/trunk/English.lproj/Browser.nib/info.nib (modified) (1 diff)
- Footagehead/trunk/English.lproj/Browser.nib/keyedobjects.nib (modified) (previous)
- Footagehead/trunk/English.lproj/ReleaseNotes.rtf (modified) (20 diffs)
- Footagehead/trunk/German.lproj/Browser.nib/classes.nib (modified) (1 diff)
- Footagehead/trunk/German.lproj/Browser.nib/info.nib (modified) (1 diff)
- Footagehead/trunk/German.lproj/Browser.nib/keyedobjects.nib (modified) (previous)
- Footagehead/trunk/Japanese.lproj/Browser.nib/classes.nib (modified) (1 diff)
- Footagehead/trunk/Japanese.lproj/Browser.nib/info.nib (modified) (1 diff)
- Footagehead/trunk/Japanese.lproj/Browser.nib/keyedobjects.nib (modified) (previous)
- Footagehead/trunk/Japanese.lproj/Credits.rtf (modified) (4 diffs)
- Footagehead/trunk/Japanese.lproj/Localizable.strings (modified) (2 diffs)
- Footagehead/trunk/Japanese.lproj/MainMenu.nib/classes.nib (modified) (1 diff)
- Footagehead/trunk/Japanese.lproj/MainMenu.nib/info.nib (modified) (1 diff)
- Footagehead/trunk/Japanese.lproj/MainMenu.nib/keyedobjects.nib (modified) (previous)
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 1 1 <?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"> 3 3 <plist version="1.0"> 4 4 <dict> 5 <key>IBDocumentLocation</key>6 <string>816 72 403 407 0 0 1920 1178 </string>7 5 <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> 9 11 <key>IBOpenObjects</key> 10 12 <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> 16 14 </array> 17 15 <key>IBSystem Version</key> 18 <string>8R218</string> 16 <string>9A527</string> 17 <key>targetFramework</key> 18 <string>IBCocoaFramework</string> 19 19 </dict> 20 20 </plist> Footagehead/trunk/English.lproj/ReleaseNotes.rtf
r4887 r4896 1 {\rtf1\ mac\ansicpg10000\cocoartf824\cocoasubrtf4102 {\fonttbl\f0\fswiss\fcharset 77 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 } 4 4 {\colortbl;\red255\green255\blue255;\red0\green127\blue0;\red127\green0\blue127;} 5 5 \pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural 6 6 7 7 \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 FAQ13 \ 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 \ 17 17 \pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural 18 18 \cf2 What is Footagehead? 19 \ f1\b0 \cf0 \19 \b0 \cf0 \ 20 20 Footagehead 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.\ 21 21 \ 22 22 23 \ f0\b \cf2 What formats are supported?24 \ f1\b0 \cf0 \23 \b \cf2 What formats are supported? 24 \b0 \cf0 \ 25 25 Footagehead supports all native Mac OS X image formats. That is, anything that Preview can open, Footagehead should also be able to open.\ 26 26 \ … … 28 28 \ 29 29 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 \ 32 32 Footagehead can browse the following types of sites remotely:\ 33 33 \ 34 34 - Single image ( 35 \ f2\i http://www.zankasoftware.com/footagehead/screenshots/screen.png36 \ f1\i0 )\35 \i http://www.zankasoftware.com/footagehead/screenshots/screen.png 36 \i0 )\ 37 37 - 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 )\ 40 40 - Range of images ( 41 \ f2\i http://www.little-gamers.com/comics/000000[01-10].jpg42 \ f1\i0 )\41 \i http://www.little-gamers.com/comics/000000[01-10].jpg 42 \i0 )\ 43 43 - Flickr photo stream ( 44 \ f2\i http://www.flickr.com/services/feeds/photos_public.gne?id=81007463@N00&tags=knockoff&format=rss_20045 \ f1\i0 )\44 \i http://www.flickr.com/services/feeds/photos_public.gne?id=81007463@N00&tags=knockoff&format=rss_200 45 \i0 )\ 46 46 \ 47 47 When 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.\ 48 48 \ 49 49 50 \ f0\b \cf2 Why the name \'d2Footagehead\'d3?51 \ f1\b0 \cf0 \50 \b \cf2 Why the name \'93Footagehead\'94? 51 \b0 \cf0 \ 52 52 \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural 53 53 \cf0 In William Gibson's novel 54 \ f2\i Pattern Recognition55 \ f1\i0 , a \'d2footagehead\'d3is 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 \ 61 61 \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural 62 62 \cf0 Apart from the commands in the menus, the following shortcuts are available:\ … … 76 76 \pard\intbl\itap1\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural 77 77 78 \f 3\cf0 \uc0\u867979 \f 1+Space \cell78 \f1 \cf0 \uc0\u8679 79 \f0 +Space \cell 80 80 \pard\intbl\itap1\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural 81 81 \cf0 Select previous image\cell \row … … 94 94 \pard\intbl\itap1\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural 95 95 96 \f 3\cf0 \uc0\u861797 \f 1\cell96 \f1 \cf0 \uc0\u8617 97 \f0 \cell 98 98 \pard\intbl\itap1\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural 99 99 \cf0 Go into the selected folder, or open the selected image in an external application\cell \row … … 104 104 \pard\intbl\itap1\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural 105 105 106 \f 3\cf0 \uc0\u8592107 \f 1\cell106 \f1 \cf0 \uc0\u8592 107 \f0 \cell 108 108 \pard\intbl\itap1\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural 109 109 \cf0 Go back to the previous folder\cell \row … … 114 114 \pard\intbl\itap1\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural 115 115 116 \f 3\cf0 \uc0\u8594117 \f 1\cell116 \f1 \cf0 \uc0\u8594 117 \f0 \cell 118 118 \pard\intbl\itap1\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural 119 119 \cf0 Go into the selected folder\cell \row … … 124 124 \pard\intbl\itap1\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural 125 125 126 \f 3\cf0 \uc0\u8593127 \f 1\cell126 \f1 \cf0 \uc0\u8593 127 \f0 \cell 128 128 \pard\intbl\itap1\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural 129 129 \cf0 Select previous file\cell \row … … 134 134 \pard\intbl\itap1\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural 135 135 136 \f 3\cf0 \uc0\u8595137 \f 1\cell136 \f1 \cf0 \uc0\u8595 137 \f0 \cell 138 138 \pard\intbl\itap1\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural 139 139 \cf0 Select next file\cell \row … … 144 144 \pard\intbl\itap1\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural 145 145 146 \f 3\cf0 \uc0\u8670147 \f 1\cell146 \f1 \cf0 \uc0\u8670 147 \f0 \cell 148 148 \pard\intbl\itap1\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural 149 149 \cf0 Select a file a few files up\cell \row … … 154 154 \pard\intbl\itap1\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural 155 155 156 \f 3\cf0 \uc0\u8671157 \f 1\cell156 \f1 \cf0 \uc0\u8671 157 \f0 \cell 158 158 \pard\intbl\itap1\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural 159 159 \cf0 Select a file a few files down\cell \row … … 164 164 \pard\intbl\itap1\pardeftab720\sl360\sa180\ql\qnatural 165 165 166 \f 4\fs25\fsmilli12610 \cf0 \uc0\u8689167 \f 1\fs24 \cell166 \f2\fs25\fsmilli12610 \cf0 \uc0\u8689 167 \f0\fs24 \cell 168 168 \pard\intbl\itap1\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural 169 169 \cf0 Select first file\cell \row … … 174 174 \pard\intbl\itap1\pardeftab720\sl360\sa180\ql\qnatural 175 175 176 \f 4\cf0 \uc0\u8690177 \f 1\cell176 \f2 \cf0 \uc0\u8690 177 \f0 \cell 178 178 \pard\intbl\itap1\pardeftab720\sl360\sa180\ql\qnatural 179 179 \cf0 Select last file\cell \row … … 184 184 \pard\intbl\itap1\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural 185 185 186 \f 3\cf0 \uc0\u9099187 \f 1\cell186 \f1 \cf0 \uc0\u9099 187 \f0 \cell 188 188 \pard\intbl\itap1\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural 189 189 \cf0 Exit slideshow\cell \lastrow\row … … 194 194 \pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural 195 195 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 \ 200 200 Axel Andersson\ 201 201 axel@zankasoftware.com\ 202 202 http://www.zankasoftware.com/ 203 \ f0\b\fs28 \cf3 \203 \b\fs28 \cf3 \ 204 204 \ 205 205 \ 206 206 \pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural 207 207 \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 \ 212 212 \pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural 213 213 \cf2 1.3.1 214 \ f1\b0 \cf0 \214 \b0 \cf0 \ 215 215 - Add German localization\ 216 216 - Add support for saving all images in the list to a local folder\ … … 219 219 - Rotate spreads correctly\ 220 220 - 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 \ 223 224 1.3 224 \ f1\b0 \cf0 \225 \b0 \cf0 \ 225 226 - Progress indicator while loading remote images\ 226 227 - Use a standard toolbar\ … … 234 235 - Deprecate Mac OS X 10.3 support\ 235 236 236 \ f0\b \cf2 \237 \b \cf2 \ 237 238 1.2.2 238 \ f1\b0 \cf0 \239 \b0 \cf0 \ 239 240 - Fix a bug that prevented auto switch from working\ 240 241 241 \ f0\b \cf2 \242 \b \cf2 \ 242 243 1.2.1 243 \ f1\b0 \cf0 \244 \b0 \cf0 \ 244 245 - Add option to select between inline or linked images, or both, on HTML pages\ 245 246 - Toggle zoom button when clicking image to zoom\ … … 247 248 - When deleting a file, don't reload the folder, just remove the file from the list\ 248 249 249 \ f0\b \cf2 \250 \b \cf2 \ 250 251 1.2 251 \ f1\b0 \cf0 \252 \b0 \cf0 \ 252 253 - Make binary universal\ 253 254 - Improved performance of loading and displaying all images\ … … 263 264 - Deprecate Mac OS X 10.2 support\ 264 265 265 \ f0\b \cf2 \266 \b \cf2 \ 266 267 1.1 267 \ f1\b0 \cf0 \268 \b0 \cf0 \ 268 269 - Transparent browsing of RAR/Zip files, like they were folders\ 269 270 - Browsing of images displayed on a remote HTML file\ … … 275 276 - Reload button in toolbar\ 276 277 277 \ f0\b \cf2 \278 \b \cf2 \ 278 279 1.0.1 279 \ f1\b0 \cf0 \280 \b0 \cf0 \ 280 281 - Fix for Mac OS X 10.2\ 281 282 282 \ f0\b \cf2 \283 \b \cf2 \ 283 284 1.0 284 \ f1\b0 \cf0 \285 \b0 \cf0 \ 285 286 - Initial release\ 286 287 \ … … 288 289 \pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural 289 290 290 \ f0\b\fs28 \cf2 License291 \ f1\b0\fs24 \cf0 \291 \b\fs28 \cf2 License 292 \b0\fs24 \cf0 \ 292 293 \ 293 294 Copyright \'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
