Added swedish translation.
parent
16bc20ec4e
commit
b6ae1626d6
|
@ -260,6 +260,9 @@
|
|||
17BB5CF70B8A86350009ACB1 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreAudio.framework; path = /System/Library/Frameworks/CoreAudio.framework; sourceTree = "<absolute>"; };
|
||||
17BB5CF80B8A86350009ACB1 /* CoreAudioKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreAudioKit.framework; path = /System/Library/Frameworks/CoreAudioKit.framework; sourceTree = "<absolute>"; };
|
||||
17BB5EA50B8A87850009ACB1 /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IOKit.framework; path = /System/Library/Frameworks/IOKit.framework; sourceTree = "<absolute>"; };
|
||||
17E41C470C1304BB00AC744D /* Swedish */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = Swedish; path = Swedish.lproj/MainMenu.nib; sourceTree = "<group>"; };
|
||||
17E41C480C1304C700AC744D /* Swedish */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = Swedish; path = Swedish.lproj/OpenURLPanel.nib; sourceTree = "<group>"; };
|
||||
17E41C490C1304D200AC744D /* Swedish */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = Swedish; path = Swedish.lproj/Localizable.strings; sourceTree = "<group>"; };
|
||||
17E94E520C03B09500D92B9B /* CogAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CogAudio.framework; path = Audio/build/Release/CogAudio.framework; sourceTree = "<group>"; };
|
||||
17F94CC10B8D08FB00A34E87 /* Sparkle.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Sparkle.framework; path = ThirdParty/Frameworks/Sparkle.framework; sourceTree = "<group>"; };
|
||||
29B97316FDCFA39411CA2CEA /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
|
||||
|
@ -297,7 +300,6 @@
|
|||
8E7575C509F31DCA0080F1EE /* Cog.scriptTerminology */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.xml; path = Cog.scriptTerminology; sourceTree = "<group>"; };
|
||||
8E7575C809F31DCA0080F1EE /* Credits.html */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.html; path = Credits.html; sourceTree = "<group>"; };
|
||||
8E7575DA09F31E930080F1EE /* English */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/Localizable.strings; sourceTree = "<group>"; };
|
||||
8E7575DC09F31EAF0080F1EE /* French */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = French; path = French.lproj/Localizable.strings; sourceTree = "<group>"; };
|
||||
8E9A2E830BA78B500091081B /* SecondsFormatter.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = SecondsFormatter.h; sourceTree = "<group>"; };
|
||||
8E9A2E840BA78B500091081B /* SecondsFormatter.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = SecondsFormatter.m; sourceTree = "<group>"; };
|
||||
8E9A2ED70BA78D9D0091081B /* IndexFormatter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IndexFormatter.h; sourceTree = "<group>"; };
|
||||
|
@ -748,6 +750,13 @@
|
|||
isa = PBXProject;
|
||||
buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "Cog" */;
|
||||
hasScannedForEncodings = 1;
|
||||
knownRegions = (
|
||||
English,
|
||||
Japanese,
|
||||
French,
|
||||
German,
|
||||
Swedish,
|
||||
);
|
||||
mainGroup = 29B97314FDCFA39411CA2CEA /* Cog */;
|
||||
projectDirPath = "";
|
||||
targets = (
|
||||
|
@ -877,6 +886,7 @@
|
|||
isa = PBXVariantGroup;
|
||||
children = (
|
||||
179790F10C087B46001D6996 /* English */,
|
||||
17E41C480C1304C700AC744D /* Swedish */,
|
||||
);
|
||||
name = OpenURLPanel.nib;
|
||||
sourceTree = "<group>";
|
||||
|
@ -885,6 +895,7 @@
|
|||
isa = PBXVariantGroup;
|
||||
children = (
|
||||
29B97319FDCFA39411CA2CEA /* English */,
|
||||
17E41C470C1304BB00AC744D /* Swedish */,
|
||||
);
|
||||
name = MainMenu.nib;
|
||||
sourceTree = "<group>";
|
||||
|
@ -893,7 +904,7 @@
|
|||
isa = PBXVariantGroup;
|
||||
children = (
|
||||
8E7575DA09F31E930080F1EE /* English */,
|
||||
8E7575DC09F31EAF0080F1EE /* French */,
|
||||
17E41C490C1304D200AC744D /* Swedish */,
|
||||
);
|
||||
name = Localizable.strings;
|
||||
sourceTree = "<group>";
|
||||
|
|
|
@ -1,23 +0,0 @@
|
|||
"FeedbackFailedMessageText" = "Échoué";
|
||||
"FeedbackFailedInformativeText" = "Les commentaires n'ont pu être transmis.";
|
||||
"FeedbackSuccessMessageText" = "Succès";
|
||||
"FeedbackSuccessInformativeText" = "Vos commentaires ont été transmis avec succès!";
|
||||
|
||||
"CheckingForUpdate" = "Recherche de mises à jour…";
|
||||
"UpdateAvailable" = "Mise à jour disponible!";
|
||||
"UpdateNotFound" = "Aucune mise à jour disponible.";
|
||||
"UpdateError" = "Une erreur est survenue lors de la connexion au serveur de mises à jour.";
|
||||
|
||||
"PlayButtonTooltip" = "Lecture";
|
||||
"StopButtonTooltip" = "Arrêt";
|
||||
"PrevButtonTooltip" = "Morceau précédent";
|
||||
"NextButtonTooltip" = "Morceau suivant";
|
||||
|
||||
"TimeElapsed" = "%i:%02i";
|
||||
"TimeRemaining" = "-%i:%02i";
|
||||
|
||||
"AddButtonTooltip" = "Ajouter des fichiers";
|
||||
"RemoveButtonTooltip" = "Retirer les fichiers sélectionnés";
|
||||
"InfoButtonTooltip" = "Informations sur le fichier sélectionné";
|
||||
"ShuffleButtonTooltip" = "Mode aléatoire";
|
||||
"RepeatButtonTooltip" = "Mode répétition";
|
|
@ -0,0 +1,22 @@
|
|||
"FeedbackFailedMessageText" = "Misslyckades";
|
||||
"FeedbackFailedInformativeText" = "Misslyckades att skicka respons.";
|
||||
"FeedbackSuccessMessageText" = "Lyckades";
|
||||
"FeedbackSuccessInformativeText" = "Respons skickad!";
|
||||
|
||||
"PlayButtonTooltip" = "Spela";
|
||||
"StopButtonTooltip" = "Stanna";
|
||||
"PrevButtonTooltip" = "Föregående";
|
||||
"NextButtonTooltip" = "Nästa";
|
||||
|
||||
"TimeElapsed" = "%i:%02i";
|
||||
"TimeRemaining" = "-%i:%02i";
|
||||
|
||||
"AddButtonTooltip" = "Lägg till filer";
|
||||
"RemoveButtonTooltip" = "Ta bort markerade filer";
|
||||
"InfoButtonTooltip" = "Information om markerad fil";
|
||||
"ShuffleButtonTooltip" = "Slumpvis";
|
||||
"RepeatButtonTooltip" = "Repetera";
|
||||
"FileButtonTooltip" = "Fillåda";
|
||||
|
||||
"InvalidURLShort" = "Ogiltig URL";
|
||||
"InvalidURLLong" = "URL ej giltig.";
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -45,6 +45,7 @@
|
|||
17C6433E0B8A783F00C53518 /* OutputPane.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = OutputPane.m; sourceTree = "<group>"; };
|
||||
17C643680B8A788000C53518 /* output.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = output.png; path = Icons/output.png; sourceTree = "<group>"; };
|
||||
17C644310B8A791D00C53518 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreAudio.framework; path = /System/Library/Frameworks/CoreAudio.framework; sourceTree = "<absolute>"; };
|
||||
17E41C660C13074400AC744D /* Swedish */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = Swedish; path = Swedish.lproj/Preferences.nib; sourceTree = "<group>"; };
|
||||
32DBCF630370AF2F00C91783 /* General_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = General_Prefix.pch; sourceTree = "<group>"; };
|
||||
8D5B49B6048680CD000E48DA /* General.preferencePane */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = General.preferencePane; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
8D5B49B7048680CD000E48DA /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = Info.plist; sourceTree = "<group>"; };
|
||||
|
@ -236,6 +237,13 @@
|
|||
isa = PBXProject;
|
||||
buildConfigurationList = 1DEB913E08733D840010E9CD /* Build configuration list for PBXProject "General" */;
|
||||
hasScannedForEncodings = 1;
|
||||
knownRegions = (
|
||||
English,
|
||||
Japanese,
|
||||
French,
|
||||
German,
|
||||
Swedish,
|
||||
);
|
||||
mainGroup = 089C166AFE841209C02AAC07 /* General */;
|
||||
projectDirPath = "";
|
||||
targets = (
|
||||
|
@ -295,6 +303,7 @@
|
|||
isa = PBXVariantGroup;
|
||||
children = (
|
||||
8E07AC040AAC968C00A4B32F /* English */,
|
||||
17E41C660C13074400AC744D /* Swedish */,
|
||||
);
|
||||
name = Preferences.nib;
|
||||
sourceTree = "<group>";
|
||||
|
|
|
@ -0,0 +1,76 @@
|
|||
{
|
||||
IBClasses = (
|
||||
{
|
||||
CLASS = AppcastArrayController;
|
||||
LANGUAGE = ObjC;
|
||||
SUPERCLASS = NSArrayController;
|
||||
},
|
||||
{
|
||||
ACTIONS = {openSheet = id; };
|
||||
CLASS = FileDrawerPane;
|
||||
LANGUAGE = ObjC;
|
||||
OUTLETS = {rootPathTextView = NSTextField; };
|
||||
SUPERCLASS = PreferencePane;
|
||||
},
|
||||
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
|
||||
{CLASS = HotKeyControl; LANGUAGE = ObjC; SUPERCLASS = NDHotKeyControl; },
|
||||
{
|
||||
ACTIONS = {
|
||||
grabNextHotKey = id;
|
||||
grabPlayHotKey = id;
|
||||
grabPrevHotKey = id;
|
||||
hotKeyChanged = id;
|
||||
};
|
||||
CLASS = HotKeyPane;
|
||||
LANGUAGE = ObjC;
|
||||
OUTLETS = {
|
||||
nextHotKeyControl = HotKeyControl;
|
||||
playHotKeyControl = HotKeyControl;
|
||||
prevHotKeyControl = HotKeyControl;
|
||||
};
|
||||
SUPERCLASS = PreferencePane;
|
||||
},
|
||||
{CLASS = NDHotKeyControl; LANGUAGE = ObjC; SUPERCLASS = NSTextField; },
|
||||
{
|
||||
ACTIONS = {takeDeviceID = id; };
|
||||
CLASS = OutputPane;
|
||||
LANGUAGE = ObjC;
|
||||
OUTLETS = {outputDevices = OutputsArrayController; };
|
||||
SUPERCLASS = PreferencePane;
|
||||
},
|
||||
{
|
||||
CLASS = OutputsArrayController;
|
||||
LANGUAGE = ObjC;
|
||||
SUPERCLASS = NSArrayController;
|
||||
},
|
||||
{
|
||||
CLASS = PrefPaneController;
|
||||
LANGUAGE = ObjC;
|
||||
OUTLETS = {
|
||||
fileDrawerPane = FileDrawerPane;
|
||||
hotKeyPane = HotKeyPane;
|
||||
outputPane = OutputPane;
|
||||
remoteView = NSView;
|
||||
scrobblerView = NSView;
|
||||
updatesView = NSView;
|
||||
};
|
||||
SUPERCLASS = NSObject;
|
||||
},
|
||||
{
|
||||
CLASS = PreferencePane;
|
||||
LANGUAGE = ObjC;
|
||||
OUTLETS = {view = NSView; };
|
||||
SUPERCLASS = NSObject;
|
||||
},
|
||||
{
|
||||
ACTIONS = {takeBool = id; };
|
||||
CLASS = RemotePane;
|
||||
LANGUAGE = ObjC;
|
||||
OUTLETS = {onlyOnActive = NSButton; };
|
||||
SUPERCLASS = PreferencePane;
|
||||
},
|
||||
{CLASS = ScrobblerPane; LANGUAGE = ObjC; SUPERCLASS = PreferencePane; },
|
||||
{CLASS = UpdatesPane; LANGUAGE = ObjC; SUPERCLASS = PreferencePane; }
|
||||
);
|
||||
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,27 @@
|
|||
<?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>291 101 356 534 0 0 1680 1028 </string>
|
||||
<key>IBEditorPositions</key>
|
||||
<dict>
|
||||
<key>10</key>
|
||||
<string>171 910 506 102 0 0 1680 1028 </string>
|
||||
<key>11</key>
|
||||
<string>677 567 452 151 0 0 1680 1028 </string>
|
||||
<key>43</key>
|
||||
<string>166 683 452 116 0 0 1680 1028 </string>
|
||||
<key>50</key>
|
||||
<string>660 357 452 124 0 0 1680 1028 </string>
|
||||
<key>58</key>
|
||||
<string>641 480 452 101 0 0 1680 1028 </string>
|
||||
<key>85</key>
|
||||
<string>758 836 452 116 0 0 1680 1028 </string>
|
||||
</dict>
|
||||
<key>IBFramework Version</key>
|
||||
<string>446.1</string>
|
||||
<key>IBSystem Version</key>
|
||||
<string>8P2137</string>
|
||||
</dict>
|
||||
</plist>
|
Binary file not shown.
|
@ -0,0 +1,22 @@
|
|||
"FeedbackFailedMessageText" = "Misslyckades";
|
||||
"FeedbackFailedInformativeText" = "Misslyckades att skicka respons.";
|
||||
"FeedbackSuccessMessageText" = "Lyckades";
|
||||
"FeedbackSuccessInformativeText" = "Respons skickad!";
|
||||
|
||||
"PlayButtonTooltip" = "Spela";
|
||||
"StopButtonTooltip" = "Stanna";
|
||||
"PrevButtonTooltip" = "Föregående";
|
||||
"NextButtonTooltip" = "Nästa";
|
||||
|
||||
"TimeElapsed" = "%i:%02i";
|
||||
"TimeRemaining" = "-%i:%02i";
|
||||
|
||||
"AddButtonTooltip" = "Lägg till filer";
|
||||
"RemoveButtonTooltip" = "Ta bort markerade filer";
|
||||
"InfoButtonTooltip" = "Information om markerad fil";
|
||||
"ShuffleButtonTooltip" = "Slumpvis";
|
||||
"RepeatButtonTooltip" = "Repetera";
|
||||
"FileButtonTooltip" = "Fillåda";
|
||||
|
||||
"InvalidURLShort" = "Ogiltig URL";
|
||||
"InvalidURLLong" = "URL ej giltig.";
|
|
@ -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,48 @@
|
|||
<?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 120 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 134 182 0 0 1680 1028 </string>
|
||||
<key>29</key>
|
||||
<string>-2 976 424 44 0 0 1680 1028 </string>
|
||||
<key>463</key>
|
||||
<string>669 640 341 145 0 0 1680 1028 </string>
|
||||
<key>513</key>
|
||||
<string>378 636 137 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>513</integer>
|
||||
<integer>1324</integer>
|
||||
<integer>463</integer>
|
||||
<integer>29</integer>
|
||||
<integer>268</integer>
|
||||
<integer>1063</integer>
|
||||
<integer>21</integer>
|
||||
</array>
|
||||
<key>IBSystem Version</key>
|
||||
<string>8P2137</string>
|
||||
</dict>
|
||||
</plist>
|
Binary file not shown.
|
@ -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>8P2137</string>
|
||||
</dict>
|
||||
</plist>
|
Binary file not shown.
Loading…
Reference in New Issue