mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 00:01:50 +00:00
Removing search panel
This commit is contained in:
parent
01b68b0fb0
commit
595643ccba
2
camino/BrowserWindow.nib/info.nib
generated
2
camino/BrowserWindow.nib/info.nib
generated
@ -43,9 +43,7 @@
|
||||
</array>
|
||||
<key>IBOpenObjects</key>
|
||||
<array>
|
||||
<integer>124</integer>
|
||||
<integer>160</integer>
|
||||
<integer>509</integer>
|
||||
</array>
|
||||
<key>IBSystem Version</key>
|
||||
<string>5Q125</string>
|
||||
|
BIN
camino/BrowserWindow.nib/objects.nib
generated
BIN
camino/BrowserWindow.nib/objects.nib
generated
Binary file not shown.
@ -779,8 +779,10 @@ static NSString *PrintToolbarItemIdentifier = @"Print Toolbar Item";
|
||||
withTabIcon:[NSImage imageNamed:@"bookicon"]];
|
||||
CHIconTabViewItem *histItem = [[CHIconTabViewItem alloc] initWithIdentifier:@"historySidebarCHIconTabViewItem"
|
||||
withTabIcon:[NSImage imageNamed:@"historyicon"]];
|
||||
#if USE_SEARCH_ITEM
|
||||
CHIconTabViewItem *searchItem = [[CHIconTabViewItem alloc] initWithIdentifier:@"searchSidebarCHIconTabViewItem"
|
||||
withTabIcon:[NSImage imageNamed:@"searchicon"]];
|
||||
#endif
|
||||
#if USE_PANELS_ITEM
|
||||
CHIconTabViewItem *panelsItem = [[CHIconTabViewItem alloc] initWithIdentifier:@"myPanelsCHIconTabViewItem"
|
||||
withTabIcon:[NSImage imageNamed:@"panel_icon"]];
|
||||
@ -788,7 +790,9 @@ static NSString *PrintToolbarItemIdentifier = @"Print Toolbar Item";
|
||||
|
||||
[bookItem setView:[[mSidebarSourceTabView tabViewItemAtIndex:0] view]];
|
||||
[histItem setView:[[mSidebarSourceTabView tabViewItemAtIndex:1] view]];
|
||||
#if USE_SEARCH_ITEM
|
||||
[searchItem setView:[[mSidebarSourceTabView tabViewItemAtIndex:2] view]];
|
||||
#endif
|
||||
#if USE_PANELS_ITEM
|
||||
[panelsItem setView:[[mSidebarSourceTabView tabViewItemAtIndex:3] view]];
|
||||
#endif
|
||||
@ -797,7 +801,9 @@ static NSString *PrintToolbarItemIdentifier = @"Print Toolbar Item";
|
||||
|
||||
[mSidebarTabView insertTabViewItem:bookItem atIndex:0];
|
||||
[mSidebarTabView insertTabViewItem:histItem atIndex:1];
|
||||
#if USE_SEARCH_ITEM
|
||||
[mSidebarTabView insertTabViewItem:searchItem atIndex:2];
|
||||
#endif
|
||||
#if USE_PANELS_ITEM
|
||||
[mSidebarTabView insertTabViewItem:panelsItem atIndex:3];
|
||||
#endif
|
||||
|
2
camino/English.lproj/BrowserWindow.nib/info.nib
generated
2
camino/English.lproj/BrowserWindow.nib/info.nib
generated
@ -43,9 +43,7 @@
|
||||
</array>
|
||||
<key>IBOpenObjects</key>
|
||||
<array>
|
||||
<integer>124</integer>
|
||||
<integer>160</integer>
|
||||
<integer>509</integer>
|
||||
</array>
|
||||
<key>IBSystem Version</key>
|
||||
<string>5Q125</string>
|
||||
|
BIN
camino/English.lproj/BrowserWindow.nib/objects.nib
generated
BIN
camino/English.lproj/BrowserWindow.nib/objects.nib
generated
Binary file not shown.
@ -43,9 +43,7 @@
|
||||
</array>
|
||||
<key>IBOpenObjects</key>
|
||||
<array>
|
||||
<integer>124</integer>
|
||||
<integer>160</integer>
|
||||
<integer>509</integer>
|
||||
</array>
|
||||
<key>IBSystem Version</key>
|
||||
<string>5Q125</string>
|
||||
|
Binary file not shown.
@ -779,8 +779,10 @@ static NSString *PrintToolbarItemIdentifier = @"Print Toolbar Item";
|
||||
withTabIcon:[NSImage imageNamed:@"bookicon"]];
|
||||
CHIconTabViewItem *histItem = [[CHIconTabViewItem alloc] initWithIdentifier:@"historySidebarCHIconTabViewItem"
|
||||
withTabIcon:[NSImage imageNamed:@"historyicon"]];
|
||||
#if USE_SEARCH_ITEM
|
||||
CHIconTabViewItem *searchItem = [[CHIconTabViewItem alloc] initWithIdentifier:@"searchSidebarCHIconTabViewItem"
|
||||
withTabIcon:[NSImage imageNamed:@"searchicon"]];
|
||||
#endif
|
||||
#if USE_PANELS_ITEM
|
||||
CHIconTabViewItem *panelsItem = [[CHIconTabViewItem alloc] initWithIdentifier:@"myPanelsCHIconTabViewItem"
|
||||
withTabIcon:[NSImage imageNamed:@"panel_icon"]];
|
||||
@ -788,7 +790,9 @@ static NSString *PrintToolbarItemIdentifier = @"Print Toolbar Item";
|
||||
|
||||
[bookItem setView:[[mSidebarSourceTabView tabViewItemAtIndex:0] view]];
|
||||
[histItem setView:[[mSidebarSourceTabView tabViewItemAtIndex:1] view]];
|
||||
#if USE_SEARCH_ITEM
|
||||
[searchItem setView:[[mSidebarSourceTabView tabViewItemAtIndex:2] view]];
|
||||
#endif
|
||||
#if USE_PANELS_ITEM
|
||||
[panelsItem setView:[[mSidebarSourceTabView tabViewItemAtIndex:3] view]];
|
||||
#endif
|
||||
@ -797,7 +801,9 @@ static NSString *PrintToolbarItemIdentifier = @"Print Toolbar Item";
|
||||
|
||||
[mSidebarTabView insertTabViewItem:bookItem atIndex:0];
|
||||
[mSidebarTabView insertTabViewItem:histItem atIndex:1];
|
||||
#if USE_SEARCH_ITEM
|
||||
[mSidebarTabView insertTabViewItem:searchItem atIndex:2];
|
||||
#endif
|
||||
#if USE_PANELS_ITEM
|
||||
[mSidebarTabView insertTabViewItem:panelsItem atIndex:3];
|
||||
#endif
|
||||
|
2
chimera/BrowserWindow.nib/info.nib
generated
2
chimera/BrowserWindow.nib/info.nib
generated
@ -43,9 +43,7 @@
|
||||
</array>
|
||||
<key>IBOpenObjects</key>
|
||||
<array>
|
||||
<integer>124</integer>
|
||||
<integer>160</integer>
|
||||
<integer>509</integer>
|
||||
</array>
|
||||
<key>IBSystem Version</key>
|
||||
<string>5Q125</string>
|
||||
|
BIN
chimera/BrowserWindow.nib/objects.nib
generated
BIN
chimera/BrowserWindow.nib/objects.nib
generated
Binary file not shown.
@ -779,8 +779,10 @@ static NSString *PrintToolbarItemIdentifier = @"Print Toolbar Item";
|
||||
withTabIcon:[NSImage imageNamed:@"bookicon"]];
|
||||
CHIconTabViewItem *histItem = [[CHIconTabViewItem alloc] initWithIdentifier:@"historySidebarCHIconTabViewItem"
|
||||
withTabIcon:[NSImage imageNamed:@"historyicon"]];
|
||||
#if USE_SEARCH_ITEM
|
||||
CHIconTabViewItem *searchItem = [[CHIconTabViewItem alloc] initWithIdentifier:@"searchSidebarCHIconTabViewItem"
|
||||
withTabIcon:[NSImage imageNamed:@"searchicon"]];
|
||||
#endif
|
||||
#if USE_PANELS_ITEM
|
||||
CHIconTabViewItem *panelsItem = [[CHIconTabViewItem alloc] initWithIdentifier:@"myPanelsCHIconTabViewItem"
|
||||
withTabIcon:[NSImage imageNamed:@"panel_icon"]];
|
||||
@ -788,7 +790,9 @@ static NSString *PrintToolbarItemIdentifier = @"Print Toolbar Item";
|
||||
|
||||
[bookItem setView:[[mSidebarSourceTabView tabViewItemAtIndex:0] view]];
|
||||
[histItem setView:[[mSidebarSourceTabView tabViewItemAtIndex:1] view]];
|
||||
#if USE_SEARCH_ITEM
|
||||
[searchItem setView:[[mSidebarSourceTabView tabViewItemAtIndex:2] view]];
|
||||
#endif
|
||||
#if USE_PANELS_ITEM
|
||||
[panelsItem setView:[[mSidebarSourceTabView tabViewItemAtIndex:3] view]];
|
||||
#endif
|
||||
@ -797,7 +801,9 @@ static NSString *PrintToolbarItemIdentifier = @"Print Toolbar Item";
|
||||
|
||||
[mSidebarTabView insertTabViewItem:bookItem atIndex:0];
|
||||
[mSidebarTabView insertTabViewItem:histItem atIndex:1];
|
||||
#if USE_SEARCH_ITEM
|
||||
[mSidebarTabView insertTabViewItem:searchItem atIndex:2];
|
||||
#endif
|
||||
#if USE_PANELS_ITEM
|
||||
[mSidebarTabView insertTabViewItem:panelsItem atIndex:3];
|
||||
#endif
|
||||
|
2
chimera/English.lproj/BrowserWindow.nib/info.nib
generated
2
chimera/English.lproj/BrowserWindow.nib/info.nib
generated
@ -43,9 +43,7 @@
|
||||
</array>
|
||||
<key>IBOpenObjects</key>
|
||||
<array>
|
||||
<integer>124</integer>
|
||||
<integer>160</integer>
|
||||
<integer>509</integer>
|
||||
</array>
|
||||
<key>IBSystem Version</key>
|
||||
<string>5Q125</string>
|
||||
|
BIN
chimera/English.lproj/BrowserWindow.nib/objects.nib
generated
BIN
chimera/English.lproj/BrowserWindow.nib/objects.nib
generated
Binary file not shown.
@ -43,9 +43,7 @@
|
||||
</array>
|
||||
<key>IBOpenObjects</key>
|
||||
<array>
|
||||
<integer>124</integer>
|
||||
<integer>160</integer>
|
||||
<integer>509</integer>
|
||||
</array>
|
||||
<key>IBSystem Version</key>
|
||||
<string>5Q125</string>
|
||||
|
Binary file not shown.
@ -779,8 +779,10 @@ static NSString *PrintToolbarItemIdentifier = @"Print Toolbar Item";
|
||||
withTabIcon:[NSImage imageNamed:@"bookicon"]];
|
||||
CHIconTabViewItem *histItem = [[CHIconTabViewItem alloc] initWithIdentifier:@"historySidebarCHIconTabViewItem"
|
||||
withTabIcon:[NSImage imageNamed:@"historyicon"]];
|
||||
#if USE_SEARCH_ITEM
|
||||
CHIconTabViewItem *searchItem = [[CHIconTabViewItem alloc] initWithIdentifier:@"searchSidebarCHIconTabViewItem"
|
||||
withTabIcon:[NSImage imageNamed:@"searchicon"]];
|
||||
#endif
|
||||
#if USE_PANELS_ITEM
|
||||
CHIconTabViewItem *panelsItem = [[CHIconTabViewItem alloc] initWithIdentifier:@"myPanelsCHIconTabViewItem"
|
||||
withTabIcon:[NSImage imageNamed:@"panel_icon"]];
|
||||
@ -788,7 +790,9 @@ static NSString *PrintToolbarItemIdentifier = @"Print Toolbar Item";
|
||||
|
||||
[bookItem setView:[[mSidebarSourceTabView tabViewItemAtIndex:0] view]];
|
||||
[histItem setView:[[mSidebarSourceTabView tabViewItemAtIndex:1] view]];
|
||||
#if USE_SEARCH_ITEM
|
||||
[searchItem setView:[[mSidebarSourceTabView tabViewItemAtIndex:2] view]];
|
||||
#endif
|
||||
#if USE_PANELS_ITEM
|
||||
[panelsItem setView:[[mSidebarSourceTabView tabViewItemAtIndex:3] view]];
|
||||
#endif
|
||||
@ -797,7 +801,9 @@ static NSString *PrintToolbarItemIdentifier = @"Print Toolbar Item";
|
||||
|
||||
[mSidebarTabView insertTabViewItem:bookItem atIndex:0];
|
||||
[mSidebarTabView insertTabViewItem:histItem atIndex:1];
|
||||
#if USE_SEARCH_ITEM
|
||||
[mSidebarTabView insertTabViewItem:searchItem atIndex:2];
|
||||
#endif
|
||||
#if USE_PANELS_ITEM
|
||||
[mSidebarTabView insertTabViewItem:panelsItem atIndex:3];
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user