quantum-espresso/GUI/Guib/ChangeLog

63 lines
2.5 KiB
Plaintext
Raw Normal View History

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