Changeset 3583
- Timestamp:
- Oct 26, 2007, 4:59:39 PM (15 years ago)
- Location:
- branches/0.9x
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.9x/NEWS
r3573 r3583 5 5 + Fix 0.90 socket connection leak 6 6 + Fix 0.90 OpenBSD build error 7 + Fix 0.90 cache bug that could cause "verify local files" to fail .7 + Fix 0.90 cache bug that could cause "verify local files" to fail 8 8 + Ensure only a single "?" is used for appending arguments to the announce and scrape URL 9 9 - OS X: 10 10 + Fix a crash caused by custom sound files 11 11 + Add Dutch localization, re-add Russian localization, fix Korean localization 12 - gtk:12 - GTK: 13 13 + Fix 0.90 packaging errors 14 14 + Fix 0.90 assertion failure: "destination != (void*)0" -
branches/0.9x/Transmission.xcodeproj/project.pbxproj
r3559 r3583 1293 1293 isa = PBXProject; 1294 1294 buildConfigurationList = 4DF0C59A089918A300DD8943 /* Build configuration list for PBXProject "Transmission" */; 1295 compatibilityVersion = "Xcode 2.4"; 1295 1296 hasScannedForEncodings = 1; 1296 1297 knownRegions = ( -
branches/0.9x/macosx/English.lproj/MainMenu.nib/classes.nib
r3194 r3583 1 { 2 IBClasses = ( 3 {CLASS = ActionPopUpButton; LANGUAGE = ObjC; SUPERCLASS = NSPopUpButton; }, 4 { 5 ACTIONS = { 6 announceSelectedTorrents = id; 7 applyFilter = id; 8 applySpeedLimit = id; 9 copyTorrentFiles = id; 10 createFile = id; 11 doNothing = id; 12 linkDonate = id; 13 linkForums = id; 14 linkHomepage = id; 15 moveDataFiles = id; 16 openShowSheet = id; 17 openURLCancelEndSheet = id; 18 openURLEndSheet = id; 19 openURLShowSheet = id; 20 removeDeleteData = id; 21 removeDeleteDataAndTorrent = id; 22 removeDeleteTorrent = id; 23 removeNoDelete = id; 24 resetCacheForSelectedTorrents = id; 25 resumeAllTorrents = id; 26 resumeSelectedTorrents = id; 27 resumeSelectedTorrentsNoWait = id; 28 resumeWaitingTorrents = id; 29 revealFile = id; 30 setFilter = id; 31 setFilterSearchType = id; 32 setInfoTab = id; 33 setLimitGlobalEnabled = id; 34 setQuickLimitGlobal = id; 35 setQuickRatioGlobal = id; 36 setSort = id; 37 setSortReverse = id; 38 showAboutWindow = id; 39 showInfo = id; 40 showMainWindow = id; 41 showMessageWindow = id; 42 showPreferenceWindow = id; 43 stopAllTorrents = id; 44 stopSelectedTorrents = id; 45 switchFilter = id; 46 toggleFilterBar = id; 47 toggleSmallView = id; 48 toggleSpeedLimit = id; 49 toggleStatusBar = id; 50 }; 51 CLASS = Controller; 52 LANGUAGE = ObjC; 53 OUTLETS = { 54 fActionButton = NSButton; 55 fBottomBar = ImageBackgroundView; 56 fDateSortActionItem = NSMenuItem; 57 fDateSortItem = NSMenuItem; 58 fDockMenu = NSMenu; 59 fDownloadFilterButton = FilterBarButton; 60 fDownloadLimitItem = NSMenuItem; 61 fDownloadMenu = NSMenu; 62 fDownloadNoLimitItem = NSMenuItem; 63 fFilterBar = FilterBarView; 64 fNameSortActionItem = NSMenuItem; 65 fNameSortItem = NSMenuItem; 66 fNextFilterItem = NSMenuItem; 67 fNextInfoTabItem = NSMenuItem; 68 fNoFilterButton = FilterBarButton; 69 fOpenIgnoreDownloadFolder = NSMenuItem; 70 fOrderSortActionItem = NSMenuItem; 71 fOrderSortItem = NSMenuItem; 72 fPauseFilterButton = FilterBarButton; 73 fPrevFilterItem = NSMenuItem; 74 fPrevInfoTabItem = NSMenuItem; 75 fProgressSortActionItem = NSMenuItem; 76 fProgressSortItem = NSMenuItem; 77 fScrollView = NSScrollView; 78 fSearchFilterField = NSSearchField; 79 fSeedFilterButton = FilterBarButton; 80 fSpeedLimitButton = NSButton; 81 fStateSortActionItem = NSMenuItem; 82 fStateSortItem = NSMenuItem; 83 fStatusBar = ImageBackgroundView; 84 fTableView = TorrentTableView; 85 fTotalDLField = NSTextField; 86 fTotalTorrentsField = NSTextField; 87 fTotalULField = NSTextField; 88 fTrackerSortActionItem = NSMenuItem; 89 fTrackerSortItem = NSMenuItem; 90 fURLSheetTextField = NSTextField; 91 fURLSheetWindow = NSWindow; 92 fUpdater = SUUpdater; 93 fUploadLimitItem = NSMenuItem; 94 fUploadMenu = NSMenu; 95 fUploadNoLimitItem = NSMenuItem; 96 fWindow = NSWindow; 97 }; 98 SUPERCLASS = NSObject; 99 }, 100 {CLASS = FilterBarButton; LANGUAGE = ObjC; SUPERCLASS = NSButton; }, 101 { 102 CLASS = FilterBarView; 103 LANGUAGE = ObjC; 104 OUTLETS = { 105 fDownloadFilterButton = FilterBarButton; 106 fNoFilterButton = FilterBarButton; 107 fPauseFilterButton = FilterBarButton; 108 fSeedFilterButton = FilterBarButton; 109 }; 110 SUPERCLASS = ImageBackgroundView; 111 }, 112 { 113 ACTIONS = {deselectAll = id; revealFile = id; setNextTab = id; setPreviousTab = id; }; 114 CLASS = FirstResponder; 115 LANGUAGE = ObjC; 116 SUPERCLASS = NSObject; 117 }, 118 {CLASS = ImageBackgroundView; LANGUAGE = ObjC; SUPERCLASS = NSView; }, 119 {CLASS = NSSegmentedControl; LANGUAGE = ObjC; SUPERCLASS = NSControl; }, 120 {CLASS = NameCell; LANGUAGE = ObjC; SUPERCLASS = NSCell; }, 121 { 122 ACTIONS = { 123 folderSheetShow = id; 124 setAutoStart = id; 125 setBadge = id; 126 setDownloadLocation = id; 127 setLimit = id; 128 setLimitCheck = id; 129 setLimitMenu = id; 130 setPort = id; 131 setQuickRatio = id; 132 setQuickSpeed = id; 133 setRatio = id; 134 setRatioCheck = id; 135 setRatioMenu = id; 136 setShowMessage = id; 137 setUpdate = id; 138 }; 139 CLASS = PrefsController; 140 LANGUAGE = ObjC; 141 OUTLETS = { 142 fAutoStartCheck = NSButton; 143 fBadgeDownloadRateCheck = NSButton; 144 fBadgeUploadRateCheck = NSButton; 145 fBlankView = NSView; 146 fDownloadCheck = NSButton; 147 fDownloadField = NSTextField; 148 fDownloadLimitItem = NSMenuItem; 149 fDownloadMenu = NSMenu; 150 fDownloadNoLimitItem = NSMenuItem; 151 fFolderPopUp = NSPopUpButton; 152 fGeneralView = NSView; 153 fNetworkView = NSView; 154 fPortField = NSTextField; 155 fPrefsWindow = NSPanel; 156 fQuitCheck = NSButton; 157 fRatioCheck = NSButton; 158 fRatioField = NSTextField; 159 fRatioNotSetItem = NSMenuItem; 160 fRatioSetItem = NSMenuItem; 161 fRemoveCheck = NSButton; 162 fTransfersView = NSView; 163 fUpdatePopUp = NSPopUpButton; 164 fUpdater = SUUpdater; 165 fUploadCheck = NSButton; 166 fUploadField = NSTextField; 167 fUploadLimitItem = NSMenuItem; 168 fUploadMenu = NSMenu; 169 fUploadNoLimitItem = NSMenuItem; 170 fWindow = NSWindow; 171 }; 172 SUPERCLASS = NSObject; 173 }, 174 {CLASS = ProgressCell; LANGUAGE = ObjC; SUPERCLASS = NSCell; }, 175 { 176 ACTIONS = {checkForUpdates = id; }; 177 CLASS = SUUpdater; 178 LANGUAGE = ObjC; 179 SUPERCLASS = NSObject; 180 }, 181 {CLASS = StatusBarView; LANGUAGE = ObjC; SUPERCLASS = ImageBackgroundView; }, 182 { 183 ACTIONS = { 184 checkFile = id; 185 setQuickLimit = id; 186 setQuickLimitMode = id; 187 setQuickRatio = id; 188 setQuickRatioMode = id; 189 }; 190 CLASS = TorrentTableView; 191 LANGUAGE = ObjC; 192 OUTLETS = { 193 fActionMenu = NSMenu; 194 fContextNoRow = NSMenu; 195 fContextRow = NSMenu; 196 fController = Controller; 197 fDownloadMenu = NSMenu; 198 fRatioMenu = NSMenu; 199 fUploadMenu = NSMenu; 200 }; 201 SUPERCLASS = NSTableView; 202 } 203 ); 204 IBVersion = 1; 205 } 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>FilterBarView</string> 10 <key>LANGUAGE</key> 11 <string>ObjC</string> 12 <key>OUTLETS</key> 13 <dict> 14 <key>fDownloadFilterButton</key> 15 <string>FilterBarButton</string> 16 <key>fNoFilterButton</key> 17 <string>FilterBarButton</string> 18 <key>fPauseFilterButton</key> 19 <string>FilterBarButton</string> 20 <key>fSeedFilterButton</key> 21 <string>FilterBarButton</string> 22 </dict> 23 <key>SUPERCLASS</key> 24 <string>ImageBackgroundView</string> 25 </dict> 26 <dict> 27 <key>CLASS</key> 28 <string>NSMenu</string> 29 <key>LANGUAGE</key> 30 <string>ObjC</string> 31 <key>SUPERCLASS</key> 32 <string>NSObject</string> 33 </dict> 34 <dict> 35 <key>ACTIONS</key> 36 <dict> 37 <key>deselectAll</key> 38 <string>id</string> 39 <key>revealFile</key> 40 <string>id</string> 41 <key>setNextTab</key> 42 <string>id</string> 43 <key>setPreviousTab</key> 44 <string>id</string> 45 </dict> 46 <key>CLASS</key> 47 <string>FirstResponder</string> 48 <key>LANGUAGE</key> 49 <string>ObjC</string> 50 <key>SUPERCLASS</key> 51 <string>NSObject</string> 52 </dict> 53 <dict> 54 <key>CLASS</key> 55 <string>NSObject</string> 56 <key>LANGUAGE</key> 57 <string>ObjC</string> 58 </dict> 59 <dict> 60 <key>ACTIONS</key> 61 <dict> 62 <key>announceSelectedTorrents</key> 63 <string>id</string> 64 <key>applyFilter</key> 65 <string>id</string> 66 <key>applySpeedLimit</key> 67 <string>id</string> 68 <key>copyTorrentFiles</key> 69 <string>id</string> 70 <key>createFile</key> 71 <string>id</string> 72 <key>doNothing</key> 73 <string>id</string> 74 <key>linkDonate</key> 75 <string>id</string> 76 <key>linkForums</key> 77 <string>id</string> 78 <key>linkHomepage</key> 79 <string>id</string> 80 <key>moveDataFiles</key> 81 <string>id</string> 82 <key>openShowSheet</key> 83 <string>id</string> 84 <key>openURLCancelEndSheet</key> 85 <string>id</string> 86 <key>openURLEndSheet</key> 87 <string>id</string> 88 <key>openURLShowSheet</key> 89 <string>id</string> 90 <key>removeDeleteData</key> 91 <string>id</string> 92 <key>removeDeleteDataAndTorrent</key> 93 <string>id</string> 94 <key>removeDeleteTorrent</key> 95 <string>id</string> 96 <key>removeNoDelete</key> 97 <string>id</string> 98 <key>resetCacheForSelectedTorrents</key> 99 <string>id</string> 100 <key>resumeAllTorrents</key> 101 <string>id</string> 102 <key>resumeSelectedTorrents</key> 103 <string>id</string> 104 <key>resumeSelectedTorrentsNoWait</key> 105 <string>id</string> 106 <key>resumeWaitingTorrents</key> 107 <string>id</string> 108 <key>revealFile</key> 109 <string>id</string> 110 <key>setFilter</key> 111 <string>id</string> 112 <key>setFilterSearchType</key> 113 <string>id</string> 114 <key>setInfoTab</key> 115 <string>id</string> 116 <key>setLimitGlobalEnabled</key> 117 <string>id</string> 118 <key>setQuickLimitGlobal</key> 119 <string>id</string> 120 <key>setQuickRatioGlobal</key> 121 <string>id</string> 122 <key>setSort</key> 123 <string>id</string> 124 <key>setSortReverse</key> 125 <string>id</string> 126 <key>showAboutWindow</key> 127 <string>id</string> 128 <key>showInfo</key> 129 <string>id</string> 130 <key>showMainWindow</key> 131 <string>id</string> 132 <key>showMessageWindow</key> 133 <string>id</string> 134 <key>showPreferenceWindow</key> 135 <string>id</string> 136 <key>stopAllTorrents</key> 137 <string>id</string> 138 <key>stopSelectedTorrents</key> 139 <string>id</string> 140 <key>switchFilter</key> 141 <string>id</string> 142 <key>toggleFilterBar</key> 143 <string>id</string> 144 <key>toggleSmallView</key> 145 <string>id</string> 146 <key>toggleSpeedLimit</key> 147 <string>id</string> 148 <key>toggleStatusBar</key> 149 <string>id</string> 150 </dict> 151 <key>CLASS</key> 152 <string>Controller</string> 153 <key>LANGUAGE</key> 154 <string>ObjC</string> 155 <key>OUTLETS</key> 156 <dict> 157 <key>fActionButton</key> 158 <string>NSButton</string> 159 <key>fBottomBar</key> 160 <string>ImageBackgroundView</string> 161 <key>fDateSortActionItem</key> 162 <string>NSMenuItem</string> 163 <key>fDateSortItem</key> 164 <string>NSMenuItem</string> 165 <key>fDockMenu</key> 166 <string>NSMenu</string> 167 <key>fDownloadFilterButton</key> 168 <string>FilterBarButton</string> 169 <key>fDownloadLimitItem</key> 170 <string>NSMenuItem</string> 171 <key>fDownloadMenu</key> 172 <string>NSMenu</string> 173 <key>fDownloadNoLimitItem</key> 174 <string>NSMenuItem</string> 175 <key>fFilterBar</key> 176 <string>FilterBarView</string> 177 <key>fNameSortActionItem</key> 178 <string>NSMenuItem</string> 179 <key>fNameSortItem</key> 180 <string>NSMenuItem</string> 181 <key>fNextFilterItem</key> 182 <string>NSMenuItem</string> 183 <key>fNextInfoTabItem</key> 184 <string>NSMenuItem</string> 185 <key>fNoFilterButton</key> 186 <string>FilterBarButton</string> 187 <key>fOpenIgnoreDownloadFolder</key> 188 <string>NSMenuItem</string> 189 <key>fOrderSortActionItem</key> 190 <string>NSMenuItem</string> 191 <key>fOrderSortItem</key> 192 <string>NSMenuItem</string> 193 <key>fPauseFilterButton</key> 194 <string>FilterBarButton</string> 195 <key>fPrevFilterItem</key> 196 <string>NSMenuItem</string> 197 <key>fPrevInfoTabItem</key> 198 <string>NSMenuItem</string> 199 <key>fProgressSortActionItem</key> 200 <string>NSMenuItem</string> 201 <key>fProgressSortItem</key> 202 <string>NSMenuItem</string> 203 <key>fScrollView</key> 204 <string>NSScrollView</string> 205 <key>fSearchFilterField</key> 206 <string>NSSearchField</string> 207 <key>fSeedFilterButton</key> 208 <string>FilterBarButton</string> 209 <key>fSpeedLimitButton</key> 210 <string>NSButton</string> 211 <key>fStateSortActionItem</key> 212 <string>NSMenuItem</string> 213 <key>fStateSortItem</key> 214 <string>NSMenuItem</string> 215 <key>fStatusBar</key> 216 <string>ImageBackgroundView</string> 217 <key>fTableView</key> 218 <string>TorrentTableView</string> 219 <key>fTotalDLField</key> 220 <string>NSTextField</string> 221 <key>fTotalTorrentsField</key> 222 <string>NSTextField</string> 223 <key>fTotalULField</key> 224 <string>NSTextField</string> 225 <key>fTrackerSortActionItem</key> 226 <string>NSMenuItem</string> 227 <key>fTrackerSortItem</key> 228 <string>NSMenuItem</string> 229 <key>fURLSheetTextField</key> 230 <string>NSTextField</string> 231 <key>fURLSheetWindow</key> 232 <string>NSWindow</string> 233 <key>fUpdater</key> 234 <string>SUUpdater</string> 235 <key>fUploadLimitItem</key> 236 <string>NSMenuItem</string> 237 <key>fUploadMenu</key> 238 <string>NSMenu</string> 239 <key>fUploadNoLimitItem</key> 240 <string>NSMenuItem</string> 241 <key>fWindow</key> 242 <string>NSWindow</string> 243 </dict> 244 <key>SUPERCLASS</key> 245 <string>NSObject</string> 246 </dict> 247 <dict> 248 <key>CLASS</key> 249 <string>FilterBarButton</string> 250 <key>LANGUAGE</key> 251 <string>ObjC</string> 252 <key>SUPERCLASS</key> 253 <string>NSButton</string> 254 </dict> 255 <dict> 256 <key>ACTIONS</key> 257 <dict> 258 <key>checkForUpdates</key> 259 <string>id</string> 260 </dict> 261 <key>CLASS</key> 262 <string>SUUpdater</string> 263 <key>LANGUAGE</key> 264 <string>ObjC</string> 265 <key>SUPERCLASS</key> 266 <string>NSObject</string> 267 </dict> 268 <dict> 269 <key>ACTIONS</key> 270 <dict> 271 <key>checkFile</key> 272 <string>id</string> 273 <key>setQuickLimit</key> 274 <string>id</string> 275 <key>setQuickLimitMode</key> 276 <string>id</string> 277 <key>setQuickRatio</key> 278 <string>id</string> 279 <key>setQuickRatioMode</key> 280 <string>id</string> 281 </dict> 282 <key>CLASS</key> 283 <string>TorrentTableView</string> 284 <key>LANGUAGE</key> 285 <string>ObjC</string> 286 <key>OUTLETS</key> 287 <dict> 288 <key>fActionMenu</key> 289 <string>NSMenu</string> 290 <key>fContextNoRow</key> 291 <string>NSMenu</string> 292 <key>fContextRow</key> 293 <string>NSMenu</string> 294 <key>fController</key> 295 <string>Controller</string> 296 <key>fDownloadMenu</key> 297 <string>NSMenu</string> 298 <key>fRatioMenu</key> 299 <string>NSMenu</string> 300 <key>fUploadMenu</key> 301 <string>NSMenu</string> 302 </dict> 303 <key>SUPERCLASS</key> 304 <string>NSTableView</string> 305 </dict> 306 <dict> 307 <key>CLASS</key> 308 <string>ActionPopUpButton</string> 309 <key>LANGUAGE</key> 310 <string>ObjC</string> 311 <key>SUPERCLASS</key> 312 <string>NSPopUpButton</string> 313 </dict> 314 <dict> 315 <key>CLASS</key> 316 <string>ImageBackgroundView</string> 317 <key>LANGUAGE</key> 318 <string>ObjC</string> 319 <key>SUPERCLASS</key> 320 <string>NSView</string> 321 </dict> 322 <dict> 323 <key>CLASS</key> 324 <string>StatusBarView</string> 325 <key>LANGUAGE</key> 326 <string>ObjC</string> 327 <key>SUPERCLASS</key> 328 <string>ImageBackgroundView</string> 329 </dict> 330 </array> 331 <key>IBVersion</key> 332 <string>1</string> 333 </dict> 334 </plist> -
branches/0.9x/macosx/English.lproj/MainMenu.nib/info.nib
r3374 r3583 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>19 80 422 283 0 0 1152 842 </string>7 <key>IBEditorPositions</key>8 <dict>9 <key>1041</key>10 <string>480 344 208 149 0 0 1680 1028 </string>11 <key>1480</key>12 <string>648 433 420 63 0 0 1680 1028 </string>13 <key>1603</key>14 <string>601 669 477 67 0 0 1680 1028 </string>15 <key>1936</key>16 <string>792 514 208 111 0 0 1680 1028 </string>17 <key>2043</key>18 <string>490 328 87 68 0 0 1680 1028 </string>19 <key>29</key>20 <string>261 932 451 44 0 0 1680 1028 </string>21 <key>456</key>22 <string>396 374 240 225 0 0 1152 842 </string>23 <key>581</key>24 <string>862 580 115 99 0 0 1680 1028 </string>25 <key>589</key>26 <string>323 390 201 87 0 0 1024 746 </string>27 </dict>28 5 <key>IBFramework Version</key> 29 <string>446.1</string> 30 <key>IBLockedObjects</key> 6 <string>629</string> 7 <key>IBLastKnownRelativeProjectPath</key> 8 <string>../../../Transmission.xcodeproj</string> 9 <key>IBOldestOS</key> 10 <integer>5</integer> 11 <key>IBOpenObjects</key> 31 12 <array> 32 13 <integer>21</integer> 33 14 </array> 34 <key>IBOldestOS</key>35 <integer>3</integer>36 <key>IBOpenObjects</key>37 <array>38 <integer>29</integer>39 <integer>1603</integer>40 <integer>2043</integer>41 <integer>1936</integer>42 <integer>21</integer>43 </array>44 15 <key>IBSystem Version</key> 45 <string>8R4031</string> 16 <string>9A581</string> 17 <key>targetFramework</key> 18 <string>IBCocoaFramework</string> 46 19 </dict> 47 20 </plist> -
branches/0.9x/macosx/ImageBackgroundView.m
r3083 r3583 37 37 - (BOOL) isOpaque 38 38 { 39 return YES;39 return fBackgroundColor != nil; 40 40 } 41 41
Note: See TracChangeset
for help on using the changeset viewer.