]> git.lyx.org Git - features.git/commit
Synching my tree with cvs.
authorAngus Leeming <leeming@lyx.org>
Mon, 18 Feb 2002 19:13:48 +0000 (19:13 +0000)
committerAngus Leeming <leeming@lyx.org>
Mon, 18 Feb 2002 19:13:48 +0000 (19:13 +0000)
commitd0a3af12d9ae8b208f7a70099db29632ad8a7dba
tree37fd019b8fc112f129821045ae556022d44ad1dc
parent834cd641520dc3b505ec243c5d1e0d7830e60c1a
Synching my tree with cvs.

I'm committing all the little, but uncontroversial, changes that have
built up in my tree. This will result in an almost total recompilation for
you all but will mean that things are less painfull when the other changes
go in!

* Rename files syscall.[Ch] as systemcall.[Ch].

* Rename class Systemcalls as class Systemcall as one instance of the class
  represents a single child process. Remove the default constructor too.

* Add a running() method to class Timeout. Results in recompilation of almost
  the entire tree because pretty well everything depends on LyXView.h which
  #includes "frontends/Timeout.h", so...

* Make the Timeout instances in classes LyXView and minibuffer pointers,
  allowing us to forward declare class Timeout.

* Add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to commandtags.h in anticipation
  of something wonderful!

* Add a signal showForks to Dialogs.h, again anticipating some real code.

* wrap the structs firster, seconder in frontends/controllers/helper_funcs.h
  in a namespace to prevent a clash with similarly named structs in
  support/lyxalgo.h

As you see, lots of irritating bits and pieces which don't make much sense in
themselves but do in light of the other changes I've got here.

I'll post the big changes to the list for proper perusal.

Angus

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3566 a592a061-630c-0410-9148-cb99ea01b6c8
38 files changed:
src/ChangeLog
src/Chktex.C
src/LaTeX.C
src/LyXAction.C
src/LyXSendto.C
src/LyXView.C
src/LyXView.h
src/XFormsView.C
src/commandtags.h
src/converter.C
src/frontends/ChangeLog
src/frontends/Dialogs.h
src/frontends/Liason.C
src/frontends/Timeout.C
src/frontends/Timeout.h
src/frontends/controllers/ChangeLog
src/frontends/controllers/ControlTexinfo.C
src/frontends/controllers/helper_funcs.h
src/frontends/xforms/ChangeLog
src/frontends/xforms/Timeout_pimpl.C
src/frontends/xforms/Timeout_pimpl.h
src/insets/ChangeLog
src/insets/insetexternal.C
src/lyx_cb.C
src/lyxfunc.C
src/mathed/ChangeLog
src/mathed/formula.C
src/minibuffer.C
src/minibuffer.h
src/support/ChangeLog
src/support/Makefile.am
src/support/filetools.C
src/support/syscall.C [deleted file]
src/support/syscall.h [deleted file]
src/support/systemcall.C [new file with mode: 0644]
src/support/systemcall.h [new file with mode: 0644]
src/vc-backend.C
src/vc-backend.h