- Create SimulationWidget

- Drop the old SchedulablesWidget in favor of a simple Gtk::TreeView
- Update the GuiBuilder consequentially
- FIXME: in cairo_widget.cc : have we to scale the context before or after
drawing on it?


git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@845 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
tchernobog 2006-08-12 15:49:37 +00:00
parent 51fdeea4d1
commit 59edb09c14
8 changed files with 60 additions and 61 deletions

View file

@ -295,7 +295,7 @@ sgpemv2_SOURCES = \
src/main.cc \
src/parse_opts.cc \
src/schedulables_tree_widget.cc \
src/schedulables_widget.cc \
src/simulation_widget.cc \
src/text_simulation.cc
noinst_HEADERS += \
@ -305,7 +305,7 @@ noinst_HEADERS += \
src/main.hh \
src/parse_opts.hh \
src/schedulables_tree_widget.hh \
src/schedulables_widget.hh \
src/simulation_widget.hh \
src/text_simulation.hh
# ---------- glade files -----------