commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnue common/NEWS designer/NEWS designer/doc/ins...


From: James Thompson
Subject: gnue common/NEWS designer/NEWS designer/doc/ins...
Date: Sat, 19 Jan 2002 15:57:38 -0500

CVSROOT:        /cvsroot/gnue
Module name:    gnue
Changes by:     James Thompson <address@hidden> 02/01/19 15:57:38

Modified files:
        common         : NEWS 
        designer       : NEWS 
        designer/doc/installer: README gfdesigner.cfg 
        forms          : NEWS 
        forms/doc/installer: README gfclient.cfg gfclient.iss 

Log message:
        Doc and package config updates for the 0.1.1 release

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/common/NEWS.diff?tr1=1.11&tr2=1.12&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/designer/NEWS.diff?tr1=1.6&tr2=1.7&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/designer/doc/installer/README.diff?tr1=1.5&tr2=1.6&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/designer/doc/installer/gfdesigner.cfg.diff?tr1=1.3&tr2=1.4&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/forms/NEWS.diff?tr1=1.19&tr2=1.20&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/forms/doc/installer/README.diff?tr1=1.3&tr2=1.4&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/forms/doc/installer/gfclient.cfg.diff?tr1=1.3&tr2=1.4&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/forms/doc/installer/gfclient.iss.diff?tr1=1.7&tr2=1.8&r1=text&r2=text

Patches:
Index: gnue/common/NEWS
diff -c gnue/common/NEWS:1.11 gnue/common/NEWS:1.12
*** gnue/common/NEWS:1.11       Fri Jan 18 20:19:50 2002
--- gnue/common/NEWS    Sat Jan 19 15:57:38 2002
***************
*** 1,4 ****
! New features/changes in version 0.1.1: (??-JAN-2001)
  o Database driver performance enhancements
  o Misc bug fixes and enhancements
  
--- 1,4 ----
! New features/changes in version 0.1.1: (19-JAN-2001)
  o Database driver performance enhancements
  o Misc bug fixes and enhancements
  
Index: gnue/designer/NEWS
diff -c gnue/designer/NEWS:1.6 gnue/designer/NEWS:1.7
*** gnue/designer/NEWS:1.6      Fri Jan 18 20:30:03 2002
--- gnue/designer/NEWS  Sat Jan 19 15:57:38 2002
***************
*** 1,4 ****
! New features/changes in version 0.1.1: (??-JAN-2002)
  o Added a Data Source Editor with table introspection support
    and drag-and-drop field creation.
  o Added a code editor based on Scintilla complete with Syntax-
--- 1,4 ----
! New features/changes in version 0.1.1: (19-JAN-2002)
  o Added a Data Source Editor with table introspection support
    and drag-and-drop field creation.
  o Added a code editor based on Scintilla complete with Syntax-
Index: gnue/designer/doc/installer/README
diff -c gnue/designer/doc/installer/README:1.5 
gnue/designer/doc/installer/README:1.6
*** gnue/designer/doc/installer/README:1.5      Tue Nov 13 00:53:28 2001
--- gnue/designer/doc/installer/README  Sat Jan 19 15:57:38 2002
***************
*** 7,20 ****
  
  Install common, forms, and designer as normal
  
! copy the gfdesigner script from c:\python21\scripts into 
c:\installer\designer\gfd.py
  IMPORTANT: Rename the file as stated above
  
  from the c:\installer\designer do a 
  
! python ../installer/builder h:\cvs\gnue\designer\doc\installer\gfdesigner.cfg
  
! You'll get a c:\installer\designer\dist_gfdesigner dir that will contain the 
sellf 
  contained designer
  
  Next run the inno software (www.jrsoftware.org) and use the script file
--- 7,21 ----
  
  Install common, forms, and designer as normal
  
! copy the gfdesigner script from c:\python21\scripts 
! into c:\installer\designer\gfd.py
  IMPORTANT: Rename the file as stated above
  
  from the c:\installer\designer do a 
  
! python ..\installer\builder h:\cvs\gnue\designer\doc\installer\gfdesigner.cfg
  
! You'll get a c:\installer\designer\dist_gfdesigner dir that will contain the 
self 
  contained designer
  
  Next run the inno software (www.jrsoftware.org) and use the script file
***************
*** 30,35 ****
    More than likely you'll need to add c;\windows\system to your path so 
      that the installer can find python21.dll
  
!   Py2exe does seem to cope with the PyXML module, McMillan seems a little for
!   feature complete anyway :)
  
--- 31,36 ----
    More than likely you'll need to add c;\windows\system to your path so 
      that the installer can find python21.dll
  
!   Py2exe does not seem to cope with the PyXML module, McMillan seems a 
!   little more feature complete anyway :)
  
Index: gnue/designer/doc/installer/gfdesigner.cfg
diff -c gnue/designer/doc/installer/gfdesigner.cfg:1.3 
gnue/designer/doc/installer/gfdesigner.cfg:1.4
*** gnue/designer/doc/installer/gfdesigner.cfg:1.3      Tue Nov 13 00:53:28 2001
--- gnue/designer/doc/installer/gfdesigner.cfg  Sat Jan 19 15:57:38 2002
***************
*** 11,17 ****
  name= gfdesigner.exe
  script= c:\installer\designer\gfd
  zlib = APPZLIB
! userunw = 0
  support = 0
  debug = 0
  
--- 11,18 ----
  name= gfdesigner.exe
  script= c:\installer\designer\gfd
  zlib = APPZLIB
! ; set userunw to 1 to disable dos window
! userunw = 1
  support = 0
  debug = 0
  
Index: gnue/forms/NEWS
diff -c gnue/forms/NEWS:1.19 gnue/forms/NEWS:1.20
*** gnue/forms/NEWS:1.19        Fri Jan 18 20:19:50 2002
--- gnue/forms/NEWS     Sat Jan 19 15:57:38 2002
***************
*** 1,4 ****
! New features/changes in version 0.1.1(??-JAN-2001):
  o Logs of bug fixes
  
  New features/changes in version 0.1.0(20-NOV-2001):
--- 1,4 ----
! New features/changes in version 0.1.1(19-JAN-2001):
  o Logs of bug fixes
  
  New features/changes in version 0.1.0(20-NOV-2001):
Index: gnue/forms/doc/installer/README
diff -c gnue/forms/doc/installer/README:1.3 gnue/forms/doc/installer/README:1.4
*** gnue/forms/doc/installer/README:1.3 Mon Nov 12 22:55:12 2001
--- gnue/forms/doc/installer/README     Sat Jan 19 15:57:38 2002
***************
*** 1,27 ****
! Very crude attempt at single file windows installs.  It assumes that cvs is 
availabe
! in the users home dir (mounted as H: drive) H:\cvs\gnue
  
  First get McMillan Installer from www.mcmillan-inc.com
  I install on windows machine in c:\installer\installer
! then I craete c:\installer\gfclient
  
  Install common, forms, and client as normal
  
! copy the gfclient script from c:\python21\scripts into 
c:\installer\gfclient\gfc.py
  IMPORTANT: Rename the file as stated above
  
  from the c:\installer\gfclient do a 
  
! python ../installer/builder h:\cvs\gnue\gnuef\doc\installer\gfclient.cfg
  
! You'll get a c:\installer\gfclient\dist_gfclient dir that will contain the 
sellf 
  contained client
  
  Next run the inno software (www.jrsoftware.org) and use the script file
! h:\cvs\gnue\gnuef\doc\installer\gfclient.iss
  
  This should create a setup.exe file on the H: drive in
! h:\cvs\gnue\gnuef\doc\installer\Output dir
  
  
  NOTES:
--- 1,28 ----
! Very crude attempt at single file windows installs.  It assumes that 
! cvs is available in the users home dir (mounted as H: drive) H:\cvs\gnue
  
  First get McMillan Installer from www.mcmillan-inc.com
  I install on windows machine in c:\installer\installer
! then I create c:\installer\gfclient
  
  Install common, forms, and client as normal
  
! copy the gfclient script from c:\python21\scripts 
! into c:\installer\gfclient\gfc.py
  IMPORTANT: Rename the file as stated above
  
  from the c:\installer\gfclient do a 
  
! python ..\installer\builder.py h:\cvs\gnue\forms\doc\installer\gfclient.cfg
  
! You'll get a c:\installer\gfclient\dist_gfclient dir that will contain the 
self 
  contained client
  
  Next run the inno software (www.jrsoftware.org) and use the script file
! h:\cvs\gnue\forms\doc\installer\gfclient.iss
  
  This should create a setup.exe file on the H: drive in
! h:\cvs\gnue\forms\doc\installer\Output dir
  
  
  NOTES:
***************
*** 30,35 ****
    More than likely you'll need to add c;\windows\system to your path so 
      that the installer can find python21.dll
  
!   Py2exe does seem to cope with the PyXML module, McMillan seems a little for
!   feature complete anyway :)
  
--- 31,36 ----
    More than likely you'll need to add c;\windows\system to your path so 
      that the installer can find python21.dll
  
!   Py2exe does not seem to cope with the PyXML module, McMillan seems a 
!   little more feature complete anyway :)
  
Index: gnue/forms/doc/installer/gfclient.cfg
diff -c gnue/forms/doc/installer/gfclient.cfg:1.3 
gnue/forms/doc/installer/gfclient.cfg:1.4
*** gnue/forms/doc/installer/gfclient.cfg:1.3   Mon Nov 12 22:55:12 2001
--- gnue/forms/doc/installer/gfclient.cfg       Sat Jan 19 15:57:38 2002
***************
*** 10,16 ****
  name= gfclient.exe
  script= c:\installer\gfclient\gfc
  zlib = APPZLIB
! userunw = 0
  support = 0
  debug = 0
  
--- 10,17 ----
  name= gfclient.exe
  script= c:\installer\gfclient\gfc
  zlib = APPZLIB
! ; Set userunx to 1 to disable dos window
! userunw = 1
  support = 0
  debug = 0
  
Index: gnue/forms/doc/installer/gfclient.iss
diff -c gnue/forms/doc/installer/gfclient.iss:1.7 
gnue/forms/doc/installer/gfclient.iss:1.8
*** gnue/forms/doc/installer/gfclient.iss:1.7   Wed Nov 21 00:41:03 2001
--- gnue/forms/doc/installer/gfclient.iss       Sat Jan 19 15:57:38 2002
***************
*** 12,18 ****
  DefaultGroupName=GNUe
  AllowNoIcons=yes
  AlwaysCreateUninstallIcon=yes
! LicenseFile=h:\cvs\gnue\gnuef\Copying
  ChangesAssociations=yes
  ; uncomment the following line if you want your installation to run on NT 
3.51 too.
  ; MinVersion=4,3.51
--- 12,18 ----
  DefaultGroupName=GNUe
  AllowNoIcons=yes
  AlwaysCreateUninstallIcon=yes
! LicenseFile=h:\cvs\gnue\forms\Copying
  ChangesAssociations=yes
  ; uncomment the following line if you want your installation to run on NT 
3.51 too.
  ; MinVersion=4,3.51
***************
*** 29,49 ****
  [Files]
  Source: "C:\installer\gfclient\dist_gfclient\gfclient.exe"; DestDir: "{app}"; 
CopyMode: alwaysoverwrite; Components: main
  Source: "C:\installer\gfclient\dist_gfclient\*.*"; DestDir: "{app}"; 
CopyMode: alwaysoverwrite; Components: main
! Source: "h:\cvs\gnue\gnuef\Copying"; DestDir: "{app}"; DestName: 
"LICENSE.txt"; Components: main
  Source: "C:\python21\etc\s*.*"; DestDir: "{app}\..\etc"; CopyMode: 
alwaysoverwrite; Components: sampleconfig
  Source: "C:\python21\etc\gnue.conf"; DestDir: "{app}\..\etc"; CopyMode: 
onlyifdoesntexist; Components: main
  Source: "C:\python21\etc\connections.conf"; DestDir: "{app}\..\etc"; 
CopyMode: onlyifdoesntexist; Components: main
  Source: "C:\python21\shared\images\*.png"; DestDir: "{app}\..\shared\images"; 
Components: main
! Source: "H:\cvs\gnue\gnuef\samples\*.*"; DestDir: "{app}\..\Samples\forms"; 
Components: samples
! Source: "H:\cvs\gnue\gnuef\README"; DestDir: "{app}\doc"; DestName: 
"README.txt"; Components: doc
! Source: "H:\cvs\gnue\gnue-common\README.databases"; DestDir: "{app}\doc"; 
DestName: "README-databases.txt"; Components: doc
  Source: "c:\python21\doc\techref.txt"; DestDir: "{app}\..\doc"; DestName: 
"Forms Technical Reference.txt"; Components: doc
  Source: "c:\python21\doc\techref.pdf"; DestDir: "{app}\..\doc"; DestName: 
"Forms Technical Reference.pdf"; Components: doc
! Source: "h:\cvs\gnue\gnuef\samples\*.gfd"; DestDir: 
"{app}\..\Samples\forms\"; Flags: recursesubdirs; Components: samples
! Source: "h:\cvs\gnue\gnuef\samples\*.sql"; DestDir: 
"{app}\..\Samples\forms\"; Flags: recursesubdirs; Components: samples
! Source: "h:\cvs\gnue\gnuef\samples\README.*"; DestDir: 
"{app}\..\Samples\forms\"; Flags: recursesubdirs; Components: samples
! Source: "h:\cvs\gnue\gnuef\samples\*.gfd"; DestDir: 
"{app}\..\Samples\forms\"; Flags: recursesubdirs; Components: samples
! Source: "h:\cvs\gnue\gnuef\samples\Intro\*.gfd"; DestDir: 
"{app}\..\Samples\forms\Intro"; Components: main
  
  [Dirs]
  Name: {app}\..\etc; Components: main
--- 29,49 ----
  [Files]
  Source: "C:\installer\gfclient\dist_gfclient\gfclient.exe"; DestDir: "{app}"; 
CopyMode: alwaysoverwrite; Components: main
  Source: "C:\installer\gfclient\dist_gfclient\*.*"; DestDir: "{app}"; 
CopyMode: alwaysoverwrite; Components: main
! Source: "h:\cvs\gnue\forms\Copying"; DestDir: "{app}"; DestName: 
"LICENSE.txt"; Components: main
  Source: "C:\python21\etc\s*.*"; DestDir: "{app}\..\etc"; CopyMode: 
alwaysoverwrite; Components: sampleconfig
  Source: "C:\python21\etc\gnue.conf"; DestDir: "{app}\..\etc"; CopyMode: 
onlyifdoesntexist; Components: main
  Source: "C:\python21\etc\connections.conf"; DestDir: "{app}\..\etc"; 
CopyMode: onlyifdoesntexist; Components: main
  Source: "C:\python21\shared\images\*.png"; DestDir: "{app}\..\shared\images"; 
Components: main
! Source: "H:\cvs\gnue\forms\samples\*.*"; DestDir: "{app}\..\Samples\forms"; 
Components: samples
! Source: "H:\cvs\gnue\forms\README"; DestDir: "{app}\doc"; DestName: 
"README.txt"; Components: doc
! Source: "H:\cvs\gnue\common\README.databases"; DestDir: "{app}\doc"; 
DestName: "README-databases.txt"; Components: doc
  Source: "c:\python21\doc\techref.txt"; DestDir: "{app}\..\doc"; DestName: 
"Forms Technical Reference.txt"; Components: doc
  Source: "c:\python21\doc\techref.pdf"; DestDir: "{app}\..\doc"; DestName: 
"Forms Technical Reference.pdf"; Components: doc
! Source: "h:\cvs\gnue\forms\samples\*.gfd"; DestDir: 
"{app}\..\Samples\forms\"; Flags: recursesubdirs; Components: samples
! Source: "h:\cvs\gnue\forms\samples\*.sql"; DestDir: 
"{app}\..\Samples\forms\"; Flags: recursesubdirs; Components: samples
! Source: "h:\cvs\gnue\forms\samples\README.*"; DestDir: 
"{app}\..\Samples\forms\"; Flags: recursesubdirs; Components: samples
! Source: "h:\cvs\gnue\forms\samples\*.gfd"; DestDir: 
"{app}\..\Samples\forms\"; Flags: recursesubdirs; Components: samples
! Source: "h:\cvs\gnue\forms\samples\Intro\*.gfd"; DestDir: 
"{app}\..\Samples\forms\Intro"; Components: main
  
  [Dirs]
  Name: {app}\..\etc; Components: main
***************
*** 66,76 ****
  
  [Registry]
  ; These four associations associate GFD files with GNUe Forms
! Root: HKCR; Subkey: ".gfd"; ValueType: string; ValueName: ""; ValueData: 
"GNUeFormsClient"; Flags: uninsdeletevalue
! Root: HKCR; Subkey: "GNUeFormsClient"; ValueType: string; ValueName: ""; 
ValueData: "GNUe Form Definition"; Flags: uninsdeletekey
  ;when we get a nifty icon, that's set here :)
  Root: HKCR; Subkey: "GNUeFormsClient\DefaultIcon"; ValueType: string; 
ValueName: ""; ValueData: "{app}\GFCLIENT.EXE,0"
! Root: HKCR; Subkey: "GNUeFormsClient\shell\open\command"; ValueType: string; 
ValueName: ""; ValueData: """{app}\GFCLIENT.EXE"" ""%1"""
  
  
  
--- 66,76 ----
  
  [Registry]
  ; These four associations associate GFD files with GNUe Forms
! Root: HKCR; Subkey: ".gfd"; ValueType: string; ValueName: ""; ValueData: 
"GNUeFormsClient"; Flags: uninsdeletekey deletekey
! Root: HKCR; Subkey: "GNUeFormsClient"; ValueType: string; ValueName: ""; 
ValueData: "GNUe Form Definition"; Flags: uninsdeletekey deletekey
  ;when we get a nifty icon, that's set here :)
  Root: HKCR; Subkey: "GNUeFormsClient\DefaultIcon"; ValueType: string; 
ValueName: ""; ValueData: "{app}\GFCLIENT.EXE,0"
! Root: HKCR; Subkey: "GNUeFormsClient\shell\open\command"; ValueType: string; 
ValueName: ""; ValueData: """{app}\GFCLIENT.EXE"" ""%1"""; Flags: deletekey
  
  
  



reply via email to

[Prev in Thread] Current Thread [Next in Thread]