* Drop libglademm dep, upgrade gtkmm dep to 2.12.1 and use
Gtkbuilder instead of Glade::XML * Misc bugfixes git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@1326 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
parent
a40c636ba7
commit
d704fc4b13
15 changed files with 375 additions and 271 deletions
|
@ -1257,7 +1257,7 @@ Here there's a quick reference about such commands:
|
|||
|
||||
@table @samp
|
||||
|
||||
@item svn checkout @emph{http://svn.thgnet.it/swe/drafts}
|
||||
@item svn checkout @emph{http://svn.gna.org/svn/sgpemv2/trunk}
|
||||
Downloads a copy of the current @samp{drafts/} directory contents.
|
||||
Checking out the root repository dir (@samp{swe/}) may
|
||||
result, in near future, to a @strong{big} download, as
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
This is SGPEMv2 User Manual (version @value{VERSION},
|
||||
@value{UPDATED}).
|
||||
|
||||
Copyright @copyright{} 2005-2006 University of Padova, dept. of Pure
|
||||
Copyright @copyright{} 2005-2007 University of Padova, dept. of Pure
|
||||
and Applied Mathematics
|
||||
|
||||
Permission is granted to copy, distribute and/or modify this document
|
||||
|
@ -89,13 +89,15 @@ Free Documentation License''.
|
|||
@unnumbered History
|
||||
|
||||
@table @strong
|
||||
@item 2007, March 5th @r{-- Matteo Settenvini}
|
||||
Updated subsection ``The Schedulables/Requests tree''
|
||||
@item 2006, September 12th @r{--- Luca Vezzaro}
|
||||
Updated section "From the commandline"
|
||||
Updated section ``From the commandline''
|
||||
@item 2006, September 9th @r{--- Luca Vezzaro}
|
||||
Written documentation for section "The Schedulables/Requests tree"
|
||||
and section "The Resources list"
|
||||
Written documentation for section ``The Schedulables/Requests tree''
|
||||
and section ``The Resources list''
|
||||
@item 2006, September 8th @r{--- Luca Vezzaro}
|
||||
Written documentation for section "Overall view of the main window"
|
||||
Written documentation for section ``Overall view of the main window''
|
||||
@item 2006, September 8th @r{--- Matteo Settenvini}
|
||||
Update chapters about building and installation. Rewrite some of the
|
||||
chapter about extending SGPEMv2 with custom CPU policies, and add a
|
||||
|
@ -160,8 +162,8 @@ help students to better understand the functionality of operating systems.
|
|||
|
||||
We recommend that you read the manual following the the structure that
|
||||
we layed out for it. You will be gently led trough Installation, Configuration and Usage of SGPEMv2.
|
||||
If you find yourself in trouble reading the manual, please don't hesitate to contact us at
|
||||
@email{swe@@thgnet.it}.
|
||||
If you find yourself in trouble reading the manual, please don't hesitate to contact us via
|
||||
@url{https://mail.gna.org/listinfo/sgpemv2-devel}.
|
||||
|
||||
@c % --------------------------------------------------
|
||||
|
||||
|
@ -171,7 +173,7 @@ If you find yourself in trouble reading the manual, please don't hesitate to con
|
|||
@cindex reporting
|
||||
|
||||
We welcome bug reports and suggestions for any aspect of the SGPEM v2 system, program in general,
|
||||
documentation, installation... anything. Please email us at @email{swe@@thgnet.it}.
|
||||
documentation, installation... anything. Please contact us via @url{https://mail.gna.org/listinfo/sgpemv2-devel}.
|
||||
For bug reporters, include enough information for us to reproduce the problem. In general:
|
||||
@itemize
|
||||
@item
|
||||
|
@ -763,6 +765,10 @@ add threads or requests you must select a process or a thread, respectively.
|
|||
To remove or edit an entity simply select it, and the popup menu will contain the remove
|
||||
or edit operation specific for that entity.
|
||||
|
||||
Note also that adding a process, since version 1.0.1, automatically
|
||||
adds also a ``Main'' thread. This is for your convenience: you're
|
||||
still able to modify/delete it if you want.
|
||||
|
||||
Anyway, these functionalities are only useful for a stopped simulation. While the simulation
|
||||
is not in a stopped state, a lot of dynamic information is displayed by the widget.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue