[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
gnue/forms/src GFParser.py
From: |
Jason Cater |
Subject: |
gnue/forms/src GFParser.py |
Date: |
Fri, 06 Jun 2003 21:09:15 -0400 |
CVSROOT: /cvsroot/gnue
Module name: gnue
Branch:
Changes by: Jason Cater <address@hidden> 03/06/06 21:09:14
Modified files:
forms/src : GFParser.py
Log message:
changes to label text
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/forms/src/GFParser.py.diff?tr1=1.109&tr2=1.110&r1=text&r2=text
Patches:
Index: gnue/forms/src/GFParser.py
diff -c gnue/forms/src/GFParser.py:1.109 gnue/forms/src/GFParser.py:1.110
*** gnue/forms/src/GFParser.py:1.109 Fri Jun 6 20:52:37 2003
--- gnue/forms/src/GFParser.py Fri Jun 6 21:09:14 2003
***************
*** 105,111 ****
'ValueSet': {
'normal': {'Label': _('Normal')},
'dialog': {'Label': _('Dialog')} },
! 'Default': '',
'Description': '' }, },
'ParentTags': None,
'Description': 'TODO' },
--- 105,111 ----
'ValueSet': {
'normal': {'Label': _('Normal')},
'dialog': {'Label': _('Dialog')} },
! 'Default': 'normal',
'Description': '' }, },
'ParentTags': None,
'Description': 'TODO' },
***************
*** 192,198 ****
'a grid entry system.'},
'rowSpacer': {
'Typecast': GTypecast.whole,
! 'Label': _('Row Spacer'),
'Description': 'Adjusts the vertical gap of this number of
rows '
'between duplicated widgets. Serves the same '
'purpose as some of the gap attributes on '
--- 192,198 ----
'a grid entry system.'},
'rowSpacer': {
'Typecast': GTypecast.whole,
! 'Label': _('Row Spacing'),
'Description': 'Adjusts the vertical gap of this number of
rows '
'between duplicated widgets. Serves the same '
'purpose as some of the gap attributes on '
***************
*** 208,220 ****
'restrictDelete':{
'Typecast': GTypecast.boolean,
'Default': 0,
! 'Label': _('Restrict Deletes'),
'Description': 'If set then the user will be unable to request
'
'that a record be deleted via the user
interface.' },
'restrictInsert':{
'Typecast': GTypecast.boolean,
'Default': 0,
! 'Label': _('Restrict Inserts'),
'Description': 'If set then the user will be unable to request
'
'that new records be inserted into the block.'
},
'datasource': {
--- 208,220 ----
'restrictDelete':{
'Typecast': GTypecast.boolean,
'Default': 0,
! 'Label': _('Prevent Deletes'),
'Description': 'If set then the user will be unable to request
'
'that a record be deleted via the user
interface.' },
'restrictInsert':{
'Typecast': GTypecast.boolean,
'Default': 0,
! 'Label': _('Prevent Inserts'),
'Description': 'If set then the user will be unable to request
'
'that new records be inserted into the block.'
},
'datasource': {
***************
*** 257,263 ****
'Description': 'Overrides the rows setting defined at the
block level. ' },
'rowSpacer': {
'Typecast': GTypecast.whole,
! 'Label': _('Row Spacer'),
'Description': 'Overriders the rowSpace setting defined at the
block level.' } },
## 'x': {
## 'Required': 1,
--- 257,263 ----
'Description': 'Overrides the rows setting defined at the
block level. ' },
'rowSpacer': {
'Typecast': GTypecast.whole,
! 'Label': _('Row Spacing'),
'Description': 'Overriders the rowSpace setting defined at the
block level.' } },
## 'x': {
## 'Required': 1,
***************
*** 392,423 ****
'override the value.' },
'sloppyQuery': {
'Typecast': GTypecast.text,
! 'Label': _('Sloppy Queries?'),
'Description': 'When set, whatever value the user enters for '
'the query mask is rewritten with % between '
'each character. Thus {example} would be '
'queried as {%e%x%a%m%p%l%e%}' },
'ignoreCaseOnQuery': {
'Typecast': GTypecast.boolean,
! 'Label': _('Ignore Case on Queries?'),
'Default': 0,
'Description': 'If defined the entry widget ignores the case '
'of the information entered into the query
mask.' },
'editOnNull': {
'Description': 'Only allow this object to be edited if it '
'is currently empty.',
! 'Label': _('Edit Only When Null?'),
'Typecast': GTypecast.boolean,
'Default': 0,
'Description': 'TODO' },
'ltrim': {
! 'Label': _('Trim spaces (left)?'),
'Description': 'Trim extraneous space at '
'beginning of user input.',
'Typecast': GTypecast.boolean,
'Default': 0 },
'rtrim': {
! 'Label': _('Trim spaces (right)?'),
'Description': 'Trim extraneous space at end '
'of user input.',
'Typecast': GTypecast.boolean,
--- 392,423 ----
'override the value.' },
'sloppyQuery': {
'Typecast': GTypecast.text,
! 'Label': _('Sloppy Queries'),
'Description': 'When set, whatever value the user enters for '
'the query mask is rewritten with % between '
'each character. Thus {example} would be '
'queried as {%e%x%a%m%p%l%e%}' },
'ignoreCaseOnQuery': {
'Typecast': GTypecast.boolean,
! 'Label': _('Ignore Case on Queries'),
'Default': 0,
'Description': 'If defined the entry widget ignores the case '
'of the information entered into the query
mask.' },
'editOnNull': {
'Description': 'Only allow this object to be edited if it '
'is currently empty.',
! 'Label': _('Edit Only When Null'),
'Typecast': GTypecast.boolean,
'Default': 0,
'Description': 'TODO' },
'ltrim': {
! 'Label': _('Trim left spaces'),
'Description': 'Trim extraneous space at '
'beginning of user input.',
'Typecast': GTypecast.boolean,
'Default': 0 },
'rtrim': {
! 'Label': _('Trim right spaces'),
'Description': 'Trim extraneous space at end '
'of user input.',
'Typecast': GTypecast.boolean,
***************
*** 436,448 ****
'Description': 'The unique ID of the entry.' },
'field': {
'Typecast': GTypecast.name,
- 'Label': _('Field Name'),
'References': 'field.name',
'Required': 1,
'Description': 'The name of the field that this ties to.' },
'block': {
'Typecast': GTypecast.name,
- 'Label': _('Block Name'),
'Required': 1,
'References': 'block.name',
'Description': 'The name of the block that this ties to.' },
--- 436,446 ----
***************
*** 462,468 ****
'Description': 'TODO'},
'rowSpacer': {
'Typecast': GTypecast.whole,
! 'Label': _('Row Spacer'),
'Description': 'TODO' },
'navigable': {
'Typecast': GTypecast.boolean,
--- 460,466 ----
'Description': 'TODO'},
'rowSpacer': {
'Typecast': GTypecast.whole,
! 'Label': _('Row Spacing'),
'Description': 'TODO' },
'navigable': {
'Typecast': GTypecast.boolean,