[Scopeapp-cvs]scopeapp/src ScopeAppDelegate.h,1.9,1.10 ScopeAppDelegate.m,1.14,1.15 ScopeView.m,1.12
Status: Alpha
Brought to you by:
narge
From: <sco...@li...> - 2002-10-29 06:10:46
|
Update of /cvsroot/scopeapp/scopeapp/src In directory usw-pr-cvs1:/tmp/cvs-serv744 Modified Files: ScopeAppDelegate.h ScopeAppDelegate.m ScopeView.m Log Message: Still more gnustep code removed. Index: ScopeAppDelegate.h =================================================================== RCS file: /cvsroot/scopeapp/scopeapp/src/ScopeAppDelegate.h,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** ScopeAppDelegate.h 19 Oct 2002 06:39:31 -0000 1.9 --- ScopeAppDelegate.h 29 Oct 2002 06:10:43 -0000 1.10 *************** *** 40,45 **** - (void) applicationDidFinishLaunching: (NSNotification *)not; - - (void) createMenu; - @end --- 40,43 ---- Index: ScopeAppDelegate.m =================================================================== RCS file: /cvsroot/scopeapp/scopeapp/src/ScopeAppDelegate.m,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** ScopeAppDelegate.m 29 Oct 2002 05:59:08 -0000 1.14 --- ScopeAppDelegate.m 29 Oct 2002 06:10:43 -0000 1.15 *************** *** 38,43 **** id sampler; - [self createMenu]; - // FIXME choose an appropriate InputSampler sampler = [[TestSampler alloc] init]; --- 38,41 ---- Index: ScopeView.m =================================================================== RCS file: /cvsroot/scopeapp/scopeapp/src/ScopeView.m,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** ScopeView.m 29 Oct 2002 05:50:11 -0000 1.12 --- ScopeView.m 29 Oct 2002 06:10:43 -0000 1.13 *************** *** 28,36 **** #import "ScopeAppGlobals.h" - #ifdef __APPLE__ - #import "GSVbox.h" - #import "GSHbox.h" - #endif - static double gTimeScales[10] = {0.001,0.002,0.005,0.01,0.02,0.05,0.1}; static double gVoltScales[7] = {0.01,0.02,0.05,0.1,0.2,0.5,1}; --- 28,31 ---- |