diff --git a/AUTHORS b/AUTHORS index 8049629..72c92a4 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,5 +1,7 @@ -Authors of SGPEMv2 +--------------------------------------------------- + Authors of SGPEMv2 +--------------------------------------------------- Filippo Paparella Paolo Santi @@ -7,3 +9,11 @@ Matteo Settenvini Marco Trevisan Djina Verbanac Luca Vezzaro + + +--------------------------------------------------- + Many thanks also to: +--------------------------------------------------- + +Giovanni Giacobbi + Infrastructure & mailing list administration diff --git a/glade/main-window.glade b/glade/main-window.glade index 25075d1..0b4a256 100644 --- a/glade/main-window.glade +++ b/glade/main-window.glade @@ -2,7 +2,7 @@ @@ -391,6 +391,8 @@ + MainWindow + 1.0 University of Padova, dept. of Pure and Applied Mathematics An educational simulator for process scheduling policies in a monoprocessor computer. 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. @@ -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> - + 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> True diff --git a/plugins/pyloader/AUTHORS b/plugins/pyloader/AUTHORS index e515ca1..72c92a4 100644 --- a/plugins/pyloader/AUTHORS +++ b/plugins/pyloader/AUTHORS @@ -1,10 +1,19 @@ -Authors of SGPEMv2 +--------------------------------------------------- + Authors of SGPEMv2 +--------------------------------------------------- -Giovanni Giacobbi Filippo Paparella Paolo Santi Matteo Settenvini Marco Trevisan Djina Verbanac Luca Vezzaro + + +--------------------------------------------------- + Many thanks also to: +--------------------------------------------------- + +Giovanni Giacobbi + Infrastructure & mailing list administration diff --git a/plugins/xmlsave/AUTHORS b/plugins/xmlsave/AUTHORS index e515ca1..72c92a4 100644 --- a/plugins/xmlsave/AUTHORS +++ b/plugins/xmlsave/AUTHORS @@ -1,10 +1,19 @@ -Authors of SGPEMv2 +--------------------------------------------------- + Authors of SGPEMv2 +--------------------------------------------------- -Giovanni Giacobbi Filippo Paparella Paolo Santi Matteo Settenvini Marco Trevisan Djina Verbanac Luca Vezzaro + + +--------------------------------------------------- + Many thanks also to: +--------------------------------------------------- + +Giovanni Giacobbi + Infrastructure & mailing list administration diff --git a/src/gui_builder.cc b/src/gui_builder.cc index f9bcb94..baf8b7d 100644 --- a/src/gui_builder.cc +++ b/src/gui_builder.cc @@ -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);