[GME-commit]
GMESRC/Paradigms/MetaGME/BonExtension/Gui SelConf.cpp,1.2,1.3
gme-commit at list.isis.vanderbilt.edu
gme-commit at list.isis.vanderbilt.edu
Tue Mar 9 20:50:20 CST 2004
- Previous message: [GME-commit]
GMESRC/Paradigms/MetaGME/BonExtension BON2Component.cpp,1.10,1.11
BON2Component.h,1.6,1.7 BonExt.dsp,1.5,1.6 TokenEx.cpp,1.1,NONE
TokenEx.h,1.1,NONE
- Next message: [GME-commit]
GMESRC/Paradigms/MetaGME/BonExtension/Rep Any.cpp,1.4,1.5
Any.h,1.3,1.4 AtomRep.cpp,1.2,1.3 AtomRep.h,1.2,1.3
AttributeRep.cpp,1.4,1.5 AttributeRep.h,1.2,1.3 CodeGen.cpp,1.1,1.2
ConnJoint.cpp,1.4,1.5 ConnJoint.h,1.3,1.4 ConnectionRep.cpp,1.3,1.4
ConnectionRep.h,1.2,1.3 Dumper.cpp,1.6,1.7 Dumper.h,1.5,1.6
FCO.cpp,1.6,1.7 FCO.h,1.6,1.7 FcoRep.cpp,1.2,1.3 FcoRep.h,1.2,1.3
FolderRep.cpp,1.5,1.6 FolderRep.h,1.2,1.3 Method.cpp,1.3,1.4
ModelRep.cpp,1.7,1.8 ModelRep.h,1.3,1.4 PointerItem.h,1.1,1.2
ReferenceRep.cpp,1.4,1.5 ReferenceRep.h,1.2,1.3 RoleRep.h,1.2,1.3
RootFolder.cpp,1.1,1.2 RootFolder.h,1.1,1.2 SetRep.cpp,1.4,1.5
SetRep.h,1.2,1.3 Sheet.cpp,1.5,1.6 Sheet.h,1.4,1.5
AspectRep.cpp,1.3,NONE AspectRep.h,1.2,NONE
ConstraintFuncRep.cpp,1.2,NONE ConstraintFuncRep.h,1.2,NONE
ConstraintRep.cpp,1.2,NONE ConstraintRep.h,1.2,NONE
PartRep.h,1.1,NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /var/lib/gme/GMESRC/Paradigms/MetaGME/BonExtension/Gui
In directory braindrain:/tmp/cvs-serv29957/Gui
Modified Files:
SelConf.cpp
Log Message:
Spring cleaning. Removed Aspects, Constraints, Parts
Made synched with MetaInt
Registry logic changed
Bugs:
connection inheritance ( m_connPtr changed during appendJoint)
ReferencePort detection changed according to metainterpreter
Modified Files:
BON2Component.cpp BON2Component.h BonExt.dsp Gui/SelConf.cpp
Rep/Any.cpp Rep/Any.h Rep/AtomRep.cpp Rep/AtomRep.h
Rep/AttributeRep.cpp Rep/AttributeRep.h Rep/CodeGen.cpp
Rep/ConnJoint.cpp Rep/ConnJoint.h Rep/ConnectionRep.cpp
Rep/ConnectionRep.h Rep/Dumper.cpp Rep/Dumper.h Rep/FCO.cpp
Rep/FCO.h Rep/FcoRep.cpp Rep/FcoRep.h Rep/FolderRep.cpp
Rep/FolderRep.h Rep/Method.cpp Rep/ModelRep.cpp Rep/ModelRep.h
Rep/PointerItem.h Rep/ReferenceRep.cpp Rep/ReferenceRep.h
Rep/RoleRep.h Rep/RootFolder.cpp Rep/RootFolder.h
Rep/SetRep.cpp Rep/SetRep.h Rep/Sheet.cpp Rep/Sheet.h
Removed Files:
TokenEx.cpp TokenEx.h Rep/AspectRep.cpp Rep/AspectRep.h
Rep/ConstraintFuncRep.cpp Rep/ConstraintFuncRep.h
Rep/ConstraintRep.cpp Rep/ConstraintRep.h Rep/PartRep.h
CVS User: zolmol
Index: SelConf.cpp
===================================================================
RCS file: /var/lib/gme/GMESRC/Paradigms/MetaGME/BonExtension/Gui/SelConf.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** SelConf.cpp 26 Feb 2004 17:33:15 -0000 1.2
--- SelConf.cpp 10 Mar 2004 02:50:18 -0000 1.3
***************
*** 216,219 ****
--- 216,223 ----
}
+ /*
+ Called with true usually
+ with false finally (OnOk)
+ */
void SelConf::saveUserPref( bool check)
{
***************
*** 230,234 ****
{
if ( !check) // if called from OnOk
! any_ptr->toBeD( e->val);
if (e->val) regVal = "true"; else regVal = "false";
any_ptr->getMyRegistry()->setValueByPath( regPath, regVal);
--- 234,238 ----
{
if ( !check) // if called from OnOk
! any_ptr->toBeEx( e->val);
if (e->val) regVal = "true"; else regVal = "false";
any_ptr->getMyRegistry()->setValueByPath( regPath, regVal);
- Previous message: [GME-commit]
GMESRC/Paradigms/MetaGME/BonExtension BON2Component.cpp,1.10,1.11
BON2Component.h,1.6,1.7 BonExt.dsp,1.5,1.6 TokenEx.cpp,1.1,NONE
TokenEx.h,1.1,NONE
- Next message: [GME-commit]
GMESRC/Paradigms/MetaGME/BonExtension/Rep Any.cpp,1.4,1.5
Any.h,1.3,1.4 AtomRep.cpp,1.2,1.3 AtomRep.h,1.2,1.3
AttributeRep.cpp,1.4,1.5 AttributeRep.h,1.2,1.3 CodeGen.cpp,1.1,1.2
ConnJoint.cpp,1.4,1.5 ConnJoint.h,1.3,1.4 ConnectionRep.cpp,1.3,1.4
ConnectionRep.h,1.2,1.3 Dumper.cpp,1.6,1.7 Dumper.h,1.5,1.6
FCO.cpp,1.6,1.7 FCO.h,1.6,1.7 FcoRep.cpp,1.2,1.3 FcoRep.h,1.2,1.3
FolderRep.cpp,1.5,1.6 FolderRep.h,1.2,1.3 Method.cpp,1.3,1.4
ModelRep.cpp,1.7,1.8 ModelRep.h,1.3,1.4 PointerItem.h,1.1,1.2
ReferenceRep.cpp,1.4,1.5 ReferenceRep.h,1.2,1.3 RoleRep.h,1.2,1.3
RootFolder.cpp,1.1,1.2 RootFolder.h,1.1,1.2 SetRep.cpp,1.4,1.5
SetRep.h,1.2,1.3 Sheet.cpp,1.5,1.6 Sheet.h,1.4,1.5
AspectRep.cpp,1.3,NONE AspectRep.h,1.2,NONE
ConstraintFuncRep.cpp,1.2,NONE ConstraintFuncRep.h,1.2,NONE
ConstraintRep.cpp,1.2,NONE ConstraintRep.h,1.2,NONE
PartRep.h,1.1,NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the GME-commit
mailing list