Skip to content

Commit

Permalink
Merge pull request #5 from markcarver/master
Browse files Browse the repository at this point in the history
New checkbox control!
  • Loading branch information
mstratman committed Sep 21, 2011
2 parents 537e3a6 + 96a8dea commit e65f719
Show file tree
Hide file tree
Showing 11 changed files with 906 additions and 39 deletions.
12 changes: 12 additions & 0 deletions CocoaDialog.xcodeproj/project.pbxproj
Expand Up @@ -80,6 +80,9 @@
A7255376142538DC004A7B4F /* Progressbar.xib in Resources */ = {isa = PBXBuildFile; fileRef = A725536F142538DC004A7B4F /* Progressbar.xib */; };
A7255377142538DC004A7B4F /* SecureInputbox.xib in Resources */ = {isa = PBXBuildFile; fileRef = A7255370142538DC004A7B4F /* SecureInputbox.xib */; };
A7255378142538DC004A7B4F /* Textbox.xib in Resources */ = {isa = PBXBuildFile; fileRef = A7255371142538DC004A7B4F /* Textbox.xib */; };
A786B44A142989D500917E4D /* CDCheckboxControl.h in Headers */ = {isa = PBXBuildFile; fileRef = A786B448142989D500917E4D /* CDCheckboxControl.h */; };
A786B44B142989D500917E4D /* CDCheckboxControl.m in Sources */ = {isa = PBXBuildFile; fileRef = A786B449142989D500917E4D /* CDCheckboxControl.m */; };
A786B44E14298C6000917E4D /* Checkbox.xib in Resources */ = {isa = PBXBuildFile; fileRef = A786B44D14298C6000917E4D /* Checkbox.xib */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
Expand Down Expand Up @@ -160,6 +163,9 @@
A725536F142538DC004A7B4F /* Progressbar.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; name = Progressbar.xib; path = Resources/Progressbar.xib; sourceTree = "<group>"; };
A7255370142538DC004A7B4F /* SecureInputbox.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; name = SecureInputbox.xib; path = Resources/SecureInputbox.xib; sourceTree = "<group>"; };
A7255371142538DC004A7B4F /* Textbox.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; name = Textbox.xib; path = Resources/Textbox.xib; sourceTree = "<group>"; };
A786B448142989D500917E4D /* CDCheckboxControl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CDCheckboxControl.h; path = src/CDControl/CDThreeButtonControl/CDCheckboxControl.h; sourceTree = "<group>"; };
A786B449142989D500917E4D /* CDCheckboxControl.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = CDCheckboxControl.m; path = src/CDControl/CDThreeButtonControl/CDCheckboxControl.m; sourceTree = "<group>"; };
A786B44D14298C6000917E4D /* Checkbox.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; name = Checkbox.xib; path = Resources/Checkbox.xib; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down Expand Up @@ -267,6 +273,7 @@
0E71D9D30963B12800FF6F7C /* CDMsgboxControl.h */,
0E71D9D40963B12800FF6F7C /* CDOkMsgboxControl.h */,
0E71D9D60963B12800FF6F7C /* CDPopUpButtonControl.h */,
A786B448142989D500917E4D /* CDCheckboxControl.h */,
0E71D9D80963B12800FF6F7C /* CDStandardInputboxControl.h */,
0E71D9D90963B12800FF6F7C /* CDStandardPopUpButtonControl.h */,
0E71D9DA0963B12800FF6F7C /* CDTextboxControl.h */,
Expand All @@ -292,6 +299,7 @@
isa = PBXGroup;
children = (
0E71D9EE0963B15300FF6F7C /* CDInputboxControl.m */,
A786B449142989D500917E4D /* CDCheckboxControl.m */,
0E71D9EF0963B15300FF6F7C /* CDMsgboxControl.m */,
0E71D9F00963B15300FF6F7C /* CDOkMsgboxControl.m */,
0E71D9F20963B15300FF6F7C /* CDPopUpButtonControl.m */,
Expand Down Expand Up @@ -365,6 +373,7 @@
A725536F142538DC004A7B4F /* Progressbar.xib */,
A7255370142538DC004A7B4F /* SecureInputbox.xib */,
A7255371142538DC004A7B4F /* Textbox.xib */,
A786B44D14298C6000917E4D /* Checkbox.xib */,
);
name = Resources;
sourceTree = "<group>";
Expand Down Expand Up @@ -407,6 +416,7 @@
0EC9B67E09B126D500956684 /* CDFileDialogControl.h in Headers */,
0EC9B68209B1273100956684 /* CDFileSaveControl.h in Headers */,
89BE1CA214270EC80030D0FF /* CDProgressbarInputHandler.h in Headers */,
A786B44A142989D500917E4D /* CDCheckboxControl.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -490,6 +500,7 @@
A7255376142538DC004A7B4F /* Progressbar.xib in Resources */,
A7255377142538DC004A7B4F /* SecureInputbox.xib in Resources */,
A7255378142538DC004A7B4F /* Textbox.xib in Resources */,
A786B44E14298C6000917E4D /* Checkbox.xib in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -522,6 +533,7 @@
0EC9B67F09B126D500956684 /* CDFileDialogControl.m in Sources */,
0EC9B68409B1274100956684 /* CDFileSaveControl.m in Sources */,
89BE1C9F14270A540030D0FF /* CDProgressbarInputHandler.m in Sources */,
A786B44B142989D500917E4D /* CDCheckboxControl.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down

0 comments on commit e65f719

Please sign in to comment.