Commit 458cd045 authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* Remove last remenants of info.h and info.m

* Better align the iTunes styled slider with other UI elements
* added .spx .ts and .ps fileextensions.
parent 6e84fd3a
...@@ -462,8 +462,6 @@ VLC.app: vlc ...@@ -462,8 +462,6 @@ VLC.app: vlc
applescript.m \ applescript.m \
controls.h \ controls.h \
controls.m \ controls.m \
info.h \
info.m \
intf.h \ intf.h \
intf.m \ intf.m \
macosx.m \ macosx.m \
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<plist version="1.0"> <plist version="1.0">
<dict> <dict>
<key>IBDocumentLocation</key> <key>IBDocumentLocation</key>
<string>29 -15 505 517 0 0 800 578 </string> <string>391 199 505 517 0 0 1280 1002 </string>
<key>IBEditorPositions</key> <key>IBEditorPositions</key>
<dict> <dict>
<key>1617</key> <key>1617</key>
...@@ -21,9 +21,10 @@ ...@@ -21,9 +21,10 @@
</array> </array>
<key>IBOpenObjects</key> <key>IBOpenObjects</key>
<array> <array>
<integer>21</integer>
<integer>1617</integer>
<integer>29</integer> <integer>29</integer>
<integer>1617</integer>
<integer>21</integer>
<integer>1647</integer>
</array> </array>
<key>IBSystem Version</key> <key>IBSystem Version</key>
<string>7F44</string> <string>7F44</string>
......
...@@ -140,6 +140,26 @@ ...@@ -140,6 +140,26 @@
<key>CFBundleTypeRole</key> <key>CFBundleTypeRole</key>
<string>Viewer</string> <string>Viewer</string>
</dict> </dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>spx</string>
</array>
<key>CFBundleTypeName</key>
<string>Speex Audio File</string>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>sdp</string>
</array>
<key>CFBundleTypeName</key>
<string>Session Description Protocol File</string>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
</dict>
<dict> <dict>
<key>CFBundleTypeExtensions</key> <key>CFBundleTypeExtensions</key>
<array> <array>
...@@ -450,12 +470,23 @@ ...@@ -450,12 +470,23 @@
<key>CFBundleTypeExtensions</key> <key>CFBundleTypeExtensions</key>
<array> <array>
<string>m2p</string> <string>m2p</string>
<string>ps</string>
</array> </array>
<key>CFBundleTypeName</key> <key>CFBundleTypeName</key>
<string>MPEG-2 Program Stream</string> <string>MPEG-2 Program Stream</string>
<key>CFBundleTypeRole</key> <key>CFBundleTypeRole</key>
<string>Viewer</string> <string>Viewer</string>
</dict> </dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>ts</string>
</array>
<key>CFBundleTypeName</key>
<string>MPEG-2 Transport Stream</string>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
</dict>
<dict> <dict>
<key>CFBundleTypeExtensions</key> <key>CFBundleTypeExtensions</key>
<array> <array>
...@@ -535,6 +566,7 @@ ...@@ -535,6 +566,7 @@
<key>CFBundleTypeExtensions</key> <key>CFBundleTypeExtensions</key>
<array> <array>
<string>m4a</string> <string>m4a</string>
<string>m4p</string>
</array> </array>
<key>CFBundleTypeName</key> <key>CFBundleTypeName</key>
<string>MPEG-4 Audio File</string> <string>MPEG-4 Audio File</string>
...@@ -745,8 +777,6 @@ ...@@ -745,8 +777,6 @@
8ED6C27B03E2EB1C0059A3A7, 8ED6C27B03E2EB1C0059A3A7,
8ED6C27C03E2EB1C0059A3A7, 8ED6C27C03E2EB1C0059A3A7,
8ED6C27D03E2EB1C0059A3A7, 8ED6C27D03E2EB1C0059A3A7,
8EF1600B03FC62560059A3A7,
8EF1600C03FC62560059A3A7,
8ED6C27E03E2EB1C0059A3A7, 8ED6C27E03E2EB1C0059A3A7,
8ED6C27F03E2EB1C0059A3A7, 8ED6C27F03E2EB1C0059A3A7,
8ED6C28003E2EB1C0059A3A7, 8ED6C28003E2EB1C0059A3A7,
...@@ -1923,24 +1953,6 @@ ...@@ -1923,24 +1953,6 @@
settings = { settings = {
}; };
}; };
8EF1600B03FC62560059A3A7 = {
fileEncoding = 4;
isa = PBXFileReference;
lastKnownFileType = sourcecode.c.h;
name = info.h;
path = ../../modules/gui/macosx/info.h;
refType = 2;
sourceTree = SOURCE_ROOT;
};
8EF1600C03FC62560059A3A7 = {
fileEncoding = 4;
isa = PBXFileReference;
lastKnownFileType = sourcecode.c.objc;
name = info.m;
path = ../../modules/gui/macosx/info.m;
refType = 2;
sourceTree = SOURCE_ROOT;
};
//8E0 //8E0
//8E1 //8E1
//8E2 //8E2
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment