]> git.lyx.org Git - lyx.git/commit
Switch from SigC signals to boost::signals
authorLars Gullik Bjønnes <larsbj@gullik.org>
Wed, 29 May 2002 16:21:03 +0000 (16:21 +0000)
committerLars Gullik Bjønnes <larsbj@gullik.org>
Wed, 29 May 2002 16:21:03 +0000 (16:21 +0000)
commit1e394731004491d04abe436112b5a89521bbd19a
tree586da4a4186372d65f280e017ff38e0bdab31b49
parent6a0b1fe001fac6db6c5731cd5b948b53fb204a55
Switch from SigC signals to boost::signals

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4281 a592a061-630c-0410-9148-cb99ea01b6c8
116 files changed:
ChangeLog
Makefile.am
acconfig.h
autogen.sh
config/lyxinclude.m4
configure.in
src/BufferView_pimpl.C
src/BufferView_pimpl.h
src/ChangeLog
src/Makefile.am
src/counters.h
src/frontends/ChangeLog
src/frontends/DialogBase.h
src/frontends/Dialogs.C
src/frontends/Dialogs.h
src/frontends/LyXView.C
src/frontends/LyXView.h
src/frontends/Painter.h
src/frontends/Timeout.C
src/frontends/Timeout.h
src/frontends/WorkArea.h
src/frontends/controllers/ChangeLog
src/frontends/controllers/ControlAboutlyx.C
src/frontends/controllers/ControlBibitem.C
src/frontends/controllers/ControlBibtex.C
src/frontends/controllers/ControlCharacter.C
src/frontends/controllers/ControlCitation.C
src/frontends/controllers/ControlCommand.C
src/frontends/controllers/ControlConnections.C
src/frontends/controllers/ControlConnections.h
src/frontends/controllers/ControlERT.C
src/frontends/controllers/ControlError.C
src/frontends/controllers/ControlExternal.C
src/frontends/controllers/ControlFloat.C
src/frontends/controllers/ControlForks.C
src/frontends/controllers/ControlForks.h
src/frontends/controllers/ControlGraphics.C
src/frontends/controllers/ControlInclude.C
src/frontends/controllers/ControlIndex.C
src/frontends/controllers/ControlInset.h
src/frontends/controllers/ControlInset.tmpl
src/frontends/controllers/ControlLog.C
src/frontends/controllers/ControlMinipage.C
src/frontends/controllers/ControlPreamble.C
src/frontends/controllers/ControlPrint.C
src/frontends/controllers/ControlRef.C
src/frontends/controllers/ControlSearch.C
src/frontends/controllers/ControlSendto.C
src/frontends/controllers/ControlShowFile.C
src/frontends/controllers/ControlSpellchecker.C
src/frontends/controllers/ControlTabularCreate.C
src/frontends/controllers/ControlTexinfo.C
src/frontends/controllers/ControlThesaurus.C
src/frontends/controllers/ControlToc.C
src/frontends/controllers/ControlUrl.C
src/frontends/controllers/ControlVCLog.C
src/frontends/controllers/GUI.h
src/frontends/xforms/ChangeLog
src/frontends/xforms/Dialogs.C
src/frontends/xforms/DropDown.C
src/frontends/xforms/DropDown.h
src/frontends/xforms/FormBaseDeprecated.C
src/frontends/xforms/FormBaseDeprecated.h
src/frontends/xforms/FormDocument.C
src/frontends/xforms/FormFiledialog.C
src/frontends/xforms/FormFiledialog.h
src/frontends/xforms/FormInset.C
src/frontends/xforms/FormInset.h
src/frontends/xforms/FormMathsPanel.C
src/frontends/xforms/FormParagraph.C
src/frontends/xforms/FormParagraph.h
src/frontends/xforms/FormPreferences.C
src/frontends/xforms/FormTabular.C
src/frontends/xforms/GUIRunTime.C
src/frontends/xforms/Timeout_pimpl.h
src/frontends/xforms/Tooltips.C
src/frontends/xforms/Tooltips.h
src/frontends/xforms/XFormsView.C
src/frontends/xforms/XPainter.C
src/frontends/xforms/XWorkArea.C
src/frontends/xforms/XWorkArea.h
src/frontends/xforms/xformsGImage.C
src/graphics/ChangeLog
src/graphics/GraphicsCacheItem.C
src/graphics/GraphicsCacheItem.h
src/graphics/GraphicsConverter.C
src/graphics/GraphicsConverter.h
src/graphics/GraphicsImage.C
src/graphics/GraphicsImage.h
src/insets/ChangeLog
src/insets/insetcommand.h
src/insets/inseterror.h
src/insets/insetert.h
src/insets/insetexternal.h
src/insets/insetfloat.h
src/insets/insetgraphics.C
src/insets/insetgraphics.h
src/insets/insetinclude.h
src/insets/insetminipage.h
src/insets/insettabular.C
src/insets/insettabular.h
src/insets/insettext.C
src/lyxfunc.C
src/lyxfunc.h
src/mathed/ChangeLog
src/mathed/formulabase.C
src/mathed/math_charinset.C
src/mathed/math_cursor.C
src/minibuffer.C
src/minibuffer.h
src/support/ChangeLog
src/support/forkedcall.C
src/support/forkedcall.h
src/support/forkedcontr.C
src/support/forkedcontr.h
src/text2.C