]> git.lyx.org Git - lyx.git/commit
the convert patch
authorLars Gullik Bjønnes <larsbj@gullik.org>
Thu, 27 Jan 2005 21:05:44 +0000 (21:05 +0000)
committerLars Gullik Bjønnes <larsbj@gullik.org>
Thu, 27 Jan 2005 21:05:44 +0000 (21:05 +0000)
commit342cdf432246110db37bee4e0aebb4b72c933ddb
tree5c600dbaa9ecf04d5114321ae48685feb44c22f1
parent76355ad10707d850f56574a4090dab43bfa366e8
the convert patch

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9538 a592a061-630c-0410-9148-cb99ea01b6c8
76 files changed:
ChangeLog
configure.ac
po/POTFILES.in
src/BufferView_pimpl.C
src/ChangeLog
src/Chktex.C
src/Spacing.C
src/Spacing.h
src/buffer.C
src/chset.C
src/client/ChangeLog
src/client/debug.C
src/debug.C
src/frontends/gtk/ChangeLog
src/frontends/gtk/GGraphics.C
src/frontends/gtk/GPrint.C
src/frontends/gtk/xftFontLoader.C
src/frontends/qt2/ChangeLog
src/frontends/qt2/QExternal.C
src/frontends/qt2/QExternalDialog.C
src/frontends/qt2/QGraphics.C
src/frontends/qt2/QPrefs.C
src/frontends/qt2/QWrap.C
src/frontends/qt2/qfont_loader.C
src/frontends/xforms/ChangeLog
src/frontends/xforms/FontInfo.C
src/frontends/xforms/FormExternal.C
src/frontends/xforms/FormGraphics.C
src/frontends/xforms/FormPreferences.C
src/frontends/xforms/FormPrint.C
src/frontends/xforms/xfont_loader.C
src/graphics/ChangeLog
src/graphics/GraphicsParams.h
src/graphics/PreviewLoader.C
src/insets/ChangeLog
src/insets/ExternalTransforms.C
src/insets/insetbibitem.C
src/insets/insetcollapsable.C
src/insets/insetcollapsable.h
src/insets/insetexternal.C
src/insets/insetgraphics.C
src/insets/insetgraphicsParams.C
src/insets/insettabular.C
src/insets/insettext.C
src/insets/updatableinset.C
src/insets/updatableinset.h
src/lyxfunc.C
src/lyxlayout.h
src/lyxlex.C
src/lyxlex.h
src/mathed/ChangeLog
src/mathed/math_parser.C
src/mathed/math_sizeinset.C
src/support/ChangeLog
src/support/Makefile.am
src/support/atoi.C [deleted file]
src/support/convert.C
src/support/convert.h
src/support/lstrings.C
src/support/lstrings.h
src/support/lyxlib.h
src/support/tests/.cvsignore [new file with mode: 0644]
src/support/tests/Makefile.am [new file with mode: 0644]
src/support/tests/boost.C [new file with mode: 0644]
src/support/tests/convert.C [new file with mode: 0644]
src/support/tests/lstrings.C [new file with mode: 0644]
src/support/tests/regfiles/convert [new file with mode: 0644]
src/support/tests/regfiles/lstrings [new file with mode: 0644]
src/support/tests/test_convert [new file with mode: 0755]
src/support/tests/test_lstrings [new file with mode: 0755]
src/tabular.C
src/tex2lyx/ChangeLog
src/tex2lyx/Spacing.h
src/tex2lyx/tex2lyx.C
src/text3.C
src/vspace.C