lyx_mirror/src/frontends/Makefile.am
Abdelrazak Younes 73ed0b5203 * Painter.h:
* 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
2006-10-30 10:09:59 +00:00

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