~sense/ubuntu/lucid/transmission/fix-497882

« back to all changes in this revision

Viewing changes to macosx/Sparkle.framework/Resources/SUStatus.nib/classes.nib

  • Committer: Bazaar Package Importer
  • Author(s): Chris Coulson
  • Date: 2008-11-28 15:33:48 UTC
  • mfrom: (1.1.19 upstream)
  • Revision ID: james.westby@ubuntu.com-20081128153348-it70trfnxiroblmc
Tags: 1.40-0ubuntu1
* New upstream release (LP: #302672)
  - Tracker communication uses fewer resources
  - More accurate bandwidth limits
  - Reduce disk fragmentation by preallocating files (LP: #287726)
  - Stability, security and performance improvements to the RPC /
    Web UI server (closes LP: #290423)
  - Support compression when serving Web UI and RPC responses
  - Simplify the RPC whitelist
  - Fix bug that prevented handshakes with encrypted BitComet peers
  - Fix 1.3x bug that could re-download some data unnecessarily
    (LP: #295040)
  - Option to automatically update the blocklist weekly
  - Added off-hour bandwidth scheduling
  - Simplify file/priority selection in the details dialog
  - Fix a couple of crashes
  - New / updated translations
  - Don't inhibit hibernation by default (LP: #292929)
  - Use "close" animation when sending to notification area (LP: #130811)
  - Fix resize problems (LP: #269872)
  - Support "--version" option when launching from command line
    (LP: #292011)
  - Correctly parse announce URLs that have leading or trailing
    spaces (LP: #262411)
  - Display an error when "Open Torrent" fails (LP: #281463)
* Dropped 10_fix_crasher_from_upstream.dpatch: Fix is in this
  upstream release.
* debian/control: Don't just build-depend on libcurl-dev, which is
  a virtual package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
{
2
 
    IBClasses = (
3
 
        {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
4
 
        {
5
 
            CLASS = SUStatusController; 
6
 
            LANGUAGE = ObjC; 
7
 
            OUTLETS = {actionButton = id; }; 
8
 
            SUPERCLASS = NSWindowController; 
9
 
        }
10
 
    ); 
11
 
    IBVersion = 1; 
12
 
}
 
 
b'\\ No newline at end of file'
 
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>SUWindowController</string>
 
10
                        <key>LANGUAGE</key>
 
11
                        <string>ObjC</string>
 
12
                        <key>SUPERCLASS</key>
 
13
                        <string>NSWindowController</string>
 
14
                </dict>
 
15
                <dict>
 
16
                        <key>CLASS</key>
 
17
                        <string>NSApplication</string>
 
18
                        <key>LANGUAGE</key>
 
19
                        <string>ObjC</string>
 
20
                        <key>SUPERCLASS</key>
 
21
                        <string>NSResponder</string>
 
22
                </dict>
 
23
                <dict>
 
24
                        <key>CLASS</key>
 
25
                        <string>FirstResponder</string>
 
26
                        <key>LANGUAGE</key>
 
27
                        <string>ObjC</string>
 
28
                        <key>SUPERCLASS</key>
 
29
                        <string>NSObject</string>
 
30
                </dict>
 
31
                <dict>
 
32
                        <key>CLASS</key>
 
33
                        <string>NSObject</string>
 
34
                        <key>LANGUAGE</key>
 
35
                        <string>ObjC</string>
 
36
                </dict>
 
37
                <dict>
 
38
                        <key>CLASS</key>
 
39
                        <string>SUStatusController</string>
 
40
                        <key>LANGUAGE</key>
 
41
                        <string>ObjC</string>
 
42
                        <key>OUTLETS</key>
 
43
                        <dict>
 
44
                                <key>actionButton</key>
 
45
                                <string>NSButton</string>
 
46
                                <key>progressBar</key>
 
47
                                <string>NSProgressIndicator</string>
 
48
                        </dict>
 
49
                        <key>SUPERCLASS</key>
 
50
                        <string>SUWindowController</string>
 
51
                </dict>
 
52
        </array>
 
53
        <key>IBVersion</key>
 
54
        <string>1</string>
 
55
</dict>
 
56
</plist>