- Make GUI a little bit more responsive. Still doesn't scroll

to the end of output
- Use GraphicalTerminalIO::read_command into GraphicalTerminalIO::onSend()
as per specs (fixes a program crash)


git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@552 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
tchernobog 2006-03-18 10:50:16 +00:00
parent b821b94b85
commit 9dc21270a2
4 changed files with 49 additions and 13 deletions

View file

@ -1,3 +1,34 @@
2006-03-10 15:21 tchernobog
* trunk/src/backend/pyloader/ScriptAdapter.py,
trunk/src/backend/pyloader/python_policy.cc: - Finish fix for
return values in PythonPolicy - Put mutex and global _ret_val
variable into ScriptAdapter instead of the global space, space
which is anyway not accessible after decref'ing the corresponding
python module
2006-03-10 15:08 jinx
* trunk/doc/sgpem2uman.texi: essageMinor correcions
2006-03-10 14:54 tchernobog
* trunk/src/backend/pyloader/ScriptAdapter.py,
trunk/src/backend/pyloader/python_policy.cc,
trunk/src/backend/pyloader/python_policy.hh,
trunk/src/builtin-policies/fcfs.py, trunk/src/simulation.cc: -
Partial attempt at fixing PythonPolicies broken return values
2006-03-10 14:46 jinx
* trunk/doc/sgpem2uman.texi: essageAdded chapter Writing new
policies
2006-03-10 11:38 tchernobog
* trunk/ChangeLog, trunk/src/backend/pyloader/python_policy.cc: -
Fix bug with retval not treated as a bool value in wait_unlock()
2006-03-10 03:20 jinx
* trunk/doc/sgpem2uman.texi: Added chapters Overview of SGPEM and