Update of /cvsroot/instantobjects/Source/Core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24320/Core Modified Files: InstantAccessors.pas InstantClasses.pas InstantCode.pas InstantCommand.pas InstantConnectionManager.pas InstantConnectionManagerFormUnit.pas InstantConsts.pas InstantCustomDBEvolverFormUnit.dfm InstantCustomDBEvolverFormUnit.pas InstantDBBuild.pas InstantDBBuilderFormUnit.pas InstantDBEvolution.pas InstantDBEvolverFormUnit.pas InstantDesignHook.pas InstantExplorer.pas InstantImageUtils.pas InstantPersistence.pas InstantPresentation.pas InstantPump.pas InstantRtti.pas InstantTextFiler.pas InstantUtils.pas Removed Files: InstantDefines.inc Log Message: removal of package cfg, dof and res files from CVS (D6 and D7 only) Index: InstantPresentation.pas =================================================================== RCS file: /cvsroot/instantobjects/Source/Core/InstantPresentation.pas,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** InstantPresentation.pas 13 Jul 2005 23:18:29 -0000 1.19 --- InstantPresentation.pas 24 Jul 2005 16:34:56 -0000 1.20 *************** *** 33,43 **** interface ! {$I InstantDefines.inc} ! ! {$IFDEF D7+} ! {$WARN UNSAFE_TYPE OFF} ! {$WARN UNSAFE_CAST OFF} ! {$WARN UNSAFE_CODE OFF} ! {$ENDIF} uses --- 33,37 ---- interface ! {$I ../../InstantDefines.inc} uses Index: InstantDBEvolution.pas =================================================================== RCS file: /cvsroot/instantobjects/Source/Core/InstantDBEvolution.pas,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** InstantDBEvolution.pas 13 Jul 2005 09:49:12 -0000 1.4 --- InstantDBEvolution.pas 24 Jul 2005 16:34:55 -0000 1.5 *************** *** 30,33 **** --- 30,35 ---- unit InstantDBEvolution; + {$I ../../InstantDefines.inc} + interface Index: InstantConnectionManager.pas =================================================================== RCS file: /cvsroot/instantobjects/Source/Core/InstantConnectionManager.pas,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** InstantConnectionManager.pas 4 Jul 2005 11:33:00 -0000 1.17 --- InstantConnectionManager.pas 24 Jul 2005 16:34:55 -0000 1.18 *************** *** 24,28 **** * the Initial Developer. All Rights Reserved. * ! * Contributor(s): Carlo Barazzetta * * ***** END LICENSE BLOCK ***** *) --- 24,29 ---- * the Initial Developer. All Rights Reserved. * ! * Contributor(s): ! * Carlo Barazzetta, Nando Dessena * * ***** END LICENSE BLOCK ***** *) *************** *** 30,40 **** unit InstantConnectionManager; ! {$I InstantDefines.inc} ! ! {$IFDEF D7+} ! {$WARN UNSAFE_TYPE OFF} ! {$WARN UNSAFE_CAST OFF} ! {$WARN UNSAFE_CODE OFF} ! {$ENDIF} interface --- 31,35 ---- unit InstantConnectionManager; ! {$I ../../InstantDefines.inc} interface --- InstantDefines.inc DELETED --- Index: InstantDesignHook.pas =================================================================== RCS file: /cvsroot/instantobjects/Source/Core/InstantDesignHook.pas,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** InstantDesignHook.pas 2 Feb 2004 20:52:15 -0000 1.1 --- InstantDesignHook.pas 24 Jul 2005 16:34:55 -0000 1.2 *************** *** 25,28 **** --- 25,29 ---- * * Contributor(s): + * Nando Dessena * * ***** END LICENSE BLOCK ***** *) *************** *** 30,33 **** --- 31,36 ---- unit InstantDesignHook; + {$I ../../InstantDefines.inc} + interface Index: InstantCode.pas =================================================================== RCS file: /cvsroot/instantobjects/Source/Core/InstantCode.pas,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** InstantCode.pas 2 May 2005 23:26:32 -0000 1.15 --- InstantCode.pas 24 Jul 2005 16:34:55 -0000 1.16 *************** *** 25,30 **** * * Contributor(s): ! * Carlo Barazzetta, Adrea Petrelli, Nando Dessena, Steven Mitchell, , Uberto Barbini ! * Joao Morais * * ***** END LICENSE BLOCK ***** *) --- 25,30 ---- * * Contributor(s): ! * Carlo Barazzetta, Adrea Petrelli, Nando Dessena, Steven Mitchell, ! * Uberto Barbini, Joao Morais * * ***** END LICENSE BLOCK ***** *) *************** *** 32,42 **** unit InstantCode; ! {$I InstantDefines.inc} ! ! {$IFDEF D7+} ! {$WARN UNSAFE_TYPE OFF} ! {$WARN UNSAFE_CAST OFF} ! {$WARN UNSAFE_CODE OFF} ! {$ENDIF} interface --- 32,36 ---- unit InstantCode; ! {$I ../../InstantDefines.inc} interface Index: InstantUtils.pas =================================================================== RCS file: /cvsroot/instantobjects/Source/Core/InstantUtils.pas,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** InstantUtils.pas 2 May 2005 23:26:33 -0000 1.4 --- InstantUtils.pas 24 Jul 2005 16:34:56 -0000 1.5 *************** *** 31,41 **** unit InstantUtils; ! {$I InstantDefines.inc} ! ! {$IFDEF D7+} ! {$WARN UNSAFE_TYPE OFF} ! {$WARN UNSAFE_CAST OFF} ! {$WARN UNSAFE_CODE OFF} ! {$ENDIF} interface --- 31,35 ---- unit InstantUtils; ! {$I ../../InstantDefines.inc} interface Index: InstantDBEvolverFormUnit.pas =================================================================== RCS file: /cvsroot/instantobjects/Source/Core/InstantDBEvolverFormUnit.pas,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** InstantDBEvolverFormUnit.pas 6 Jul 2005 01:27:29 -0000 1.2 --- InstantDBEvolverFormUnit.pas 24 Jul 2005 16:34:55 -0000 1.3 *************** *** 30,33 **** --- 30,35 ---- unit InstantDBEvolverFormUnit; + {$I ../../InstantDefines.inc} + interface Index: InstantTextFiler.pas =================================================================== RCS file: /cvsroot/instantobjects/Source/Core/InstantTextFiler.pas,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** InstantTextFiler.pas 22 Feb 2005 08:05:04 -0000 1.3 --- InstantTextFiler.pas 24 Jul 2005 16:34:56 -0000 1.4 *************** *** 31,41 **** unit InstantTextFiler; ! {$I InstantDefines.inc} ! ! {$IFDEF D7+} ! {$WARN UNSAFE_TYPE OFF} ! {$WARN UNSAFE_CAST OFF} ! {$WARN UNSAFE_CODE OFF} ! {$ENDIF} interface --- 31,35 ---- unit InstantTextFiler; ! {$I ../../InstantDefines.inc} interface Index: InstantClasses.pas =================================================================== RCS file: /cvsroot/instantobjects/Source/Core/InstantClasses.pas,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** InstantClasses.pas 2 May 2005 23:26:32 -0000 1.7 --- InstantClasses.pas 24 Jul 2005 16:34:55 -0000 1.8 *************** *** 31,41 **** unit InstantClasses; ! {$I InstantDefines.inc} ! ! {$IFDEF D7+} ! {$WARN UNSAFE_TYPE OFF} ! {$WARN UNSAFE_CAST OFF} ! {$WARN UNSAFE_CODE OFF} ! {$ENDIF} interface --- 31,35 ---- unit InstantClasses; ! {$I ../../InstantDefines.inc} interface Index: InstantImageUtils.pas =================================================================== RCS file: /cvsroot/instantobjects/Source/Core/InstantImageUtils.pas,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** InstantImageUtils.pas 10 Feb 2005 23:06:28 -0000 1.4 --- InstantImageUtils.pas 24 Jul 2005 16:34:55 -0000 1.5 *************** *** 22,26 **** * * Contributor(s): ! * Nando Dessena (fix to HInstance handling) * * ***** END LICENSE BLOCK ***** *) --- 22,26 ---- * * Contributor(s): ! * Nando Dessena * * ***** END LICENSE BLOCK ***** *) *************** *** 30,34 **** interface ! {$I InstantDefines.inc} uses --- 30,34 ---- interface ! {$I ../../InstantDefines.inc} uses Index: InstantPump.pas =================================================================== RCS file: /cvsroot/instantobjects/Source/Core/InstantPump.pas,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** InstantPump.pas 12 Feb 2005 11:51:41 -0000 1.4 --- InstantPump.pas 24 Jul 2005 16:34:56 -0000 1.5 *************** *** 30,33 **** --- 30,35 ---- unit InstantPump; + {$I ../../InstantDefines.inc} + interface Index: InstantCustomDBEvolverFormUnit.pas =================================================================== RCS file: /cvsroot/instantobjects/Source/Core/InstantCustomDBEvolverFormUnit.pas,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** InstantCustomDBEvolverFormUnit.pas 6 Jul 2005 01:27:29 -0000 1.2 --- InstantCustomDBEvolverFormUnit.pas 24 Jul 2005 16:34:55 -0000 1.3 *************** *** 30,33 **** --- 30,35 ---- unit InstantCustomDBEvolverFormUnit; + {$I ../../InstantDefines.inc} + interface Index: InstantRtti.pas =================================================================== RCS file: /cvsroot/instantobjects/Source/Core/InstantRtti.pas,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** InstantRtti.pas 2 May 2005 23:26:33 -0000 1.5 --- InstantRtti.pas 24 Jul 2005 16:34:56 -0000 1.6 *************** *** 25,29 **** * * Contributor(s): ! * Carlo Barazzetta, Adrea Petrelli, Uberto Barbini * * ***** END LICENSE BLOCK ***** *) --- 25,29 ---- * * Contributor(s): ! * Carlo Barazzetta, Adrea Petrelli, Uberto Barbini, Nando Dessena * * ***** END LICENSE BLOCK ***** *) *************** *** 31,43 **** unit InstantRtti; ! interface ! ! {$I InstantDefines.inc} ! {$IFDEF D7+} ! {$WARN UNSAFE_TYPE OFF} ! {$WARN UNSAFE_CAST OFF} ! {$WARN UNSAFE_CODE OFF} ! {$ENDIF} uses --- 31,37 ---- unit InstantRtti; ! {$I ../../InstantDefines.inc} ! interface uses Index: InstantCommand.pas =================================================================== RCS file: /cvsroot/instantobjects/Source/Core/InstantCommand.pas,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** InstantCommand.pas 22 Feb 2005 08:05:03 -0000 1.2 --- InstantCommand.pas 24 Jul 2005 16:34:55 -0000 1.3 *************** *** 24,28 **** * the Initial Developer. All Rights Reserved. * ! * Contributor(s): Nando Dessena * * ***** END LICENSE BLOCK ***** *) --- 24,29 ---- * the Initial Developer. All Rights Reserved. * ! * Contributor(s): ! * Nando Dessena * * ***** END LICENSE BLOCK ***** *) *************** *** 30,40 **** unit InstantCommand; ! {$I InstantDefines.inc} ! ! {$IFDEF D7+} ! {$WARN UNSAFE_TYPE OFF} ! {$WARN UNSAFE_CAST OFF} ! {$WARN UNSAFE_CODE OFF} ! {$ENDIF} interface --- 31,35 ---- unit InstantCommand; ! {$I ../../InstantDefines.inc} interface Index: InstantAccessors.pas =================================================================== RCS file: /cvsroot/instantobjects/Source/Core/InstantAccessors.pas,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** InstantAccessors.pas 2 Feb 2004 20:52:15 -0000 1.1 --- InstantAccessors.pas 24 Jul 2005 16:34:55 -0000 1.2 *************** *** 25,28 **** --- 25,29 ---- * * Contributor(s): + * Nando Dessena * * ***** END LICENSE BLOCK ***** *) *************** *** 30,40 **** unit InstantAccessors; ! {$I InstantDefines.inc} ! ! {$IFDEF D7+} ! {$WARN UNSAFE_TYPE OFF} ! {$WARN UNSAFE_CAST OFF} ! {$WARN UNSAFE_CODE OFF} ! {$ENDIF} interface --- 31,35 ---- unit InstantAccessors; ! {$I ../../InstantDefines.inc} interface Index: InstantConsts.pas =================================================================== RCS file: /cvsroot/instantobjects/Source/Core/InstantConsts.pas,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** InstantConsts.pas 6 Jul 2005 01:27:29 -0000 1.14 --- InstantConsts.pas 24 Jul 2005 16:34:55 -0000 1.15 *************** *** 24,28 **** * the Initial Developer. All Rights Reserved. * ! * Contributor(s): Nando Dessena * * ***** END LICENSE BLOCK ***** *) --- 24,29 ---- * the Initial Developer. All Rights Reserved. * ! * Contributor(s): ! * Nando Dessena * * ***** END LICENSE BLOCK ***** *) *************** *** 30,33 **** --- 31,36 ---- unit InstantConsts; + {$I ../../InstantDefines.inc} + interface *************** *** 63,66 **** --- 66,74 ---- InstantChildClassFieldName = 'ChildClass'; + {$IFNDEF D6+} + const + sLineBreak = #13#10; + {$ENDIF} + resourcestring SAccessError = 'Cannot access attribute %s(''%s'') as type: %s'; *************** *** 165,169 **** SUpdateConflict = 'Object %s(''%s'') was updated by another session'; SUnsupportedColumnType = 'ColumnType %s not supported'; - sLineBreak = #13#10; implementation --- 173,176 ---- Index: InstantExplorer.pas =================================================================== RCS file: /cvsroot/instantobjects/Source/Core/InstantExplorer.pas,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** InstantExplorer.pas 20 Jul 2004 11:07:48 -0000 1.2 --- InstantExplorer.pas 24 Jul 2005 16:34:55 -0000 1.3 *************** *** 25,29 **** * * Contributor(s): ! * Carlo Barazzetta, Adrea Petrelli: porting Kylix * * ***** END LICENSE BLOCK ***** *) --- 25,29 ---- * * Contributor(s): ! * Carlo Barazzetta, Adrea Petrelli, Nando Dessena * * ***** END LICENSE BLOCK ***** *) *************** *** 31,41 **** unit InstantExplorer; ! {$I InstantDefines.inc} ! ! {$IFDEF D7+} ! {$WARN UNSAFE_TYPE OFF} ! {$WARN UNSAFE_CAST OFF} ! {$WARN UNSAFE_CODE OFF} ! {$ENDIF} interface --- 31,35 ---- unit InstantExplorer; ! {$I ../../InstantDefines.inc} interface Index: InstantPersistence.pas =================================================================== RCS file: /cvsroot/instantobjects/Source/Core/InstantPersistence.pas,v retrieving revision 1.48 retrieving revision 1.49 diff -C2 -d -r1.48 -r1.49 *** InstantPersistence.pas 15 Jul 2005 10:31:49 -0000 1.48 --- InstantPersistence.pas 24 Jul 2005 16:34:55 -0000 1.49 *************** *** 32,42 **** unit InstantPersistence; ! {$I InstantDefines.inc} ! ! {$IFDEF D7+} ! {$WARN UNSAFE_TYPE OFF} ! {$WARN UNSAFE_CAST OFF} ! {$WARN UNSAFE_CODE OFF} ! {$ENDIF} interface --- 32,36 ---- unit InstantPersistence; ! {$I ../../InstantDefines.inc} interface Index: InstantDBBuild.pas =================================================================== RCS file: /cvsroot/instantobjects/Source/Core/InstantDBBuild.pas,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** InstantDBBuild.pas 4 Jul 2005 11:35:07 -0000 1.3 --- InstantDBBuild.pas 24 Jul 2005 16:34:55 -0000 1.4 *************** *** 30,33 **** --- 30,35 ---- unit InstantDBBuild; + {$I ../../InstantDefines.inc} + interface Index: InstantCustomDBEvolverFormUnit.dfm =================================================================== RCS file: /cvsroot/instantobjects/Source/Core/InstantCustomDBEvolverFormUnit.dfm,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** InstantCustomDBEvolverFormUnit.dfm 6 Jul 2005 01:27:29 -0000 1.2 --- InstantCustomDBEvolverFormUnit.dfm 24 Jul 2005 16:34:55 -0000 1.3 *************** *** 25,28 **** --- 25,31 ---- ShowHint = True OnCreate = FormCreate + DesignSize = ( + 593 + 305) PixelsPerInch = 96 TextHeight = 13 Index: InstantDBBuilderFormUnit.pas =================================================================== RCS file: /cvsroot/instantobjects/Source/Core/InstantDBBuilderFormUnit.pas,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** InstantDBBuilderFormUnit.pas 6 Jul 2005 01:27:29 -0000 1.2 --- InstantDBBuilderFormUnit.pas 24 Jul 2005 16:34:55 -0000 1.3 *************** *** 30,34 **** unit InstantDBBuilderFormUnit; ! interface --- 30,34 ---- unit InstantDBBuilderFormUnit; ! {$I ../../InstantDefines.inc} interface Index: InstantConnectionManagerFormUnit.pas =================================================================== RCS file: /cvsroot/instantobjects/Source/Core/InstantConnectionManagerFormUnit.pas,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** InstantConnectionManagerFormUnit.pas 4 Jul 2005 11:39:52 -0000 1.1 --- InstantConnectionManagerFormUnit.pas 24 Jul 2005 16:34:55 -0000 1.2 *************** *** 24,28 **** * the Initial Developer. All Rights Reserved. * ! * Contributor(s): Carlo Barazzetta, Nando Dessena * * ***** END LICENSE BLOCK ***** *) --- 24,29 ---- * the Initial Developer. All Rights Reserved. * ! * Contributor(s): ! * Carlo Barazzetta, Nando Dessena * * ***** END LICENSE BLOCK ***** *) *************** *** 30,40 **** unit InstantConnectionManagerFormUnit; ! {$I InstantDefines.inc} ! ! {$IFDEF D7+} ! {$WARN UNSAFE_TYPE OFF} ! {$WARN UNSAFE_CAST OFF} ! {$WARN UNSAFE_CODE OFF} ! {$ENDIF} interface --- 31,35 ---- unit InstantConnectionManagerFormUnit; ! {$I ../../InstantDefines.inc} interface |