lyx_mirror/development/scons
Abdelrazak Younes b2126408cf This commit do the Model/View separation of the LyXText and Paragraph classes. The separation is mostly complete for the Paragraph class but some more transfer should occur for the LyXText class.
* ParagraphMetrics.[Ch]: new files

* TextMetrics.[Ch]: new files.

* lyxtext.h/text2.C/text3.C: some code transferred to the TextMetrics class.

* paragraph.[Ch]: all screen oriented code transfered to ParagraphMetrics class.

* BufferView:
 - text_metrics_: new TextMetrics cache private member.
 - textMetrics(): new access method.
 - parMetrics(): ditto.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16433 a592a061-630c-0410-9148-cb99ea01b6c8
2006-12-29 23:54:48 +00:00
..
qt4.py Scons: set uic parameter -tr lyx::qt_ properly 2006-11-20 17:26:26 +00:00
scons_manifest.py This commit do the Model/View separation of the LyXText and Paragraph classes. The separation is mostly complete for the Paragraph class but some more transfer should occur for the LyXText class. 2006-12-29 23:54:48 +00:00
scons_utils.py Scons: do not subst %var%, as I am told that they are changed to @var@ 2006-12-21 15:21:30 +00:00
SConstruct * scons/SConstruct: fix manifest on Windows 2006-12-23 09:09:10 +00:00