Added Greek, French, Swedish, German, and Hebrew translations.
After Width: | Height: | Size: 474 B |
After Width: | Height: | Size: 688 B |
After Width: | Height: | Size: 15 KiB |
After Width: | Height: | Size: 2.2 KiB |
After Width: | Height: | Size: 3.0 KiB |
After Width: | Height: | Size: 2.2 KiB |
After Width: | Height: | Size: 664 B |
After Width: | Height: | Size: 655 B |
After Width: | Height: | Size: 720 B |
|
@ -0,0 +1,217 @@
|
||||||
|
{
|
||||||
|
IBClasses = (
|
||||||
|
{
|
||||||
|
CLASS = AMRemovableColumnsTableView;
|
||||||
|
LANGUAGE = ObjC;
|
||||||
|
OUTLETS = {obligatoryColumnIdentifiers = id; };
|
||||||
|
SUPERCLASS = NSTableView;
|
||||||
|
},
|
||||||
|
{
|
||||||
|
CLASS = AMRemovableTableColumn;
|
||||||
|
LANGUAGE = ObjC;
|
||||||
|
OUTLETS = {mainTableView = AMRemovableColumnsTableView; };
|
||||||
|
SUPERCLASS = NSTableColumn;
|
||||||
|
},
|
||||||
|
{
|
||||||
|
ACTIONS = {
|
||||||
|
delEntries = id;
|
||||||
|
donate = id;
|
||||||
|
openFiles = id;
|
||||||
|
openURL = id;
|
||||||
|
savePlaylist = id;
|
||||||
|
toggleFileDrawer = id;
|
||||||
|
toggleInfoDrawer = id;
|
||||||
|
};
|
||||||
|
CLASS = AppController;
|
||||||
|
LANGUAGE = ObjC;
|
||||||
|
OUTLETS = {
|
||||||
|
addURLPanel = NSPanel;
|
||||||
|
fileButton = NSButton;
|
||||||
|
fileDrawer = NSDrawer;
|
||||||
|
fileOutlineView = FileOutlineView;
|
||||||
|
fileTreeController = FileTreeController;
|
||||||
|
infoButton = NSButton;
|
||||||
|
infoDrawer = NSDrawer;
|
||||||
|
mainWindow = NSPanel;
|
||||||
|
nextButton = NSButton;
|
||||||
|
playButton = NSButton;
|
||||||
|
playbackController = PlaybackController;
|
||||||
|
playlistController = PlaylistController;
|
||||||
|
playlistLoader = PlaylistLoader;
|
||||||
|
playlistView = PlaylistView;
|
||||||
|
prevButton = NSButton;
|
||||||
|
repeatButton = NSButton;
|
||||||
|
showAlbumColumn = NSMenuItem;
|
||||||
|
showArtistColumn = NSMenuItem;
|
||||||
|
showGenreColumn = NSMenuItem;
|
||||||
|
showIndexColumn = NSMenuItem;
|
||||||
|
showLengthColumn = NSMenuItem;
|
||||||
|
showTitleColumn = NSMenuItem;
|
||||||
|
showTrackColumn = NSMenuItem;
|
||||||
|
showYearColumn = NSMenuItem;
|
||||||
|
shuffleButton = NSButton;
|
||||||
|
urlComboBox = NSComboBox;
|
||||||
|
};
|
||||||
|
SUPERCLASS = NSObject;
|
||||||
|
},
|
||||||
|
{CLASS = ClickField; LANGUAGE = ObjC; SUPERCLASS = NSTextField; },
|
||||||
|
{
|
||||||
|
CLASS = DNDArrayController;
|
||||||
|
LANGUAGE = ObjC;
|
||||||
|
OUTLETS = {tableView = NSTableView; };
|
||||||
|
SUPERCLASS = NSArrayController;
|
||||||
|
},
|
||||||
|
{CLASS = DragScrollView; LANGUAGE = ObjC; SUPERCLASS = NSScrollView; },
|
||||||
|
{
|
||||||
|
ACTIONS = {cancel = id; openFeedbackWindow = id; sendFeedback = id; };
|
||||||
|
CLASS = FeedbackController;
|
||||||
|
LANGUAGE = ObjC;
|
||||||
|
OUTLETS = {
|
||||||
|
feedbackWindow = NSWindow;
|
||||||
|
fromView = NSTextField;
|
||||||
|
messageView = NSTextView;
|
||||||
|
sendingIndicator = NSProgressIndicator;
|
||||||
|
subjectView = NSTextField;
|
||||||
|
};
|
||||||
|
SUPERCLASS = NSObject;
|
||||||
|
},
|
||||||
|
{
|
||||||
|
CLASS = FileOutlineView;
|
||||||
|
LANGUAGE = ObjC;
|
||||||
|
OUTLETS = {fileDrawer = NSDrawer; };
|
||||||
|
SUPERCLASS = NSOutlineView;
|
||||||
|
},
|
||||||
|
{
|
||||||
|
CLASS = FileTreeController;
|
||||||
|
LANGUAGE = ObjC;
|
||||||
|
OUTLETS = {playlistLoader = PlaylistLoader; };
|
||||||
|
SUPERCLASS = NSTreeController;
|
||||||
|
},
|
||||||
|
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
|
||||||
|
{CLASS = InfoController; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
|
||||||
|
{CLASS = InfoView; LANGUAGE = ObjC; SUPERCLASS = NSScrollView; },
|
||||||
|
{CLASS = NSSegmentedControl; LANGUAGE = ObjC; SUPERCLASS = NSControl; },
|
||||||
|
{CLASS = PathNode; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
|
||||||
|
{
|
||||||
|
ACTIONS = {
|
||||||
|
changeVolume = id;
|
||||||
|
next = id;
|
||||||
|
pause = id;
|
||||||
|
pauseResume = id;
|
||||||
|
play = id;
|
||||||
|
playPauseResume = id;
|
||||||
|
prev = id;
|
||||||
|
resume = id;
|
||||||
|
seek = id;
|
||||||
|
stop = id;
|
||||||
|
toggleShowTimeRemaining = id;
|
||||||
|
volumeDown = id;
|
||||||
|
volumeUp = id;
|
||||||
|
};
|
||||||
|
CLASS = PlaybackController;
|
||||||
|
LANGUAGE = ObjC;
|
||||||
|
OUTLETS = {
|
||||||
|
bitrateField = NSTextField;
|
||||||
|
lengthField = NSTextField;
|
||||||
|
outputDevices = NSArrayController;
|
||||||
|
playButton = NSButton;
|
||||||
|
playlistController = PlaylistController;
|
||||||
|
playlistView = PlaylistView;
|
||||||
|
positionSlider = TrackingSlider;
|
||||||
|
timeField = NSTextField;
|
||||||
|
volumeSlider = NSSlider;
|
||||||
|
};
|
||||||
|
SUPERCLASS = NSObject;
|
||||||
|
},
|
||||||
|
{
|
||||||
|
ACTIONS = {
|
||||||
|
clear = id;
|
||||||
|
clearFilterPredicate = id;
|
||||||
|
showEntryInFinder = id;
|
||||||
|
takeRepeatFromObject = id;
|
||||||
|
takeShuffleFromObject = id;
|
||||||
|
};
|
||||||
|
CLASS = PlaylistController;
|
||||||
|
LANGUAGE = ObjC;
|
||||||
|
OUTLETS = {playlistLoader = PlaylistLoader; };
|
||||||
|
SUPERCLASS = DNDArrayController;
|
||||||
|
},
|
||||||
|
{CLASS = PlaylistEntry; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
|
||||||
|
{
|
||||||
|
CLASS = PlaylistLoader;
|
||||||
|
LANGUAGE = ObjC;
|
||||||
|
OUTLETS = {playlistController = PlaylistController; };
|
||||||
|
SUPERCLASS = NSObject;
|
||||||
|
},
|
||||||
|
{
|
||||||
|
ACTIONS = {
|
||||||
|
scrollToCurrentEntry = id;
|
||||||
|
shufflePlaylist = id;
|
||||||
|
sortByPath = id;
|
||||||
|
toggleColumn = id;
|
||||||
|
};
|
||||||
|
CLASS = PlaylistView;
|
||||||
|
LANGUAGE = ObjC;
|
||||||
|
OUTLETS = {
|
||||||
|
playbackController = PlaybackController;
|
||||||
|
playlistController = PlaylistController;
|
||||||
|
};
|
||||||
|
SUPERCLASS = AMRemovableColumnsTableView;
|
||||||
|
},
|
||||||
|
{
|
||||||
|
ACTIONS = {showPrefs = id; };
|
||||||
|
CLASS = PreferencesController;
|
||||||
|
LANGUAGE = ObjC;
|
||||||
|
SUPERCLASS = NSObject;
|
||||||
|
},
|
||||||
|
{
|
||||||
|
ACTIONS = {checkForUpdates = id; };
|
||||||
|
CLASS = SUUpdater;
|
||||||
|
LANGUAGE = ObjC;
|
||||||
|
SUPERCLASS = NSObject;
|
||||||
|
},
|
||||||
|
{CLASS = SecondsFormatter; LANGUAGE = ObjC; SUPERCLASS = NSFormatter; },
|
||||||
|
{
|
||||||
|
ACTIONS = {
|
||||||
|
changeVolume = id;
|
||||||
|
next = id;
|
||||||
|
pause = id;
|
||||||
|
pauseResume = id;
|
||||||
|
play = id;
|
||||||
|
playPauseResume = id;
|
||||||
|
prev = id;
|
||||||
|
resume = id;
|
||||||
|
seek = id;
|
||||||
|
stop = id;
|
||||||
|
toggleShowTimeRemaining = id;
|
||||||
|
};
|
||||||
|
CLASS = SoundController;
|
||||||
|
LANGUAGE = ObjC;
|
||||||
|
OUTLETS = {
|
||||||
|
bitrateField = NSTextField;
|
||||||
|
lengthField = NSTextField;
|
||||||
|
playButton = NSButton;
|
||||||
|
playlistController = PlaylistController;
|
||||||
|
playlistView = PlaylistView;
|
||||||
|
positionSlider = TrackingSlider;
|
||||||
|
timeField = NSTextField;
|
||||||
|
};
|
||||||
|
SUPERCLASS = NSObject;
|
||||||
|
},
|
||||||
|
{CLASS = TrackingSlider; LANGUAGE = ObjC; SUPERCLASS = NSSlider; },
|
||||||
|
{
|
||||||
|
ACTIONS = {okay = id; openUpdateWindow = id; takeBoolFromObject = id; };
|
||||||
|
CLASS = UpdateController;
|
||||||
|
LANGUAGE = ObjC;
|
||||||
|
OUTLETS = {
|
||||||
|
autoCheckButton = NSButton;
|
||||||
|
checkingIndicator = NSProgressIndicator;
|
||||||
|
okayButton = NSButton;
|
||||||
|
statusView = NSTextField;
|
||||||
|
updateWindow = NSWindow;
|
||||||
|
};
|
||||||
|
SUPERCLASS = NSObject;
|
||||||
|
}
|
||||||
|
);
|
||||||
|
IBVersion = 1;
|
||||||
|
}
|
|
@ -0,0 +1,10 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||||
|
<plist version="1.0">
|
||||||
|
<dict>
|
||||||
|
<key>IBPaletteDependency</key>
|
||||||
|
<array>
|
||||||
|
<string>Controllers</string>
|
||||||
|
</array>
|
||||||
|
</dict>
|
||||||
|
</plist>
|
|
@ -0,0 +1,38 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||||
|
<plist version="1.0">
|
||||||
|
<dict>
|
||||||
|
<key>IBDocumentLocation</key>
|
||||||
|
<string>274 244 639 388 0 0 1680 1028 </string>
|
||||||
|
<key>IBEditorPositions</key>
|
||||||
|
<dict>
|
||||||
|
<key>1063</key>
|
||||||
|
<string>549 810 136 68 0 0 1440 878 </string>
|
||||||
|
<key>1156</key>
|
||||||
|
<string>633 402 241 366 0 0 1440 878 </string>
|
||||||
|
<key>1324</key>
|
||||||
|
<string>664 542 137 182 0 0 1440 878 </string>
|
||||||
|
<key>29</key>
|
||||||
|
<string>128 827 383 44 0 0 1440 878 </string>
|
||||||
|
<key>463</key>
|
||||||
|
<string>583 512 341 145 0 0 1440 878 </string>
|
||||||
|
<key>513</key>
|
||||||
|
<string>320 525 131 168 0 0 1440 878 </string>
|
||||||
|
</dict>
|
||||||
|
<key>IBFramework Version</key>
|
||||||
|
<string>446.1</string>
|
||||||
|
<key>IBLockedObjects</key>
|
||||||
|
<array>
|
||||||
|
<integer>484</integer>
|
||||||
|
<integer>606</integer>
|
||||||
|
</array>
|
||||||
|
<key>IBLockedTabItems</key>
|
||||||
|
<array>
|
||||||
|
<integer>564</integer>
|
||||||
|
</array>
|
||||||
|
<key>IBOldestOS</key>
|
||||||
|
<integer>4</integer>
|
||||||
|
<key>IBSystem Version</key>
|
||||||
|
<string>8R2218</string>
|
||||||
|
</dict>
|
||||||
|
</plist>
|
|
@ -0,0 +1,107 @@
|
||||||
|
{
|
||||||
|
IBClasses = (
|
||||||
|
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
|
||||||
|
{
|
||||||
|
ACTIONS = {
|
||||||
|
doArchive = id;
|
||||||
|
doClone = id;
|
||||||
|
doEditable = id;
|
||||||
|
doEnableQTMovieNotifications = id;
|
||||||
|
doExport = id;
|
||||||
|
doFlatten = id;
|
||||||
|
doLayer = id;
|
||||||
|
doLoop = id;
|
||||||
|
doLoopPalindrome = id;
|
||||||
|
doNewMovieFromSelection = id;
|
||||||
|
doPlayAllFrames = id;
|
||||||
|
doPlaySelectionOnly = id;
|
||||||
|
doPreserveAspectRatio = id;
|
||||||
|
doRate = id;
|
||||||
|
doSetBounds = id;
|
||||||
|
doSetFillColour = id;
|
||||||
|
doSetFillColourPanel = id;
|
||||||
|
doSetPosterTime = id;
|
||||||
|
doSetStartTime = id;
|
||||||
|
doSetTime = id;
|
||||||
|
doShowController = id;
|
||||||
|
doShowMovieInspector = id;
|
||||||
|
doShowTrackInspector = id;
|
||||||
|
doVolume = id;
|
||||||
|
updateCurrentTime = id;
|
||||||
|
};
|
||||||
|
CLASS = MovieDocument;
|
||||||
|
LANGUAGE = ObjC;
|
||||||
|
OUTLETS = {
|
||||||
|
"_exportAccessoryView" = NSView;
|
||||||
|
"_exportTypePopUpButton" = NSPopUpButton;
|
||||||
|
"_movieCanStepButton" = NSButton;
|
||||||
|
"_movieCopyrightTextField" = NSTextField;
|
||||||
|
"_movieCurrentTimeTextField" = NSTextField;
|
||||||
|
"_movieDataRefTypeTextField" = NSTextField;
|
||||||
|
"_movieDataSizeTextField" = NSTextField;
|
||||||
|
"_movieDisplayNameTextField" = NSTextField;
|
||||||
|
"_movieDurationTextField" = NSTextField;
|
||||||
|
"_movieHasAudioButton" = NSButton;
|
||||||
|
"_movieHasDurationButton" = NSButton;
|
||||||
|
"_movieHasSkinButton" = NSButton;
|
||||||
|
"_movieHasVideoButton" = NSButton;
|
||||||
|
"_movieInspectorPanel" = NSPanel;
|
||||||
|
"_movieIsEditableButton" = NSButton;
|
||||||
|
"_movieIsInteractiveButton" = NSButton;
|
||||||
|
"_movieIsLinearButton" = NSButton;
|
||||||
|
"_movieMuteButton" = NSButton;
|
||||||
|
"_movieNaturalSizeTextField" = NSTextField;
|
||||||
|
"_movieNotificationsTextView" = NSTextView;
|
||||||
|
"_moviePosterTimeTextField" = NSTextField;
|
||||||
|
"_moviePreferredMuteButton" = NSButton;
|
||||||
|
"_moviePreferredRateSlider" = NSSlider;
|
||||||
|
"_moviePreferredVolumeSlider" = NSSlider;
|
||||||
|
"_movieRateSlider" = NSSlider;
|
||||||
|
"_movieSetTimeTextField" = NSTextField;
|
||||||
|
"_movieURLTextField" = NSTextField;
|
||||||
|
"_movieView" = QTMovieView;
|
||||||
|
"_movieVolumeSlider" = NSSlider;
|
||||||
|
"_movieWindow" = NSWindow;
|
||||||
|
"_trackBoundsOriginTextField" = NSTextField;
|
||||||
|
"_trackBoundsSizeTextField" = NSTextField;
|
||||||
|
"_trackCanSendVideoButton" = NSButton;
|
||||||
|
"_trackCanStepButton" = NSButton;
|
||||||
|
"_trackDurationTextField" = NSTextField;
|
||||||
|
"_trackHasAudioButton" = NSButton;
|
||||||
|
"_trackHasDurationButton" = NSButton;
|
||||||
|
"_trackHasSkinButton" = NSButton;
|
||||||
|
"_trackHasVideoButton" = NSButton;
|
||||||
|
"_trackHasVideoFrameRateButton" = NSButton;
|
||||||
|
"_trackInspectorPanel" = NSPanel;
|
||||||
|
"_trackIsLinearButton" = NSButton;
|
||||||
|
"_trackLayerStepper" = NSStepper;
|
||||||
|
"_trackLayerTextField" = NSTextField;
|
||||||
|
"_trackMediaDataReferenceTableView" = NSTableView;
|
||||||
|
"_trackProvidesActionsButton" = NSButton;
|
||||||
|
"_trackProvidesKeyFocusButton" = NSButton;
|
||||||
|
"_trackSetBoundsButton" = NSButton;
|
||||||
|
"_trackSetBoundsTextField" = NSTextField;
|
||||||
|
"_trackSetStartTimeTextField" = NSTextField;
|
||||||
|
"_trackStartTimeTextField" = NSTextField;
|
||||||
|
"_trackTableView" = NSTableView;
|
||||||
|
"_trackVolumeSlider" = NSSlider;
|
||||||
|
};
|
||||||
|
SUPERCLASS = NSDocument;
|
||||||
|
},
|
||||||
|
{CLASS = NSTextField; LANGUAGE = ObjC; SUPERCLASS = NSControl; },
|
||||||
|
{
|
||||||
|
ACTIONS = {doOpenURL = id; };
|
||||||
|
CLASS = OpenURLPanel;
|
||||||
|
LANGUAGE = ObjC;
|
||||||
|
OUTLETS = {mPanel = NSPanel; mUrlComboBox = NSComboBox; };
|
||||||
|
SUPERCLASS = NSObject;
|
||||||
|
},
|
||||||
|
{
|
||||||
|
ACTIONS = {doOpenURL = id; };
|
||||||
|
CLASS = QTKitPlayerAppDelegate;
|
||||||
|
LANGUAGE = ObjC;
|
||||||
|
SUPERCLASS = NSObject;
|
||||||
|
}
|
||||||
|
);
|
||||||
|
IBVersion = 1;
|
||||||
|
}
|
|
@ -0,0 +1,12 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||||
|
<plist version="1.0">
|
||||||
|
<dict>
|
||||||
|
<key>IBDocumentLocation</key>
|
||||||
|
<string>143 34 356 240 0 0 1680 1028 </string>
|
||||||
|
<key>IBFramework Version</key>
|
||||||
|
<string>446.1</string>
|
||||||
|
<key>IBSystem Version</key>
|
||||||
|
<string>8R2218</string>
|
||||||
|
</dict>
|
||||||
|
</plist>
|
|
@ -0,0 +1,9 @@
|
||||||
|
<html>
|
||||||
|
<body style="text-align:center;">
|
||||||
|
Cog is brought to you by Schadenfreude Inc, makers of Cheese Babies ™ and other fine gourmet snacks.
|
||||||
|
<br /><br />
|
||||||
|
This program has been made possible through contributions from users like you.
|
||||||
|
<br /><br />
|
||||||
|
German localization by Heinz-Peter Fohrmann.
|
||||||
|
</body>
|
||||||
|
</html>
|
After Width: | Height: | Size: 474 B |
After Width: | Height: | Size: 688 B |
After Width: | Height: | Size: 15 KiB |
After Width: | Height: | Size: 2.2 KiB |
After Width: | Height: | Size: 3.0 KiB |
After Width: | Height: | Size: 2.2 KiB |
After Width: | Height: | Size: 664 B |
After Width: | Height: | Size: 655 B |
After Width: | Height: | Size: 720 B |
|
@ -0,0 +1,123 @@
|
||||||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
|
||||||
|
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
||||||
|
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
|
||||||
|
|
||||||
|
<head>
|
||||||
|
|
||||||
|
<title>Cog Hilfe</title>
|
||||||
|
|
||||||
|
<meta name="AppleTitle" content="Cog Help"/>
|
||||||
|
<META NAME="AppleIcon" content="Cog%20Help/images/wheel.png">
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
|
||||||
|
<style type="text/css">
|
||||||
|
|
||||||
|
body { font-family: "lucida grande"; font-size: 12px; }
|
||||||
|
|
||||||
|
h2 { margin-top: 30px; }
|
||||||
|
|
||||||
|
a:link, a:visited { color: black; }
|
||||||
|
a:hover { text-decoration: none; }
|
||||||
|
|
||||||
|
td { width: 100px; font-weight: bold; padding-top: 10px; }
|
||||||
|
td.icon { width: auto; }
|
||||||
|
|
||||||
|
</style>
|
||||||
|
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
|
||||||
|
<div id="header" style="clear: both;"><img src="images/logo.png" style="width: 200px; " />
|
||||||
|
|
||||||
|
<ul style="float: right; list-style-type: none; margin-right: 20px;">
|
||||||
|
<li><a href="http://cogx.org/">Cog homepage</a></li>
|
||||||
|
<li><a href="http://sbooth.org/forums/index.php?c=4">Cog forums</a></li>
|
||||||
|
<li><a href="mailto:vspader@users.sourceforge.net">Developer email</a></li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="formats" style="float: right; width: 45%; ">
|
||||||
|
|
||||||
|
<h2>Unterstützte Codecs</h2>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>Ogg Vorbis</li>
|
||||||
|
<li>FLAC</li>
|
||||||
|
<li>AAC</li>
|
||||||
|
<li>MP3</li>
|
||||||
|
<li>WAV</li>
|
||||||
|
<li>AIFF</li>
|
||||||
|
<li>Musepack</li>
|
||||||
|
<li>Monkey's Audio</li>
|
||||||
|
<li>Shorten</li>
|
||||||
|
<li>WavPack</li>
|
||||||
|
<li>Apple Lossless</li>
|
||||||
|
<li>Jeder Codec, der von der Mac OS X 10.4 Core Audio API unterstützt wird</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<h2>Unterstützte Tags</h2>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>Vorbis comments/FLAC tags</li>
|
||||||
|
<li>ID3v1.0, 1.1, 2.3+</li>
|
||||||
|
<li>APEv1 and v2</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="buttons">
|
||||||
|
|
||||||
|
<h2>Schalter</h2>
|
||||||
|
|
||||||
|
<table>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td class="icon"><img src="images/play_gray.png"/></td>
|
||||||
|
<td>Wiedergabe/Pause</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td class="icon"><img src="images/prev_gray.png"/></td>
|
||||||
|
<td>Vorheriger Song</td>
|
||||||
|
<td class="icon"><img src="images/next_gray.png"/></td>
|
||||||
|
<td>Nächster Song</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td class="icon"><img src="images/files_off.png"/></td>
|
||||||
|
<td>Datei-Browser<br>anzeigen/verbergen</td>
|
||||||
|
<td class="icon"><img src="images/repeat_off.png"/></td>
|
||||||
|
<td>Wiederholen ein/aus</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td class="icon"><img src="images/info_off.png"/></td>
|
||||||
|
<td>Information<br>anzeigen/verbergen</td>
|
||||||
|
<td class="icon"><img src="images/shuffle_off.png"/></td>
|
||||||
|
<td>Zufallsreihenfolge ein/aus</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
</table>
|
||||||
|
|
||||||
|
<h2>Allgemeine Merkmale</h2>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>Last.fm Unterstützung</li>
|
||||||
|
<li>Growl Unterstützung</li>
|
||||||
|
<li>M3U and PLS Playlisten</li>
|
||||||
|
<li>HTTP streaming</li>
|
||||||
|
<li>Output device Auswahl</li>
|
||||||
|
<li>Unterbrechungsfreie Wiedergabe (gapless playback)</li>
|
||||||
|
<li>Logarithmische Lautstärkeregelung</li>
|
||||||
|
<li>Intelligente Zufallswiedergabe (smart shuffle)</li>
|
||||||
|
<li>Suchfunktion</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
|
@ -0,0 +1,22 @@
|
||||||
|
"FeedbackFailedMessageText" = "Fehlgeschlagen";
|
||||||
|
"FeedbackFailedInformativeText" = "Feedback konnte nicht gesendet werden.";
|
||||||
|
"FeedbackSuccessMessageText" = "Erfolgreich";
|
||||||
|
"FeedbackSuccessInformativeText" = "Feedback erfolgreich gesendet!";
|
||||||
|
|
||||||
|
"PlayButtonTooltip" = "Wiedergabe";
|
||||||
|
"StopButtonTooltip" = "Stop";
|
||||||
|
"PrevButtonTooltip" = "Vorheriger";
|
||||||
|
"NextButtonTooltip" = "NŠchster";
|
||||||
|
|
||||||
|
"TimeElapsed" = "%i:%02i";
|
||||||
|
"TimeRemaining" = "-%i:%02i";
|
||||||
|
|
||||||
|
"AddButtonTooltip" = "Dateien hinzufŸgen";
|
||||||
|
"RemoveButtonTooltip" = "AusgewŠhlte Dateien entfernen";
|
||||||
|
"InfoButtonTooltip" = "Information Ÿber ausgewŠhlte Datei";
|
||||||
|
"ShuffleButtonTooltip" = "Zufallsreihenfolge";
|
||||||
|
"RepeatButtonTooltip" = "Wiederholen";
|
||||||
|
"FileButtonTooltip" = "Datei-Browser";
|
||||||
|
|
||||||
|
"InvalidURLShort" = "UngŸltige URL";
|
||||||
|
"InvalidURLLong" = "Die URL ist nicht gŸltig.";
|
|
@ -0,0 +1,217 @@
|
||||||
|
{
|
||||||
|
IBClasses = (
|
||||||
|
{
|
||||||
|
CLASS = AMRemovableColumnsTableView;
|
||||||
|
LANGUAGE = ObjC;
|
||||||
|
OUTLETS = {obligatoryColumnIdentifiers = id; };
|
||||||
|
SUPERCLASS = NSTableView;
|
||||||
|
},
|
||||||
|
{
|
||||||
|
CLASS = AMRemovableTableColumn;
|
||||||
|
LANGUAGE = ObjC;
|
||||||
|
OUTLETS = {mainTableView = AMRemovableColumnsTableView; };
|
||||||
|
SUPERCLASS = NSTableColumn;
|
||||||
|
},
|
||||||
|
{
|
||||||
|
ACTIONS = {
|
||||||
|
delEntries = id;
|
||||||
|
donate = id;
|
||||||
|
openFiles = id;
|
||||||
|
openURL = id;
|
||||||
|
savePlaylist = id;
|
||||||
|
toggleFileDrawer = id;
|
||||||
|
toggleInfoDrawer = id;
|
||||||
|
};
|
||||||
|
CLASS = AppController;
|
||||||
|
LANGUAGE = ObjC;
|
||||||
|
OUTLETS = {
|
||||||
|
addURLPanel = NSPanel;
|
||||||
|
fileButton = NSButton;
|
||||||
|
fileDrawer = NSDrawer;
|
||||||
|
fileOutlineView = FileOutlineView;
|
||||||
|
fileTreeController = FileTreeController;
|
||||||
|
infoButton = NSButton;
|
||||||
|
infoDrawer = NSDrawer;
|
||||||
|
mainWindow = NSPanel;
|
||||||
|
nextButton = NSButton;
|
||||||
|
playButton = NSButton;
|
||||||
|
playbackController = PlaybackController;
|
||||||
|
playlistController = PlaylistController;
|
||||||
|
playlistLoader = PlaylistLoader;
|
||||||
|
playlistView = PlaylistView;
|
||||||
|
prevButton = NSButton;
|
||||||
|
repeatButton = NSButton;
|
||||||
|
showAlbumColumn = NSMenuItem;
|
||||||
|
showArtistColumn = NSMenuItem;
|
||||||
|
showGenreColumn = NSMenuItem;
|
||||||
|
showIndexColumn = NSMenuItem;
|
||||||
|
showLengthColumn = NSMenuItem;
|
||||||
|
showTitleColumn = NSMenuItem;
|
||||||
|
showTrackColumn = NSMenuItem;
|
||||||
|
showYearColumn = NSMenuItem;
|
||||||
|
shuffleButton = NSButton;
|
||||||
|
urlComboBox = NSComboBox;
|
||||||
|
};
|
||||||
|
SUPERCLASS = NSObject;
|
||||||
|
},
|
||||||
|
{CLASS = ClickField; LANGUAGE = ObjC; SUPERCLASS = NSTextField; },
|
||||||
|
{
|
||||||
|
CLASS = DNDArrayController;
|
||||||
|
LANGUAGE = ObjC;
|
||||||
|
OUTLETS = {tableView = NSTableView; };
|
||||||
|
SUPERCLASS = NSArrayController;
|
||||||
|
},
|
||||||
|
{CLASS = DragScrollView; LANGUAGE = ObjC; SUPERCLASS = NSScrollView; },
|
||||||
|
{
|
||||||
|
ACTIONS = {cancel = id; openFeedbackWindow = id; sendFeedback = id; };
|
||||||
|
CLASS = FeedbackController;
|
||||||
|
LANGUAGE = ObjC;
|
||||||
|
OUTLETS = {
|
||||||
|
feedbackWindow = NSWindow;
|
||||||
|
fromView = NSTextField;
|
||||||
|
messageView = NSTextView;
|
||||||
|
sendingIndicator = NSProgressIndicator;
|
||||||
|
subjectView = NSTextField;
|
||||||
|
};
|
||||||
|
SUPERCLASS = NSObject;
|
||||||
|
},
|
||||||
|
{
|
||||||
|
CLASS = FileOutlineView;
|
||||||
|
LANGUAGE = ObjC;
|
||||||
|
OUTLETS = {fileDrawer = NSDrawer; };
|
||||||
|
SUPERCLASS = NSOutlineView;
|
||||||
|
},
|
||||||
|
{
|
||||||
|
CLASS = FileTreeController;
|
||||||
|
LANGUAGE = ObjC;
|
||||||
|
OUTLETS = {playlistLoader = PlaylistLoader; };
|
||||||
|
SUPERCLASS = NSTreeController;
|
||||||
|
},
|
||||||
|
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
|
||||||
|
{CLASS = InfoController; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
|
||||||
|
{CLASS = InfoView; LANGUAGE = ObjC; SUPERCLASS = NSScrollView; },
|
||||||
|
{CLASS = NSSegmentedControl; LANGUAGE = ObjC; SUPERCLASS = NSControl; },
|
||||||
|
{CLASS = PathNode; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
|
||||||
|
{
|
||||||
|
ACTIONS = {
|
||||||
|
changeVolume = id;
|
||||||
|
next = id;
|
||||||
|
pause = id;
|
||||||
|
pauseResume = id;
|
||||||
|
play = id;
|
||||||
|
playPauseResume = id;
|
||||||
|
prev = id;
|
||||||
|
resume = id;
|
||||||
|
seek = id;
|
||||||
|
stop = id;
|
||||||
|
toggleShowTimeRemaining = id;
|
||||||
|
volumeDown = id;
|
||||||
|
volumeUp = id;
|
||||||
|
};
|
||||||
|
CLASS = PlaybackController;
|
||||||
|
LANGUAGE = ObjC;
|
||||||
|
OUTLETS = {
|
||||||
|
bitrateField = NSTextField;
|
||||||
|
lengthField = NSTextField;
|
||||||
|
outputDevices = NSArrayController;
|
||||||
|
playButton = NSButton;
|
||||||
|
playlistController = PlaylistController;
|
||||||
|
playlistView = PlaylistView;
|
||||||
|
positionSlider = TrackingSlider;
|
||||||
|
timeField = NSTextField;
|
||||||
|
volumeSlider = NSSlider;
|
||||||
|
};
|
||||||
|
SUPERCLASS = NSObject;
|
||||||
|
},
|
||||||
|
{
|
||||||
|
ACTIONS = {
|
||||||
|
clear = id;
|
||||||
|
clearFilterPredicate = id;
|
||||||
|
showEntryInFinder = id;
|
||||||
|
takeRepeatFromObject = id;
|
||||||
|
takeShuffleFromObject = id;
|
||||||
|
};
|
||||||
|
CLASS = PlaylistController;
|
||||||
|
LANGUAGE = ObjC;
|
||||||
|
OUTLETS = {playlistLoader = PlaylistLoader; };
|
||||||
|
SUPERCLASS = DNDArrayController;
|
||||||
|
},
|
||||||
|
{CLASS = PlaylistEntry; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
|
||||||
|
{
|
||||||
|
CLASS = PlaylistLoader;
|
||||||
|
LANGUAGE = ObjC;
|
||||||
|
OUTLETS = {playlistController = PlaylistController; };
|
||||||
|
SUPERCLASS = NSObject;
|
||||||
|
},
|
||||||
|
{
|
||||||
|
ACTIONS = {
|
||||||
|
scrollToCurrentEntry = id;
|
||||||
|
shufflePlaylist = id;
|
||||||
|
sortByPath = id;
|
||||||
|
toggleColumn = id;
|
||||||
|
};
|
||||||
|
CLASS = PlaylistView;
|
||||||
|
LANGUAGE = ObjC;
|
||||||
|
OUTLETS = {
|
||||||
|
playbackController = PlaybackController;
|
||||||
|
playlistController = PlaylistController;
|
||||||
|
};
|
||||||
|
SUPERCLASS = AMRemovableColumnsTableView;
|
||||||
|
},
|
||||||
|
{
|
||||||
|
ACTIONS = {showPrefs = id; };
|
||||||
|
CLASS = PreferencesController;
|
||||||
|
LANGUAGE = ObjC;
|
||||||
|
SUPERCLASS = NSObject;
|
||||||
|
},
|
||||||
|
{
|
||||||
|
ACTIONS = {checkForUpdates = id; };
|
||||||
|
CLASS = SUUpdater;
|
||||||
|
LANGUAGE = ObjC;
|
||||||
|
SUPERCLASS = NSObject;
|
||||||
|
},
|
||||||
|
{CLASS = SecondsFormatter; LANGUAGE = ObjC; SUPERCLASS = NSFormatter; },
|
||||||
|
{
|
||||||
|
ACTIONS = {
|
||||||
|
changeVolume = id;
|
||||||
|
next = id;
|
||||||
|
pause = id;
|
||||||
|
pauseResume = id;
|
||||||
|
play = id;
|
||||||
|
playPauseResume = id;
|
||||||
|
prev = id;
|
||||||
|
resume = id;
|
||||||
|
seek = id;
|
||||||
|
stop = id;
|
||||||
|
toggleShowTimeRemaining = id;
|
||||||
|
};
|
||||||
|
CLASS = SoundController;
|
||||||
|
LANGUAGE = ObjC;
|
||||||
|
OUTLETS = {
|
||||||
|
bitrateField = NSTextField;
|
||||||
|
lengthField = NSTextField;
|
||||||
|
playButton = NSButton;
|
||||||
|
playlistController = PlaylistController;
|
||||||
|
playlistView = PlaylistView;
|
||||||
|
positionSlider = TrackingSlider;
|
||||||
|
timeField = NSTextField;
|
||||||
|
};
|
||||||
|
SUPERCLASS = NSObject;
|
||||||
|
},
|
||||||
|
{CLASS = TrackingSlider; LANGUAGE = ObjC; SUPERCLASS = NSSlider; },
|
||||||
|
{
|
||||||
|
ACTIONS = {okay = id; openUpdateWindow = id; takeBoolFromObject = id; };
|
||||||
|
CLASS = UpdateController;
|
||||||
|
LANGUAGE = ObjC;
|
||||||
|
OUTLETS = {
|
||||||
|
autoCheckButton = NSButton;
|
||||||
|
checkingIndicator = NSProgressIndicator;
|
||||||
|
okayButton = NSButton;
|
||||||
|
statusView = NSTextField;
|
||||||
|
updateWindow = NSWindow;
|
||||||
|
};
|
||||||
|
SUPERCLASS = NSObject;
|
||||||
|
}
|
||||||
|
);
|
||||||
|
IBVersion = 1;
|
||||||
|
}
|
|
@ -0,0 +1,10 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||||
|
<plist version="1.0">
|
||||||
|
<dict>
|
||||||
|
<key>IBPaletteDependency</key>
|
||||||
|
<array>
|
||||||
|
<string>Controllers</string>
|
||||||
|
</array>
|
||||||
|
</dict>
|
||||||
|
</plist>
|
|
@ -0,0 +1,38 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||||
|
<plist version="1.0">
|
||||||
|
<dict>
|
||||||
|
<key>IBDocumentLocation</key>
|
||||||
|
<string>274 244 639 388 0 0 1680 1028 </string>
|
||||||
|
<key>IBEditorPositions</key>
|
||||||
|
<dict>
|
||||||
|
<key>1063</key>
|
||||||
|
<string>549 810 136 68 0 0 1440 878 </string>
|
||||||
|
<key>1156</key>
|
||||||
|
<string>633 402 241 366 0 0 1440 878 </string>
|
||||||
|
<key>1324</key>
|
||||||
|
<string>664 542 137 182 0 0 1440 878 </string>
|
||||||
|
<key>29</key>
|
||||||
|
<string>128 827 383 44 0 0 1440 878 </string>
|
||||||
|
<key>463</key>
|
||||||
|
<string>583 512 341 145 0 0 1440 878 </string>
|
||||||
|
<key>513</key>
|
||||||
|
<string>320 525 131 168 0 0 1440 878 </string>
|
||||||
|
</dict>
|
||||||
|
<key>IBFramework Version</key>
|
||||||
|
<string>446.1</string>
|
||||||
|
<key>IBLockedObjects</key>
|
||||||
|
<array>
|
||||||
|
<integer>484</integer>
|
||||||
|
<integer>606</integer>
|
||||||
|
</array>
|
||||||
|
<key>IBLockedTabItems</key>
|
||||||
|
<array>
|
||||||
|
<integer>564</integer>
|
||||||
|
</array>
|
||||||
|
<key>IBOldestOS</key>
|
||||||
|
<integer>4</integer>
|
||||||
|
<key>IBSystem Version</key>
|
||||||
|
<string>8R2218</string>
|
||||||
|
</dict>
|
||||||
|
</plist>
|
|
@ -0,0 +1,107 @@
|
||||||
|
{
|
||||||
|
IBClasses = (
|
||||||
|
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
|
||||||
|
{
|
||||||
|
ACTIONS = {
|
||||||
|
doArchive = id;
|
||||||
|
doClone = id;
|
||||||
|
doEditable = id;
|
||||||
|
doEnableQTMovieNotifications = id;
|
||||||
|
doExport = id;
|
||||||
|
doFlatten = id;
|
||||||
|
doLayer = id;
|
||||||
|
doLoop = id;
|
||||||
|
doLoopPalindrome = id;
|
||||||
|
doNewMovieFromSelection = id;
|
||||||
|
doPlayAllFrames = id;
|
||||||
|
doPlaySelectionOnly = id;
|
||||||
|
doPreserveAspectRatio = id;
|
||||||
|
doRate = id;
|
||||||
|
doSetBounds = id;
|
||||||
|
doSetFillColour = id;
|
||||||
|
doSetFillColourPanel = id;
|
||||||
|
doSetPosterTime = id;
|
||||||
|
doSetStartTime = id;
|
||||||
|
doSetTime = id;
|
||||||
|
doShowController = id;
|
||||||
|
doShowMovieInspector = id;
|
||||||
|
doShowTrackInspector = id;
|
||||||
|
doVolume = id;
|
||||||
|
updateCurrentTime = id;
|
||||||
|
};
|
||||||
|
CLASS = MovieDocument;
|
||||||
|
LANGUAGE = ObjC;
|
||||||
|
OUTLETS = {
|
||||||
|
"_exportAccessoryView" = NSView;
|
||||||
|
"_exportTypePopUpButton" = NSPopUpButton;
|
||||||
|
"_movieCanStepButton" = NSButton;
|
||||||
|
"_movieCopyrightTextField" = NSTextField;
|
||||||
|
"_movieCurrentTimeTextField" = NSTextField;
|
||||||
|
"_movieDataRefTypeTextField" = NSTextField;
|
||||||
|
"_movieDataSizeTextField" = NSTextField;
|
||||||
|
"_movieDisplayNameTextField" = NSTextField;
|
||||||
|
"_movieDurationTextField" = NSTextField;
|
||||||
|
"_movieHasAudioButton" = NSButton;
|
||||||
|
"_movieHasDurationButton" = NSButton;
|
||||||
|
"_movieHasSkinButton" = NSButton;
|
||||||
|
"_movieHasVideoButton" = NSButton;
|
||||||
|
"_movieInspectorPanel" = NSPanel;
|
||||||
|
"_movieIsEditableButton" = NSButton;
|
||||||
|
"_movieIsInteractiveButton" = NSButton;
|
||||||
|
"_movieIsLinearButton" = NSButton;
|
||||||
|
"_movieMuteButton" = NSButton;
|
||||||
|
"_movieNaturalSizeTextField" = NSTextField;
|
||||||
|
"_movieNotificationsTextView" = NSTextView;
|
||||||
|
"_moviePosterTimeTextField" = NSTextField;
|
||||||
|
"_moviePreferredMuteButton" = NSButton;
|
||||||
|
"_moviePreferredRateSlider" = NSSlider;
|
||||||
|
"_moviePreferredVolumeSlider" = NSSlider;
|
||||||
|
"_movieRateSlider" = NSSlider;
|
||||||
|
"_movieSetTimeTextField" = NSTextField;
|
||||||
|
"_movieURLTextField" = NSTextField;
|
||||||
|
"_movieView" = QTMovieView;
|
||||||
|
"_movieVolumeSlider" = NSSlider;
|
||||||
|
"_movieWindow" = NSWindow;
|
||||||
|
"_trackBoundsOriginTextField" = NSTextField;
|
||||||
|
"_trackBoundsSizeTextField" = NSTextField;
|
||||||
|
"_trackCanSendVideoButton" = NSButton;
|
||||||
|
"_trackCanStepButton" = NSButton;
|
||||||
|
"_trackDurationTextField" = NSTextField;
|
||||||
|
"_trackHasAudioButton" = NSButton;
|
||||||
|
"_trackHasDurationButton" = NSButton;
|
||||||
|
"_trackHasSkinButton" = NSButton;
|
||||||
|
"_trackHasVideoButton" = NSButton;
|
||||||
|
"_trackHasVideoFrameRateButton" = NSButton;
|
||||||
|
"_trackInspectorPanel" = NSPanel;
|
||||||
|
"_trackIsLinearButton" = NSButton;
|
||||||
|
"_trackLayerStepper" = NSStepper;
|
||||||
|
"_trackLayerTextField" = NSTextField;
|
||||||
|
"_trackMediaDataReferenceTableView" = NSTableView;
|
||||||
|
"_trackProvidesActionsButton" = NSButton;
|
||||||
|
"_trackProvidesKeyFocusButton" = NSButton;
|
||||||
|
"_trackSetBoundsButton" = NSButton;
|
||||||
|
"_trackSetBoundsTextField" = NSTextField;
|
||||||
|
"_trackSetStartTimeTextField" = NSTextField;
|
||||||
|
"_trackStartTimeTextField" = NSTextField;
|
||||||
|
"_trackTableView" = NSTableView;
|
||||||
|
"_trackVolumeSlider" = NSSlider;
|
||||||
|
};
|
||||||
|
SUPERCLASS = NSDocument;
|
||||||
|
},
|
||||||
|
{CLASS = NSTextField; LANGUAGE = ObjC; SUPERCLASS = NSControl; },
|
||||||
|
{
|
||||||
|
ACTIONS = {doOpenURL = id; };
|
||||||
|
CLASS = OpenURLPanel;
|
||||||
|
LANGUAGE = ObjC;
|
||||||
|
OUTLETS = {mPanel = NSPanel; mUrlComboBox = NSComboBox; };
|
||||||
|
SUPERCLASS = NSObject;
|
||||||
|
},
|
||||||
|
{
|
||||||
|
ACTIONS = {doOpenURL = id; };
|
||||||
|
CLASS = QTKitPlayerAppDelegate;
|
||||||
|
LANGUAGE = ObjC;
|
||||||
|
SUPERCLASS = NSObject;
|
||||||
|
}
|
||||||
|
);
|
||||||
|
IBVersion = 1;
|
||||||
|
}
|
|
@ -0,0 +1,12 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||||
|
<plist version="1.0">
|
||||||
|
<dict>
|
||||||
|
<key>IBDocumentLocation</key>
|
||||||
|
<string>143 34 356 240 0 0 1680 1028 </string>
|
||||||
|
<key>IBFramework Version</key>
|
||||||
|
<string>446.1</string>
|
||||||
|
<key>IBSystem Version</key>
|
||||||
|
<string>8R2218</string>
|
||||||
|
</dict>
|
||||||
|
</plist>
|
After Width: | Height: | Size: 474 B |
After Width: | Height: | Size: 688 B |
After Width: | Height: | Size: 15 KiB |
After Width: | Height: | Size: 2.2 KiB |
After Width: | Height: | Size: 3.0 KiB |
After Width: | Height: | Size: 2.2 KiB |
After Width: | Height: | Size: 664 B |
After Width: | Height: | Size: 655 B |
After Width: | Height: | Size: 720 B |
|
@ -0,0 +1,217 @@
|
||||||
|
{
|
||||||
|
IBClasses = (
|
||||||
|
{
|
||||||
|
CLASS = AMRemovableColumnsTableView;
|
||||||
|
LANGUAGE = ObjC;
|
||||||
|
OUTLETS = {obligatoryColumnIdentifiers = id; };
|
||||||
|
SUPERCLASS = NSTableView;
|
||||||
|
},
|
||||||
|
{
|
||||||
|
CLASS = AMRemovableTableColumn;
|
||||||
|
LANGUAGE = ObjC;
|
||||||
|
OUTLETS = {mainTableView = AMRemovableColumnsTableView; };
|
||||||
|
SUPERCLASS = NSTableColumn;
|
||||||
|
},
|
||||||
|
{
|
||||||
|
ACTIONS = {
|
||||||
|
delEntries = id;
|
||||||
|
donate = id;
|
||||||
|
openFiles = id;
|
||||||
|
openURL = id;
|
||||||
|
savePlaylist = id;
|
||||||
|
toggleFileDrawer = id;
|
||||||
|
toggleInfoDrawer = id;
|
||||||
|
};
|
||||||
|
CLASS = AppController;
|
||||||
|
LANGUAGE = ObjC;
|
||||||
|
OUTLETS = {
|
||||||
|
addURLPanel = NSPanel;
|
||||||
|
fileButton = NSButton;
|
||||||
|
fileDrawer = NSDrawer;
|
||||||
|
fileOutlineView = FileOutlineView;
|
||||||
|
fileTreeController = FileTreeController;
|
||||||
|
infoButton = NSButton;
|
||||||
|
infoDrawer = NSDrawer;
|
||||||
|
mainWindow = NSPanel;
|
||||||
|
nextButton = NSButton;
|
||||||
|
playButton = NSButton;
|
||||||
|
playbackController = PlaybackController;
|
||||||
|
playlistController = PlaylistController;
|
||||||
|
playlistLoader = PlaylistLoader;
|
||||||
|
playlistView = PlaylistView;
|
||||||
|
prevButton = NSButton;
|
||||||
|
repeatButton = NSButton;
|
||||||
|
showAlbumColumn = NSMenuItem;
|
||||||
|
showArtistColumn = NSMenuItem;
|
||||||
|
showGenreColumn = NSMenuItem;
|
||||||
|
showIndexColumn = NSMenuItem;
|
||||||
|
showLengthColumn = NSMenuItem;
|
||||||
|
showTitleColumn = NSMenuItem;
|
||||||
|
showTrackColumn = NSMenuItem;
|
||||||
|
showYearColumn = NSMenuItem;
|
||||||
|
shuffleButton = NSButton;
|
||||||
|
urlComboBox = NSComboBox;
|
||||||
|
};
|
||||||
|
SUPERCLASS = NSObject;
|
||||||
|
},
|
||||||
|
{CLASS = ClickField; LANGUAGE = ObjC; SUPERCLASS = NSTextField; },
|
||||||
|
{
|
||||||
|
CLASS = DNDArrayController;
|
||||||
|
LANGUAGE = ObjC;
|
||||||
|
OUTLETS = {tableView = NSTableView; };
|
||||||
|
SUPERCLASS = NSArrayController;
|
||||||
|
},
|
||||||
|
{CLASS = DragScrollView; LANGUAGE = ObjC; SUPERCLASS = NSScrollView; },
|
||||||
|
{
|
||||||
|
ACTIONS = {cancel = id; openFeedbackWindow = id; sendFeedback = id; };
|
||||||
|
CLASS = FeedbackController;
|
||||||
|
LANGUAGE = ObjC;
|
||||||
|
OUTLETS = {
|
||||||
|
feedbackWindow = NSWindow;
|
||||||
|
fromView = NSTextField;
|
||||||
|
messageView = NSTextView;
|
||||||
|
sendingIndicator = NSProgressIndicator;
|
||||||
|
subjectView = NSTextField;
|
||||||
|
};
|
||||||
|
SUPERCLASS = NSObject;
|
||||||
|
},
|
||||||
|
{
|
||||||
|
CLASS = FileOutlineView;
|
||||||
|
LANGUAGE = ObjC;
|
||||||
|
OUTLETS = {fileDrawer = NSDrawer; };
|
||||||
|
SUPERCLASS = NSOutlineView;
|
||||||
|
},
|
||||||
|
{
|
||||||
|
CLASS = FileTreeController;
|
||||||
|
LANGUAGE = ObjC;
|
||||||
|
OUTLETS = {playlistLoader = PlaylistLoader; };
|
||||||
|
SUPERCLASS = NSTreeController;
|
||||||
|
},
|
||||||
|
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
|
||||||
|
{CLASS = InfoController; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
|
||||||
|
{CLASS = InfoView; LANGUAGE = ObjC; SUPERCLASS = NSScrollView; },
|
||||||
|
{CLASS = NSSegmentedControl; LANGUAGE = ObjC; SUPERCLASS = NSControl; },
|
||||||
|
{CLASS = PathNode; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
|
||||||
|
{
|
||||||
|
ACTIONS = {
|
||||||
|
changeVolume = id;
|
||||||
|
next = id;
|
||||||
|
pause = id;
|
||||||
|
pauseResume = id;
|
||||||
|
play = id;
|
||||||
|
playPauseResume = id;
|
||||||
|
prev = id;
|
||||||
|
resume = id;
|
||||||
|
seek = id;
|
||||||
|
stop = id;
|
||||||
|
toggleShowTimeRemaining = id;
|
||||||
|
volumeDown = id;
|
||||||
|
volumeUp = id;
|
||||||
|
};
|
||||||
|
CLASS = PlaybackController;
|
||||||
|
LANGUAGE = ObjC;
|
||||||
|
OUTLETS = {
|
||||||
|
bitrateField = NSTextField;
|
||||||
|
lengthField = NSTextField;
|
||||||
|
outputDevices = NSArrayController;
|
||||||
|
playButton = NSButton;
|
||||||
|
playlistController = PlaylistController;
|
||||||
|
playlistView = PlaylistView;
|
||||||
|
positionSlider = TrackingSlider;
|
||||||
|
timeField = NSTextField;
|
||||||
|
volumeSlider = NSSlider;
|
||||||
|
};
|
||||||
|
SUPERCLASS = NSObject;
|
||||||
|
},
|
||||||
|
{
|
||||||
|
ACTIONS = {
|
||||||
|
clear = id;
|
||||||
|
clearFilterPredicate = id;
|
||||||
|
showEntryInFinder = id;
|
||||||
|
takeRepeatFromObject = id;
|
||||||
|
takeShuffleFromObject = id;
|
||||||
|
};
|
||||||
|
CLASS = PlaylistController;
|
||||||
|
LANGUAGE = ObjC;
|
||||||
|
OUTLETS = {playlistLoader = PlaylistLoader; };
|
||||||
|
SUPERCLASS = DNDArrayController;
|
||||||
|
},
|
||||||
|
{CLASS = PlaylistEntry; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
|
||||||
|
{
|
||||||
|
CLASS = PlaylistLoader;
|
||||||
|
LANGUAGE = ObjC;
|
||||||
|
OUTLETS = {playlistController = PlaylistController; };
|
||||||
|
SUPERCLASS = NSObject;
|
||||||
|
},
|
||||||
|
{
|
||||||
|
ACTIONS = {
|
||||||
|
scrollToCurrentEntry = id;
|
||||||
|
shufflePlaylist = id;
|
||||||
|
sortByPath = id;
|
||||||
|
toggleColumn = id;
|
||||||
|
};
|
||||||
|
CLASS = PlaylistView;
|
||||||
|
LANGUAGE = ObjC;
|
||||||
|
OUTLETS = {
|
||||||
|
playbackController = PlaybackController;
|
||||||
|
playlistController = PlaylistController;
|
||||||
|
};
|
||||||
|
SUPERCLASS = AMRemovableColumnsTableView;
|
||||||
|
},
|
||||||
|
{
|
||||||
|
ACTIONS = {showPrefs = id; };
|
||||||
|
CLASS = PreferencesController;
|
||||||
|
LANGUAGE = ObjC;
|
||||||
|
SUPERCLASS = NSObject;
|
||||||
|
},
|
||||||
|
{
|
||||||
|
ACTIONS = {checkForUpdates = id; };
|
||||||
|
CLASS = SUUpdater;
|
||||||
|
LANGUAGE = ObjC;
|
||||||
|
SUPERCLASS = NSObject;
|
||||||
|
},
|
||||||
|
{CLASS = SecondsFormatter; LANGUAGE = ObjC; SUPERCLASS = NSFormatter; },
|
||||||
|
{
|
||||||
|
ACTIONS = {
|
||||||
|
changeVolume = id;
|
||||||
|
next = id;
|
||||||
|
pause = id;
|
||||||
|
pauseResume = id;
|
||||||
|
play = id;
|
||||||
|
playPauseResume = id;
|
||||||
|
prev = id;
|
||||||
|
resume = id;
|
||||||
|
seek = id;
|
||||||
|
stop = id;
|
||||||
|
toggleShowTimeRemaining = id;
|
||||||
|
};
|
||||||
|
CLASS = SoundController;
|
||||||
|
LANGUAGE = ObjC;
|
||||||
|
OUTLETS = {
|
||||||
|
bitrateField = NSTextField;
|
||||||
|
lengthField = NSTextField;
|
||||||
|
playButton = NSButton;
|
||||||
|
playlistController = PlaylistController;
|
||||||
|
playlistView = PlaylistView;
|
||||||
|
positionSlider = TrackingSlider;
|
||||||
|
timeField = NSTextField;
|
||||||
|
};
|
||||||
|
SUPERCLASS = NSObject;
|
||||||
|
},
|
||||||
|
{CLASS = TrackingSlider; LANGUAGE = ObjC; SUPERCLASS = NSSlider; },
|
||||||
|
{
|
||||||
|
ACTIONS = {okay = id; openUpdateWindow = id; takeBoolFromObject = id; };
|
||||||
|
CLASS = UpdateController;
|
||||||
|
LANGUAGE = ObjC;
|
||||||
|
OUTLETS = {
|
||||||
|
autoCheckButton = NSButton;
|
||||||
|
checkingIndicator = NSProgressIndicator;
|
||||||
|
okayButton = NSButton;
|
||||||
|
statusView = NSTextField;
|
||||||
|
updateWindow = NSWindow;
|
||||||
|
};
|
||||||
|
SUPERCLASS = NSObject;
|
||||||
|
}
|
||||||
|
);
|
||||||
|
IBVersion = 1;
|
||||||
|
}
|
|
@ -0,0 +1,10 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||||
|
<plist version="1.0">
|
||||||
|
<dict>
|
||||||
|
<key>IBPaletteDependency</key>
|
||||||
|
<array>
|
||||||
|
<string>Controllers</string>
|
||||||
|
</array>
|
||||||
|
</dict>
|
||||||
|
</plist>
|
|
@ -0,0 +1,38 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||||
|
<plist version="1.0">
|
||||||
|
<dict>
|
||||||
|
<key>IBDocumentLocation</key>
|
||||||
|
<string>274 244 639 388 0 0 1680 1028 </string>
|
||||||
|
<key>IBEditorPositions</key>
|
||||||
|
<dict>
|
||||||
|
<key>1063</key>
|
||||||
|
<string>549 810 136 68 0 0 1440 878 </string>
|
||||||
|
<key>1156</key>
|
||||||
|
<string>633 402 241 366 0 0 1440 878 </string>
|
||||||
|
<key>1324</key>
|
||||||
|
<string>664 542 137 182 0 0 1440 878 </string>
|
||||||
|
<key>29</key>
|
||||||
|
<string>128 827 383 44 0 0 1440 878 </string>
|
||||||
|
<key>463</key>
|
||||||
|
<string>583 512 341 145 0 0 1440 878 </string>
|
||||||
|
<key>513</key>
|
||||||
|
<string>320 525 131 168 0 0 1440 878 </string>
|
||||||
|
</dict>
|
||||||
|
<key>IBFramework Version</key>
|
||||||
|
<string>446.1</string>
|
||||||
|
<key>IBLockedObjects</key>
|
||||||
|
<array>
|
||||||
|
<integer>484</integer>
|
||||||
|
<integer>606</integer>
|
||||||
|
</array>
|
||||||
|
<key>IBLockedTabItems</key>
|
||||||
|
<array>
|
||||||
|
<integer>564</integer>
|
||||||
|
</array>
|
||||||
|
<key>IBOldestOS</key>
|
||||||
|
<integer>4</integer>
|
||||||
|
<key>IBSystem Version</key>
|
||||||
|
<string>8R2218</string>
|
||||||
|
</dict>
|
||||||
|
</plist>
|
|
@ -0,0 +1,107 @@
|
||||||
|
{
|
||||||
|
IBClasses = (
|
||||||
|
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
|
||||||
|
{
|
||||||
|
ACTIONS = {
|
||||||
|
doArchive = id;
|
||||||
|
doClone = id;
|
||||||
|
doEditable = id;
|
||||||
|
doEnableQTMovieNotifications = id;
|
||||||
|
doExport = id;
|
||||||
|
doFlatten = id;
|
||||||
|
doLayer = id;
|
||||||
|
doLoop = id;
|
||||||
|
doLoopPalindrome = id;
|
||||||
|
doNewMovieFromSelection = id;
|
||||||
|
doPlayAllFrames = id;
|
||||||
|
doPlaySelectionOnly = id;
|
||||||
|
doPreserveAspectRatio = id;
|
||||||
|
doRate = id;
|
||||||
|
doSetBounds = id;
|
||||||
|
doSetFillColour = id;
|
||||||
|
doSetFillColourPanel = id;
|
||||||
|
doSetPosterTime = id;
|
||||||
|
doSetStartTime = id;
|
||||||
|
doSetTime = id;
|
||||||
|
doShowController = id;
|
||||||
|
doShowMovieInspector = id;
|
||||||
|
doShowTrackInspector = id;
|
||||||
|
doVolume = id;
|
||||||
|
updateCurrentTime = id;
|
||||||
|
};
|
||||||
|
CLASS = MovieDocument;
|
||||||
|
LANGUAGE = ObjC;
|
||||||
|
OUTLETS = {
|
||||||
|
"_exportAccessoryView" = NSView;
|
||||||
|
"_exportTypePopUpButton" = NSPopUpButton;
|
||||||
|
"_movieCanStepButton" = NSButton;
|
||||||
|
"_movieCopyrightTextField" = NSTextField;
|
||||||
|
"_movieCurrentTimeTextField" = NSTextField;
|
||||||
|
"_movieDataRefTypeTextField" = NSTextField;
|
||||||
|
"_movieDataSizeTextField" = NSTextField;
|
||||||
|
"_movieDisplayNameTextField" = NSTextField;
|
||||||
|
"_movieDurationTextField" = NSTextField;
|
||||||
|
"_movieHasAudioButton" = NSButton;
|
||||||
|
"_movieHasDurationButton" = NSButton;
|
||||||
|
"_movieHasSkinButton" = NSButton;
|
||||||
|
"_movieHasVideoButton" = NSButton;
|
||||||
|
"_movieInspectorPanel" = NSPanel;
|
||||||
|
"_movieIsEditableButton" = NSButton;
|
||||||
|
"_movieIsInteractiveButton" = NSButton;
|
||||||
|
"_movieIsLinearButton" = NSButton;
|
||||||
|
"_movieMuteButton" = NSButton;
|
||||||
|
"_movieNaturalSizeTextField" = NSTextField;
|
||||||
|
"_movieNotificationsTextView" = NSTextView;
|
||||||
|
"_moviePosterTimeTextField" = NSTextField;
|
||||||
|
"_moviePreferredMuteButton" = NSButton;
|
||||||
|
"_moviePreferredRateSlider" = NSSlider;
|
||||||
|
"_moviePreferredVolumeSlider" = NSSlider;
|
||||||
|
"_movieRateSlider" = NSSlider;
|
||||||
|
"_movieSetTimeTextField" = NSTextField;
|
||||||
|
"_movieURLTextField" = NSTextField;
|
||||||
|
"_movieView" = QTMovieView;
|
||||||
|
"_movieVolumeSlider" = NSSlider;
|
||||||
|
"_movieWindow" = NSWindow;
|
||||||
|
"_trackBoundsOriginTextField" = NSTextField;
|
||||||
|
"_trackBoundsSizeTextField" = NSTextField;
|
||||||
|
"_trackCanSendVideoButton" = NSButton;
|
||||||
|
"_trackCanStepButton" = NSButton;
|
||||||
|
"_trackDurationTextField" = NSTextField;
|
||||||
|
"_trackHasAudioButton" = NSButton;
|
||||||
|
"_trackHasDurationButton" = NSButton;
|
||||||
|
"_trackHasSkinButton" = NSButton;
|
||||||
|
"_trackHasVideoButton" = NSButton;
|
||||||
|
"_trackHasVideoFrameRateButton" = NSButton;
|
||||||
|
"_trackInspectorPanel" = NSPanel;
|
||||||
|
"_trackIsLinearButton" = NSButton;
|
||||||
|
"_trackLayerStepper" = NSStepper;
|
||||||
|
"_trackLayerTextField" = NSTextField;
|
||||||
|
"_trackMediaDataReferenceTableView" = NSTableView;
|
||||||
|
"_trackProvidesActionsButton" = NSButton;
|
||||||
|
"_trackProvidesKeyFocusButton" = NSButton;
|
||||||
|
"_trackSetBoundsButton" = NSButton;
|
||||||
|
"_trackSetBoundsTextField" = NSTextField;
|
||||||
|
"_trackSetStartTimeTextField" = NSTextField;
|
||||||
|
"_trackStartTimeTextField" = NSTextField;
|
||||||
|
"_trackTableView" = NSTableView;
|
||||||
|
"_trackVolumeSlider" = NSSlider;
|
||||||
|
};
|
||||||
|
SUPERCLASS = NSDocument;
|
||||||
|
},
|
||||||
|
{CLASS = NSTextField; LANGUAGE = ObjC; SUPERCLASS = NSControl; },
|
||||||
|
{
|
||||||
|
ACTIONS = {doOpenURL = id; };
|
||||||
|
CLASS = OpenURLPanel;
|
||||||
|
LANGUAGE = ObjC;
|
||||||
|
OUTLETS = {mPanel = NSPanel; mUrlComboBox = NSComboBox; };
|
||||||
|
SUPERCLASS = NSObject;
|
||||||
|
},
|
||||||
|
{
|
||||||
|
ACTIONS = {doOpenURL = id; };
|
||||||
|
CLASS = QTKitPlayerAppDelegate;
|
||||||
|
LANGUAGE = ObjC;
|
||||||
|
SUPERCLASS = NSObject;
|
||||||
|
}
|
||||||
|
);
|
||||||
|
IBVersion = 1;
|
||||||
|
}
|
|
@ -0,0 +1,12 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||||
|
<plist version="1.0">
|
||||||
|
<dict>
|
||||||
|
<key>IBDocumentLocation</key>
|
||||||
|
<string>143 34 356 240 0 0 1680 1028 </string>
|
||||||
|
<key>IBFramework Version</key>
|
||||||
|
<string>446.1</string>
|
||||||
|
<key>IBSystem Version</key>
|
||||||
|
<string>8R2218</string>
|
||||||
|
</dict>
|
||||||
|
</plist>
|
After Width: | Height: | Size: 474 B |
After Width: | Height: | Size: 688 B |
After Width: | Height: | Size: 15 KiB |
After Width: | Height: | Size: 2.2 KiB |
After Width: | Height: | Size: 3.0 KiB |
After Width: | Height: | Size: 2.2 KiB |
After Width: | Height: | Size: 664 B |
After Width: | Height: | Size: 655 B |
After Width: | Height: | Size: 720 B |
|
@ -0,0 +1,217 @@
|
||||||
|
{
|
||||||
|
IBClasses = (
|
||||||
|
{
|
||||||
|
CLASS = AMRemovableColumnsTableView;
|
||||||
|
LANGUAGE = ObjC;
|
||||||
|
OUTLETS = {obligatoryColumnIdentifiers = id; };
|
||||||
|
SUPERCLASS = NSTableView;
|
||||||
|
},
|
||||||
|
{
|
||||||
|
CLASS = AMRemovableTableColumn;
|
||||||
|
LANGUAGE = ObjC;
|
||||||
|
OUTLETS = {mainTableView = AMRemovableColumnsTableView; };
|
||||||
|
SUPERCLASS = NSTableColumn;
|
||||||
|
},
|
||||||
|
{
|
||||||
|
ACTIONS = {
|
||||||
|
delEntries = id;
|
||||||
|
donate = id;
|
||||||
|
openFiles = id;
|
||||||
|
openURL = id;
|
||||||
|
savePlaylist = id;
|
||||||
|
toggleFileDrawer = id;
|
||||||
|
toggleInfoDrawer = id;
|
||||||
|
};
|
||||||
|
CLASS = AppController;
|
||||||
|
LANGUAGE = ObjC;
|
||||||
|
OUTLETS = {
|
||||||
|
addURLPanel = NSPanel;
|
||||||
|
fileButton = NSButton;
|
||||||
|
fileDrawer = NSDrawer;
|
||||||
|
fileOutlineView = FileOutlineView;
|
||||||
|
fileTreeController = FileTreeController;
|
||||||
|
infoButton = NSButton;
|
||||||
|
infoDrawer = NSDrawer;
|
||||||
|
mainWindow = NSPanel;
|
||||||
|
nextButton = NSButton;
|
||||||
|
playButton = NSButton;
|
||||||
|
playbackController = PlaybackController;
|
||||||
|
playlistController = PlaylistController;
|
||||||
|
playlistLoader = PlaylistLoader;
|
||||||
|
playlistView = PlaylistView;
|
||||||
|
prevButton = NSButton;
|
||||||
|
repeatButton = NSButton;
|
||||||
|
showAlbumColumn = NSMenuItem;
|
||||||
|
showArtistColumn = NSMenuItem;
|
||||||
|
showGenreColumn = NSMenuItem;
|
||||||
|
showIndexColumn = NSMenuItem;
|
||||||
|
showLengthColumn = NSMenuItem;
|
||||||
|
showTitleColumn = NSMenuItem;
|
||||||
|
showTrackColumn = NSMenuItem;
|
||||||
|
showYearColumn = NSMenuItem;
|
||||||
|
shuffleButton = NSButton;
|
||||||
|
urlComboBox = NSComboBox;
|
||||||
|
};
|
||||||
|
SUPERCLASS = NSObject;
|
||||||
|
},
|
||||||
|
{CLASS = ClickField; LANGUAGE = ObjC; SUPERCLASS = NSTextField; },
|
||||||
|
{
|
||||||
|
CLASS = DNDArrayController;
|
||||||
|
LANGUAGE = ObjC;
|
||||||
|
OUTLETS = {tableView = NSTableView; };
|
||||||
|
SUPERCLASS = NSArrayController;
|
||||||
|
},
|
||||||
|
{CLASS = DragScrollView; LANGUAGE = ObjC; SUPERCLASS = NSScrollView; },
|
||||||
|
{
|
||||||
|
ACTIONS = {cancel = id; openFeedbackWindow = id; sendFeedback = id; };
|
||||||
|
CLASS = FeedbackController;
|
||||||
|
LANGUAGE = ObjC;
|
||||||
|
OUTLETS = {
|
||||||
|
feedbackWindow = NSWindow;
|
||||||
|
fromView = NSTextField;
|
||||||
|
messageView = NSTextView;
|
||||||
|
sendingIndicator = NSProgressIndicator;
|
||||||
|
subjectView = NSTextField;
|
||||||
|
};
|
||||||
|
SUPERCLASS = NSObject;
|
||||||
|
},
|
||||||
|
{
|
||||||
|
CLASS = FileOutlineView;
|
||||||
|
LANGUAGE = ObjC;
|
||||||
|
OUTLETS = {fileDrawer = NSDrawer; };
|
||||||
|
SUPERCLASS = NSOutlineView;
|
||||||
|
},
|
||||||
|
{
|
||||||
|
CLASS = FileTreeController;
|
||||||
|
LANGUAGE = ObjC;
|
||||||
|
OUTLETS = {playlistLoader = PlaylistLoader; };
|
||||||
|
SUPERCLASS = NSTreeController;
|
||||||
|
},
|
||||||
|
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
|
||||||
|
{CLASS = InfoController; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
|
||||||
|
{CLASS = InfoView; LANGUAGE = ObjC; SUPERCLASS = NSScrollView; },
|
||||||
|
{CLASS = NSSegmentedControl; LANGUAGE = ObjC; SUPERCLASS = NSControl; },
|
||||||
|
{CLASS = PathNode; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
|
||||||
|
{
|
||||||
|
ACTIONS = {
|
||||||
|
changeVolume = id;
|
||||||
|
next = id;
|
||||||
|
pause = id;
|
||||||
|
pauseResume = id;
|
||||||
|
play = id;
|
||||||
|
playPauseResume = id;
|
||||||
|
prev = id;
|
||||||
|
resume = id;
|
||||||
|
seek = id;
|
||||||
|
stop = id;
|
||||||
|
toggleShowTimeRemaining = id;
|
||||||
|
volumeDown = id;
|
||||||
|
volumeUp = id;
|
||||||
|
};
|
||||||
|
CLASS = PlaybackController;
|
||||||
|
LANGUAGE = ObjC;
|
||||||
|
OUTLETS = {
|
||||||
|
bitrateField = NSTextField;
|
||||||
|
lengthField = NSTextField;
|
||||||
|
outputDevices = NSArrayController;
|
||||||
|
playButton = NSButton;
|
||||||
|
playlistController = PlaylistController;
|
||||||
|
playlistView = PlaylistView;
|
||||||
|
positionSlider = TrackingSlider;
|
||||||
|
timeField = NSTextField;
|
||||||
|
volumeSlider = NSSlider;
|
||||||
|
};
|
||||||
|
SUPERCLASS = NSObject;
|
||||||
|
},
|
||||||
|
{
|
||||||
|
ACTIONS = {
|
||||||
|
clear = id;
|
||||||
|
clearFilterPredicate = id;
|
||||||
|
showEntryInFinder = id;
|
||||||
|
takeRepeatFromObject = id;
|
||||||
|
takeShuffleFromObject = id;
|
||||||
|
};
|
||||||
|
CLASS = PlaylistController;
|
||||||
|
LANGUAGE = ObjC;
|
||||||
|
OUTLETS = {playlistLoader = PlaylistLoader; };
|
||||||
|
SUPERCLASS = DNDArrayController;
|
||||||
|
},
|
||||||
|
{CLASS = PlaylistEntry; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
|
||||||
|
{
|
||||||
|
CLASS = PlaylistLoader;
|
||||||
|
LANGUAGE = ObjC;
|
||||||
|
OUTLETS = {playlistController = PlaylistController; };
|
||||||
|
SUPERCLASS = NSObject;
|
||||||
|
},
|
||||||
|
{
|
||||||
|
ACTIONS = {
|
||||||
|
scrollToCurrentEntry = id;
|
||||||
|
shufflePlaylist = id;
|
||||||
|
sortByPath = id;
|
||||||
|
toggleColumn = id;
|
||||||
|
};
|
||||||
|
CLASS = PlaylistView;
|
||||||
|
LANGUAGE = ObjC;
|
||||||
|
OUTLETS = {
|
||||||
|
playbackController = PlaybackController;
|
||||||
|
playlistController = PlaylistController;
|
||||||
|
};
|
||||||
|
SUPERCLASS = AMRemovableColumnsTableView;
|
||||||
|
},
|
||||||
|
{
|
||||||
|
ACTIONS = {showPrefs = id; };
|
||||||
|
CLASS = PreferencesController;
|
||||||
|
LANGUAGE = ObjC;
|
||||||
|
SUPERCLASS = NSObject;
|
||||||
|
},
|
||||||
|
{
|
||||||
|
ACTIONS = {checkForUpdates = id; };
|
||||||
|
CLASS = SUUpdater;
|
||||||
|
LANGUAGE = ObjC;
|
||||||
|
SUPERCLASS = NSObject;
|
||||||
|
},
|
||||||
|
{CLASS = SecondsFormatter; LANGUAGE = ObjC; SUPERCLASS = NSFormatter; },
|
||||||
|
{
|
||||||
|
ACTIONS = {
|
||||||
|
changeVolume = id;
|
||||||
|
next = id;
|
||||||
|
pause = id;
|
||||||
|
pauseResume = id;
|
||||||
|
play = id;
|
||||||
|
playPauseResume = id;
|
||||||
|
prev = id;
|
||||||
|
resume = id;
|
||||||
|
seek = id;
|
||||||
|
stop = id;
|
||||||
|
toggleShowTimeRemaining = id;
|
||||||
|
};
|
||||||
|
CLASS = SoundController;
|
||||||
|
LANGUAGE = ObjC;
|
||||||
|
OUTLETS = {
|
||||||
|
bitrateField = NSTextField;
|
||||||
|
lengthField = NSTextField;
|
||||||
|
playButton = NSButton;
|
||||||
|
playlistController = PlaylistController;
|
||||||
|
playlistView = PlaylistView;
|
||||||
|
positionSlider = TrackingSlider;
|
||||||
|
timeField = NSTextField;
|
||||||
|
};
|
||||||
|
SUPERCLASS = NSObject;
|
||||||
|
},
|
||||||
|
{CLASS = TrackingSlider; LANGUAGE = ObjC; SUPERCLASS = NSSlider; },
|
||||||
|
{
|
||||||
|
ACTIONS = {okay = id; openUpdateWindow = id; takeBoolFromObject = id; };
|
||||||
|
CLASS = UpdateController;
|
||||||
|
LANGUAGE = ObjC;
|
||||||
|
OUTLETS = {
|
||||||
|
autoCheckButton = NSButton;
|
||||||
|
checkingIndicator = NSProgressIndicator;
|
||||||
|
okayButton = NSButton;
|
||||||
|
statusView = NSTextField;
|
||||||
|
updateWindow = NSWindow;
|
||||||
|
};
|
||||||
|
SUPERCLASS = NSObject;
|
||||||
|
}
|
||||||
|
);
|
||||||
|
IBVersion = 1;
|
||||||
|
}
|
|
@ -0,0 +1,10 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||||
|
<plist version="1.0">
|
||||||
|
<dict>
|
||||||
|
<key>IBPaletteDependency</key>
|
||||||
|
<array>
|
||||||
|
<string>Controllers</string>
|
||||||
|
</array>
|
||||||
|
</dict>
|
||||||
|
</plist>
|
|
@ -0,0 +1,38 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||||
|
<plist version="1.0">
|
||||||
|
<dict>
|
||||||
|
<key>IBDocumentLocation</key>
|
||||||
|
<string>274 244 639 388 0 0 1680 1028 </string>
|
||||||
|
<key>IBEditorPositions</key>
|
||||||
|
<dict>
|
||||||
|
<key>1063</key>
|
||||||
|
<string>549 810 136 68 0 0 1440 878 </string>
|
||||||
|
<key>1156</key>
|
||||||
|
<string>633 402 241 366 0 0 1440 878 </string>
|
||||||
|
<key>1324</key>
|
||||||
|
<string>664 542 137 182 0 0 1440 878 </string>
|
||||||
|
<key>29</key>
|
||||||
|
<string>128 827 383 44 0 0 1440 878 </string>
|
||||||
|
<key>463</key>
|
||||||
|
<string>583 512 341 145 0 0 1440 878 </string>
|
||||||
|
<key>513</key>
|
||||||
|
<string>320 525 131 168 0 0 1440 878 </string>
|
||||||
|
</dict>
|
||||||
|
<key>IBFramework Version</key>
|
||||||
|
<string>446.1</string>
|
||||||
|
<key>IBLockedObjects</key>
|
||||||
|
<array>
|
||||||
|
<integer>484</integer>
|
||||||
|
<integer>606</integer>
|
||||||
|
</array>
|
||||||
|
<key>IBLockedTabItems</key>
|
||||||
|
<array>
|
||||||
|
<integer>564</integer>
|
||||||
|
</array>
|
||||||
|
<key>IBOldestOS</key>
|
||||||
|
<integer>4</integer>
|
||||||
|
<key>IBSystem Version</key>
|
||||||
|
<string>8R2218</string>
|
||||||
|
</dict>
|
||||||
|
</plist>
|
|
@ -0,0 +1,107 @@
|
||||||
|
{
|
||||||
|
IBClasses = (
|
||||||
|
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
|
||||||
|
{
|
||||||
|
ACTIONS = {
|
||||||
|
doArchive = id;
|
||||||
|
doClone = id;
|
||||||
|
doEditable = id;
|
||||||
|
doEnableQTMovieNotifications = id;
|
||||||
|
doExport = id;
|
||||||
|
doFlatten = id;
|
||||||
|
doLayer = id;
|
||||||
|
doLoop = id;
|
||||||
|
doLoopPalindrome = id;
|
||||||
|
doNewMovieFromSelection = id;
|
||||||
|
doPlayAllFrames = id;
|
||||||
|
doPlaySelectionOnly = id;
|
||||||
|
doPreserveAspectRatio = id;
|
||||||
|
doRate = id;
|
||||||
|
doSetBounds = id;
|
||||||
|
doSetFillColour = id;
|
||||||
|
doSetFillColourPanel = id;
|
||||||
|
doSetPosterTime = id;
|
||||||
|
doSetStartTime = id;
|
||||||
|
doSetTime = id;
|
||||||
|
doShowController = id;
|
||||||
|
doShowMovieInspector = id;
|
||||||
|
doShowTrackInspector = id;
|
||||||
|
doVolume = id;
|
||||||
|
updateCurrentTime = id;
|
||||||
|
};
|
||||||
|
CLASS = MovieDocument;
|
||||||
|
LANGUAGE = ObjC;
|
||||||
|
OUTLETS = {
|
||||||
|
"_exportAccessoryView" = NSView;
|
||||||
|
"_exportTypePopUpButton" = NSPopUpButton;
|
||||||
|
"_movieCanStepButton" = NSButton;
|
||||||
|
"_movieCopyrightTextField" = NSTextField;
|
||||||
|
"_movieCurrentTimeTextField" = NSTextField;
|
||||||
|
"_movieDataRefTypeTextField" = NSTextField;
|
||||||
|
"_movieDataSizeTextField" = NSTextField;
|
||||||
|
"_movieDisplayNameTextField" = NSTextField;
|
||||||
|
"_movieDurationTextField" = NSTextField;
|
||||||
|
"_movieHasAudioButton" = NSButton;
|
||||||
|
"_movieHasDurationButton" = NSButton;
|
||||||
|
"_movieHasSkinButton" = NSButton;
|
||||||
|
"_movieHasVideoButton" = NSButton;
|
||||||
|
"_movieInspectorPanel" = NSPanel;
|
||||||
|
"_movieIsEditableButton" = NSButton;
|
||||||
|
"_movieIsInteractiveButton" = NSButton;
|
||||||
|
"_movieIsLinearButton" = NSButton;
|
||||||
|
"_movieMuteButton" = NSButton;
|
||||||
|
"_movieNaturalSizeTextField" = NSTextField;
|
||||||
|
"_movieNotificationsTextView" = NSTextView;
|
||||||
|
"_moviePosterTimeTextField" = NSTextField;
|
||||||
|
"_moviePreferredMuteButton" = NSButton;
|
||||||
|
"_moviePreferredRateSlider" = NSSlider;
|
||||||
|
"_moviePreferredVolumeSlider" = NSSlider;
|
||||||
|
"_movieRateSlider" = NSSlider;
|
||||||
|
"_movieSetTimeTextField" = NSTextField;
|
||||||
|
"_movieURLTextField" = NSTextField;
|
||||||
|
"_movieView" = QTMovieView;
|
||||||
|
"_movieVolumeSlider" = NSSlider;
|
||||||
|
"_movieWindow" = NSWindow;
|
||||||
|
"_trackBoundsOriginTextField" = NSTextField;
|
||||||
|
"_trackBoundsSizeTextField" = NSTextField;
|
||||||
|
"_trackCanSendVideoButton" = NSButton;
|
||||||
|
"_trackCanStepButton" = NSButton;
|
||||||
|
"_trackDurationTextField" = NSTextField;
|
||||||
|
"_trackHasAudioButton" = NSButton;
|
||||||
|
"_trackHasDurationButton" = NSButton;
|
||||||
|
"_trackHasSkinButton" = NSButton;
|
||||||
|
"_trackHasVideoButton" = NSButton;
|
||||||
|
"_trackHasVideoFrameRateButton" = NSButton;
|
||||||
|
"_trackInspectorPanel" = NSPanel;
|
||||||
|
"_trackIsLinearButton" = NSButton;
|
||||||
|
"_trackLayerStepper" = NSStepper;
|
||||||
|
"_trackLayerTextField" = NSTextField;
|
||||||
|
"_trackMediaDataReferenceTableView" = NSTableView;
|
||||||
|
"_trackProvidesActionsButton" = NSButton;
|
||||||
|
"_trackProvidesKeyFocusButton" = NSButton;
|
||||||
|
"_trackSetBoundsButton" = NSButton;
|
||||||
|
"_trackSetBoundsTextField" = NSTextField;
|
||||||
|
"_trackSetStartTimeTextField" = NSTextField;
|
||||||
|
"_trackStartTimeTextField" = NSTextField;
|
||||||
|
"_trackTableView" = NSTableView;
|
||||||
|
"_trackVolumeSlider" = NSSlider;
|
||||||
|
};
|
||||||
|
SUPERCLASS = NSDocument;
|
||||||
|
},
|
||||||
|
{CLASS = NSTextField; LANGUAGE = ObjC; SUPERCLASS = NSControl; },
|
||||||
|
{
|
||||||
|
ACTIONS = {doOpenURL = id; };
|
||||||
|
CLASS = OpenURLPanel;
|
||||||
|
LANGUAGE = ObjC;
|
||||||
|
OUTLETS = {mPanel = NSPanel; mUrlComboBox = NSComboBox; };
|
||||||
|
SUPERCLASS = NSObject;
|
||||||
|
},
|
||||||
|
{
|
||||||
|
ACTIONS = {doOpenURL = id; };
|
||||||
|
CLASS = QTKitPlayerAppDelegate;
|
||||||
|
LANGUAGE = ObjC;
|
||||||
|
SUPERCLASS = NSObject;
|
||||||
|
}
|
||||||
|
);
|
||||||
|
IBVersion = 1;
|
||||||
|
}
|
|
@ -0,0 +1,12 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||||
|
<plist version="1.0">
|
||||||
|
<dict>
|
||||||
|
<key>IBDocumentLocation</key>
|
||||||
|
<string>143 34 356 240 0 0 1680 1028 </string>
|
||||||
|
<key>IBFramework Version</key>
|
||||||
|
<string>446.1</string>
|
||||||
|
<key>IBSystem Version</key>
|
||||||
|
<string>8R2218</string>
|
||||||
|
</dict>
|
||||||
|
</plist>
|