Chameleon Applications

Chameleon Applications Commit Details

Date:2010-01-26 19:45:04 (14 years 2 months ago)
Author:Rekursor
Commit:64
Parents: 63
Message:Updates CHANGES, corrected typos
Changes:
M/trunk/ChameleonPrefPane/Sources/ChameleonPrefPane.h
M/trunk/ChameleonPrefPane/Sources/CustomTableView.h
M/trunk/ChameleonPrefPane/CHANGES
M/trunk/ChameleonPrefPane/Sources/CustomTableView.mm
M/trunk/ChameleonPrefPane/EfiInjectController.h
M/trunk/ChameleonPrefPane/Sources/GroupControllerProtocol.h

File differences

trunk/ChameleonPrefPane/Sources/CustomTableView.mm
22
33
44
5
6
5
76
87
98
// CustomTableView.mm
// ChameleonPrefPane
//
// Created by Fabien on 1/25/10.
// Copyright 2010 __MyCompanyName__. All rights reserved.
// Created by Rekursor on 1/25/10.
//
#import "CustomTableView.h"
trunk/ChameleonPrefPane/Sources/ChameleonPrefPane.h
1010
1111
1212
13
13
1414
1515
1616
#import <SecurityInterface/SFAuthorizationView.h>
#import "CustomTableView.h"
// Constants
// Constants definition
static const NSString* const keyForceBootConfigPath = @"forceBootConfigPath";
static const NSString* const keySwapHD01 = @"swapHD01";
static const NSString* const keySwapHD02 = @"swapHD02";
trunk/ChameleonPrefPane/Sources/CustomTableView.h
22
33
44
5
6
5
76
87
98
// CustomTableView.h
// ChameleonPrefPane
//
// Created by Fabien on 1/25/10.
// Copyright 2010 __MyCompanyName__. All rights reserved.
// Created by Rekursor on 1/25/10.
//
#import <Cocoa/Cocoa.h>
trunk/ChameleonPrefPane/Sources/GroupControllerProtocol.h
22
33
44
5
5
66
77
88
// GroupControllerProtocol.h
// ChameleonPrefPane
//
// Created by Fabien on 1/25/10.
// Created by Rekursor on 1/25/10.
// Copyright 2010 __MyCompanyName__. All rights reserved.
//
trunk/ChameleonPrefPane/EfiInjectController.h
1111
1212
1313
14
14
1515
1616
1717
// TabView subpane controller definition
// TabView subpane controller definitions
@interface EfiInjectController : PreferencesControllerBase <GroupControllerProtocol>
{
IBOutlet NSButton*mEfiInject;
trunk/ChameleonPrefPane/CHANGES
1
2
13
24
35
- Added new EFI Injection panel
- Added PciRoot, GUI boot options
- Added scrax to credits: thx for testing the Chameleon PrefPane!
- Create a makebin script (to enhance) that creates zip archives and sets a version
in the bin dir

Archive Download the corresponding diff file

Revision: 64