lyx_mirror/development
Richard Heck 0787ade6c0 This is the first part of a cleanup of how we handle the InsetCommand hierarchy. This part starts to disentangle the type of the inset from the command that a single instance of the inset represents. This involves two sorts of changes:
(i) The file format is changed, so that command insets are represented as:
    \begin_inset CommandInset insetype
    LatexCommand command
    ...
    \end_inset
This involves some lyx2lyx and changes to the readInset() routine in factory.cpp
(ii) The InsetCommand and InsetCommandParams classes also have to be changed, as the command name was used in these classes for various purposes for which the inset type ought really to be used.
Further clean-up to come.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20544 a592a061-630c-0410-9148-cb99ea01b6c8
2007-09-27 18:24:18 +00:00
..
cmake CMake: Supress regeneration. 2007-09-06 09:18:40 +00:00
Code_rules
lyx3
lyxserver
MacOSX use mkdir -p directly since (1) we know darwin supports it and (2) we do not know whether to use $(mkdir_p) (automake 1.10) or $(MKDIR_P) (automake 1.9) (bug 4216) 2007-09-12 10:30:25 +00:00
misc
qmake Pavel Sanda's "PDFOptions" patch, part II 2007-09-20 22:32:20 +00:00
scons add DialogView.h to scons. 2007-09-27 11:29:05 +00:00
tools Convert kmap files from LaTeX commands to unicode as discussed last week 2007-03-31 16:07:05 +00:00
Win32 xpm -> png 2007-08-30 20:09:12 +00:00
boostworkaround.txt
ChangeLog
FORMAT This is the first part of a cleanup of how we handle the InsetCommand hierarchy. This part starts to disentangle the type of the inset from the command that a single instance of the inset represents. This involves two sorts of changes: 2007-09-27 18:24:18 +00:00
gettext.patch
lazy_lyxtext.txt
lyx.rpm.README * README: 2007-09-25 11:05:05 +00:00
lyx.spec.in xpm -> png 2007-08-30 20:09:12 +00:00
Makefile.am Rename development/cmake/README.cmake to INSTALL.cmake 2007-07-11 07:27:56 +00:00
Seminar.txt
TodoPlan-1.3