Chameleon Applications

Chameleon Applications Commit Details

Date:2010-02-01 17:46:51 (14 years 2 months ago)
Author:DieBuche
Commit:100
Parents: 99
Message:New icons
Changes:
A/branches/diebuche/ChameleonPrefPane/Resources/disk.png
A/branches/diebuche/ChameleonPrefPane/Resources/syringe.png
A/branches/diebuche/ChameleonPrefPane/Resources/chip.png
A/branches/diebuche/ChameleonPrefPane/Resources/advanced.png
A/branches/diebuche/ChameleonPrefPane/Resources/wrench.png
A/branches/diebuche/ChameleonPrefPane/Resources/plug.png
A/branches/diebuche/ChameleonPrefPane/Resources/flag.png
M/branches/diebuche/ChameleonPrefPane/English.lproj/Localizable.strings
M/branches/diebuche/ChameleonPrefPane/Resources/chamsmall.png
M/branches/diebuche/ChameleonPrefPane/de_DE.lproj/Localizable.strings
M/branches/diebuche/ChameleonPrefPane/ChameleonPrefPane.xcodeproj/project.pbxproj
M/branches/diebuche/ChameleonPrefPane/Sources/TableViewsController.mm

File differences

branches/diebuche/ChameleonPrefPane/Sources/TableViewsController.mm
7676
7777
7878
79
80
81
82
83
84
85
79
80
81
82
83
84
85
8686
8787
8888
mCDROMImage = [self getImageResource: @"CDROM" ofType: @"png"];
mUnknownImage = [self getImageResource: @"Chameleon" ofType: @"tiff"];
mImgPaneBootFrom = [self getImageResource:@"MacOSX" ofType:@"png"];
mImgPaneBootSetup = [self getImageResource:@"MacOSX" ofType:@"png"];
mImgPaneBootFlags = [self getImageResource:@"MacOSX" ofType:@"png"];
mImgPanePeripherals = [self getImageResource:@"MacOSX" ofType:@"png"];
mImgPaneAdvanced = [self getImageResource:@"MacOSX" ofType:@"png"];
mImgPaneEfiInject = [self getImageResource:@"MacOSX" ofType:@"png"];
mImgPaneSmbios = [self getImageResource:@"MacOSX" ofType:@"png"];
mImgPaneBootFrom = [self getImageResource:@"disk" ofType:@"png"];
mImgPaneBootSetup = [self getImageResource:@"wrench" ofType:@"png"];
mImgPaneBootFlags = [self getImageResource:@"flag" ofType:@"png"];
mImgPanePeripherals = [self getImageResource:@"plug" ofType:@"png"];
mImgPaneAdvanced = [self getImageResource:@"advanced" ofType:@"png"];
mImgPaneEfiInject = [self getImageResource:@"syringe" ofType:@"png"];
mImgPaneSmbios = [self getImageResource:@"chip" ofType:@"png"];
mImgPaneAbout = [self getImageResource:@"chamsmall" ofType:@"png"];
return self;
branches/diebuche/ChameleonPrefPane/ChameleonPrefPane.xcodeproj/project.pbxproj
6868
6969
7070
71
71
72
73
74
75
76
77
78
7279
7380
7481
......
144151
145152
146153
147
154
155
156
157
158
159
160
161
148162
149163
150164
......
258272
259273
260274
261
262275
263276
264277
265278
279
266280
267281
282
268283
269284
270285
......
274289
275290
276291
292
293
294
295
296
297
277298
278299
279300
......
465486
466487
467488
468
469489
470490
471491
......
473493
474494
475495
496
497
498
499
500
501
502
503
476504
477505
478506
......
524552
525553
526554
527
555
528556
529557
530
558
531559
532560
533561
B3981F7D1113376C009E2520 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B3981F7C1113376C009E2520 /* QuartzCore.framework */; };
B398220D111349F5009E2520 /* RoundedBox.h in Headers */ = {isa = PBXBuildFile; fileRef = B398220A111349F5009E2520 /* RoundedBox.h */; };
B39822E911134F8B009E2520 /* RoundedBox.m in Sources */ = {isa = PBXBuildFile; fileRef = B398220B111349F5009E2520 /* RoundedBox.m */; };
B3E370081115D2B000BBF949 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = B3E370061115D2B000BBF949 /* Localizable.strings */; };
B3A0F59D111729BE00B42162 /* chip.png in Resources */ = {isa = PBXBuildFile; fileRef = B3A0F59C111729BE00B42162 /* chip.png */; };
B3A0F5D011172B1500B42162 /* syringe.png in Resources */ = {isa = PBXBuildFile; fileRef = B3A0F5CF11172B1500B42162 /* syringe.png */; };
B3A0F5D71117326100B42162 /* disk.png in Resources */ = {isa = PBXBuildFile; fileRef = B3A0F5D61117326100B42162 /* disk.png */; };
B3A0F5E51117355100B42162 /* plug.png in Resources */ = {isa = PBXBuildFile; fileRef = B3A0F5E41117355100B42162 /* plug.png */; };
B3A0F5F11117369F00B42162 /* advanced.png in Resources */ = {isa = PBXBuildFile; fileRef = B3A0F5F01117369F00B42162 /* advanced.png */; };
B3A0F5F811173A0200B42162 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = B3A0F5F611173A0200B42162 /* Localizable.strings */; };
B3A0F64F11173B7300B42162 /* wrench.png in Resources */ = {isa = PBXBuildFile; fileRef = B3A0F64E11173B7300B42162 /* wrench.png */; };
B3A0F65311173C7500B42162 /* flag.png in Resources */ = {isa = PBXBuildFile; fileRef = B3A0F65211173C7500B42162 /* flag.png */; };
B3E372EC1115E78E00BBF949 /* Chameleon.xib in Resources */ = {isa = PBXBuildFile; fileRef = B3E372E61115E78E00BBF949 /* Chameleon.xib */; };
B3E372ED1115E78E00BBF949 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = B3E372E81115E78E00BBF949 /* InfoPlist.strings */; };
B3E372EE1115E78E00BBF949 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = B3E372EA1115E78E00BBF949 /* Localizable.strings */; };
B3981F7C1113376C009E2520 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = /System/Library/Frameworks/QuartzCore.framework; sourceTree = "<absolute>"; };
B398220A111349F5009E2520 /* RoundedBox.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RoundedBox.h; path = Sources/RoundedBox.h; sourceTree = "<group>"; };
B398220B111349F5009E2520 /* RoundedBox.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = RoundedBox.m; path = Sources/RoundedBox.m; sourceTree = "<group>"; };
B3E370071115D2B000BBF949 /* English */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/Localizable.strings; sourceTree = "<group>"; };
B3A0F59C111729BE00B42162 /* chip.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = chip.png; path = Resources/chip.png; sourceTree = "<group>"; };
B3A0F5CF11172B1500B42162 /* syringe.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = syringe.png; path = Resources/syringe.png; sourceTree = "<group>"; };
B3A0F5D61117326100B42162 /* disk.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = disk.png; path = Resources/disk.png; sourceTree = "<group>"; };
B3A0F5E41117355100B42162 /* plug.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = plug.png; path = Resources/plug.png; sourceTree = "<group>"; };
B3A0F5F01117369F00B42162 /* advanced.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = advanced.png; path = Resources/advanced.png; sourceTree = "<group>"; };
B3A0F5F711173A0200B42162 /* English */ = {isa = PBXFileReference; fileEncoding = 2483028224; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/Localizable.strings; sourceTree = "<group>"; };
B3A0F64E11173B7300B42162 /* wrench.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = wrench.png; path = Resources/wrench.png; sourceTree = "<group>"; };
B3A0F65211173C7500B42162 /* flag.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = flag.png; path = Resources/flag.png; sourceTree = "<group>"; };
B3E372E71115E78E00BBF949 /* de_DE */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = de_DE; path = Chameleon.xib; sourceTree = "<group>"; };
B3E372E91115E78E00BBF949 /* de_DE */ = {isa = PBXFileReference; fileEncoding = 2483028224; lastKnownFileType = text.plist.strings; name = de_DE; path = InfoPlist.strings; sourceTree = "<group>"; };
B3E372EB1115E78E00BBF949 /* de_DE */ = {isa = PBXFileReference; fileEncoding = 2483028224; lastKnownFileType = text.plist.strings; name = de_DE; path = Localizable.strings; sourceTree = "<group>"; };
children = (
B3E372EF1115E79500BBF949 /* it_IT.lproj */,
B3E372E51115E78E00BBF949 /* de_DE.lproj */,
B3E370061115D2B000BBF949 /* Localizable.strings */,
01A25D68111109FF0024EA7E /* cdBootCreator.sh */,
01A25D69111109FF0024EA7E /* getDevProp.sh */,
01A25D6A111109FF0024EA7E /* gfxutil */,
01B0E8261108B89100ACF21B /* CREDITS */,
B3A0F5F611173A0200B42162 /* Localizable.strings */,
01B0E81A1108B87A00ACF21B /* CDROM.png */,
01B0E81B1108B87A00ACF21B /* Chameleon.icns */,
B3A0F59C111729BE00B42162 /* chip.png */,
01B0E81C1108B87A00ACF21B /* Chameleon.tiff */,
01B0E81D1108B87A00ACF21B /* Linux.png */,
B3981E4311132AEC009E2520 /* background.png */,
B3F8879511148E790022CA5D /* footer.png */,
B3981F47111332FB009E2520 /* name.png */,
01B0E81F1108B87A00ACF21B /* Windows.png */,
B3A0F5CF11172B1500B42162 /* syringe.png */,
B3A0F5D61117326100B42162 /* disk.png */,
B3A0F5E41117355100B42162 /* plug.png */,
B3A0F65211173C7500B42162 /* flag.png */,
B3A0F5F01117369F00B42162 /* advanced.png */,
B3A0F64E11173B7300B42162 /* wrench.png */,
8D202CF70486D31800D8A456 /* Info.plist */,
089C167DFE841241C02AAC07 /* InfoPlist.strings */,
F506C042013D9D8C01CA16C8 /* Chameleon.xib */,
B3981E4411132AEC009E2520 /* background.png in Resources */,
B3981F48111332FB009E2520 /* name.png in Resources */,
B3F8879611148E790022CA5D /* footer.png in Resources */,
B3E370081115D2B000BBF949 /* Localizable.strings in Resources */,
B3E372EC1115E78E00BBF949 /* Chameleon.xib in Resources */,
B3E372ED1115E78E00BBF949 /* InfoPlist.strings in Resources */,
B3E372EE1115E78E00BBF949 /* Localizable.strings in Resources */,
B3E372F71115E79500BBF949 /* InfoPlist.strings in Resources */,
B3E372F81115E79500BBF949 /* Localizable.strings in Resources */,
B32BC7A011171A4B0095E458 /* chamsmall.png in Resources */,
B3A0F59D111729BE00B42162 /* chip.png in Resources */,
B3A0F5D011172B1500B42162 /* syringe.png in Resources */,
B3A0F5D71117326100B42162 /* disk.png in Resources */,
B3A0F5E51117355100B42162 /* plug.png in Resources */,
B3A0F5F11117369F00B42162 /* advanced.png in Resources */,
B3A0F5F811173A0200B42162 /* Localizable.strings in Resources */,
B3A0F64F11173B7300B42162 /* wrench.png in Resources */,
B3A0F65311173C7500B42162 /* flag.png in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
name = InfoPlist.strings;
sourceTree = "<group>";
};
B3E370061115D2B000BBF949 /* Localizable.strings */ = {
B3A0F5F611173A0200B42162 /* Localizable.strings */ = {
isa = PBXVariantGroup;
children = (
B3E370071115D2B000BBF949 /* English */,
B3A0F5F711173A0200B42162 /* English */,
);
name = Localizable.strings;
sourceTree = "<group>";
branches/diebuche/ChameleonPrefPane/English.lproj/Localizable.strings
1
2
1
2
33
4
5
4
5
66
7
8
7
8
99
10
11
10
11
1212
13
14
13
14
1515
16
17
16
17
1818
19
20
19
20
2121
22
23
22
23
24
25
" About" = "About";
"About" = "About";
/* comment */
" Advanced" = "Advanced";
/* No comment provided by engineer. */
"Advanced" = "Advanced";
/* comment */
" Boot_Flags" = "Boot Flags";
/* No comment provided by engineer. */
"Bios" = "Bioxcvxs";
/* comment */
" Boot_From ..." = "Boot From ...";
/* No comment provided by engineer. */
"Boot_Flags" = "Boot_Flags";
/* comment */
" Boot_Setup" = "Boot Setup";
/* No comment provided by engineer. */
"Boot_From" = "Boot_From";
/* comment */
" Efi_Inject" = "EFI Inject";
/* No comment provided by engineer. */
"Boot_Setup" = "Boot_Setup";
/* comment */
" Peripherals" = "Peripherals";
/* No comment provided by engineer. */
"Efi_Inject" = "Efi_Inject";
/* comment */
" SMBIOS" = "SMBIOS";
/* No comment provided by engineer. */
"Peripherals" = "Peripherals";

Archive Download the corresponding diff file

Revision: 100