Changeset 4

User picture

Author: cptavatar

(2009/01/01 05:49) Over 3 years ago

Add project files.

Affected files

Added Cerebral Imprint-Info.plist

Show contents

Added Cerebral Imprint.xcodeproj/alex.mode1

Show contents

Added Cerebral Imprint.xcodeproj/alex.mode1v3

Show contents

Added Cerebral Imprint.xcodeproj/alex.pbxuser

Show contents

Added Cerebral Imprint.xcodeproj/project.pbxproj

Show contents

Added gpl.txt

Show contents

Added Readme.rtf

Show contents

Added resource/English.lproj/InfoPlist.strings

Show contents

Added resource/English.lproj/MainMenu.xib

Show contents

Added resource/Help/create.html

Show contents

Added resource/Help/index.html

Show contents

Added resource/Help/keys.html

Show contents

Added resource/Help/prefs.html

Show contents

Added resource/Help/test.html

Show contents

Added resource/Info.plist

Show contents

Added resource/version.plist

Show contents

Updated src/CardDeck.m Download diff

34
18
//  along with this program; if not, write to the Free Software
18
//  along with this program; if not, write to the Free Software
19
//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
19
//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
20
//
20
//
21
//  $Id: CardDeck.m,v 1.5 2004/03/21 04:30:55 alex Exp $
21
//  $Id$
22
22
23
#import "CardDeck.h"
23
#import "CardDeck.h"
24
24

Updated src/CardDeckTest.h Download diff

34
18
//  along with this program; if not, write to the Free Software
18
//  along with this program; if not, write to the Free Software
19
//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
19
//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
20
//
20
//
21
//  $Id: CardDeckTest.h,v 1.3 2004/12/19 04:48:49 alex Exp $
21
//  $Id$
22
22
23
#import <Foundation/Foundation.h>
23
#import <Foundation/Foundation.h>
24
#import "CardDeck.h"
24
#import "CardDeck.h"

Updated src/CardDeckTest.m Download diff

34
18
//  along with this program; if not, write to the Free Software
18
//  along with this program; if not, write to the Free Software
19
//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
19
//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
20
//
20
//
21
//  $Id: CardDeckTest.m,v 1.8 2004/12/28 06:29:22 alex Exp $
21
//  $Id$
22
22
23
#import "CardDeckTest.h"
23
#import "CardDeckTest.h"
24
#import <libc.h>
24
#import <libc.h>

Updated src/CardDeckTestFactory.m Download diff

34
18
//  along with this program; if not, write to the Free Software
18
//  along with this program; if not, write to the Free Software
19
//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
19
//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
20
//
20
//
21
//  $Id: CardDeckTest.h,v 1.2 2004/03/21 04:30:55 alex Exp $
21
//  $Id$
22
22
23
#import "CardDeckTestFactory.h"
23
#import "CardDeckTestFactory.h"
24
24

Updated src/ControllerRegistry.h Download diff

34
18
//  along with this program; if not, write to the Free Software
18
//  along with this program; if not, write to the Free Software
19
//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
19
//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
20
//
20
//
21
//  $Id: ControllerRegistry.h,v 1.2 2004/12/19 04:48:12 alex Exp $
21
//  $Id$
22
22
23
#import <Foundation/Foundation.h>
23
#import <Foundation/Foundation.h>
24
24

Updated src/ControllerRegistry.m Download diff

34
18
//  along with this program; if not, write to the Free Software
18
//  along with this program; if not, write to the Free Software
19
//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
19
//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
20
//
20
//
21
//  $Id: ControllerRegistry.m,v 1.2 2004/12/19 04:48:12 alex Exp $
21
//  $Id$
22
22
23
#import "ControllerRegistry.h"
23
#import "ControllerRegistry.h"
24
24

Updated src/DeckEditorController.h Download diff

34
18
//  along with this program; if not, write to the Free Software
18
//  along with this program; if not, write to the Free Software
19
//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
19
//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
20
//
20
//
21
//  $Id: DeckEditorController.h,v 1.4 2004/06/04 04:21:50 alex Exp $
21
//  $Id$
22
22
23
#import <Cocoa/Cocoa.h>
23
#import <Cocoa/Cocoa.h>
24
#import "CardDeck.h"
24
#import "CardDeck.h"

Updated src/DeckEditorController.m Download diff

34
18
//  along with this program; if not, write to the Free Software
18
//  along with this program; if not, write to the Free Software
19
//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
19
//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
20
//
20
//
21
//  $Id: DeckEditorController.m,v 1.8 2004/12/28 06:29:22 alex Exp $
21
//  $Id$
22
22
23
#import "DeckEditorController.h"
23
#import "DeckEditorController.h"
24
#import "DeckManager.h"
24
#import "DeckManager.h"

Updated src/DeckManager.h Download diff

34
18
//  along with this program; if not, write to the Free Software
18
//  along with this program; if not, write to the Free Software
19
//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
19
//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
20
//
20
//
21
//  $Id: DeckManager.h,v 1.4 2004/06/04 04:21:51 alex Exp $
21
//  $Id$
22
22
23
#import <Foundation/Foundation.h>
23
#import <Foundation/Foundation.h>
24
#import "CardDeck.h"
24
#import "CardDeck.h"

Updated src/DeckManager.m Download diff

34
18
//  along with this program; if not, write to the Free Software
18
//  along with this program; if not, write to the Free Software
19
//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
19
//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
20
//
20
//
21
//  $Id: DeckManager.m,v 1.8 2004/12/19 04:48:12 alex Exp $
21
//  $Id$
22
22
23
#import "DeckManager.h"
23
#import "DeckManager.h"
24
24

Updated src/DeckManagerController.h Download diff

34
18
//  along with this program; if not, write to the Free Software
18
//  along with this program; if not, write to the Free Software
19
//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
19
//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
20
//
20
//
21
//  $Id: DeckManagerController.h,v 1.5 2004/06/04 04:21:51 alex Exp $
21
//  $Id$
22
22
23
#import <Cocoa/Cocoa.h>
23
#import <Cocoa/Cocoa.h>
24
#import "DeckManager.h"
24
#import "DeckManager.h"

Updated src/DeckManagerController.m Download diff

34
18
//  along with this program; if not, write to the Free Software
18
//  along with this program; if not, write to the Free Software
19
//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
19
//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
20
//
20
//
21
//  $Id: DeckManagerController.m,v 1.7 2004/12/28 06:29:22 alex Exp $
21
//  $Id$
22
22
23
#import "DeckManagerController.h"
23
#import "DeckManagerController.h"
24
#import "TextImportController.h"
24
#import "TextImportController.h"

Updated src/DeckTextImporter.h Download diff

34
18
//  along with this program; if not, write to the Free Software
18
//  along with this program; if not, write to the Free Software
19
//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
19
//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
20
//
20
//
21
//  $Id: DeckTextImporter.h,v 1.2 2004/06/04 04:21:51 alex Exp $
21
//  $Id$
22
22
23
#import <Foundation/Foundation.h>
23
#import <Foundation/Foundation.h>
24
#import "CardDeck.h"
24
#import "CardDeck.h"

Updated src/DeckTextImporter.m Download diff

34
18
//  along with this program; if not, write to the Free Software
18
//  along with this program; if not, write to the Free Software
19
//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
19
//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
20
//
20
//
21
//  $Id: DeckTextImporter.m,v 1.2 2004/06/04 04:21:51 alex Exp $
21
//  $Id$
22
22
23
#import "DeckTextImporter.h"
23
#import "DeckTextImporter.h"
24
24

Updated src/FlashCard.h Download diff

34
18
//  along with this program; if not, write to the Free Software
18
//  along with this program; if not, write to the Free Software
19
//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
19
//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
20
//
20
//
21
//  $Id: FlashCard.h,v 1.4 2004/12/19 04:48:12 alex Exp $
21
//  $Id$
22
22
23
#import <Foundation/Foundation.h>
23
#import <Foundation/Foundation.h>
24
#define RECENT_RESULT_SIZE 10
24
#define RECENT_RESULT_SIZE 10

Updated src/FlashCard.m Download diff

34
18
//  along with this program; if not, write to the Free Software
18
//  along with this program; if not, write to the Free Software
19
//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
19
//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
20
//
20
//
21
//  $Id: FlashCard.m,v 1.7 2004/12/19 04:48:12 alex Exp $
21
//  $Id$
22
22
23
#import "FlashCard.h"
23
#import "FlashCard.h"
24
#import "Preferences.h"
24
#import "Preferences.h"

Updated src/FlashController.h Download diff

34
18
//  along with this program; if not, write to the Free Software
18
//  along with this program; if not, write to the Free Software
19
//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
19
//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
20
//
20
//
21
//  $Id: FlashController.h,v 1.4 2004/12/19 04:48:12 alex Exp $
21
//  $Id$
22
22
23
#import <Cocoa/Cocoa.h>
23
#import <Cocoa/Cocoa.h>
24
#import "CardDeckTest.h"
24
#import "CardDeckTest.h"

Updated src/FlashController.m Download diff

34
18
//  along with this program; if not, write to the Free Software
18
//  along with this program; if not, write to the Free Software
19
//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
19
//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
20
//
20
//
21
//  $Id: FlashController.m,v 1.7 2004/12/19 04:48:12 alex Exp $
21
//  $Id$
22
22
23
#import "FlashController.h"
23
#import "FlashController.h"
24
#import "ControllerRegistry.h"
24
#import "ControllerRegistry.h"

Updated src/LearningTest.h Download diff

34
18
//  along with this program; if not, write to the Free Software
18
//  along with this program; if not, write to the Free Software
19
//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
19
//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
20
//
20
//
21
//  $Id: LearningTest.h,v 1.2 2004/12/19 04:48:11 alex Exp $
21
//  $Id$
22
22
23
#import <Foundation/Foundation.h>
23
#import <Foundation/Foundation.h>
24
#import "CardDeckTest.h"
24
#import "CardDeckTest.h"

Updated src/LearningTest.m Download diff

34
18
//  along with this program; if not, write to the Free Software
18
//  along with this program; if not, write to the Free Software
19
//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
19
//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
20
//
20
//
21
//  $Id: LearningTest.m,v 1.2 2004/12/19 04:48:12 alex Exp $
21
//  $Id$
22
22
23
#import "LearningTest.h"
23
#import "LearningTest.h"
24
#import "Preferences.h"
24
#import "Preferences.h"

Updated src/MainController.h Download diff

34
18
//  along with this program; if not, write to the Free Software
18
//  along with this program; if not, write to the Free Software
19
//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
19
//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
20
//
20
//
21
//  $Id: MainController.h,v 1.6 2004/12/19 04:48:12 alex Exp $
21
//  $Id$
22
22
23
#import <Cocoa/Cocoa.h>
23
#import <Cocoa/Cocoa.h>
24
#import <SystemConfiguration/SystemConfiguration.h>
24
#import <SystemConfiguration/SystemConfiguration.h>

Updated src/MainController.m Download diff

34
18
//  along with this program; if not, write to the Free Software
18
//  along with this program; if not, write to the Free Software
19
//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
19
//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
20
//
20
//
21
//  $Id: MainController.m,v 1.6 2004/12/19 04:48:12 alex Exp $
21
//  $Id$
22
22
23
#import "MainController.h"
23
#import "MainController.h"
24
#import "ControllerRegistry.h"
24
#import "ControllerRegistry.h"

Updated src/MCController.h Download diff

34
18
//  along with this program; if not, write to the Free Software
18
//  along with this program; if not, write to the Free Software
19
//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
19
//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
20
//
20
//
21
//  $Id: MCController.h,v 1.5 2004/12/19 04:48:12 alex Exp $
21
//  $Id$
22
22
23
#import <Cocoa/Cocoa.h>
23
#import <Cocoa/Cocoa.h>
24
#import "CardDeckTest.h"
24
#import "CardDeckTest.h"

Updated src/MCController.m Download diff

34
18
//  along with this program; if not, write to the Free Software
18
//  along with this program; if not, write to the Free Software
19
//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
19
//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
20
//
20
//
21
//  $Id: MCController.m,v 1.6 2004/12/19 04:48:12 alex Exp $
21
//  $Id$
22
22
23
#import "MCController.h"
23
#import "MCController.h"
24
#import "ControllerRegistry.h"
24
#import "ControllerRegistry.h"

Updated src/Preferences.h Download diff

34
18
//  along with this program; if not, write to the Free Software
18
//  along with this program; if not, write to the Free Software
19
//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
19
//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
20
//
20
//
21
//  $Id: Preferences.h,v 1.3 2004/12/28 06:29:22 alex Exp $
21
//  $Id$
22
22
23
#import <Foundation/Foundation.h>
23
#import <Foundation/Foundation.h>
24
24

Updated src/Preferences.m Download diff

34
18
//  along with this program; if not, write to the Free Software
18
//  along with this program; if not, write to the Free Software
19
//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
19
//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
20
//
20
//
21
//  $Id: Preferences.m,v 1.3 2004/12/28 06:29:22 alex Exp $
21
//  $Id$
22
22
23
#import "Preferences.h"
23
#import "Preferences.h"
24
#import "PreferencesKeys.h"
24
#import "PreferencesKeys.h"

Updated src/PreferencesController.h Download diff

34
18
//  along with this program; if not, write to the Free Software
18
//  along with this program; if not, write to the Free Software
19
//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
19
//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
20
//
20
//
21
//  $Id: PreferencesController.h,v 1.2 2004/12/28 06:29:22 alex Exp $
21
//  $Id$
22
22
23
#import <Cocoa/Cocoa.h>
23
#import <Cocoa/Cocoa.h>
24
#import "Preferences.h"
24
#import "Preferences.h"

Updated src/PreferencesController.m Download diff

34
18
//  along with this program; if not, write to the Free Software
18
//  along with this program; if not, write to the Free Software
19
//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
19
//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
20
//
20
//
21
//  $Id: PreferencesController.m,v 1.2 2004/12/28 06:29:22 alex Exp $
21
//  $Id$
22
#import "PreferencesController.h"
22
#import "PreferencesController.h"
23
#import "ControllerRegistry.h"
23
#import "ControllerRegistry.h"
24
24

Updated src/PreferencesKeys.h Download diff

34
22
//  along with this program; if not, write to the Free Software
22
//  along with this program; if not, write to the Free Software
23
//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
23
//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
24
//
24
//
25
//  $Id: PreferencesKeys.h,v 1.1 2004/12/19 04:45:37 alex Exp $
25
//  $Id$
26
26
27
#define UPDATE_CHECK @"checkForUpdateOnStart"
27
#define UPDATE_CHECK @"checkForUpdateOnStart"
28
#define UPDATE_CHECK_DEFAULT YES
28
#define UPDATE_CHECK_DEFAULT YES

Updated src/SAController.h Download diff

34
18
//  along with this program; if not, write to the Free Software
18
//  along with this program; if not, write to the Free Software
19
//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
19
//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
20
//
20
//
21
//  $Id: SAController.h,v 1.5 2004/12/19 04:48:12 alex Exp $
21
//  $Id$
22
22
23
#import <Cocoa/Cocoa.h>
23
#import <Cocoa/Cocoa.h>
24
#import "CardDeckTest.h"
24
#import "CardDeckTest.h"

Updated src/SAController.m Download diff

34
18
//  along with this program; if not, write to the Free Software
18
//  along with this program; if not, write to the Free Software
19
//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
19
//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
20
//
20
//
21
//  $Id: SAController.m,v 1.6 2004/12/28 06:29:22 alex Exp $
21
//  $Id$
22
22
23
#import "SAController.h"
23
#import "SAController.h"
24
#import "ControllerRegistry.h"
24
#import "ControllerRegistry.h"

Updated src/TestController.h Download diff

34
18
//  along with this program; if not, write to the Free Software
18
//  along with this program; if not, write to the Free Software
19
//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
19
//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
20
//
20
//
21
//  $Id: TestController.h,v 1.5 2004/12/19 04:48:12 alex Exp $
21
//  $Id$
22
22
23
#import <Cocoa/Cocoa.h>
23
#import <Cocoa/Cocoa.h>
24
#import "DeckManager.h"
24
#import "DeckManager.h"

Updated src/TestController.m Download diff

34
18
//  along with this program; if not, write to the Free Software
18
//  along with this program; if not, write to the Free Software
19
//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
19
//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
20
//
20
//
21
//  $Id: TestController.m,v 1.7 2004/12/19 04:48:12 alex Exp $
21
//  $Id$
22
22
23
#import "TestController.h"
23
#import "TestController.h"
24
24

Updated src/TextImportController.h Download diff

34
18
//  along with this program; if not, write to the Free Software
18
//  along with this program; if not, write to the Free Software
19
//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
19
//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
20
//
20
//
21
//  $Id: TextImportController.h,v 1.2 2004/06/04 04:21:50 alex Exp $
21
//  $Id$
22
22
23
#import <Foundation/Foundation.h>
23
#import <Foundation/Foundation.h>
24
#import "CardDeck.h"
24
#import "CardDeck.h"

Updated src/TextImportController.m Download diff

34
18
//  along with this program; if not, write to the Free Software
18
//  along with this program; if not, write to the Free Software
19
//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
19
//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
20
//
20
//
21
//  $Id: TextImportController.m,v 1.2 2004/06/04 04:21:50 alex Exp $
21
//  $Id$
22
22
23
#import "TextImportController.h"
23
#import "TextImportController.h"
24
#import "DeckManager.h"
24
#import "DeckManager.h"

Added UserDefaults.plist

Show contents