mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-11 13:46:43 +00:00
73ed0b5203
* Painter: new ctor that sets drawing_enabled_ to true. * setDrawingEnabled(), isDrawingEnabled(): new methods. * QLPainter.C: only draw if drawing is enabled. * nullpainter.h: deleted. * rawpainter.C::paintPar(): only draw if we are inside the Paragraph. * InsetTabular::draw(): use new Painter method instead of a NullPainter. * InsetMathNest::drawSelection(): ditto. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15613 a592a061-630c-0410-9148-cb99ea01b6c8
46 lines
738 B
Makefile
46 lines
738 B
Makefile
include $(top_srcdir)/config/common.am
|
|
|
|
SUBDIRS = controllers $(FRONTENDS_SUBDIRS)
|
|
|
|
DIST_SUBDIRS = controllers qt4
|
|
|
|
EXTRA_DIST = pch.h
|
|
|
|
BUILT_SOURCES = $(PCH_FILE)
|
|
|
|
noinst_LTLIBRARIES = libfrontends.la
|
|
|
|
AM_CPPFLAGS += $(PCH_FLAGS) -I$(srcdir)/.. $(BOOST_INCLUDES)
|
|
|
|
libfrontends_la_SOURCES = \
|
|
Alert.C \
|
|
Alert.h \
|
|
Alert_pimpl.h \
|
|
Application.C \
|
|
Application.h \
|
|
NoGuiFontLoader.h \
|
|
NoGuiFontMetrics.h \
|
|
Dialogs.C \
|
|
Dialogs.h \
|
|
FileDialog.h \
|
|
FontLoader.h \
|
|
FontMetrics.h \
|
|
LyXKeySym.h \
|
|
LyXKeySymFactory.h \
|
|
LyXView.C \
|
|
LyXView.h \
|
|
Menubar.h \
|
|
Painter.C \
|
|
Painter.h \
|
|
Timeout.C \
|
|
Timeout.h \
|
|
Toolbars.C \
|
|
Toolbars.h \
|
|
Clipboard.h \
|
|
Gui.h \
|
|
Selection.h \
|
|
WorkArea.C \
|
|
WorkArea.h \
|
|
key_state.h \
|
|
mouse_state.h
|