- Re-add Giovanni in the (hopefully) right places
git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@1001 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
parent
1646d19d4a
commit
64839353bb
12
AUTHORS
12
AUTHORS
|
@ -1,5 +1,7 @@
|
|||
|
||||
Authors of SGPEMv2
|
||||
---------------------------------------------------
|
||||
Authors of SGPEMv2
|
||||
---------------------------------------------------
|
||||
|
||||
Filippo Paparella <ironpipp@gmail.com>
|
||||
Paolo Santi <psanti@studenti.math.unipd.it>
|
||||
|
@ -7,3 +9,11 @@ Matteo Settenvini <matteo@member.fsf.org>
|
|||
Marco Trevisan <mtrevisa@studenti.math.unipd.it>
|
||||
Djina Verbanac <betalgez@yahoo.com>
|
||||
Luca Vezzaro <lvezzaro@studenti.math.unipd.it>
|
||||
|
||||
|
||||
---------------------------------------------------
|
||||
Many thanks also to:
|
||||
---------------------------------------------------
|
||||
|
||||
Giovanni Giacobbi <ggiacobb@studenti.math.unipd.it>
|
||||
Infrastructure & mailing list administration
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
|
||||
<!-- Generated with glade3
|
||||
Version: 3.0.1
|
||||
Date: Sat Sep 2 15:39:43 2006
|
||||
Date: Sat Sep 2 16:13:06 2006
|
||||
User: matteo
|
||||
Host: tulip
|
||||
-->
|
||||
|
@ -391,6 +391,8 @@
|
|||
</child>
|
||||
</widget>
|
||||
<widget class="GtkAboutDialog" id="AboutDialog">
|
||||
<property name="transient_for">MainWindow</property>
|
||||
<property name="version">1.0</property>
|
||||
<property name="copyright">University of Padova, dept. of Pure and Applied Mathematics</property>
|
||||
<property name="comments">An educational simulator for process scheduling policies in a monoprocessor computer.</property>
|
||||
<property name="license">SGPEMv2 comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under the terms of the GNU General Public License; for details see file COPYING contained in the source package.</property>
|
||||
|
@ -400,7 +402,13 @@ Matteo Settenvini <matteo@member.fsf.org>
|
|||
Marco Trevisan <mtrevisa@studenti.math.unipd.it>
|
||||
Djina Verbanac <betalgez@yahoo.com>
|
||||
Luca Vezzaro <lvezzaro@studenti.math.unipd.it></property>
|
||||
<property name="documenters"></property>
|
||||
<property name="documenters">Giovanni Giacobbi <ggiacobb@studenti.math.unipd.it>
|
||||
Filippo Paparella <ironpipp@gmail.com>
|
||||
Paolo Santi <psanti@studenti.math.unipd.it>
|
||||
Matteo Settenvini <matteo@member.fsf.org>
|
||||
Marco Trevisan <mtrevisa@studenti.math.unipd.it>
|
||||
Djina Verbanac <betalgez@yahoo.com>
|
||||
Luca Vezzaro <lvezzaro@studenti.math.unipd.it></property>
|
||||
<child internal-child="vbox">
|
||||
<widget class="GtkVBox" id="AboutDialog.VBox">
|
||||
<property name="visible">True</property>
|
||||
|
|
|
@ -1,10 +1,19 @@
|
|||
|
||||
Authors of SGPEMv2
|
||||
---------------------------------------------------
|
||||
Authors of SGPEMv2
|
||||
---------------------------------------------------
|
||||
|
||||
Giovanni Giacobbi <ggiacobb@studenti.math.unipd.it>
|
||||
Filippo Paparella <ironpipp@gmail.com>
|
||||
Paolo Santi <psanti@studenti.math.unipd.it>
|
||||
Matteo Settenvini <matteo@member.fsf.org>
|
||||
Marco Trevisan <mtrevisa@studenti.math.unipd.it>
|
||||
Djina Verbanac <betalgez@yahoo.com>
|
||||
Luca Vezzaro <lvezzaro@studenti.math.unipd.it>
|
||||
|
||||
|
||||
---------------------------------------------------
|
||||
Many thanks also to:
|
||||
---------------------------------------------------
|
||||
|
||||
Giovanni Giacobbi <ggiacobb@studenti.math.unipd.it>
|
||||
Infrastructure & mailing list administration
|
||||
|
|
|
@ -1,10 +1,19 @@
|
|||
|
||||
Authors of SGPEMv2
|
||||
---------------------------------------------------
|
||||
Authors of SGPEMv2
|
||||
---------------------------------------------------
|
||||
|
||||
Giovanni Giacobbi <ggiacobb@studenti.math.unipd.it>
|
||||
Filippo Paparella <ironpipp@gmail.com>
|
||||
Paolo Santi <psanti@studenti.math.unipd.it>
|
||||
Matteo Settenvini <matteo@member.fsf.org>
|
||||
Marco Trevisan <mtrevisa@studenti.math.unipd.it>
|
||||
Djina Verbanac <betalgez@yahoo.com>
|
||||
Luca Vezzaro <lvezzaro@studenti.math.unipd.it>
|
||||
|
||||
|
||||
---------------------------------------------------
|
||||
Many thanks also to:
|
||||
---------------------------------------------------
|
||||
|
||||
Giovanni Giacobbi <ggiacobb@studenti.math.unipd.it>
|
||||
Infrastructure & mailing list administration
|
||||
|
|
|
@ -483,7 +483,6 @@ GuiBuilder::GuiBuilder(const std::string& gladefile)
|
|||
_refXml->get_widget("ToolBar.Save", toolb_save);
|
||||
toolb_save->signal_clicked().connect(sigc::mem_fun(*this, &GuiBuilder::on_file_save_activate));
|
||||
|
||||
|
||||
// Configure CPU Policy
|
||||
MenuToolButton* cpu_policies_tb_menu;
|
||||
_refXml->get_widget("ToolBar.PolicySelector", cpu_policies_tb_menu);
|
||||
|
@ -491,7 +490,6 @@ GuiBuilder::GuiBuilder(const std::string& gladefile)
|
|||
cpu_policies_tb_menu->set_menu(*manage(new Menu()));
|
||||
populate_with_cpu_policies(*cpu_policies_tb_menu->get_menu());
|
||||
|
||||
|
||||
// Configure Resource Policy
|
||||
MenuToolButton* res_policies_tb_menu;
|
||||
_refXml->get_widget("ToolBar.ResourceScheduling", res_policies_tb_menu);
|
||||
|
|
Loading…
Reference in New Issue