commit-gnue
[Top][All Lists]
Advanced

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

gnue/common/utils connection.gfd


From: Jan Ischebeck
Subject: gnue/common/utils connection.gfd
Date: Sat, 19 Oct 2002 10:35:16 -0400

CVSROOT:        /cvsroot/gnue
Module name:    gnue
Changes by:     Jan Ischebeck <address@hidden>  02/10/19 10:35:16

Modified files:
        common/utils   : connection.gfd 

Log message:
        add dropdown provider field to connection.gfd (btami)

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/common/utils/connection.gfd.diff?tr1=1.1&tr2=1.2&r1=text&r2=text

Patches:
Index: gnue/common/utils/connection.gfd
diff -c gnue/common/utils/connection.gfd:1.1 
gnue/common/utils/connection.gfd:1.2
*** gnue/common/utils/connection.gfd:1.1        Mon Sep 23 13:32:10 2002
--- gnue/common/utils/connection.gfd    Sat Oct 19 10:35:16 2002
***************
*** 1,48 ****
  <?xml version="1.0"?>
  
! <!--  GNUe Designer (0.4.0a)
!       Saved on: 2002-09-14 15:51:48  -->
  
! <form height="15">
    <database comment="" dbname="%configdir%/connections.conf" host=""
              name="connection_config" provider="configfile"/>
    <datasource database="connection_config" name="connection_dtsrc"/>
    <page name="Connection.conf">
      <block datasource="connection_dtsrc" name="Block_1">
!       <entry field="_section_name" name="SecE" width="17" x="19" y="3">
!       <options>
!          <option value="Name of the connection, as it is used in the
! datasource tag." name="tip"/>
!       </options>
! </entry>
!       <entry field="aliases" name="aliasE" width="17" x="19" y="6">
!        <options>
!          <option value="A space seperated list of aliases for this 
connection."
!             name="tip"/>
          </options>
!       </entry>        
!       <entry field="provider" name="provE" width="17" x="19" y="7"/>
!       <entry field="comment" name="descrE" width="17" x="19" y="8"/>
!       <entry field="host" name="hostE" width="17" x="19" y="9"/>
!       <entry field="port" name="portE" width="17" x="19" y="10"/>
!       <entry field="dbname" name="dbE" width="17" x="19" y="11"/>
!       <entry field="encoding" name="encE" width="17" x="19" y="12"/>
!       <entry field="rpctype" name="rpctE" width="17" x="19" y="13"/>
!       <entry field="transport" name="tranE" width="17" x="19" y="14"/>
      </block>
      <label name="SecL" text="Connection name:" width="16" x="2" y="3"/>
!     <label name="aliasL" text="Aliases (opt.):" width="16" x="2" y="6"/>
      <label name="provL" text="Provider (req.):" width="16" x="2" y="7"/>
      <label name="descrL" text="Comment:" width="12" x="2" y="8"/>
      <label name="hostL" text="Host:" width="5" x="2" y="9"/>
      <label name="portL" text="Port:" width="9" x="2" y="10"/>
      <label name="dbL" text="Database:" width="9" x="2" y="11"/>
      <label name="encL" text="Encoding:" width="9" x="2" y="12"/>
!     <label name="rpctL" text="RPC type (appsrv.):" width="9" x="2" y="13"/>
!     <label name="transL" text="Transport (appsrv.):" width="10" x="2" y="14"/>
! 
!     <box height="12" label="Settings" name="setbox" width="37" x="1" y="4"/>
!     <label name="titel" text="Editor for Connection Settings" width="30"
!            x="5" y="1"/>
    </page>
  </form>
--- 1,136 ----
  <?xml version="1.0"?>
  
! <!--  GNUe Designer (0.4.1a)
!       Saved on: 2002-10-19 14:08:07  -->
  
! <form height="16" title="Editor for Connection Settings" width="50">
    <database comment="" dbname="%configdir%/connections.conf" host=""
              name="connection_config" provider="configfile"/>
    <datasource database="connection_config" name="connection_dtsrc"/>
+   <datasource name="dtsDrpProvider" type="static">
+     <staticset fields="provider,descr">
+       <staticsetrow>
+         <staticsetfield name="provider" value="appserver"/>
+         <staticsetfield name="descr" value="GNUe appserver"/>
+       </staticsetrow>
+       <staticsetrow>
+         <staticsetfield name="provider" value="cxoracle"/>
+         <staticsetfield name="descr" value="Oracle (cxoracle)"/>
+       </staticsetrow>
+       <staticsetrow>
+         <staticsetfield name="provider" value="db2"/>
+         <staticsetfield name="descr" value="DB2"/>
+       </staticsetrow>
+       <staticsetrow>
+         <staticsetfield name="provider" value="gadfly"/>
+         <staticsetfield name="descr" value="Gadfly"/>
+       </staticsetrow>
+       <staticsetrow>
+         <staticsetfield name="provider" value="informix"/>
+         <staticsetfield name="descr" value="Informix"/>
+       </staticsetrow>
+       <staticsetrow>
+         <staticsetfield name="provider" value="ingres"/>
+         <staticsetfield name="descr" value="Ingres"/>
+       </staticsetrow>
+       <staticsetrow>
+         <staticsetfield name="provider" value="interbase"/>
+         <staticsetfield name="descr" value="Interbase/Firebird"/>
+       </staticsetrow>
+       <staticsetrow>
+         <staticsetfield name="provider" value="msado"/>
+         <staticsetfield name="descr" value="MS ADO"/>
+       </staticsetrow>
+       <staticsetrow>
+         <staticsetfield name="provider" value="mxodbc"/>
+         <staticsetfield name="descr" value="mxODBC"/>
+       </staticsetrow>
+       <staticsetrow>
+         <staticsetfield name="provider" value="mysql"/>
+         <staticsetfield name="descr" value="MySql"/>
+       </staticsetrow>
+       <staticsetrow>
+         <staticsetfield name="provider" value="odbc"/>
+         <staticsetfield name="descr" value="ODBC"/>
+       </staticsetrow>
+       <staticsetrow>
+         <staticsetfield name="provider" value="odbc-db2"/>
+         <staticsetfield name="descr" value="ODBC-DB2"/>
+       </staticsetrow>
+       <staticsetrow>
+         <staticsetfield name="provider" value="oracle"/>
+         <staticsetfield name="descr" value="Oracle (oracle)"/>
+       </staticsetrow>
+       <staticsetrow>
+         <staticsetfield name="provider" value="popy"/>
+         <staticsetfield name="descr" value="Postgresql (popy)"/>
+       </staticsetrow>
+       <staticsetrow>
+         <staticsetfield name="provider" value="postgresql"/>
+         <staticsetfield name="descr" value="Postgresql (postgresql)"/>
+       </staticsetrow>
+       <staticsetrow>
+         <staticsetfield name="provider" value="psycopg"/>
+         <staticsetfield name="descr" value="Postgresql (psycopg)"/>
+       </staticsetrow>
+       <staticsetrow>
+         <staticsetfield name="provider" value="pypgsql"/>
+         <staticsetfield name="descr" value="Postgresql (pypgsql)"/>
+       </staticsetrow>
+       <staticsetrow>
+         <staticsetfield name="provider" value="sapdb"/>
+         <staticsetfield name="descr" value="SAP-DB"/>
+       </staticsetrow>
+       <staticsetrow>
+         <staticsetfield name="provider" value="sqlite"/>
+         <staticsetfield name="descr" value="SQLite"/>
+       </staticsetrow>
+       <staticsetrow>
+         <staticsetfield name="provider" value="sqlrelay"/>
+         <staticsetfield name="descr" value="SQLRelay"/>
+       </staticsetrow>
+       <staticsetrow>
+         <staticsetfield name="provider" value="sybase"/>
+         <staticsetfield name="descr" value="Sybase"/>
+       </staticsetrow>
+     </staticset>
+   </datasource>
    <page name="Connection.conf">
      <block datasource="connection_dtsrc" name="Block_1">
!       <entry field="_section_name" name="SecE" width="25" x="22" y="3">
!         <options>
!           <option name="tip"
!                   value="Name of the connection, as it is used in the 
datasource tag."/>
          </options>
!       </entry>
!       <entry field="aliases" name="aliasE" width="25" x="22" y="6">
!         <options>
!           <option name="tip"
!                   value="A space seperated list of aliases for this 
connection."/>
!         </options>
!       </entry>
!       <entry field="provider" fk_description="descr" fk_key="provider"
!              fk_source="dtsDrpProvider" name="provE" style="dropdown" 
width="25" x="22" y="7"/>
!       <entry field="comment" name="descrE" width="25" x="22" y="8"/>
!       <entry field="host" name="hostE" width="25" x="22" y="9"/>
!       <entry field="port" name="portE" width="25" x="22" y="10"/>
!       <entry field="dbname" name="dbE" width="25" x="22" y="11"/>
!       <entry field="encoding" name="encE" width="25" x="22" y="12"/>
!       <entry field="rpctype" name="rpctE" width="25" x="22" y="13"/>
!       <entry field="transport" name="tranE" width="25" x="22" y="14"/>
      </block>
+     <label name="Label_1" text="Editor for Connection Settings" width="30"
+            x="6" y="1"/>
+     <box height="12" label="Settings" name="setbox" width="48" x="1" y="4"/>
      <label name="SecL" text="Connection name:" width="16" x="2" y="3"/>
!     <label name="aliasL" text="Aliases (opt.):" width="15" x="2" y="6"/>
      <label name="provL" text="Provider (req.):" width="16" x="2" y="7"/>
      <label name="descrL" text="Comment:" width="12" x="2" y="8"/>
      <label name="hostL" text="Host:" width="5" x="2" y="9"/>
      <label name="portL" text="Port:" width="9" x="2" y="10"/>
      <label name="dbL" text="Database:" width="9" x="2" y="11"/>
      <label name="encL" text="Encoding:" width="9" x="2" y="12"/>
!     <label name="rpctL" text="RPC type (appsrv.):" width="19" x="2" y="13"/>
!     <label name="transL" text="Transport (appsrv.):" width="20" x="2" y="14"/>
    </page>
  </form>




reply via email to

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