quantum-espresso/GUI/Guib/ChangeLog

87 lines
3.5 KiB
Plaintext

Mon Sep 26 13:25:34 CEST 2005
* moduleObj.itcl: adding optionSetDefault and _scopedName
methods. Making all necessary for the -validate module's
option.
* table.itcl: table's -validate option is working now
* guib-keywords-def.tcl: adding -varscope option to "module" guib
keyword.
* validate.itcl: adding a few new validators: string, int, real
* gui.itcl: adding "::guib::GUI::addHelp cascade" passibility. Few
other minor improvements.
* tclUtils.tcl: adding dummy and several functions for arguments
manipulation
* tkUtils.tcl: improving widgetName, toplevelName
functions. tku::errorDialog and tku::warningDialog
deprecated, use tclu::errorDialog and
tclu::warningDialog instead. Adding tku::exitApp function.
Mon Aug 25 2005 Anton Kokalj (tone.kokalj@ijs.si)
* validate.itcl: adding int and real validators
Mon Aug 08 2005 Anton Kokalj (tone.kokalj@ijs.si)
* gui.itcl, spininthelp.itcl: adding the "addHelp help cascade"
possibility, i.e., the help menu can have cascades.
Tue Feb 01 2005 Anton Kokalj (tone.kokalj@ijs.si)
* validate.itcl, spininthelp.itcl: adding the "binary" (i.e. 0/1)
validator
* lib/tclUtils.tcl: fixing a small bug in ::tclu::warningDialog.
Sat Jan 29 2005 Anton Kokalj (tone.kokalj@ijs.si)
* lib/tclUtils.tcl: fixing typo in
::tclu::_error_or_warning_dialog routine
Mon Sep 20 2004 Anton Kokalj (tone.kokalj@ijs.si)
* gui.itcl: adding "getSelected saveFile" query. Making "save" and
"saveAs" methods public
* help.itcl: setting the width of help console to
700 pixels (temporarily)
* widgets.itcl: making $nev(PWD) as default dir for Entrydirselect
* lib/tclUtils.tcl: improving nonblocking mechanism (adding "stdout"
and "save" subcommands of nonblocking command)
Mon Sep 13 2004 Anton Kokalj (tone.kokalj@ijs.si)
* table.itcl: table's checkbutton didn't display updated text upon
variable's value change. Fixed by using -textvariable
option. The method _checkbuttonText not used anymore.
Sat Sep 04 2004 Anton Kokalj (tone.kokalj@ijs.si)
* adding a "scriptvar" Guib keywords (=script variables used inside
the module definition files)
Tue Apr 06 2004 Anton Kokalj (tone.kokalj@ijs.si)
* open.itcl: adding ::guib::moduleObj::readFileError and
::guib::moduleObj::readFileWrongFormat for dealing with
wrong-formatted input files
Mon Apr 05 2004 Anton Kokalj (tone.kokalj@ijs.si)
* guibKeywords.itcl: adding a check if help's $ident is valid
Fri Apr 02 2004 Anton Kokalj (tone.kokalj@ijs.si)
* improving error handling mechanism for
::guib::moduleObj::readFile method (i.e. reading an input
file). Adding _openSyntaxError private method for the
purpose. The problem was that when a syntax error was
present in the input file, this could cause Guib to enter
into an invinite loop (spotted by Mickael Profeta)
Mon Feb 24 2004 Anton Kokalj (tone.kokalj@ijs.si)
* updating doc/usage.tex file and doc/usage/diagrams
* adding doc/usage/diagrams/Makefile
* renaming doc/usage/diagrams/TkPWscf.* to PWgui.*
Mon Feb 23 2004 Anton Kokalj (tone.kokalj@ijs.si)
* tclUtils.tcl: fixing tempFile routine to work also for MS-Windows
* guib.bat: adding a batch file for MS-DOS/Windows
Fri Feb 20 2004 Anton Kokalj (tone.kokalj@ijs.si)
* addapting the package to work with Tcl/Tk8.4, Itcl/Itk 3.2, and
Iwidgets 4.0
* porting the package to MS-Windows
Tue Feb 17 2004 Anton Kokalj (tone.kokalj@ijs.si)
* adding help button component to table widget
* ChangeLog: the beginning of the ChangeLog
ChangeLog ends here