Skip to content

Commit

Permalink
Adding All the Files
Browse files Browse the repository at this point in the history
  • Loading branch information
drcapulet committed Feb 28, 2009
0 parents commit e7be407
Show file tree
Hide file tree
Showing 995 changed files with 105,482 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.DS_Store
build/*

15 changes: 15 additions & 0 deletions AppController.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
/* AppController */

#import <Cocoa/Cocoa.h>

#import "SS_PrefsController/SS_PrefsController.h"

@interface AppController : NSObject
{
SS_PrefsController *prefs;
IBOutlet NSTextField *msg;
}

- (IBAction)showPrefs:(id)sender;
- (NSString *)state; // Return state of 'someOption' as 'checked' or 'unchecked'
@end
38 changes: 38 additions & 0 deletions AppController.m
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
#import "AppController.h"

@implementation AppController

- (void)dealloc
{
[prefs release];
[super dealloc];
}

- (IBAction)showPrefs:(id)sender
{
if (!prefs) {
// Determine path to the sample preference panes
NSString *pathToPanes = [[NSString stringWithFormat:@"%@/Contents/Preference Panes/", [[NSBundle mainBundle] bundlePath]]
stringByStandardizingPath];

prefs = [[SS_PrefsController alloc] initWithPanesSearchPath:pathToPanes];

// Set which panes are included, and their order.
[prefs setPanesOrder:[NSArray arrayWithObjects:@"General", @"Updates", @"A Non-Existent Preference Pane", nil]];

}

// Show the preferences window.
[prefs showPreferencesWindow];
}

- (NSString *)state
{
NSNumber *state = [[[NSUserDefaultsController sharedUserDefaultsController] values] valueForKey:@"someOption"];
if(state) {
return ([state intValue] == NSOnState) ? @"checked" : @"unchecked";
}
return nil;
}

@end
33 changes: 33 additions & 0 deletions Credits.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<style type="text/css">

body {
font-family: "Lucida Grande";
width: 500px;

}

</style>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Untitled Document</title>
</head>

<body>
<center>
<br />
<p>
Thanks to the following developers:<br />
Alex Coomans, Lead<br />
pcwiz, Coding Assistance</p>

<p>Uses Preferences Controller code by Matt Gemmell <<a href="http://mattgemmell.com">http://mattgemmell.com</a>></p>


<a href="http://sparkle.andymatuschak.org/"><img src="UpdatesBySparkle.png" border="none"/></a>
</center>


</body>
</html>
11 changes: 11 additions & 0 deletions English.lproj/.svn/all-wcprops
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
K 25
svn:wc:ra_dav:version-url
V 47
/svn/servebox/!svn/ver/2/tags/1.0/English.lproj
END
InfoPlist.strings
K 25
svn:wc:ra_dav:version-url
V 65
/svn/servebox/!svn/ver/2/tags/1.0/English.lproj/InfoPlist.strings
END
72 changes: 72 additions & 0 deletions English.lproj/.svn/entries
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
9

dir
2
http://skyhighmac@svn.assembla.com/svn/servebox/tags/1.0/English.lproj
http://skyhighmac@svn.assembla.com/svn/servebox



2008-10-29T03:17:16.941194Z
2
skyhighmac


svn:special svn:externals svn:needs-lock


















0

InfoPlist.strings
file




2008-06-10T00:12:19.000000Z
efff287862dcf924cd37bbb9dcd9e676
2008-10-29T03:17:16.941194Z
2
skyhighmac
has-props




















210

MainMenu.nib
dir

1 change: 1 addition & 0 deletions English.lproj/.svn/format
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
9
5 changes: 5 additions & 0 deletions English.lproj/.svn/prop-base/InfoPlist.strings.svn-base
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
K 13
svn:mime-type
V 24
application/octet-stream
END
Binary file not shown.
Binary file added English.lproj/InfoPlist.strings
Binary file not shown.
17 changes: 17 additions & 0 deletions English.lproj/MainMenu.nib/.svn/all-wcprops
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
K 25
svn:wc:ra_dav:version-url
V 60
/svn/servebox/!svn/ver/2/tags/1.0/English.lproj/MainMenu.nib
END
keyedobjects.nib
K 25
svn:wc:ra_dav:version-url
V 77
/svn/servebox/!svn/ver/2/tags/1.0/English.lproj/MainMenu.nib/keyedobjects.nib
END
designable.nib
K 25
svn:wc:ra_dav:version-url
V 75
/svn/servebox/!svn/ver/2/tags/1.0/English.lproj/MainMenu.nib/designable.nib
END
103 changes: 103 additions & 0 deletions English.lproj/MainMenu.nib/.svn/entries
Original file line number Diff line number Diff line change
@@ -0,0 +1,103 @@
9

dir
2
http://skyhighmac@svn.assembla.com/svn/servebox/tags/1.0/English.lproj/MainMenu.nib
http://skyhighmac@svn.assembla.com/svn/servebox



2008-10-29T03:17:16.941194Z
2
skyhighmac


svn:special svn:externals svn:needs-lock


















0

keyedobjects.nib
file




2008-09-11T01:48:42.000000Z
55c64f6703d96a54c5c7be14a5576570
2008-10-29T03:17:16.941194Z
2
skyhighmac
has-props




















266471

designable.nib
file




2008-09-11T01:48:42.000000Z
3a716108fa20474b9d407702ba0ed793
2008-10-29T03:17:16.941194Z
2
skyhighmac





















1070154

1 change: 1 addition & 0 deletions English.lproj/MainMenu.nib/.svn/format
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
9
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
K 13
svn:mime-type
V 24
application/octet-stream
END
Loading

0 comments on commit e7be407

Please sign in to comment.