From 4dc9012c3361b8abee205cc1a0592d06f301d54d Mon Sep 17 00:00:00 2001 From: tchernobog Date: Thu, 9 Feb 2006 20:18:48 +0000 Subject: [PATCH] - Fix path git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@308 3ecf2c5c-341e-0410-92b4-d18e462d057c --- ChangeLog | 168 +++++++++++++++++++++++++++++++++++++++++++++++++ po/POTFILES.in | 2 +- 2 files changed, 169 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 286525f..ebb4590 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,171 @@ +2006-02-09 19:43 tchernobog + + * trunk/src/Makefile.am, trunk/src/backend/Makefile.am, + trunk/src/backend/history.hh, + trunk/src/backend/observedSubject.cc, + trunk/src/backend/observedSubject.hh, + trunk/src/backend/observed_subject.cc, + trunk/src/backend/observed_subject.hh, + trunk/src/backend/schedulableStatus.cc, + trunk/src/backend/schedulableStatus.hh, + trunk/src/backend/schedulable_status.cc, + trunk/src/backend/schedulable_status.hh, + trunk/src/backend/simulationStatus.cc, + trunk/src/backend/simulationStatus.hh, + trunk/src/backend/simulation_status.cc, + trunk/src/backend/simulation_status.hh, + trunk/src/backend/slice.hh, trunk/src/graphical_terminal_io.cc, + trunk/src/graphical_terminal_io.hh, + trunk/src/graphicalterminalio.cc, + trunk/src/graphicalterminalio.hh, trunk/src/io_manager.hh, + trunk/src/iomanager.hh, trunk/src/main.cc, + trunk/src/main_window.cc, trunk/src/main_window.hh, + trunk/src/mainwindow.cc, trunk/src/mainwindow.hh, + trunk/src/parse_opts.cc, trunk/src/parse_opts.hh, + trunk/src/parseopts.cc, trunk/src/parseopts.hh, + trunk/src/start_gui.cc, trunk/src/start_gui.hh, + trunk/src/startgui.cc, trunk/src/startgui.hh: - Change filenames + to follow a consistent naming scheme + +2006-02-09 19:33 tchernobog + + * trunk/src/backend/history.cc, trunk/src/backend/history.hh, + trunk/src/backend/observedSubject.cc, + trunk/src/backend/observedSubject.hh, + trunk/src/backend/process.cc, trunk/src/backend/process.hh, + trunk/src/backend/schedulable.cc, + trunk/src/backend/schedulable.hh, + trunk/src/backend/schedulableStatus.cc, + trunk/src/backend/schedulableStatus.hh, + trunk/src/backend/simulationStatus.cc, + trunk/src/backend/simulationStatus.hh, trunk/src/backend/slice.cc, + trunk/src/backend/slice.hh, trunk/src/graphicalterminalio.cc, + trunk/src/graphicalterminalio.hh, trunk/src/iomanager.hh, + trunk/src/main.cc, trunk/src/mainwindow.cc, + trunk/src/mainwindow.hh, trunk/src/observer.hh, + trunk/src/startgui.cc: - Fixed code to follow function naming + conventions a bit more + +2006-02-09 18:51 fpaparel + + * trunk/src/Makefile.am, trunk/src/backend/Makefile.am, + trunk/src/backend/history.cc, trunk/src/backend/history.hh, + trunk/src/backend/observedSubject.cc, + trunk/src/backend/observedSubject.hh, + trunk/src/backend/process.cc, + trunk/src/backend/schedulableStatus.cc, + trunk/src/backend/schedulableStatus.hh, + trunk/src/backend/simulationStatus.cc, + trunk/src/backend/simulationStatus.hh, trunk/src/backend/slice.cc, + trunk/src/backend/slice.hh, trunk/src/main.cc, + trunk/src/observer.hh: - added some source code + +2006-02-07 20:48 tchernobog + + * trunk/src/Makefile.am, trunk/src/backend/Makefile.am, + trunk/src/pyloader/Makefile.am: - Revert my own commit - revision + 299 (unneeded changes) + +2006-02-07 20:41 tchernobog + + * trunk/configure.ac, trunk/doc/sgpem2dman.texi, + trunk/src/backend/process.hh, trunk/src/backend/schedulable.hh, + trunk/src/backend/schedulableStatus.hh, + trunk/src/backend/simulationStatus.hh, trunk/src/backend/slice.hh, + trunk/src/startgui.hh: - Prefix our macros with "SG_", as per Luca + request + +2006-02-07 20:21 tchernobog + + * trunk/src/templates/smartp.hh: - Fix documentation for smartp.hh + +2006-02-07 20:13 tchernobog + + * trunk/src/Makefile.am, trunk/src/backend/Makefile.am, + trunk/src/pyloader/Makefile.am: - Update makefiles to make use of + include dir with templates + +2006-02-07 20:11 tchernobog + + * trunk/config/Doxyfile.in, trunk/configure.ac, trunk/src/templates, + trunk/src/templates/Makefile.am, trunk/src/templates/smartp.hh, + trunk/src/templates/smartp.tcc: - Add template class implementing + a smart pointer (a class of general utility) + +2006-02-07 12:25 tchernobog + + * trunk/doc/sgpem2dman.texi: - Add subsection about the anomaly + solving process - Fix example about how to document C++ classes - + Fix note about non-const static class members + +2006-02-06 21:37 fpaparel + + * trunk/src/backend/Makefile.am, trunk/src/backend/process.cc, + trunk/src/backend/process.hh, trunk/src/backend/schedulable.cc, + trunk/src/backend/schedulable.hh, + trunk/src/backend/schedulableStatus.cc, + trunk/src/backend/schedulableStatus.hh, + trunk/src/backend/simulationStatus.cc, + trunk/src/backend/simulationStatus.hh, trunk/src/backend/slice.cc, + trunk/src/backend/slice.hh, trunk/src/main.cc: + +2006-02-06 12:07 tchernobog + + * trunk/doc/sgpem2dman.texi: - Correct typo + +2006-02-05 14:01 tchernobog + + * trunk/configure.ac, trunk/m4/ac_python_devel.m4: - Lower the bar + for the python version check: require >= 2.3 instead of >= 2.4 + +2006-02-05 12:52 tchernobog + + * trunk/configure.ac, trunk/m4/ac_python_devel.m4: - Fix typo + +2006-02-05 12:44 tchernobog + + * trunk/configure.ac, trunk/m4/ac_python_devel.m4: - Refine python + macro before sending upstream + +2006-02-04 13:14 tchernobog + + * trunk/src/Makefile.am, trunk/src/backend/Makefile.am, + trunk/src/builtin-policies/Makefile.am, + trunk/src/pyloader/Makefile.am, trunk/src/testsuite/Makefile.am: - + use pkgdatadir instead of datadir + pkgname + +2006-02-03 21:53 tchernobog + + * trunk/src/parseopts.cc: - Typo + +2006-02-02 14:37 tchernobog + + * trunk/src/backend/Makefile.am, trunk/src/backend/Makefile.in: - + Never add autotool generated files to repository (e.g. + Makefile.in) - Use a "\" to prevent line breaks when you must + split some command on more than a line. The slash must be the + _last_ character present on a line. + +2006-02-02 13:46 fpaparel + + * trunk/src/backend/Makefile.am, trunk/src/backend/Makefile.in, + trunk/src/backend/process.cc, trunk/src/backend/process.hh, + trunk/src/main.cc: Can't compile source. Need help... + +2006-02-02 00:39 elvez + + * trunk/doc/sgpem2dman.texi: -Updated coding style with a point on + static non-POD objects. + +2006-02-01 22:56 tchernobog + + * trunk/src/graphicalterminalio.hh: - Corrected TextView -> Entry + +2006-02-01 14:07 tchernobog + + * trunk/ChangeLog, trunk/src/main.cc: - Make inserting filenames + into vector simpler + 2006-01-31 22:49 tchernobog * trunk/configure.ac: - Add check to get sigc++ cflags and ldflags diff --git a/po/POTFILES.in b/po/POTFILES.in index bfc2bc0..fd946ab 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -1,5 +1,5 @@ # List of source files which contain translatable strings. -src/parseopts.cc +src/parse_opts.cc # ...