Changeset b597a7961e701835435d003178481bf98cfd370f
- Timestamp:
- 04/04/08 00:10:15
(5 months ago)
- Author:
- Felix Paul Kühne <fkuehne@videolan.org>
- git-committer:
- Felix Paul Kühne <fkuehne@videolan.org> 1207260615 +0200
- git-parent:
[d8876a1d439590267e74aeee0013a23351ad83c4]
- git-author:
- Felix Paul Kühne <fkuehne@videolan.org> 1207260592 +0200
- Message:
Split the display.png in 3 parts so the edges get rendered nicely when resizing the window. Additionally, slightly resized the vout in the embedded window to make it look more Leopard-like.
Modified patch by Georg Seifert gs --at- reets.de
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| raa9bce0 |
rb597a79 |
|
| 47 | 47 | </dict> |
|---|
| 48 | 48 | <dict> |
|---|
| | 49 | <key>CLASS</key> |
|---|
| | 50 | <string>VLCPlaylistCommon</string> |
|---|
| | 51 | <key>LANGUAGE</key> |
|---|
| | 52 | <string>ObjC</string> |
|---|
| | 53 | <key>OUTLETS</key> |
|---|
| | 54 | <dict> |
|---|
| | 55 | <key>o_outline_view</key> |
|---|
| | 56 | <string>id</string> |
|---|
| | 57 | <key>o_tc_author</key> |
|---|
| | 58 | <string>id</string> |
|---|
| | 59 | <key>o_tc_duration</key> |
|---|
| | 60 | <string>id</string> |
|---|
| | 61 | <key>o_tc_name</key> |
|---|
| | 62 | <string>id</string> |
|---|
| | 63 | </dict> |
|---|
| | 64 | <key>SUPERCLASS</key> |
|---|
| | 65 | <string>NSObject</string> |
|---|
| | 66 | </dict> |
|---|
| | 67 | <dict> |
|---|
| 49 | 68 | <key>ACTIONS</key> |
|---|
| 50 | 69 | <dict> |
|---|
| … | … | |
| 409 | 428 | <string>id</string> |
|---|
| 410 | 429 | <key>o_wizard</key> |
|---|
| 411 | | <string>id</string> |
|---|
| 412 | | </dict> |
|---|
| 413 | | <key>SUPERCLASS</key> |
|---|
| 414 | | <string>NSObject</string> |
|---|
| 415 | | </dict> |
|---|
| 416 | | <dict> |
|---|
| 417 | | <key>CLASS</key> |
|---|
| 418 | | <string>VLCPlaylistCommon</string> |
|---|
| 419 | | <key>LANGUAGE</key> |
|---|
| 420 | | <string>ObjC</string> |
|---|
| 421 | | <key>OUTLETS</key> |
|---|
| 422 | | <dict> |
|---|
| 423 | | <key>o_outline_view</key> |
|---|
| 424 | | <string>id</string> |
|---|
| 425 | | <key>o_tc_author</key> |
|---|
| 426 | | <string>id</string> |
|---|
| 427 | | <key>o_tc_duration</key> |
|---|
| 428 | | <string>id</string> |
|---|
| 429 | | <key>o_tc_name</key> |
|---|
| 430 | 430 | <string>id</string> |
|---|
| 431 | 431 | </dict> |
|---|
| raa9bce0 |
rb597a79 |
|
| 4 | 4 | <dict> |
|---|
| 5 | 5 | <key>IBFramework Version</key> |
|---|
| 6 | | <string>644</string> |
|---|
| | 6 | <string>648</string> |
|---|
| 7 | 7 | <key>IBLastKnownRelativeProjectPath</key> |
|---|
| 8 | 8 | <string>../../vlc.xcodeproj</string> |
|---|
| … | … | |
| 11 | 11 | <key>IBOpenObjects</key> |
|---|
| 12 | 12 | <array> |
|---|
| | 13 | <integer>1779</integer> |
|---|
| | 14 | <integer>24</integer> |
|---|
| 13 | 15 | <integer>2730</integer> |
|---|
| 14 | | <integer>21</integer> |
|---|
| 15 | | <integer>24</integer> |
|---|
| 16 | 16 | <integer>2769</integer> |
|---|
| 17 | | <integer>1779</integer> |
|---|
| | 17 | <integer>2</integer> |
|---|
| | 18 | <integer>2417</integer> |
|---|
| 18 | 19 | </array> |
|---|
| 19 | 20 | <key>IBSystem Version</key> |
|---|
| raa9bce0 |
rb597a79 |
|
| 35 | 35 | 8E9390B40565D6D300C7661C /* display_slider.png in Resources */ = {isa = PBXBuildFile; fileRef = 8E93909A0565D6D300C7661C /* display_slider.png */; }; |
|---|
| 36 | 36 | 8E9390B50565D6D300C7661C /* display_track.png in Resources */ = {isa = PBXBuildFile; fileRef = 8E93909B0565D6D300C7661C /* display_track.png */; }; |
|---|
| 37 | | 8E9390B60565D6D300C7661C /* display.png in Resources */ = {isa = PBXBuildFile; fileRef = 8E93909C0565D6D300C7661C /* display.png */; }; |
|---|
| 38 | 37 | 8E9390B70565D6D300C7661C /* fullscreen_active.png in Resources */ = {isa = PBXBuildFile; fileRef = 8E93909D0565D6D300C7661C /* fullscreen_active.png */; }; |
|---|
| 39 | 38 | 8E9390B80565D6D300C7661C /* fullscreen_blue.png in Resources */ = {isa = PBXBuildFile; fileRef = 8E93909E0565D6D300C7661C /* fullscreen_blue.png */; }; |
|---|
| … | … | |
| 108 | 107 | CC4ED9B90ABE07C800CA4CC5 /* shuffle_embedded.png in Resources */ = {isa = PBXBuildFile; fileRef = CC4ED9B20ABE07C800CA4CC5 /* shuffle_embedded.png */; }; |
|---|
| 109 | 108 | CC962E2D0CC7992800A56695 /* WebKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CC962E2C0CC7992800A56695 /* WebKit.framework */; }; |
|---|
| | 109 | CC965D600DA5880F0088F222 /* display_middle.png in Resources */ = {isa = PBXBuildFile; fileRef = CC965D5D0DA5880F0088F222 /* display_middle.png */; }; |
|---|
| | 110 | CC965D610DA5880F0088F222 /* display_left.png in Resources */ = {isa = PBXBuildFile; fileRef = CC965D5E0DA5880F0088F222 /* display_left.png */; }; |
|---|
| | 111 | CC965D620DA5880F0088F222 /* display_right.png in Resources */ = {isa = PBXBuildFile; fileRef = CC965D5F0DA5880F0088F222 /* display_right.png */; }; |
|---|
| 110 | 112 | CCC896BA0D9AA9E9005AE59C /* MediaInfo.nib in Resources */ = {isa = PBXBuildFile; fileRef = CCC896B80D9AA9E8005AE59C /* MediaInfo.nib */; }; |
|---|
| 111 | 113 | CCCB86DB0ACFDFB300CF1E10 /* fs_time_slider.png in Resources */ = {isa = PBXBuildFile; fileRef = CCCB86C00ACFDFB300CF1E10 /* fs_time_slider.png */; }; |
|---|
| … | … | |
| 1021 | 1023 | 8E93909A0565D6D300C7661C /* display_slider.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = display_slider.png; path = Resources/display_slider.png; sourceTree = "<group>"; }; |
|---|
| 1022 | 1024 | 8E93909B0565D6D300C7661C /* display_track.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = display_track.png; path = Resources/display_track.png; sourceTree = "<group>"; }; |
|---|
| 1023 | | 8E93909C0565D6D300C7661C /* display.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = display.png; path = Resources/display.png; sourceTree = "<group>"; }; |
|---|
| 1024 | 1025 | 8E93909D0565D6D300C7661C /* fullscreen_active.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = fullscreen_active.png; path = Resources/fullscreen_active.png; sourceTree = "<group>"; }; |
|---|
| 1025 | 1026 | 8E93909E0565D6D300C7661C /* fullscreen_blue.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = fullscreen_blue.png; path = Resources/fullscreen_blue.png; sourceTree = "<group>"; }; |
|---|
| … | … | |
| 1123 | 1124 | CC6EDD500B9CA2140096068A /* eyetv.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = eyetv.m; path = ../../../modules/gui/macosx/eyetv.m; sourceTree = SOURCE_ROOT; }; |
|---|
| 1124 | 1125 | CC962E2C0CC7992800A56695 /* WebKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WebKit.framework; path = /System/Library/Frameworks/WebKit.framework; sourceTree = "<absolute>"; }; |
|---|
| | 1126 | CC965D5D0DA5880F0088F222 /* display_middle.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = display_middle.png; path = Resources/display_middle.png; sourceTree = "<group>"; }; |
|---|
| | 1127 | CC965D5E0DA5880F0088F222 /* display_left.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = display_left.png; path = Resources/display_left.png; sourceTree = "<group>"; }; |
|---|
| | 1128 | CC965D5F0DA5880F0088F222 /* display_right.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = display_right.png; path = Resources/display_right.png; sourceTree = "<group>"; }; |
|---|
| 1125 | 1129 | CCB24D5D0D54BBAE004D780C /* simple_prefs.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; name = simple_prefs.m; path = ../../../modules/gui/macosx/simple_prefs.m; sourceTree = SOURCE_ROOT; }; |
|---|
| 1126 | 1130 | CCB24D5E0D54BBAE004D780C /* simple_prefs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = simple_prefs.h; path = ../../../modules/gui/macosx/simple_prefs.h; sourceTree = SOURCE_ROOT; }; |
|---|
| … | … | |
| 1289 | 1293 | CC6EDD4F0B9CA2140096068A /* eyetv.h */, |
|---|
| 1290 | 1294 | CC6EDD500B9CA2140096068A /* eyetv.m */, |
|---|
| | 1295 | CCB24D5E0D54BBAE004D780C /* simple_prefs.h */, |
|---|
| 1291 | 1296 | CCB24D5D0D54BBAE004D780C /* simple_prefs.m */, |
|---|
| 1292 | | CCB24D5E0D54BBAE004D780C /* simple_prefs.h */, |
|---|
| 1293 | 1297 | ); |
|---|
| 1294 | 1298 | name = Classes; |
|---|
| … | … | |
| 1452 | 1456 | isa = PBXGroup; |
|---|
| 1453 | 1457 | children = ( |
|---|
| | 1458 | CC965D5D0DA5880F0088F222 /* display_middle.png */, |
|---|
| | 1459 | CC965D5E0DA5880F0088F222 /* display_left.png */, |
|---|
| | 1460 | CC965D5F0DA5880F0088F222 /* display_right.png */, |
|---|
| 1454 | 1461 | 2A16E07E06C5074F00C87B09 /* equalizerdrawer_active.png */, |
|---|
| 1455 | 1462 | 8E93909A0565D6D300C7661C /* display_slider.png */, |
|---|
| 1456 | 1463 | 8E93909B0565D6D300C7661C /* display_track.png */, |
|---|
| 1457 | | 8E93909C0565D6D300C7661C /* display.png */, |
|---|
| 1458 | 1464 | 8E93909D0565D6D300C7661C /* fullscreen_active.png */, |
|---|
| 1459 | 1465 | 8E93909F0565D6D300C7661C /* next_active.png */, |
|---|
| … | … | |
| 1592 | 1598 | 8E9390B40565D6D300C7661C /* display_slider.png in Resources */, |
|---|
| 1593 | 1599 | 8E9390B50565D6D300C7661C /* display_track.png in Resources */, |
|---|
| 1594 | | 8E9390B60565D6D300C7661C /* display.png in Resources */, |
|---|
| 1595 | 1600 | 8E9390B70565D6D300C7661C /* fullscreen_active.png in Resources */, |
|---|
| 1596 | 1601 | 8E9390B80565D6D300C7661C /* fullscreen_blue.png in Resources */, |
|---|
| … | … | |
| 1698 | 1703 | CCC896BA0D9AA9E9005AE59C /* MediaInfo.nib in Resources */, |
|---|
| 1699 | 1704 | CC1C41D10D9BAD7F002728FA /* noart.png in Resources */, |
|---|
| | 1705 | CC965D600DA5880F0088F222 /* display_middle.png in Resources */, |
|---|
| | 1706 | CC965D610DA5880F0088F222 /* display_left.png in Resources */, |
|---|
| | 1707 | CC965D620DA5880F0088F222 /* display_right.png in Resources */, |
|---|
| 1700 | 1708 | ); |
|---|
| 1701 | 1709 | runOnlyForDeploymentPostprocessing = 0; |
|---|