Adding globe icon for URL bar. Updating to 0.2.7

This commit is contained in:
hyatt%netscape.com 2002-05-03 08:02:16 +00:00
Родитель b4b75daa66
Коммит 1a3f0e300b
26 изменённых файлов: 92 добавлений и 22 удалений

7
camino/BrowserWindow.nib/info.nib сгенерированный
Просмотреть файл

@ -9,7 +9,7 @@
<key>124</key>
<string>431 537 170 180 0 0 1152 746 </string>
<key>160</key>
<string>454 70 195 666 0 0 1152 746 </string>
<string>478 70 195 666 0 0 1152 746 </string>
<key>28</key>
<string>454 268 195 457 0 0 1152 746 </string>
<key>297</key>
@ -25,7 +25,7 @@
<key>475</key>
<string>493 338 207 230 0 0 1152 746 </string>
<key>56</key>
<string>380 463 343 68 0 0 1152 746 </string>
<string>404 484 343 68 0 0 1152 746 </string>
</dict>
<key>IBFramework Version</key>
<string>248.0</string>
@ -45,8 +45,9 @@
</array>
<key>IBOpenObjects</key>
<array>
<integer>297</integer>
<integer>160</integer>
<integer>56</integer>
<integer>297</integer>
</array>
<key>IBSystem Version</key>
<string>5Q125</string>

Двоичные данные
camino/BrowserWindow.nib/objects.nib сгенерированный

Двоичный файл не отображается.

Просмотреть файл

@ -466,6 +466,7 @@
F541496502714F9A01A80166,
F5DA444B027DD5AA01A80166,
F5179420027F3F2901A967DF,
F5179423028275B901A967DF,
);
isa = PBXResourcesBuildPhase;
name = "Bundle Resources";
@ -967,6 +968,17 @@
settings = {
};
};
F5179422028275B801A967DF = {
isa = PBXFileReference;
path = globe_ico.tif;
refType = 4;
};
F5179423028275B901A967DF = {
fileRef = F5179422028275B801A967DF;
isa = PBXBuildFile;
settings = {
};
};
F51842F30206168101A966FE = {
children = (
F5DE10E60209DC0601A967DF,
@ -2139,6 +2151,7 @@
F5DAB15402698D5401A80166,
F541496202714F9A01A80166,
F541496302714F9A01A80166,
F5179422028275B801A967DF,
);
isa = PBXGroup;
name = Sidebar;

7
camino/English.lproj/BrowserWindow.nib/info.nib сгенерированный
Просмотреть файл

@ -9,7 +9,7 @@
<key>124</key>
<string>431 537 170 180 0 0 1152 746 </string>
<key>160</key>
<string>454 70 195 666 0 0 1152 746 </string>
<string>478 70 195 666 0 0 1152 746 </string>
<key>28</key>
<string>454 268 195 457 0 0 1152 746 </string>
<key>297</key>
@ -25,7 +25,7 @@
<key>475</key>
<string>493 338 207 230 0 0 1152 746 </string>
<key>56</key>
<string>380 463 343 68 0 0 1152 746 </string>
<string>404 484 343 68 0 0 1152 746 </string>
</dict>
<key>IBFramework Version</key>
<string>248.0</string>
@ -45,8 +45,9 @@
</array>
<key>IBOpenObjects</key>
<array>
<integer>297</integer>
<integer>160</integer>
<integer>56</integer>
<integer>297</integer>
</array>
<key>IBSystem Version</key>
<string>5Q125</string>

Двоичные данные
camino/English.lproj/BrowserWindow.nib/objects.nib сгенерированный

Двоичный файл не отображается.

Двоичные данные
camino/English.lproj/MainMenu.nib/objects.nib сгенерированный

Двоичный файл не отображается.

Просмотреть файл

@ -108,7 +108,10 @@ static const char* ioServiceContractID = "@mozilla.org/network/io-service;1";
// Now open the new window.
BrowserWindowController* controller = [self openBrowserWindowWithURLString: [mPreferenceManager homePage]];
[controller focusURLBar];
if ([[mPreferenceManager homePage] isEqualToString: @"about:blank"])
[controller focusURLBar];
else
[[[controller getBrowserWrapper] getBrowserView] setActive: YES];
}
-(IBAction)newTab:(id)aSender

Двоичные данные
camino/MainMenu.nib/objects.nib сгенерированный

Двоичный файл не отображается.

Просмотреть файл

@ -466,6 +466,7 @@
F541496502714F9A01A80166,
F5DA444B027DD5AA01A80166,
F5179420027F3F2901A967DF,
F5179423028275B901A967DF,
);
isa = PBXResourcesBuildPhase;
name = "Bundle Resources";
@ -967,6 +968,17 @@
settings = {
};
};
F5179422028275B801A967DF = {
isa = PBXFileReference;
path = globe_ico.tif;
refType = 4;
};
F5179423028275B901A967DF = {
fileRef = F5179422028275B801A967DF;
isa = PBXBuildFile;
settings = {
};
};
F51842F30206168101A966FE = {
children = (
F5DE10E60209DC0601A967DF,
@ -2139,6 +2151,7 @@
F5DAB15402698D5401A80166,
F541496202714F9A01A80166,
F541496302714F9A01A80166,
F5179422028275B801A967DF,
);
isa = PBXGroup;
name = Sidebar;

Просмотреть файл

@ -9,7 +9,7 @@
<key>124</key>
<string>431 537 170 180 0 0 1152 746 </string>
<key>160</key>
<string>454 70 195 666 0 0 1152 746 </string>
<string>478 70 195 666 0 0 1152 746 </string>
<key>28</key>
<string>454 268 195 457 0 0 1152 746 </string>
<key>297</key>
@ -25,7 +25,7 @@
<key>475</key>
<string>493 338 207 230 0 0 1152 746 </string>
<key>56</key>
<string>380 463 343 68 0 0 1152 746 </string>
<string>404 484 343 68 0 0 1152 746 </string>
</dict>
<key>IBFramework Version</key>
<string>248.0</string>
@ -45,8 +45,9 @@
</array>
<key>IBOpenObjects</key>
<array>
<integer>297</integer>
<integer>160</integer>
<integer>56</integer>
<integer>297</integer>
</array>
<key>IBSystem Version</key>
<string>5Q125</string>

Двоичные данные
camino/resources/localized/English.lproj/BrowserWindow.nib/objects.nib сгенерированный

Двоичный файл не отображается.

Двоичные данные
camino/resources/localized/English.lproj/MainMenu.nib/objects.nib сгенерированный

Двоичный файл не отображается.

Просмотреть файл

@ -108,7 +108,10 @@ static const char* ioServiceContractID = "@mozilla.org/network/io-service;1";
// Now open the new window.
BrowserWindowController* controller = [self openBrowserWindowWithURLString: [mPreferenceManager homePage]];
[controller focusURLBar];
if ([[mPreferenceManager homePage] isEqualToString: @"about:blank"])
[controller focusURLBar];
else
[[[controller getBrowserWrapper] getBrowserView] setActive: YES];
}
-(IBAction)newTab:(id)aSender

7
chimera/BrowserWindow.nib/info.nib сгенерированный
Просмотреть файл

@ -9,7 +9,7 @@
<key>124</key>
<string>431 537 170 180 0 0 1152 746 </string>
<key>160</key>
<string>454 70 195 666 0 0 1152 746 </string>
<string>478 70 195 666 0 0 1152 746 </string>
<key>28</key>
<string>454 268 195 457 0 0 1152 746 </string>
<key>297</key>
@ -25,7 +25,7 @@
<key>475</key>
<string>493 338 207 230 0 0 1152 746 </string>
<key>56</key>
<string>380 463 343 68 0 0 1152 746 </string>
<string>404 484 343 68 0 0 1152 746 </string>
</dict>
<key>IBFramework Version</key>
<string>248.0</string>
@ -45,8 +45,9 @@
</array>
<key>IBOpenObjects</key>
<array>
<integer>297</integer>
<integer>160</integer>
<integer>56</integer>
<integer>297</integer>
</array>
<key>IBSystem Version</key>
<string>5Q125</string>

Двоичные данные
chimera/BrowserWindow.nib/objects.nib сгенерированный

Двоичный файл не отображается.

Просмотреть файл

@ -466,6 +466,7 @@
F541496502714F9A01A80166,
F5DA444B027DD5AA01A80166,
F5179420027F3F2901A967DF,
F5179423028275B901A967DF,
);
isa = PBXResourcesBuildPhase;
name = "Bundle Resources";
@ -967,6 +968,17 @@
settings = {
};
};
F5179422028275B801A967DF = {
isa = PBXFileReference;
path = globe_ico.tif;
refType = 4;
};
F5179423028275B901A967DF = {
fileRef = F5179422028275B801A967DF;
isa = PBXBuildFile;
settings = {
};
};
F51842F30206168101A966FE = {
children = (
F5DE10E60209DC0601A967DF,
@ -2139,6 +2151,7 @@
F5DAB15402698D5401A80166,
F541496202714F9A01A80166,
F541496302714F9A01A80166,
F5179422028275B801A967DF,
);
isa = PBXGroup;
name = Sidebar;

7
chimera/English.lproj/BrowserWindow.nib/info.nib сгенерированный
Просмотреть файл

@ -9,7 +9,7 @@
<key>124</key>
<string>431 537 170 180 0 0 1152 746 </string>
<key>160</key>
<string>454 70 195 666 0 0 1152 746 </string>
<string>478 70 195 666 0 0 1152 746 </string>
<key>28</key>
<string>454 268 195 457 0 0 1152 746 </string>
<key>297</key>
@ -25,7 +25,7 @@
<key>475</key>
<string>493 338 207 230 0 0 1152 746 </string>
<key>56</key>
<string>380 463 343 68 0 0 1152 746 </string>
<string>404 484 343 68 0 0 1152 746 </string>
</dict>
<key>IBFramework Version</key>
<string>248.0</string>
@ -45,8 +45,9 @@
</array>
<key>IBOpenObjects</key>
<array>
<integer>297</integer>
<integer>160</integer>
<integer>56</integer>
<integer>297</integer>
</array>
<key>IBSystem Version</key>
<string>5Q125</string>

Двоичные данные
chimera/English.lproj/BrowserWindow.nib/objects.nib сгенерированный

Двоичный файл не отображается.

Двоичные данные
chimera/English.lproj/MainMenu.nib/objects.nib сгенерированный

Двоичный файл не отображается.

Просмотреть файл

@ -108,7 +108,10 @@ static const char* ioServiceContractID = "@mozilla.org/network/io-service;1";
// Now open the new window.
BrowserWindowController* controller = [self openBrowserWindowWithURLString: [mPreferenceManager homePage]];
[controller focusURLBar];
if ([[mPreferenceManager homePage] isEqualToString: @"about:blank"])
[controller focusURLBar];
else
[[[controller getBrowserWrapper] getBrowserView] setActive: YES];
}
-(IBAction)newTab:(id)aSender

Двоичные данные
chimera/MainMenu.nib/objects.nib сгенерированный

Двоичный файл не отображается.

Просмотреть файл

@ -466,6 +466,7 @@
F541496502714F9A01A80166,
F5DA444B027DD5AA01A80166,
F5179420027F3F2901A967DF,
F5179423028275B901A967DF,
);
isa = PBXResourcesBuildPhase;
name = "Bundle Resources";
@ -967,6 +968,17 @@
settings = {
};
};
F5179422028275B801A967DF = {
isa = PBXFileReference;
path = globe_ico.tif;
refType = 4;
};
F5179423028275B901A967DF = {
fileRef = F5179422028275B801A967DF;
isa = PBXBuildFile;
settings = {
};
};
F51842F30206168101A966FE = {
children = (
F5DE10E60209DC0601A967DF,
@ -2139,6 +2151,7 @@
F5DAB15402698D5401A80166,
F541496202714F9A01A80166,
F541496302714F9A01A80166,
F5179422028275B801A967DF,
);
isa = PBXGroup;
name = Sidebar;

Просмотреть файл

@ -9,7 +9,7 @@
<key>124</key>
<string>431 537 170 180 0 0 1152 746 </string>
<key>160</key>
<string>454 70 195 666 0 0 1152 746 </string>
<string>478 70 195 666 0 0 1152 746 </string>
<key>28</key>
<string>454 268 195 457 0 0 1152 746 </string>
<key>297</key>
@ -25,7 +25,7 @@
<key>475</key>
<string>493 338 207 230 0 0 1152 746 </string>
<key>56</key>
<string>380 463 343 68 0 0 1152 746 </string>
<string>404 484 343 68 0 0 1152 746 </string>
</dict>
<key>IBFramework Version</key>
<string>248.0</string>
@ -45,8 +45,9 @@
</array>
<key>IBOpenObjects</key>
<array>
<integer>297</integer>
<integer>160</integer>
<integer>56</integer>
<integer>297</integer>
</array>
<key>IBSystem Version</key>
<string>5Q125</string>

Двоичные данные
chimera/resources/localized/English.lproj/BrowserWindow.nib/objects.nib сгенерированный

Двоичный файл не отображается.

Двоичные данные
chimera/resources/localized/English.lproj/MainMenu.nib/objects.nib сгенерированный

Двоичный файл не отображается.

Просмотреть файл

@ -108,7 +108,10 @@ static const char* ioServiceContractID = "@mozilla.org/network/io-service;1";
// Now open the new window.
BrowserWindowController* controller = [self openBrowserWindowWithURLString: [mPreferenceManager homePage]];
[controller focusURLBar];
if ([[mPreferenceManager homePage] isEqualToString: @"about:blank"])
[controller focusURLBar];
else
[[[controller getBrowserWrapper] getBrowserView] setActive: YES];
}
-(IBAction)newTab:(id)aSender