quantum-espresso/GUI/Guib
Tone Kokalj 0874221957 Guib version 1.0 2022-06-07 16:22:14 +02:00
..
doc cleanup 2022-01-06 18:09:08 +01:00
examples updating guib examples 2008-05-08 18:46:37 +00:00
external/lib Updating Guib to version 0.4: for changes see GUI/Guib/ChangeLog file. 2008-02-15 17:01:47 +00:00
images adding the GUI (to start with see the GUI/README file) 2004-02-18 11:29:17 +00:00
lib bug fix of "tclu::scan"; the number count of conversions was not always correct 2017-01-26 19:02:32 +00:00
src cleanup 2022-06-07 16:15:49 +02:00
sys_utils adding the GUI (to start with see the GUI/README file) 2004-02-18 11:29:17 +00:00
AUTHORS adding the GUI (to start with see the GUI/README file) 2004-02-18 11:29:17 +00:00
BUGS adding the GUI (to start with see the GUI/README file) 2004-02-18 11:29:17 +00:00
COPYING adding the GUI (to start with see the GUI/README file) 2004-02-18 11:29:17 +00:00
COPYRIGHT adding the GUI (to start with see the GUI/README file) 2004-02-18 11:29:17 +00:00
ChangeLog Guib version 1.0 2022-06-07 16:22:14 +02:00
INSTALL adapting to tkpwscf --> pwgui change 2004-02-20 15:16:00 +00:00
Makefile cleanup 2022-01-06 18:09:08 +01:00
NEWS Updating Guib to version 0.4: for changes see GUI/Guib/ChangeLog file. 2008-02-15 17:01:47 +00:00
README typo 2004-02-24 16:31:51 +00:00
THANKS adding the GUI (to start with see the GUI/README file) 2004-02-18 11:29:17 +00:00
TODO Updating Guib to version 0.4: for changes see GUI/Guib/ChangeLog file. 2008-02-15 17:01:47 +00:00
VERSION Guib version 1.0 2022-06-07 16:22:14 +02:00
guib Updating Guib to version 0.4: for changes see GUI/Guib/ChangeLog file. 2008-02-15 17:01:47 +00:00
guib.bat adding guib.bat file 2004-02-23 12:04:48 +00:00
guib.tcl Updating Guib to version 0.4: for changes see GUI/Guib/ChangeLog file. 2008-02-15 17:01:47 +00:00
guib.theme slight look&feel layout improvement 2010-05-05 09:32:36 +00:00
header.tcl adding the GUI (to start with see the GUI/README file) 2004-02-18 11:29:17 +00:00
init.tcl Adopting to new versions of itk-4.*. 2017-07-10 14:22:53 +00:00
pkgIndex.tcl *** empty log message *** 2004-09-13 08:59:46 +00:00

README

 ==============================================================================
                   * * * README file for GUIB * * *
 ==============================================================================

This is the GUIB software. The name "GUIB" stands for Graphical User
Interface Builder. Unfortunately, the name is misleading. The GUIB is
NOT a general-purpose Graphical User Interface Builder.

THE GUIB IS A UTILITY LIBRARY THAT FACILITATE THE CREATION OF
GRAPHICAL-USER-INTERFACES (GUI) AIMED AT CREATING AND MANIPULATING
INPUT FILES FOR NUMERICAL SIMULATION PROGRAMS.

The idea behind the GUIB project is to construct a special
meta-language with two purposes:

   (i)  define the syntax of the input file of a given numerical program
   (ii) provide simultaneously automatic construction of the GUI on the 
        basis of this definition.

This is achieved by providing a definition file which defines the two
entities (input syntax and the GUI). In the following text the term
input file stands for an input file of a given numerical program,
while the term definition file is a file that describes the syntax of
the input file. For an example of how to construct a simple GUI see:
http://www-k3.ijs.si/kokalj/guib/description.html.

For further description see the GUIB web-page:
http://www-k3.ijs.si/kokalj/guib/


Directory structure of GUIB:
     
     lib/ 	auxiliary Tcl/Tk routines, i.e., tclUtils.tcl, tkUtils.tcl
     doc/ 	programming documentation generated from source-code
     examples/ 	a few examples (definition files: *.tcl; input files: *.inp)
     external/ 	external cmdline package (from Tcllib library)
     images/ 	some icons 
     src/ 	GUIB source code directory

Description of some src/ files:
     
     moduleObj.itcl 	   implementation of moduleObj class
     keywordObj.itcl 	   implementation of keywordObj class
     guibKeywords.itcl 	   implementation of all GUIB keywords
     build.itcl 	   build Tk-based GUI defined by module definition file
     open.itcl 		   open an input file
     save.itcl 		   save edited input file
     gui.itcl 		   application GUI: procs for "simple-GUI" and
      			   implementation of more elaborate GUI class
     guib-keywords-def.tcl definition of options of GUIB-keywords


COPYING
-------

The GUIB is covered by the GNU General Public License. Note that the
GUIB uses also the cmdline package from Tcllib library. The source
code of cmdline is included verbatim. The Tcllib is covered by other
free software license, see file external/lib/cmdline/license.terms.

For the material included in the directory images/ see the file
images/icons.license.

All the material included in this distribution 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 of the License, or (at your option) any later
version.

These programs are distributed in the hope that they 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 this program; if not, write to the Free Software Foundation, Inc.,
675 Mass Ave, Cambridge, MA 02139, USA.


--
Anton Kokalj (tone.kokalj@ijs.si), Tue Feb 17 12:52:58 CET 2004