mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-06 01:15:24 +00:00
4ce743a0a7
* src/LyXAction.cpp: listing-insert action * src/insets/Inset.h,cpp: LISTINGS_CODE * src/insets/InsetInclude.cpp: handle \lstinputlisting * src/insets/InsetListings.h,cpp: new listings inset * src/insets/InsetListingsParams.h,cpp: parameters from listings package * src/insets/InsetCommandParams.h,cpp: handle lstinputlisting option * src/Bidi.cpp: handle LISTINGS_CODE * src/frontends/qt4/ui/TextLayoutUi.ui: update UI * src/frontends/qt4/ui/ListingsUi.ui: new dialog * src/frontends/qt4/ui/IncludeUi.ui: update UI * src/frontends/qt4/QInclude.h,cpp: add lstinputlisting * src/frontends/qt4/QDocument.h,cpp: add textedit for preamble listings_params * src/frontends/qt4/QListings.h,cpp: new listings inset * src/frontends/qt4/Dialogs.cpp: new listings dialog * src/frontends/controllers/ControlInclude.h,cpp: add lstinputlisting * src/frontends/controllers/ControlListings.h,cpp: new listings inset * src/LyXFunc.cpp: handle LISTING_CODE * src/Paragraph.cpp: handle LISTING_CODE * src/factory.cpp: new listings inset * src/CutAndPaste.cpp: handle LISTINGS_CODE * src/LaTeXFeatures.cpp: require listings * src/Text3.cpp: Handle LISTINGS_CODE * src/lfuns.h: add LFUN_LISTING_INSERT * src/Buffer.cpp: change lyx file format to 269 * src/BufferParams.h,cpp: add listings_params to preamble * lib/lyx2lyx/LyX.py: lyx2lyx * lib/lyx2lyx/lyx_1_5.py: lyx2lyx * lib/ui/stdmenus.inc: new menu item (no shortcut!) * src/insets/Makefile.am: update autotools * src/frontends/controllers/Makefile.am * src/frontends/qt4/Makefile.dialogs * src/frontends/qt4/Makefile.am * po/POTFILES.in: a few more translatable files. * development/scons/scons_manifest.py: scons build system * development/FORMAT: document format changes git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18243 a592a061-630c-0410-9148-cb99ea01b6c8
124 lines
2.2 KiB
Makefile
124 lines
2.2 KiB
Makefile
include $(top_srcdir)/config/common.am
|
|
|
|
noinst_LTLIBRARIES = libinsets.la
|
|
|
|
EXTRA_DIST = \
|
|
pch.h \
|
|
InsetTheorem.cpp \
|
|
InsetTheorem.h
|
|
|
|
BUILT_SOURCES = $(PCH_FILE)
|
|
|
|
AM_CPPFLAGS += $(PCH_FLAGS) -I$(srcdir)/.. $(BOOST_INCLUDES)
|
|
|
|
libinsets_la_SOURCES = \
|
|
MailInset.cpp \
|
|
MailInset.h \
|
|
ExternalSupport.cpp \
|
|
ExternalSupport.h \
|
|
ExternalTemplate.cpp \
|
|
ExternalTemplate.h \
|
|
ExternalTransforms.cpp \
|
|
ExternalTransforms.h \
|
|
RenderBase.h \
|
|
RenderButton.cpp \
|
|
RenderButton.h \
|
|
RenderGraphic.cpp \
|
|
RenderGraphic.h \
|
|
RenderPreview.cpp \
|
|
RenderPreview.h \
|
|
Inset.h \
|
|
Inset.cpp \
|
|
InsetBibitem.cpp \
|
|
InsetBibitem.h \
|
|
InsetBibtex.cpp \
|
|
InsetBibtex.h \
|
|
InsetBox.cpp \
|
|
InsetBox.h \
|
|
InsetBranch.cpp \
|
|
InsetBranch.h \
|
|
InsetCaption.cpp \
|
|
InsetCaption.h \
|
|
InsetCharStyle.cpp \
|
|
InsetCharStyle.h \
|
|
InsetCitation.cpp \
|
|
InsetCitation.h \
|
|
InsetCollapsable.cpp \
|
|
InsetCollapsable.h \
|
|
InsetCommand.cpp \
|
|
InsetCommand.h \
|
|
InsetCommandParams.cpp \
|
|
InsetCommandParams.h \
|
|
InsetEnvironment.cpp \
|
|
InsetEnvironment.h \
|
|
InsetERT.cpp \
|
|
InsetERT.h \
|
|
InsetExternal.cpp \
|
|
InsetExternal.h \
|
|
InsetFloat.h \
|
|
InsetFloat.cpp \
|
|
InsetFloatList.cpp \
|
|
InsetFloatList.h \
|
|
InsetFoot.cpp \
|
|
InsetFoot.h \
|
|
InsetFootlike.cpp \
|
|
InsetFootlike.h \
|
|
InsetGraphicsParams.h \
|
|
InsetGraphicsParams.cpp \
|
|
InsetGraphics.cpp \
|
|
InsetGraphics.h \
|
|
InsetHFill.cpp \
|
|
InsetHFill.h \
|
|
InsetInclude.cpp \
|
|
InsetInclude.h \
|
|
InsetIndex.cpp \
|
|
InsetIndex.h \
|
|
InsetLabel.cpp \
|
|
InsetLabel.h \
|
|
InsetLine.cpp \
|
|
InsetLine.h \
|
|
InsetListings.h \
|
|
InsetListings.cpp \
|
|
InsetListingsParams.h \
|
|
InsetListingsParams.cpp \
|
|
InsetMarginal.h \
|
|
InsetMarginal.cpp \
|
|
InsetNewline.cpp \
|
|
InsetNewline.h \
|
|
InsetNomencl.cpp \
|
|
InsetNomencl.h \
|
|
InsetNote.cpp \
|
|
InsetNote.h \
|
|
InsetOptArg.cpp \
|
|
InsetOptArg.h \
|
|
InsetPagebreak.cpp \
|
|
InsetPagebreak.h \
|
|
InsetQuotes.cpp \
|
|
InsetQuotes.h \
|
|
InsetRef.cpp \
|
|
InsetRef.h \
|
|
InsetSpace.cpp \
|
|
InsetSpace.h \
|
|
InsetSpecialChar.cpp \
|
|
InsetSpecialChar.h \
|
|
InsetTabular.cpp \
|
|
InsetTabular.h \
|
|
InsetText.cpp \
|
|
InsetText.h \
|
|
InsetTOC.cpp \
|
|
InsetTOC.h \
|
|
InsetUrl.cpp \
|
|
InsetUrl.h \
|
|
InsetVSpace.cpp \
|
|
InsetVSpace.h \
|
|
InsetWrap.h \
|
|
InsetWrap.cpp
|
|
|
|
# insetlist.C \
|
|
# insetlist.h \
|
|
# insetsection.h \
|
|
# insetsection.C \
|
|
# InsetTheorem.cpp \
|
|
# InsetTheorem.h
|
|
|