Chameleon Applications

Chameleon Applications Commit Details

Date:2010-01-22 19:29:23 (14 years 2 months ago)
Author:Rekursor
Commit:38
Parents: 37
Message:Added missing questionmark resource. Added loadOptionsFromPreferencesFile for each controller.
Changes:
A/trunk/ChameleonPrefPane/Resources/QuestionMark.png
M/trunk/ChameleonPrefPane/Sources/BootSetupController.h
M/trunk/ChameleonPrefPane/Sources/AdvancedSetupController.h
M/trunk/ChameleonPrefPane/Sources/BootSetupController.mm
M/trunk/ChameleonPrefPane/Sources/AdvancedSetupController.mm
M/trunk/ChameleonPrefPane/Sources/PeripheralsController.h
M/trunk/ChameleonPrefPane/Sources/BootFlagsController.h
M/trunk/ChameleonPrefPane/Sources/PeripheralsController.mm
M/trunk/ChameleonPrefPane/Sources/BootFlagsController.mm

File differences

trunk/ChameleonPrefPane/Sources/AdvancedSetupController.h
4444
4545
4646
47
4748
4849
-(IBAction) onCheckButtonChange: (id) sender;
-(IBAction) onTextFiedChange: (id) sender;
-(void) loadOptionsFromPreferencesFile;
@end
trunk/ChameleonPrefPane/Sources/BootSetupController.mm
1111
1212
1313
14
14
1515
1616
1717
......
2525
2626
2727
28
29
30
31
32
2833
@implementation BootSetupController
// TODO implement a smart & reusable option modification, able by all controllers
// TODO implement a smart & reusable option modification, usable by all controllers
// these pair of methods in each controller should all rely on a single external class instance (singleton)
// that would implement in an opaque way the options streaming between the panels and the pref. file
}
-(void) loadOptionsFromPreferencesFile
{
}
@end
trunk/ChameleonPrefPane/Sources/AdvancedSetupController.mm
1010
1111
1212
13
13
1414
1515
1616
......
2424
2525
2626
27
28
29
30
31
2732
@implementation AdvancedSetupController
// TODO implement a smart & reusable option modification, able by all controllers
// TODO implement a smart & reusable option modification, usable by all controllers
// these pair of methods in each controller should all rely on a single external class instance (singleton)
// that would implement in an opaque way the options streaming between the panels and the pref. file
}
-(void) loadOptionsFromPreferencesFile
{
}
@end
trunk/ChameleonPrefPane/Sources/PeripheralsController.h
3131
3232
3333
34
3435
3536
-(IBAction) onCheckButtonChange: (id) sender;
-(IBAction) onTextFiedChange: (id) sender;
-(void) loadOptionsFromPreferencesFile;
@end
trunk/ChameleonPrefPane/Sources/BootFlagsController.h
3030
3131
3232
33
3334
3435
-(IBAction) onCheckButtonChange: (id) sender;
-(IBAction) onTextFiedChange: (id) sender;
-(void) loadOptionsFromPreferencesFile;
@end
trunk/ChameleonPrefPane/Sources/PeripheralsController.mm
1010
1111
1212
13
13
1414
1515
1616
......
2424
2525
2626
27
28
29
30
31
2732
@implementation PeripheralsController
// TODO implement a smart & reusable option modification, able by all controllers
// TODO implement a smart & reusable option modification, usable by all controllers
// these pair of methods in each controller should all rely on a single external class instance (singleton)
// that would implement in an opaque way the options streaming between the panels and the pref. file
}
-(void) loadOptionsFromPreferencesFile
{
}
@end
trunk/ChameleonPrefPane/Sources/BootFlagsController.mm
1010
1111
1212
13
13
1414
1515
1616
......
2424
2525
2626
27
28
29
30
31
2732
@implementation BootFlagsController
// TODO implement a smart & reusable option modification, able by all controllers
// TODO implement a smart & reusable option modification, usable by all controllers
// these pair of methods in each controller should all rely on a single external class instance (singleton)
// that would implement in an opaque way the options streaming between the panels and the pref. file
}
-(void) loadOptionsFromPreferencesFile
{
}
@end
trunk/ChameleonPrefPane/Sources/BootSetupController.h
2626
2727
2828
29
2930
3031
-(IBAction) onCheckButtonChange: (id) sender;
-(IBAction) onTextFiedChange: (id) sender;
-(void) loadOptionsFromPreferencesFile;
@end

Archive Download the corresponding diff file

Revision: 38