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
applescript.m \
controls.h \
controls.m \
info.h \
info.m \
intf.h \
intf.m \
macosx.m \
......
......@@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<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>
<dict>
<key>1617</key>
......@@ -21,9 +21,10 @@
</array>
<key>IBOpenObjects</key>
<array>
<integer>21</integer>
<integer>1617</integer>
<integer>29</integer>
<integer>1617</integer>
<integer>21</integer>
<integer>1647</integer>
</array>
<key>IBSystem Version</key>
<string>7F44</string>
......
......@@ -140,6 +140,26 @@
<key>CFBundleTypeRole</key>
<string>Viewer</string>
</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>
<key>CFBundleTypeExtensions</key>
<array>
......@@ -450,12 +470,23 @@
<key>CFBundleTypeExtensions</key>
<array>
<string>m2p</string>
<string>ps</string>
</array>
<key>CFBundleTypeName</key>
<string>MPEG-2 Program Stream</string>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
</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>
<key>CFBundleTypeExtensions</key>
<array>
......@@ -535,6 +566,7 @@
<key>CFBundleTypeExtensions</key>
<array>
<string>m4a</string>
<string>m4p</string>
</array>
<key>CFBundleTypeName</key>
<string>MPEG-4 Audio File</string>
......@@ -745,8 +777,6 @@
8ED6C27B03E2EB1C0059A3A7,
8ED6C27C03E2EB1C0059A3A7,
8ED6C27D03E2EB1C0059A3A7,
8EF1600B03FC62560059A3A7,
8EF1600C03FC62560059A3A7,
8ED6C27E03E2EB1C0059A3A7,
8ED6C27F03E2EB1C0059A3A7,
8ED6C28003E2EB1C0059A3A7,
......@@ -1923,24 +1953,6 @@
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
//8E1
//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