- Reorganize sources to split them across three parts:

- The main program, the frontend
	- A pyton loader library
	- The backend library
Happy hacking.


git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@240 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
tchernobog 2006-01-27 17:57:53 +00:00
parent cc7851daf9
commit 420a7f0e95
13 changed files with 106 additions and 39 deletions

View file

@ -1,3 +1,59 @@
2006-01-27 15:33 tchernobog
* trunk/doc/sgpem2dman.texi: - Fix grammar and form in chapter
"2.Writing documentation"
2006-01-27 15:04 tchernobog
* trunk/src/gtkgui/Makefile.am,
trunk/src/gtkgui/graphicalterminalio.cc,
trunk/src/gtkgui/graphicalterminalio.hh,
trunk/src/gtkgui/iomanager.hh: - Start adding interface for the
frontend IO section. Should we use namespaces?
2006-01-27 14:29 tchernobog
* trunk/doc/fdl.texi: - Fix appendixsubsec -> appendixsec (else it
has no father section)
2006-01-27 14:19 tchernobog
* trunk/doc/sgpem2dman.texi: - Fix overfull box in PDF output
2006-01-27 14:11 tchernobog
* trunk/doc/sgpem2dman.texi: - Add section about reporting anomalies
2006-01-27 10:04 tchernobog
* trunk/src/gtkgui/mainwindow.cc, trunk/src/gtkgui/startgui.cc,
trunk/src/parseopts.cc: - Put opening braces on a newline, as per
coding-style rules
2006-01-27 00:17 tchernobog
* trunk/doc/sgpem2dman.texi: - Change Subsections of Chapter 5 into
Sections to preserve right gerarchy
2006-01-26 23:56 elvez
* trunk/doc/sgpem2dman.texi: Added two points to coding rules. See
changelog for details.
2006-01-26 23:06 tchernobog
* trunk/src/gtkgui/mainwindow.cc, trunk/src/gtkgui/startgui.cc: -
Show an example of the use of a signal, and basic packing, for the
developer
2006-01-26 22:41 tchernobog
* trunk/ChangeLog, trunk/config/Doxyfile.in, trunk/doc/Makefile.am,
trunk/m4/Makefile.am, trunk/src/gtkgui/mainwindow.hh,
trunk/src/gtkgui/startgui.hh, trunk/src/parseopts.hh: - Small
fixes to class documentation - Now distcheck works correctly,
including a copy of the API documentation in the built dist tar.
2006-01-26 21:41 tchernobog
* trunk/Makefile.am, trunk/doc/Makefile.am, trunk/m4/Makefile.am: -