Commit 68a19d04 authored by Felix Paul Kühne's avatar Felix Paul Kühne

Clean up here and there

parent 688d48fe
...@@ -174,7 +174,6 @@ ...@@ -174,7 +174,6 @@
/* We have a detached vout */ /* We have a detached vout */
else if( [[window className] isEqualToString: @"VLCVoutWindow"] ) else if( [[window className] isEqualToString: @"VLCVoutWindow"] )
{ {
msg_Dbg( VLCIntf, "detached vout controls.m call voutView" );
voutView = [window voutView]; voutView = [window voutView];
} }
} }
......
...@@ -178,11 +178,14 @@ ...@@ -178,11 +178,14 @@
- (void)setActive:(id)noData - (void)setActive:(id)noData
{ {
if( [[[VLCMain sharedInstance] getControls] voutView] != nil )
{
if( [[[[VLCMain sharedInstance] getControls] voutView] isFullscreen] ) if( [[[[VLCMain sharedInstance] getControls] voutView] isFullscreen] )
{ {
b_nonActive = NO; b_nonActive = NO;
[self fadeIn]; [self fadeIn];
} }
}
} }
/* This routine is called repeatedly to fade in the window */ /* This routine is called repeatedly to fade in the window */
......
...@@ -473,7 +473,7 @@ static VLCMain *_o_sharedMainInstance = nil; ...@@ -473,7 +473,7 @@ static VLCMain *_o_sharedMainInstance = nil;
#ifdef UPDATE_CHECK #ifdef UPDATE_CHECK
/* Check for update silently on startup */ /* Check for update silently on startup */
if( !nib_update_loaded ) if( !nib_update_loaded )
nib_update_loaded = [NSBundle loadNibNamed:@"Update" owner:self]; nib_update_loaded = [NSBundle loadNibNamed:@"Update" owner: NSApp];
if([o_update shouldCheckForUpdate]) if([o_update shouldCheckForUpdate])
[NSThread detachNewThreadSelector:@selector(checkForUpdate) toTarget:o_update withObject:nil]; [NSThread detachNewThreadSelector:@selector(checkForUpdate) toTarget:o_update withObject:nil];
...@@ -1253,7 +1253,7 @@ static unsigned int VLCModifiersToCocoa( unsigned int i_key ) ...@@ -1253,7 +1253,7 @@ static unsigned int VLCModifiersToCocoa( unsigned int i_key )
return nil; return nil;
if( !nib_prefs_loaded ) if( !nib_prefs_loaded )
nib_prefs_loaded = [NSBundle loadNibNamed:@"Preferences" owner: self]; nib_prefs_loaded = [NSBundle loadNibNamed:@"Preferences" owner: NSApp];
return o_sprefs; return o_sprefs;
} }
...@@ -1264,7 +1264,7 @@ static unsigned int VLCModifiersToCocoa( unsigned int i_key ) ...@@ -1264,7 +1264,7 @@ static unsigned int VLCModifiersToCocoa( unsigned int i_key )
return nil; return nil;
if( !nib_prefs_loaded ) if( !nib_prefs_loaded )
nib_prefs_loaded = [NSBundle loadNibNamed:@"Preferences" owner: self]; nib_prefs_loaded = [NSBundle loadNibNamed:@"Preferences" owner: NSApp];
return o_prefs; return o_prefs;
} }
...@@ -1925,7 +1925,7 @@ end: ...@@ -1925,7 +1925,7 @@ end:
{ {
if( !nib_open_loaded ) if( !nib_open_loaded )
{ {
nib_open_loaded = [NSBundle loadNibNamed:@"Open" owner:self]; nib_open_loaded = [NSBundle loadNibNamed:@"Open" owner: NSApp];
[o_open awakeFromNib]; [o_open awakeFromNib];
[o_open openFile]; [o_open openFile];
} else { } else {
...@@ -1937,7 +1937,7 @@ end: ...@@ -1937,7 +1937,7 @@ end:
{ {
if( !nib_open_loaded ) if( !nib_open_loaded )
{ {
nib_open_loaded = [NSBundle loadNibNamed:@"Open" owner:self]; nib_open_loaded = [NSBundle loadNibNamed:@"Open" owner: NSApp];
[o_open awakeFromNib]; [o_open awakeFromNib];
[o_open openFileGeneric]; [o_open openFileGeneric];
} else { } else {
...@@ -1949,7 +1949,7 @@ end: ...@@ -1949,7 +1949,7 @@ end:
{ {
if( !nib_open_loaded ) if( !nib_open_loaded )
{ {
nib_open_loaded = [NSBundle loadNibNamed:@"Open" owner:self]; nib_open_loaded = [NSBundle loadNibNamed:@"Open" owner: NSApp];
[o_open awakeFromNib]; [o_open awakeFromNib];
[o_open openDisc]; [o_open openDisc];
} else { } else {
...@@ -1961,7 +1961,7 @@ end: ...@@ -1961,7 +1961,7 @@ end:
{ {
if( !nib_open_loaded ) if( !nib_open_loaded )
{ {
nib_open_loaded = [NSBundle loadNibNamed:@"Open" owner:self]; nib_open_loaded = [NSBundle loadNibNamed:@"Open" owner: NSApp];
[o_open awakeFromNib]; [o_open awakeFromNib];
[o_open openNet]; [o_open openNet];
} else { } else {
...@@ -1973,7 +1973,7 @@ end: ...@@ -1973,7 +1973,7 @@ end:
{ {
if( !nib_open_loaded ) if( !nib_open_loaded )
{ {
nib_open_loaded = [NSBundle loadNibNamed:@"Open" owner:self]; nib_open_loaded = [NSBundle loadNibNamed:@"Open" owner: NSApp];
[o_open awakeFromNib]; [o_open awakeFromNib];
[o_open openCapture]; [o_open openCapture];
} else { } else {
...@@ -1985,7 +1985,7 @@ end: ...@@ -1985,7 +1985,7 @@ end:
{ {
if( !nib_wizard_loaded ) if( !nib_wizard_loaded )
{ {
nib_wizard_loaded = [NSBundle loadNibNamed:@"Wizard" owner:self]; nib_wizard_loaded = [NSBundle loadNibNamed:@"Wizard" owner: NSApp];
[o_wizard initStrings]; [o_wizard initStrings];
[o_wizard resetWizard]; [o_wizard resetWizard];
[o_wizard showWizard]; [o_wizard showWizard];
...@@ -1998,7 +1998,7 @@ end: ...@@ -1998,7 +1998,7 @@ end:
- (IBAction)showVLM:(id)sender - (IBAction)showVLM:(id)sender
{ {
if( !nib_vlm_loaded ) if( !nib_vlm_loaded )
nib_vlm_loaded = [NSBundle loadNibNamed:@"VLM" owner:self]; nib_vlm_loaded = [NSBundle loadNibNamed:@"VLM" owner: NSApp];
[o_vlm showVLMWindow]; [o_vlm showVLMWindow];
} }
...@@ -2009,7 +2009,7 @@ end: ...@@ -2009,7 +2009,7 @@ end:
o_extended = [[VLCExtended alloc] init]; o_extended = [[VLCExtended alloc] init];
if( !nib_extended_loaded ) if( !nib_extended_loaded )
nib_extended_loaded = [NSBundle loadNibNamed:@"Extended" owner:self]; nib_extended_loaded = [NSBundle loadNibNamed:@"Extended" owner: NSApp];
[o_extended showPanel]; [o_extended showPanel];
} }
...@@ -2019,12 +2019,12 @@ end: ...@@ -2019,12 +2019,12 @@ end:
/* we need the wizard-nib for the bookmarks's extract functionality */ /* we need the wizard-nib for the bookmarks's extract functionality */
if( !nib_wizard_loaded ) if( !nib_wizard_loaded )
{ {
nib_wizard_loaded = [NSBundle loadNibNamed:@"Wizard" owner:self]; nib_wizard_loaded = [NSBundle loadNibNamed:@"Wizard" owner: NSApp];
[o_wizard initStrings]; [o_wizard initStrings];
} }
if( !nib_bookmarks_loaded ) if( !nib_bookmarks_loaded )
nib_bookmarks_loaded = [NSBundle loadNibNamed:@"Bookmarks" owner:self]; nib_bookmarks_loaded = [NSBundle loadNibNamed:@"Bookmarks" owner: NSApp];
[o_bookmarks showBookmarks]; [o_bookmarks showBookmarks];
} }
...@@ -2033,7 +2033,7 @@ end: ...@@ -2033,7 +2033,7 @@ end:
{ {
if( !nib_prefs_loaded ) if( !nib_prefs_loaded )
{ {
nib_prefs_loaded = [NSBundle loadNibNamed:@"Preferences" owner: self]; nib_prefs_loaded = [NSBundle loadNibNamed:@"Preferences" owner: NSApp];
o_sprefs = [[VLCSimplePrefs alloc] init]; o_sprefs = [[VLCSimplePrefs alloc] init];
o_prefs= [[VLCPrefs alloc] init]; o_prefs= [[VLCPrefs alloc] init];
} }
...@@ -2048,7 +2048,7 @@ end: ...@@ -2048,7 +2048,7 @@ end:
{ {
#ifdef UPDATE_CHECK #ifdef UPDATE_CHECK
if( !nib_update_loaded ) if( !nib_update_loaded )
nib_update_loaded = [NSBundle loadNibNamed:@"Update" owner:self]; nib_update_loaded = [NSBundle loadNibNamed:@"Update" owner: NSApp];
[o_update showUpdateWindow]; [o_update showUpdateWindow];
#else #else
msg_Err( VLCIntf, "Update checker wasn't enabled in this build" ); msg_Err( VLCIntf, "Update checker wasn't enabled in this build" );
...@@ -2062,7 +2062,7 @@ end: ...@@ -2062,7 +2062,7 @@ end:
- (IBAction)viewAbout:(id)sender - (IBAction)viewAbout:(id)sender
{ {
if( !nib_about_loaded ) if( !nib_about_loaded )
nib_about_loaded = [NSBundle loadNibNamed:@"About" owner:self]; nib_about_loaded = [NSBundle loadNibNamed:@"About" owner: NSApp];
[o_about showAbout]; [o_about showAbout];
} }
...@@ -2070,7 +2070,7 @@ end: ...@@ -2070,7 +2070,7 @@ end:
- (IBAction)showLicense:(id)sender - (IBAction)showLicense:(id)sender
{ {
if( !nib_about_loaded ) if( !nib_about_loaded )
nib_about_loaded = [NSBundle loadNibNamed:@"About" owner:self]; nib_about_loaded = [NSBundle loadNibNamed:@"About" owner: NSApp];
[o_about showGPL: sender]; [o_about showGPL: sender];
} }
...@@ -2079,7 +2079,7 @@ end: ...@@ -2079,7 +2079,7 @@ end:
{ {
if( !nib_about_loaded ) if( !nib_about_loaded )
{ {
nib_about_loaded = [NSBundle loadNibNamed:@"About" owner:self]; nib_about_loaded = [NSBundle loadNibNamed:@"About" owner: NSApp];
[o_about showHelp]; [o_about showHelp];
} }
else else
...@@ -2334,7 +2334,7 @@ end: ...@@ -2334,7 +2334,7 @@ end:
- (IBAction)showInformationPanel:(id)sender - (IBAction)showInformationPanel:(id)sender
{ {
if(! nib_info_loaded ) if(! nib_info_loaded )
nib_info_loaded = [NSBundle loadNibNamed:@"MediaInfo" owner: self]; nib_info_loaded = [NSBundle loadNibNamed:@"MediaInfo" owner: NSApp];
[o_info initPanel]; [o_info initPanel];
} }
......
...@@ -1333,7 +1333,7 @@ ...@@ -1333,7 +1333,7 @@
return( o_ctx_menu ); return( o_ctx_menu );
} }
- (void)outlineView: (NSTableView *)o_tv - (void)outlineView: (NSOutlineView *)o_tv
didClickTableColumn:(NSTableColumn *)o_tc didClickTableColumn:(NSTableColumn *)o_tc
{ {
int i_mode, i_type = 0; int i_mode, i_type = 0;
......
...@@ -126,9 +126,12 @@ int DeviceCallback( vlc_object_t *p_this, const char *psz_variable, ...@@ -126,9 +126,12 @@ int DeviceCallback( vlc_object_t *p_this, const char *psz_variable,
- (id)getViewForWindow: (id)o_window - (id)getViewForWindow: (id)o_window
{ {
if( o_embedded_array != nil )
{
id o_enumerator = [o_embedded_array objectEnumerator]; id o_enumerator = [o_embedded_array objectEnumerator];
id o_current_embedded; id o_current_embedded;
if( o_window != nil )
{
while( (o_current_embedded = [o_enumerator nextObject]) ) while( (o_current_embedded = [o_enumerator nextObject]) )
{ {
if( [o_current_embedded getWindow] == o_window ) if( [o_current_embedded getWindow] == o_window )
...@@ -136,6 +139,8 @@ int DeviceCallback( vlc_object_t *p_this, const char *psz_variable, ...@@ -136,6 +139,8 @@ int DeviceCallback( vlc_object_t *p_this, const char *psz_variable,
return o_current_embedded; return o_current_embedded;
} }
} }
}
}
return nil; return nil;
} }
......
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