Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-gpu
Commits
50f6b0f6
Commit
50f6b0f6
authored
Dec 02, 2004
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* ALL: moved the about-window to a seperate nib-file
parent
6d79bfeb
Changes
8
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
499 additions
and
12 deletions
+499
-12
extras/MacOSX/Resources/English.lproj/About.nib/classes.nib
extras/MacOSX/Resources/English.lproj/About.nib/classes.nib
+440
-0
extras/MacOSX/Resources/English.lproj/About.nib/info.nib
extras/MacOSX/Resources/English.lproj/About.nib/info.nib
+14
-0
extras/MacOSX/Resources/English.lproj/About.nib/keyedobjects.nib
...MacOSX/Resources/English.lproj/About.nib/keyedobjects.nib
+0
-0
extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
...s/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
+1
-7
extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
+4
-4
extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
...s/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
+0
-0
extras/MacOSX/vlc.pbproj/project.pbxproj
extras/MacOSX/vlc.pbproj/project.pbxproj
+36
-0
modules/gui/macosx/about.m
modules/gui/macosx/about.m
+4
-1
No files found.
extras/MacOSX/Resources/English.lproj/About.nib/classes.nib
0 → 100644
View file @
50f6b0f6
This diff is collapsed.
Click to expand it.
extras/MacOSX/Resources/English.lproj/About.nib/info.nib
0 → 100644
View file @
50f6b0f6
<?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>
45 176 505 517 0 0 1024 746
</string>
<key>
IBFramework Version
</key>
<string>
364.0
</string>
<key>
IBLockedObjects
</key>
<array/>
<key>
IBSystem Version
</key>
<string>
7R28
</string>
</dict>
</plist>
extras/MacOSX/Resources/English.lproj/About.nib/keyedobjects.nib
0 → 100644
View file @
50f6b0f6
File added
extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
View file @
50f6b0f6
...
...
@@ -6,13 +6,7 @@
ACTIONS = {showPanel = id; };
CLASS = VLAboutBox;
LANGUAGE = ObjC;
OUTLETS = {
"o_about_window" = id;
"o_copyright_field" = id;
"o_credits_scrollview" = id;
"o_credits_textview" = id;
"o_name_version_field" = id;
};
OUTLETS = {};
SUPERCLASS = NSObject;
},
{CLASS = VLBrushedMetalImageView; LANGUAGE = ObjC; SUPERCLASS = NSImageView; },
...
...
extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib
View file @
50f6b0f6
...
...
@@ -9,9 +9,9 @@
<key>
1617
</key>
<string>
542 480 104 149 0 0 1024 746
</string>
<key>
2197
</key>
<string>
237 313 596 367 0 0 1024 746
</string>
<string>
102 199 596 368 0 0 800 578
</string>
<key>
29
</key>
<string>
84 667 419 44 0 0 1024 746
</string>
<string>
53 507 419 44 0 0 800 578
</string>
<key>
915
</key>
<string>
54 452 185 199 0 0 1024 746
</string>
</dict>
...
...
@@ -27,9 +27,9 @@
</array>
<key>
IBOpenObjects
</key>
<array>
<integer>
21
</integer>
<integer>
29
</integer>
<integer>
2197
</integer>
<integer>
29
</integer>
<integer>
21
</integer>
</array>
<key>
IBSystem Version
</key>
<string>
7R28
</string>
...
...
extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
View file @
50f6b0f6
No preview for this file type
extras/MacOSX/vlc.pbproj/project.pbxproj
View file @
50f6b0f6
...
...
@@ -813,6 +813,7 @@
8E9CA1BF06D7DEE800B7186C
,
8E9CA1C006D7DEE800B7186C
,
8E9CA1C106D7DEE800B7186C
,
DCA00AA9075F948800E6BF46
,
);
isa
=
PBXResourcesBuildPhase
;
runOnlyForDeploymentPostprocessing
=
0
;
...
...
@@ -834,6 +835,7 @@
};
089C167CFE841241C02AAC07
=
{
children
=
(
DCA00AA7075F948800E6BF46
,
F74F13EA02C2A79C01EE194C
,
8E445F86047289E50059A3A7
,
8ECA7E520563CD9500DFC000
,
...
...
@@ -2213,6 +2215,40 @@
//A02
//A03
//A04
//DC0
//DC1
//DC2
//DC3
//DC4
DCA00AA7075F948800E6BF46
=
{
children
=
(
DCA00AA8075F948800E6BF46
,
);
isa
=
PBXVariantGroup
;
name
=
About.nib
;
path
=
""
;
refType
=
4
;
sourceTree
=
"<group>"
;
};
DCA00AA8075F948800E6BF46
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
wrapper.nib
;
name
=
English
;
path
=
Resources/English.lproj/About.nib
;
refType
=
4
;
sourceTree
=
"<group>"
;
};
DCA00AA9075F948800E6BF46
=
{
fileRef
=
DCA00AA7075F948800E6BF46
;
isa
=
PBXBuildFile
;
settings
=
{
};
};
//DC0
//DC1
//DC2
//DC3
//DC4
//F60
//F61
//F62
...
...
modules/gui/macosx/about.m
View file @
50f6b0f6
...
...
@@ -57,7 +57,10 @@ static VLAboutBox *_o_sharedInstance = nil;
NSString
*
o_name
;
NSString
*
o_version
;
NSString
*
o_thanks_path
;
/* Load the needed nib-file */
[
NSBundle
loadNibNamed
:
@"About"
owner
:
self
];
/* Get the info dictionary (Info.plist) */
o_info_dict
=
[[
NSBundle
mainBundle
]
infoDictionary
];
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment