Removed MainMenu.nib
parent
9bf75801b4
commit
7a578138a1
|
@ -1,215 +0,0 @@
|
||||||
{
|
|
||||||
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 = {
|
|
||||||
fileButton = NSButton;
|
|
||||||
fileDrawer = NSDrawer;
|
|
||||||
fileOutlineView = FileOutlineView;
|
|
||||||
fileTreeDataSource = FileTreeDataSource;
|
|
||||||
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;
|
|
||||||
};
|
|
||||||
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 = FileTreeDataSource;
|
|
||||||
LANGUAGE = ObjC;
|
|
||||||
OUTLETS = {outlineView = NSOutlineView; };
|
|
||||||
SUPERCLASS = NSObject;
|
|
||||||
},
|
|
||||||
{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;
|
|
||||||
}
|
|
|
@ -1,49 +0,0 @@
|
||||||
<?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>650 960 136 68 0 0 1680 1028 </string>
|
|
||||||
<key>1156</key>
|
|
||||||
<string>719 529 241 366 0 0 1680 1028 </string>
|
|
||||||
<key>1324</key>
|
|
||||||
<string>786 659 137 182 0 0 1680 1028 </string>
|
|
||||||
<key>29</key>
|
|
||||||
<string>157 976 383 44 0 0 1680 1028 </string>
|
|
||||||
<key>463</key>
|
|
||||||
<string>669 639 341 145 0 0 1680 1028 </string>
|
|
||||||
<key>513</key>
|
|
||||||
<string>379 636 131 168 0 0 1680 1028 </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>IBOpenObjects</key>
|
|
||||||
<array>
|
|
||||||
<integer>268</integer>
|
|
||||||
<integer>21</integer>
|
|
||||||
<integer>1156</integer>
|
|
||||||
<integer>513</integer>
|
|
||||||
<integer>463</integer>
|
|
||||||
<integer>1324</integer>
|
|
||||||
<integer>29</integer>
|
|
||||||
<integer>1063</integer>
|
|
||||||
</array>
|
|
||||||
<key>IBSystem Version</key>
|
|
||||||
<string>8R2218</string>
|
|
||||||
</dict>
|
|
||||||
</plist>
|
|
Binary file not shown.
Loading…
Reference in New Issue