[gnue] r9528 - trunk/gnue-forms/src

[email protected]
Newsgroups gmane.comp.cms.gnue.cvs
Message-ID <[email protected]>
Author: reinhard
Date: 2007-04-26 07:55:34 -0500 (Thu, 26 Apr 2007)
New Revision: 9528

Modified:
   trunk/gnue-forms/src/GFConfig.py
Log:
Removed some obsolete config settings.


Modified: trunk/gnue-forms/src/GFConfig.py
===================================================================
--- trunk/gnue-forms/src/GFConfig.py	2007-04-26 12:45:50 UTC (rev 9527)
+++ trunk/gnue-forms/src/GFConfig.py	2007-04-26 12:55:34 UTC (rev 9528)
@@ -36,7 +36,7 @@
                  + 'on the command line.',
     'Typecast'   : GTypecast.text,
     'Options'    : ['curses','wx','wx26','gtk2','qt3','html','win32'],
-    'Default'    : 'wx' },
+    'Default'    : 'wx26' },
 
   { 'Name'       : 'checkboxTrue',
     'Type'       : 'Setting',
@@ -123,62 +123,6 @@
     'Typecast'   : GTypecast.text,
     'Default'    : '%x %X' },
 
-  { 'Name'       : 'TextMask',
-    'Type'       : 'Setting',
-    'Comment'    : 'Mask for viewing text fields (without quotes).',
-    'Description': 'Mask for viewing text fields (without quotes).',
-    'Typecast'   : GTypecast.text,
-    'Default'    : '' },
-
-  { 'Name'       : 'TextEditMask',
-    'Type'       : 'Setting',
-    'Comment'    : 'Mask for editing text fields (without qoutes).',
-    'Description': 'Mask for editing text fields (without quotes).',
-    'Typecast'   : GTypecast.text,
-    'Default'    : '' },
-
-  { 'Name'       : 'NumberMask',
-    'Type'       : 'Setting',
-    'Comment'    : 'Mask for viewing number fields (without quotes).',
-    'Description': 'Mask for viewing number fields (without quotes).',
-    'Typecast'   : GTypecast.text,
-    'Default'    : '#,##0.#' },
-
-  { 'Name'       : 'NumberEditMask',
-    'Type'       : 'Setting',
-    'Comment'    : 'Mask for editing number fields (without qoutes).',
-    'Description': 'Mask for editing number fields (without quotes).',
-    'Typecast'   : GTypecast.text,
-    'Default'    : '#0.#' },
-
-  { 'Name'       : 'NumberMask_Money',
-    'Type'       : 'Setting',
-    'Comment'    : 'Mask for viewing monetary fields (without quotes).',
-    'Description': 'Mask for viewing monetary fields (without quotes).',
-    'Typecast'   : GTypecast.text,
-    'Default'    : '\\$#,##0.00' },
-
-  { 'Name'       : 'NumberEditMask_Money',
-    'Type'       : 'Setting',
-    'Comment'    : 'Mask for editing monetary fields (without qoutes).',
-    'Description': 'Mask for editing monetary fields (without quotes).',
-    'Typecast'   : GTypecast.text,
-    'Default'    : '#0.00' },
-
-  { 'Name'       : 'NumberMask_Integer',
-    'Type'       : 'Setting',
-    'Comment'    : 'Mask for viewing integer fields (without quotes).',
-    'Description': 'Mask for viewing integer fields (without quotes).',
-    'Typecast'   : GTypecast.text,
-    'Default'    : '#,##0' },
-
-  { 'Name'       : 'NumberEditMask_Integer',
-    'Type'       : 'Setting',
-    'Comment'    : 'Mask for editing integer fields (without qoutes).',
-    'Description': 'Mask for editing integer fields (without quotes).',
-    'Typecast'   : GTypecast.text,
-    'Default'    : '#0' },
-
   { 'Name'       : 'numeric_grouping',
     'Type'       : 'Setting',
     'Comment'    : 'Grouping pattern used for thousands separating and ' \
@@ -208,89 +152,6 @@
     'Typecast'   : GTypecast.boolean,
     'Default'    : False },
 
-  #
-  # Toolbar Icons
-  #
-
-  { 'Name'       : 'tb_commit',
-    'Type'       : 'Setting',
-    'Comment'    : 'Location of "Commit" toolbar icon (PNG format)',
-    'Description': 'Location of "Commit" toolbar icon (PNG format)',
-    'Typecast'   : GTypecast.text,
-    'Default'    : 'tb_save.png' },
-  { 'Name'       : 'tb_insert',
-    'Type'       : 'Setting',
-    'Comment'    : 'Location of "Insert" toolbar icon (PNG format)',
-    'Description': 'Location of "Insert" toolbar icon (PNG format)',
-    'Typecast'   : GTypecast.text,
-    'Default'    : 'tb_new.png' },
-  { 'Name'       : 'tb_rollback',
-    'Type'       : 'Setting',
-    'Comment'    : 'Location of "Rollback" toolbar icon (PNG format)',
-    'Description': 'Location of "Rollback" toolbar icon (PNG format)',
-    'Typecast'   : GTypecast.text,
-    'Default'    : 'tb_undo.png' },
-  { 'Name'       : 'tb_delete',
-    'Type'       : 'Setting',
-    'Comment'    : 'Location of "Delete" toolbar icon (PNG format)',
-    'Description': 'Location of "Delete" toolbar icon (PNG format)',
-    'Typecast'   : GTypecast.text,
-    'Default'    : 'tb_delete.png' },
-  { 'Name'       : 'tb_previous',
-    'Type'       : 'Setting',
-    'Comment'    : 'Location of "Previous Record" toolbar icon (PNG format)',
-    'Description': 'Location of "Previous Record" toolbar icon (PNG format)',
-    'Typecast'   : GTypecast.text,
-    'Default'    : 'tb_up_arrow.png' },
-  { 'Name'       : 'tb_next',
-    'Type'       : 'Setting',
-    'Comment'    : 'Location of "Next Record" toolbar icon (PNG format)',
-    'Description': 'Location of "Next Record" toolbar icon (PNG format)',
-    'Typecast'   : GTypecast.text,
-    'Default'    : 'tb_down_arrow.png' },
-  { 'Name'       : 'tb_first',
-    'Type'       : 'Setting',
-    'Comment'    : 'Location of "First Record" toolbar icon (PNG format)',
-    'Description': 'Location of "First Record" toolbar icon (PNG format)',
-    'Typecast'   : GTypecast.text,
-    'Default'    : 'tb_top.png' },
-  { 'Name'       : 'tb_last',
-    'Type'       : 'Setting',
-    'Comment'    : 'Location of "Last Record" toolbar icon (PNG format)',
-    'Description': 'Location of "Last Record" toolbar icon (PNG format)',
-    'Typecast'   : GTypecast.text,
-    'Default'    : 'tb_bottom.png' },
-  { 'Name'       : 'tb_jump',
-    'Type'       : 'Setting',
-    'Comment'    : 'Location of "Jump to Record" toolbar icon (PNG format)',
-    'Description': 'Location of "Jump to Record" toolbar icon (PNG format)',
-    'Typecast'   : GTypecast.text,
-    'Default'    : 'tb_jump-to.png' },
-  { 'Name'       : 'tb_query_prep',
-    'Type'       : 'Setting',
-    'Comment'    : 'Location of "Prepare Query" toolbar icon (PNG format)',
-    'Description': 'Location of "Prepare Query" toolbar icon (PNG format)',
-    'Typecast'   : GTypecast.text,
-    'Default'    : 'tb_search.png' },
-  { 'Name'       : 'tb_query',
-    'Type'       : 'Setting',
-    'Comment'    : 'Location of "Prepare Query" toolbar icon (PNG format)',
-    'Description': 'Location of "Prepare Query" toolbar icon (PNG format)',
-    'Typecast'   : GTypecast.text,
-    'Default'    : 'tb_exec.png' },
-  { 'Name'       : 'tb_insert',
-    'Type'       : 'Setting',
-    'Comment'    : 'Location of "Execute Query" toolbar icon (PNG format)',
-    'Description': 'Location of "Execute Query" toolbar icon (PNG format)',
-    'Typecast'   : GTypecast.text,
-    'Default'    : 'tb_new.png' },
-  { 'Name'       : 'tb_exit',
-    'Type'       : 'Setting',
-    'Comment'    : 'Location of "Exit" toolbar icon (PNG format)',
-    'Description': 'Location of "Exit" toolbar icon (PNG format)',
-    'Typecast'   : GTypecast.text,
-    'Default'    : 'tb_exit.png' },
-
   { 'Name'       : 'loginPNG',
     'Type'       : 'Setting',
     'Comment'    : 'Location of GNUe login logo (PNG format).',
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.