Chameleon Applications

Chameleon Applications Commit Details

Date:2010-01-20 07:08:31 (14 years 2 months ago)
Author:Rekursor
Commit:8
Parents: 7
Message:Excluded restart button from Auth. scheme, like in original startup panel.
Changes:
M/ChameleonPrefPane/Sources/ChameleonPrefPane.mm
M/ChameleonPrefPane/ChameleonPrefPane.xcodeproj/project.pbxproj

File differences

ChameleonPrefPane/Sources/ChameleonPrefPane.mm
6161
6262
6363
64
6564
6665
6766
[mPartitionsTable setEnabled:[self isUnlocked]];
[mSwapHD01 setEnabled:[self isUnlocked]];
[mSwapHD02 setEnabled:[self isUnlocked]];
[mResetButton setEnabled:[self isUnlocked]];
[mStatusText setEnabled:[self isUnlocked]];
}
ChameleonPrefPane/ChameleonPrefPane.xcodeproj/project.pbxproj
287287
288288
289289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
290320
291321
292322
......
338368
339369
340370
371
341372
342373
343374
344375
345376
346
347
377
378
348379
349380
350381
......
356387
357388
358389
390
359391
360392
361393
......
365397
366398
367399
400
368401
369402
370403
/* End PBXVariantGroup section */
/* Begin XCBuildConfiguration section */
018B55E01106D2B5003FAB5E /* Release 10.5 */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)";
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_ENABLE_OBJC_GC = supported;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
ONLY_ACTIVE_ARCH = NO;
PREBINDING = NO;
SDKROOT = macosx10.5;
VALID_ARCHS = "i386 x86_64";
};
name = "Release 10.5";
};
018B55E11106D2B5003FAB5E /* Release 10.5 */ = {
isa = XCBuildConfiguration;
buildSettings = {
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
GCC_MODEL_TUNING = G5;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = StartupPrefPane_Prefix.pch;
INFOPLIST_FILE = Info.plist;
INSTALL_PATH = "$(HOME)/Library/PreferencePanes";
PRODUCT_NAME = Chameleon;
WRAPPER_EXTENSION = prefPane;
};
name = "Release 10.5";
};
1DBD214908BA80EA00186707 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)";
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_ENABLE_OBJC_GC = supported;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
PREBINDING = NO;
SDKROOT = macosx10.5;
VALID_ARCHS = "i386 ppc x86_64";
SDKROOT = macosx10.6;
VALID_ARCHS = "i386 x86_64";
};
name = Release;
};
buildConfigurations = (
1DBD214908BA80EA00186707 /* Debug */,
1DBD214A08BA80EA00186707 /* Release */,
018B55E11106D2B5003FAB5E /* Release 10.5 */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
buildConfigurations = (
1DBD214D08BA80EA00186707 /* Debug */,
1DBD214E08BA80EA00186707 /* Release */,
018B55E01106D2B5003FAB5E /* Release 10.5 */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;

Archive Download the corresponding diff file

Revision: 8