Commit c5340175 authored by Felix Paul Kühne's avatar Felix Paul Kühne

* redesign of the about window

- thanks to Vincent van den Heuvel <heuvel@mac.com> for the artwork
- screenshots are available at www.aenneburghardt.de/fk/vlc/about1.jpg and *2.jpg
- feel free to revert or modify this commit if you don't like it this way
parent 7ba0627e
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<key>IBDocumentLocation</key> <key>IBDocumentLocation</key>
<string>45 176 505 517 0 0 1024 746 </string> <string>45 176 505 517 0 0 1024 746 </string>
<key>IBFramework Version</key> <key>IBFramework Version</key>
<string>439.0</string> <string>437.0</string>
<key>IBLockedObjects</key> <key>IBLockedObjects</key>
<array/> <array/>
<key>IBOpenObjects</key> <key>IBOpenObjects</key>
......
extras/MacOSX/Resources/about_bg.png

18.1 KB | W: | H:

extras/MacOSX/Resources/about_bg.png

37 KB | W: | H:

extras/MacOSX/Resources/about_bg.png
extras/MacOSX/Resources/about_bg.png
extras/MacOSX/Resources/about_bg.png
extras/MacOSX/Resources/about_bg.png
  • 2-up
  • Swipe
  • Onion skin
...@@ -781,7 +781,6 @@ ...@@ -781,7 +781,6 @@
DCC9AE9507F77DE600394C42, DCC9AE9507F77DE600394C42,
A0E6B59904407FBD0080DD97, A0E6B59904407FBD0080DD97,
8EDAC3440440F72D0059A3A7, 8EDAC3440440F72D0059A3A7,
8EE1AFA40444660F0059A3A7,
8E9CC7B2046EFD700059A3A7, 8E9CC7B2046EFD700059A3A7,
8E445F9D04728A700059A3A7, 8E445F9D04728A700059A3A7,
8E445F9E04728A700059A3A7, 8E445F9E04728A700059A3A7,
...@@ -839,6 +838,7 @@ ...@@ -839,6 +838,7 @@
DCFCCDB9085CE18F001E36AF, DCFCCDB9085CE18F001E36AF,
DC7F46ED08A183FC0027DB24, DC7F46ED08A183FC0027DB24,
DCE7BD0508A56C8B007B10AE, DCE7BD0508A56C8B007B10AE,
DCDA5E6508F94518009D93A8,
); );
isa = PBXResourcesBuildPhase; isa = PBXResourcesBuildPhase;
runOnlyForDeploymentPostprocessing = 0; runOnlyForDeploymentPostprocessing = 0;
...@@ -861,9 +861,9 @@ ...@@ -861,9 +861,9 @@
089C167CFE841241C02AAC07 = { 089C167CFE841241C02AAC07 = {
children = ( children = (
DCF358BC077F1236007DB450, DCF358BC077F1236007DB450,
DCDA5E6408F94518009D93A8,
8E445F86047289E50059A3A7, 8E445F86047289E50059A3A7,
8ECA7E520563CD9500DFC000, 8ECA7E520563CD9500DFC000,
8EE1AFA30444660F0059A3A7,
F69B0CA602E24F6401A80112, F69B0CA602E24F6401A80112,
8ED6C29D03E2F32E0059A3A7, 8ED6C29D03E2F32E0059A3A7,
8E9CC7B1046EFD700059A3A7, 8E9CC7B1046EFD700059A3A7,
...@@ -2138,20 +2138,6 @@ ...@@ -2138,20 +2138,6 @@
refType = 2; refType = 2;
sourceTree = SOURCE_ROOT; sourceTree = SOURCE_ROOT;
}; };
8EE1AFA30444660F0059A3A7 = {
isa = PBXFileReference;
lastKnownFileType = image.png;
name = about_bg.png;
path = Resources/about_bg.png;
refType = 2;
sourceTree = SOURCE_ROOT;
};
8EE1AFA40444660F0059A3A7 = {
fileRef = 8EE1AFA30444660F0059A3A7;
isa = PBXBuildFile;
settings = {
};
};
//8E0 //8E0
//8E1 //8E1
//8E2 //8E2
...@@ -2306,6 +2292,20 @@ ...@@ -2306,6 +2292,20 @@
settings = { settings = {
}; };
}; };
DCDA5E6408F94518009D93A8 = {
isa = PBXFileReference;
lastKnownFileType = image.png;
name = about_bg.png;
path = Resources/about_bg.png;
refType = 4;
sourceTree = "<group>";
};
DCDA5E6508F94518009D93A8 = {
fileRef = DCDA5E6408F94518009D93A8;
isa = PBXBuildFile;
settings = {
};
};
DCE7BD0308A56C8B007B10AE = { DCE7BD0308A56C8B007B10AE = {
children = ( children = (
DCE7BD0408A56C8B007B10AE, DCE7BD0408A56C8B007B10AE,
......
...@@ -81,7 +81,7 @@ static VLAboutBox *_o_sharedInstance = nil; ...@@ -81,7 +81,7 @@ static VLAboutBox *_o_sharedInstance = nil;
VLC_Changeset()]]; VLC_Changeset()]];
/* Setup the nameversion field */ /* Setup the nameversion field */
o_name_version = [NSString stringWithFormat:@"%@ - Version %@", o_name, o_version]; o_name_version = [NSString stringWithFormat:@"Version %@", o_version];
[o_name_version_field setStringValue: o_name_version]; [o_name_version_field setStringValue: o_name_version];
/* Setup our credits */ /* Setup our credits */
......
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