commit-gnue
[Top][All Lists]
Advanced

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

gnue/common/etc sample.gnue.conf


From: Jason Cater
Subject: gnue/common/etc sample.gnue.conf
Date: Sun, 02 Jun 2002 18:56:40 -0400

CVSROOT:        /home/cvs
Module name:    gnue
Changes by:     Jason Cater <address@hidden>    02/06/02 18:56:40

Modified files:
        common/etc     : sample.gnue.conf 

Log message:
        commented out old stuff in gnue.conf

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/common/etc/sample.gnue.conf.diff?cvsroot=OldCVS&tr1=1.30&tr2=1.31&r1=text&r2=text

Patches:
Index: gnue/common/etc/sample.gnue.conf
diff -c gnue/common/etc/sample.gnue.conf:1.30 
gnue/common/etc/sample.gnue.conf:1.31
*** gnue/common/etc/sample.gnue.conf:1.30       Sat Apr 27 16:30:41 2002
--- gnue/common/etc/sample.gnue.conf    Sun Jun  2 18:56:40 2002
***************
*** 1,20 ****
! #
  # Options for GNUe
! #
  # Copyright 2000-2002 Free Software Foundation
! #
  # This file is part of GNU Enterprise.
! #
  # GNU Enterprise is free software; you can redistribute it
  # and/or modify it under the terms of the GNU General Public
  # License as published by the Free Software Foundation; either
  # version 2, or (at your option) any later version.
! #
  # GNU Enterprise is distributed in the hope that it will be
  # useful, but WITHOUT ANY WARRANTY; without even the implied
  # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
  # PURPOSE. See the GNU General Public License for more details.
! #
  # You should have received a copy of the GNU General Public
  # License along with program; see the file COPYING. If not,
  # write to the Free Software Foundation, Inc., 59 Temple Place
--- 1,20 ----
! 
  # Options for GNUe
! 
  # Copyright 2000-2002 Free Software Foundation
! 
  # This file is part of GNU Enterprise.
! 
  # GNU Enterprise is free software; you can redistribute it
  # and/or modify it under the terms of the GNU General Public
  # License as published by the Free Software Foundation; either
  # version 2, or (at your option) any later version.
! 
  # GNU Enterprise is distributed in the hope that it will be
  # useful, but WITHOUT ANY WARRANTY; without even the implied
  # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
  # PURPOSE. See the GNU General Public License for more details.
! 
  # You should have received a copy of the GNU General Public
  # License along with program; see the file COPYING. If not,
  # write to the Free Software Foundation, Inc., 59 Temple Place
***************
*** 25,57 ****
  
  
  
! ##############################################################################
! ## Configuration Options for GNUe Forms Client                              ##
! ##############################################################################
  
  [forms]
  FormDir = forms
  
  # Allow formulas to be entered into numeric fields?
! NumericFormulaEntry = 1
  
  # Create new records in blocks automagically when you hit the bottom
! autoCreate = 1
  
  # Remember last query entered. (if enabled, then the last values entered
  # for a query can be retrieved by doing an Enter-Query twice)
! RememberLastQuery = 1
  
  # Values to store for checkbox entries
! checkboxTrue = 1
! checkboxFalse = 0
  #checkboxTrue = Y
  #checkboxFalse = N
  
  
  # Set to "true" if you want <enter> to insert newlines in multirow entries.
  # Even if set to false, Shift+Enter will insert a newline
! EnterIsNewLine = 0
  
  
  # Detail data caching behavior:
--- 25,57 ----
  
  
  
! #############################################################################
! ## Configuration Options for GNUe Forms Client                              #
! #############################################################################
  
  [forms]
  FormDir = forms
  
  # Allow formulas to be entered into numeric fields?
! #NumericFormulaEntry = 1
  
  # Create new records in blocks automagically when you hit the bottom
! #autoCreate = 1
  
  # Remember last query entered. (if enabled, then the last values entered
  # for a query can be retrieved by doing an Enter-Query twice)
! #RememberLastQuery = 1
  
  # Values to store for checkbox entries
! #checkboxTrue = 1
! #checkboxFalse = 0
  #checkboxTrue = Y
  #checkboxFalse = N
  
  
  # Set to "true" if you want <enter> to insert newlines in multirow entries.
  # Even if set to false, Shift+Enter will insert a newline
! #EnterIsNewLine = 0
  
  
  # Detail data caching behavior:
***************
*** 64,138 ****
  # If set to false, then only cache detail data if it has unposted changes.
  # The benefits of this method are that if another user modifies data and
  # saves, then it will be available to your form much quicker.
! CacheDetailRecords = 1
  
  # Hack for db encoding
! Encoding=DEFAULT
  
  # Startup graphic
! splashScreenPNG=gnue-splash.png
! disableSplash=0
  
  #GNUe Tool Bar Buttons
! tb_commit=tb_save.png
! tb_insert=tb_new.png
! tb_rollback=tb_undo.png
! tb_delete=tb_trash.png
! tb_previous=tb_left_arrow.png
! tb_next=tb_right_arrow.png
! tb_query_prep=tb_preferences.png
! tb_query=tb_search.png
! tb_help=tb_help.png
  
  #GNUe Menu/Toolbar Status Bar Messages
! msg_commit=Save all changes to database.
! msg_rollback=Clear form.
! msg_exit=Leave the application.
! msg_first=Navigate to first record in memory.
! msg_last=Navigate to last record in memory.
! msg_previous=Navigate to previous record in memory.
! msg_next=Navigate to next record in memory.
! msg_insert=Create a new record for data input.
! msg_delete=Mark record for removal at next commit.
! msg_next_block=Navigate to next data block.
! msg_previous_block=Navigate to previous data block.
! msg_query_prep=Switch to input query mask mode.
! msg_query=Execute query using current mask.
! msg_help=Display info about GNUe Forms.
! msg_jump=Prompts for a record number to which the system should jump.
! msg_print=Perform print routine for this form
  
! #
! GEASDIR=/usr/local/
  
  # GNUe logo
! smallPNG=gnue.png
  
  # Might need altered but I doubt it
  # The default height of widgets for widgets that don't specify height in .gfd 
file
! widgetHeight=1
  # The default width of widgets for widgets that don't specify width in .gfd 
file
! widgetWidth =10
  
  # The next 2 options are only used by the wxPython clients
  # Normally, default font style and size is used, according to the active theme
  # Set this to 1 if you want fixed width fonts
! fixedWidthFont = 1
  
  # Font size if fixedWidthFont = 1 (ignored otherwise)
! pointSize = 14
  
! _msgNOTSAVED = Data not saved. Save changes or clear the form to proceed.
! _msgDETAILNOTSAVED = This record's detail information is not saved.
  
  # Do not alter below here unless you really, really want to (and you know 
what you are doing)
  
  # Fudge factor for altering widget size - should no longer be needed
! borderPercentage = 100
! textPercentage = 100
  
  
! #################################
  #
  # Bind keystrokes to events
  #
--- 64,138 ----
  # If set to false, then only cache detail data if it has unposted changes.
  # The benefits of this method are that if another user modifies data and
  # saves, then it will be available to your form much quicker.
! #CacheDetailRecords = 1
  
  # Hack for db encoding
! #Encoding=DEFAULT
  
  # Startup graphic
! #splashScreenPNG=gnue-splash.png
! #disableSplash=0
  
  #GNUe Tool Bar Buttons
! #tb_commit=tb_save.png
! #tb_insert=tb_new.png
! #tb_rollback=tb_undo.png
! #tb_delete=tb_trash.png
! #tb_previous=tb_left_arrow.png
! #tb_next=tb_right_arrow.png
! #tb_query_prep=tb_preferences.png
! #tb_query=tb_search.png
! #tb_help=tb_help.png
  
  #GNUe Menu/Toolbar Status Bar Messages
! #msg_commit=Save all changes to database.
! #msg_rollback=Clear form.
! #msg_exit=Leave the application.
! #msg_first=Navigate to first record in memory.
! #msg_last=Navigate to last record in memory.
! #msg_previous=Navigate to previous record in memory.
! #msg_next=Navigate to next record in memory.
! #msg_insert=Create a new record for data input.
! #msg_delete=Mark record for removal at next commit.
! #msg_next_block=Navigate to next data block.
! #msg_previous_block=Navigate to previous data block.
! #msg_query_prep=Switch to input query mask mode.
! #msg_query=Execute query using current mask.
! #msg_help=Display info about GNUe Forms.
! #msg_jump=Prompts for a record number to which the system should jump.
! #msg_print=Perform print routine for this form
  
! 
! #GEASDIR=/usr/local/
  
  # GNUe logo
! #smallPNG=gnue.png
  
  # Might need altered but I doubt it
  # The default height of widgets for widgets that don't specify height in .gfd 
file
! #widgetHeight=1
  # The default width of widgets for widgets that don't specify width in .gfd 
file
! #widgetWidth =10
  
  # The next 2 options are only used by the wxPython clients
  # Normally, default font style and size is used, according to the active theme
  # Set this to 1 if you want fixed width fonts
! #fixedWidthFont = 1
  
  # Font size if fixedWidthFont = 1 (ignored otherwise)
! #pointSize = 14
  
! #_msgNOTSAVED = Data not saved. Save changes or clear the form to proceed.
! #_msgDETAILNOTSAVED = This record's detail information is not saved.
  
  # Do not alter below here unless you really, really want to (and you know 
what you are doing)
  
  # Fudge factor for altering widget size - should no longer be needed
! #borderPercentage = 100
! #textPercentage = 100
  
  
! ################################
  #
  # Bind keystrokes to events
  #
***************
*** 178,197 ****
  # key_Cut = Ctrl-X
  
  #
! #################################
  
  
  
! ##############################################################################
! ## Configuration Options for GNUe Designer                                  ##
! ##############################################################################
  
  #[designer]
  # Automatically log in to needed connections to do schema
! AutoConnect = 0
  
  # Use syntax highlighting in the trigger editor
! ColorizeCode = 0
  
  # When auto-creating entries using drag-and-drop,
  # create labels?
--- 178,197 ----
  # key_Cut = Ctrl-X
  
  #
! ################################
  
  
  
! #############################################################################
! ## Configuration Options for GNUe Designer                                  #
! #############################################################################
  
  #[designer]
  # Automatically log in to needed connections to do schema
! #AutoConnect = 0
  
  # Use syntax highlighting in the trigger editor
! #ColorizeCode = 0
  
  # When auto-creating entries using drag-and-drop,
  # create labels?
***************
*** 199,261 ****
  #    left = Create labels to the left of the widget
  #    above = Create labels above the widget
  #
! CreateLabelsOnDrop = left
  
  
  
! ##############################################################################
! ## Configuration Options for GNUe Reports                                   ##
! ##############################################################################
  
  [reports]
  ReportsDir = reports
! FiltersDir = filters
  
  # TempDir = /usr/tmp
  
  # Location/name of the filter definition file
! filters = report-filters.conf
  
  # Default Destinations
! DefaultDestinationType = printer
! DefaultDestination = lp
! DefaultFilter = text
  
  # DestinationType Adapters
! PrinterAdapter = bsd
! EmailAdapter = sendmail
! FileAdapter = text
! FaxAdapter = hylafax
  
  # DestinationType options
  # (%s will be replaced with the printer name)
! LprCommand = /usr/bin/lpr -P%s
  
  # Sendmail binary (for EmailAdapter=sendmail)
! SendmailBin = /usr/sbin/sendmail
! SendmailFrom = "GNUe Reports Server" address@hidden
! SendmailSubject = Your Requested Report
  
  # HylaFax sendfax binary (for FaxAdapter = hylafax)
! HylaFaxCommand = /usr/bin/sendfax -m -d %s
  # HylaFaxCommand = /usr/bin/sendfax -n -h faxserver.mydomain.com -d %s
  
  
! ##############################################################################
! ## Configuration Options for GNUe Navigator                                 ##
! ##############################################################################
  
  [navigator]
  disableSplash = 1
! ProcessDir = processes
  # for *nix
! RunFormCommand = gfclient
  # for win32
  # RunFormCommand=C:\python21\python.exe c:\python21\scripts\gfclient
  
  # Time to display hourglass cursor while spawning a process
! hourglassDelay=4
  
  # The dir in relation to the install dir where we'll find gfd files
! FormDir = forms
  
--- 199,261 ----
  #    left = Create labels to the left of the widget
  #    above = Create labels above the widget
  #
! #CreateLabelsOnDrop = left
  
  
  
! #############################################################################
! ## Configuration Options for GNUe Reports                                   #
! #############################################################################
  
  [reports]
  ReportsDir = reports
! #FiltersDir = filters
  
  # TempDir = /usr/tmp
  
  # Location/name of the filter definition file
! #filters = report-filters.conf
  
  # Default Destinations
! #DefaultDestinationType = printer
! #DefaultDestination = lp
! #DefaultFilter = text
  
  # DestinationType Adapters
! #PrinterAdapter = bsd
! #EmailAdapter = sendmail
! #FileAdapter = text
! #FaxAdapter = hylafax
  
  # DestinationType options
  # (%s will be replaced with the printer name)
! #LprCommand = /usr/bin/lpr -P%s
  
  # Sendmail binary (for EmailAdapter=sendmail)
! #SendmailBin = /usr/sbin/sendmail
! #SendmailFrom = "GNUe Reports Server" address@hidden
! #SendmailSubject = Your Requested Report
  
  # HylaFax sendfax binary (for FaxAdapter = hylafax)
! #HylaFaxCommand = /usr/bin/sendfax -m -d %s
  # HylaFaxCommand = /usr/bin/sendfax -n -h faxserver.mydomain.com -d %s
  
  
! #############################################################################
! ## Configuration Options for GNUe Navigator                                 #
! #############################################################################
  
  [navigator]
  disableSplash = 1
! #ProcessDir = processes
  # for *nix
! #RunFormCommand = gfclient
  # for win32
  # RunFormCommand=C:\python21\python.exe c:\python21\scripts\gfclient
  
  # Time to display hourglass cursor while spawning a process
! #hourglassDelay=4
  
  # The dir in relation to the install dir where we'll find gfd files
! #FormDir = forms
  



reply via email to

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