Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
4e6c4d38
Commit
4e6c4d38
authored
Feb 12, 2014
by
David Fuhrmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
macosx: fix xib compilation warnings for open panel
Action prototypes were missing...
parent
b173cc47
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
57 additions
and
11 deletions
+57
-11
extras/package/macosx/Resources/English.lproj/Open.xib
extras/package/macosx/Resources/English.lproj/Open.xib
+45
-3
modules/gui/macosx/output.h
modules/gui/macosx/output.h
+8
-4
modules/gui/macosx/output.m
modules/gui/macosx/output.m
+4
-4
No files found.
extras/package/macosx/Resources/English.lproj/Open.xib
View file @
4e6c4d38
...
...
@@ -2,9 +2,9 @@
<archive
type=
"com.apple.InterfaceBuilder3.Cocoa.XIB"
version=
"7.10"
>
<data>
<int
key=
"IBDocument.SystemTarget"
>
1050
</int>
<string
key=
"IBDocument.SystemVersion"
>
12
E5
5
</string>
<string
key=
"IBDocument.SystemVersion"
>
12
F4
5
</string>
<string
key=
"IBDocument.InterfaceBuilderVersion"
>
851
</string>
<string
key=
"IBDocument.AppKitVersion"
>
1187.
39
</string>
<string
key=
"IBDocument.AppKitVersion"
>
1187.
40
</string>
<string
key=
"IBDocument.HIToolboxVersion"
>
626.00
</string>
<object
class=
"NSMutableDictionary"
key=
"IBDocument.PluginVersions"
>
<string
key=
"NS.key.0"
>
com.apple.InterfaceBuilder.CocoaPlugin
</string>
...
...
@@ -12,9 +12,9 @@
</object>
<object
class=
"NSMutableArray"
key=
"IBDocument.EditedObjectIDs"
>
<bool
key=
"EncodedWithXMLCoder"
>
YES
</bool>
<integer
value=
"637"
/>
<integer
value=
"2346"
/>
<integer
value=
"1263"
/>
<integer
value=
"637"
/>
</object>
<object
class=
"NSArray"
key=
"IBDocument.PluginDependencies"
>
<bool
key=
"EncodedWithXMLCoder"
>
YES
</bool>
...
...
@@ -14522,7 +14522,13 @@ eHQAAAAAQ29weXJpZ2h0IEFwcGxlLCBJbmMuLCAyMDA5AA</bytes>
<string>
outputChanged:
</string>
<string>
outputCloseSheet:
</string>
<string>
outputFileBrowse:
</string>
<string>
outputInfoChanged:
</string>
<string>
outputMethodChanged:
</string>
<string>
outputSettings:
</string>
<string>
streamPortStepperChanged:
</string>
<string>
streamTTLStepperChanged:
</string>
<string>
transcodeChanged:
</string>
<string>
transcodeInfoChanged:
</string>
</object>
<object
class=
"NSMutableArray"
key=
"dict.values"
>
<bool
key=
"EncodedWithXMLCoder"
>
YES
</bool>
...
...
@@ -14531,6 +14537,12 @@ eHQAAAAAQ29weXJpZ2h0IEFwcGxlLCBJbmMuLCAyMDA5AA</bytes>
<string>
id
</string>
<string>
id
</string>
<string>
id
</string>
<string>
id
</string>
<string>
id
</string>
<string>
id
</string>
<string>
id
</string>
<string>
id
</string>
<string>
id
</string>
</object>
</object>
<object
class=
"NSMutableDictionary"
key=
"actionInfosByName"
>
...
...
@@ -14541,7 +14553,13 @@ eHQAAAAAQ29weXJpZ2h0IEFwcGxlLCBJbmMuLCAyMDA5AA</bytes>
<string>
outputChanged:
</string>
<string>
outputCloseSheet:
</string>
<string>
outputFileBrowse:
</string>
<string>
outputInfoChanged:
</string>
<string>
outputMethodChanged:
</string>
<string>
outputSettings:
</string>
<string>
streamPortStepperChanged:
</string>
<string>
streamTTLStepperChanged:
</string>
<string>
transcodeChanged:
</string>
<string>
transcodeInfoChanged:
</string>
</object>
<object
class=
"NSMutableArray"
key=
"dict.values"
>
<bool
key=
"EncodedWithXMLCoder"
>
YES
</bool>
...
...
@@ -14561,10 +14579,34 @@ eHQAAAAAQ29weXJpZ2h0IEFwcGxlLCBJbmMuLCAyMDA5AA</bytes>
<string
key=
"name"
>
outputFileBrowse:
</string>
<string
key=
"candidateClassName"
>
id
</string>
</object>
<object
class=
"IBActionInfo"
>
<string
key=
"name"
>
outputInfoChanged:
</string>
<string
key=
"candidateClassName"
>
id
</string>
</object>
<object
class=
"IBActionInfo"
>
<string
key=
"name"
>
outputMethodChanged:
</string>
<string
key=
"candidateClassName"
>
id
</string>
</object>
<object
class=
"IBActionInfo"
>
<string
key=
"name"
>
outputSettings:
</string>
<string
key=
"candidateClassName"
>
id
</string>
</object>
<object
class=
"IBActionInfo"
>
<string
key=
"name"
>
streamPortStepperChanged:
</string>
<string
key=
"candidateClassName"
>
id
</string>
</object>
<object
class=
"IBActionInfo"
>
<string
key=
"name"
>
streamTTLStepperChanged:
</string>
<string
key=
"candidateClassName"
>
id
</string>
</object>
<object
class=
"IBActionInfo"
>
<string
key=
"name"
>
transcodeChanged:
</string>
<string
key=
"candidateClassName"
>
id
</string>
</object>
<object
class=
"IBActionInfo"
>
<string
key=
"name"
>
transcodeInfoChanged:
</string>
<string
key=
"candidateClassName"
>
id
</string>
</object>
</object>
</object>
<object
class=
"NSMutableDictionary"
key=
"outlets"
>
...
...
modules/gui/macosx/output.h
View file @
4e6c4d38
...
...
@@ -91,11 +91,15 @@
-
(
IBAction
)
outputChanged
:(
id
)
sender
;
-
(
IBAction
)
outputSettings
:(
id
)
sender
;
-
(
IBAction
)
outputCloseSheet
:(
id
)
sender
;
-
(
void
)
outputMethodChanged
:(
NSNotification
*
)
o_notification
;
-
(
void
)
outputInfoChanged
:(
NSNotification
*
)
o_notification
;
-
(
IBAction
)
outputMethodChanged
:(
id
)
sender
;
-
(
IBAction
)
outputInfoChanged
:(
id
)
object
;
-
(
void
)
TTLChanged
:(
NSNotification
*
)
o_notification
;
-
(
IBAction
)
outputFileBrowse
:(
id
)
sender
;
-
(
void
)
transcodeChanged
:(
NSNotification
*
)
o_notification
;
-
(
void
)
transcodeInfoChanged
:(
NSNotification
*
)
o_notification
;
-
(
IBAction
)
streamPortStepperChanged
:(
id
)
sender
;
-
(
IBAction
)
streamTTLStepperChanged
:(
id
)
sender
;
-
(
IBAction
)
transcodeChanged
:(
id
)
sender
;
-
(
IBAction
)
transcodeInfoChanged
:(
id
)
object
;
-
(
IBAction
)
announceChanged
:(
id
)
sender
;
-
(
IBAction
)
streamTTLStepperChanged
:(
id
)
sender
;
@end
modules/gui/macosx/output.m
View file @
4e6c4d38
...
...
@@ -201,7 +201,7 @@
[
NSApp
endSheet
:
o_output_sheet
];
}
-
(
void
)
outputMethodChanged
:(
NSNotification
*
)
o_notification
-
(
IBAction
)
outputMethodChanged
:(
id
)
sender
{
NSString
*
o_mode
;
o_mode
=
[[
o_method
selectedCell
]
title
];
...
...
@@ -314,7 +314,7 @@
[
self
outputInfoChanged
:
nil
];
}
-
(
void
)
outputInfoChanged
:(
NSNotification
*
)
o_notification
-
(
IBAction
)
outputInfoChanged
:(
id
)
object
{
NSString
*
o_mode
,
*
o_mux
,
*
o_mux_string
;
NSMutableString
*
o_announce
=
[
NSMutableString
stringWithString
:
@""
];
...
...
@@ -475,7 +475,7 @@
[
self
TTLChanged
:
nil
];
}
-
(
void
)
transcodeChanged
:(
NSNotification
*
)
o_notification
-
(
IBAction
)
transcodeChanged
:(
id
)
sender
{
if
([
o_transcode_video_chkbox
state
]
==
NSOnState
)
{
[
o_transcode_video_selector
setEnabled
:
YES
];
...
...
@@ -499,7 +499,7 @@
[
self
transcodeInfoChanged
:
nil
];
}
-
(
void
)
transcodeInfoChanged
:(
NSNotification
*
)
o_notification
-
(
IBAction
)
transcodeInfoChanged
:(
id
)
object
{
NSMutableString
*
o_transcode_string
=
[
NSMutableString
stringWithCapacity
:
200
];
...
...
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