2006-08-13 04:54:25 +00:00
|
|
|
from SCons.Util import Split
|
|
|
|
|
2007-04-30 19:10:08 +00:00
|
|
|
TOP_extra_files = Split('''
|
2007-04-30 16:45:22 +00:00
|
|
|
ABOUT-NLS
|
|
|
|
ANNOUNCE
|
|
|
|
COPYING
|
|
|
|
INSTALL
|
|
|
|
INSTALL.MacOSX
|
|
|
|
INSTALL.Win32
|
|
|
|
INSTALL.autoconf
|
2007-07-11 07:27:56 +00:00
|
|
|
INSTALL.cmake
|
2007-04-30 16:45:22 +00:00
|
|
|
INSTALL.scons
|
|
|
|
Makefile.am
|
|
|
|
NEWS
|
|
|
|
README
|
|
|
|
README.Cygwin
|
|
|
|
README.Win32
|
|
|
|
README.localization
|
|
|
|
RELEASE-NOTES
|
|
|
|
UPGRADING
|
|
|
|
autogen.sh
|
|
|
|
config.log
|
|
|
|
configure.ac
|
2008-08-12 23:48:38 +00:00
|
|
|
lyx.1in
|
2007-04-30 16:45:22 +00:00
|
|
|
rename.sh
|
|
|
|
scons_lyx.log
|
2007-04-30 11:33:53 +00:00
|
|
|
''')
|
|
|
|
|
|
|
|
|
2007-04-30 16:45:22 +00:00
|
|
|
src_header_files = Split('''
|
|
|
|
ASpell_local.h
|
|
|
|
Author.h
|
2007-08-20 17:04:36 +00:00
|
|
|
BiblioInfo.h
|
2007-04-30 16:45:22 +00:00
|
|
|
Bidi.h
|
|
|
|
Box.h
|
|
|
|
BranchList.h
|
|
|
|
Buffer.h
|
|
|
|
BufferList.h
|
|
|
|
BufferParams.h
|
|
|
|
BufferView.h
|
|
|
|
Bullet.h
|
|
|
|
Changes.h
|
|
|
|
Chktex.h
|
2008-04-20 17:39:24 +00:00
|
|
|
Citation.h
|
2007-10-21 01:26:32 +00:00
|
|
|
CmdDef.h
|
2007-04-30 16:45:22 +00:00
|
|
|
Color.h
|
2009-02-09 23:30:24 +00:00
|
|
|
ColorSet.h
|
2007-10-25 13:38:12 +00:00
|
|
|
ColorCode.h
|
2008-03-16 19:01:05 +00:00
|
|
|
CompletionList.h
|
2007-04-30 16:45:22 +00:00
|
|
|
Converter.h
|
|
|
|
ConverterCache.h
|
|
|
|
CoordCache.h
|
|
|
|
Counters.h
|
|
|
|
Cursor.h
|
|
|
|
CursorSlice.h
|
|
|
|
CutAndPaste.h
|
|
|
|
DepTable.h
|
|
|
|
Dimension.h
|
|
|
|
DispatchResult.h
|
|
|
|
DocIterator.h
|
|
|
|
Encoding.h
|
|
|
|
ErrorList.h
|
|
|
|
Exporter.h
|
|
|
|
FloatList.h
|
|
|
|
Floating.h
|
|
|
|
Font.h
|
2007-10-28 18:51:54 +00:00
|
|
|
FontEnums.h
|
|
|
|
FontInfo.h
|
2007-10-19 15:23:11 +00:00
|
|
|
FontList.h
|
2007-04-30 16:45:22 +00:00
|
|
|
Format.h
|
2008-03-16 19:01:05 +00:00
|
|
|
FuncCode.h
|
2007-04-30 16:45:22 +00:00
|
|
|
FuncRequest.h
|
|
|
|
FuncStatus.h
|
|
|
|
Graph.h
|
|
|
|
InsetIterator.h
|
|
|
|
InsetList.h
|
|
|
|
Intl.h
|
|
|
|
KeyMap.h
|
|
|
|
KeySequence.h
|
|
|
|
LaTeX.h
|
|
|
|
LaTeXFeatures.h
|
|
|
|
Language.h
|
|
|
|
Layout.h
|
2007-09-30 04:12:14 +00:00
|
|
|
LayoutEnums.h
|
2008-03-07 03:53:21 +00:00
|
|
|
LayoutFile.h
|
2009-02-11 23:55:51 +00:00
|
|
|
LayoutModuleList.h
|
2007-04-30 16:45:22 +00:00
|
|
|
Length.h
|
|
|
|
Lexer.h
|
|
|
|
LyX.h
|
|
|
|
LyXAction.h
|
|
|
|
LyXFunc.h
|
|
|
|
LyXRC.h
|
|
|
|
LyXVC.h
|
|
|
|
MetricsInfo.h
|
2007-08-29 21:18:02 +00:00
|
|
|
ModuleList.h
|
2007-04-30 16:45:22 +00:00
|
|
|
Mover.h
|
|
|
|
OutputParams.h
|
|
|
|
ParIterator.h
|
|
|
|
Paragraph.h
|
|
|
|
ParagraphList.h
|
|
|
|
ParagraphMetrics.h
|
|
|
|
ParagraphParameters.h
|
2007-09-20 23:16:59 +00:00
|
|
|
PDFOptions.h
|
2007-04-30 16:45:22 +00:00
|
|
|
PrinterParams.h
|
|
|
|
Row.h
|
|
|
|
Section.h
|
|
|
|
Server.h
|
|
|
|
ServerSocket.h
|
|
|
|
Session.h
|
|
|
|
Spacing.h
|
|
|
|
SpellBase.h
|
|
|
|
TexRow.h
|
|
|
|
Text.h
|
|
|
|
TextClass.h
|
|
|
|
TextMetrics.h
|
|
|
|
Thesaurus.h
|
|
|
|
TocBackend.h
|
|
|
|
Trans.h
|
|
|
|
Undo.h
|
|
|
|
VCBackend.h
|
|
|
|
VSpace.h
|
|
|
|
Variables.h
|
|
|
|
WordLangTuple.h
|
|
|
|
buffer_funcs.h
|
|
|
|
factory.h
|
|
|
|
lyxfind.h
|
|
|
|
output.h
|
|
|
|
output_docbook.h
|
|
|
|
output_latex.h
|
|
|
|
output_plaintext.h
|
|
|
|
paper.h
|
|
|
|
paragraph_funcs.h
|
|
|
|
rowpainter.h
|
|
|
|
sgml.h
|
|
|
|
update_flags.h
|
|
|
|
version.h
|
2008-02-25 01:56:53 +00:00
|
|
|
WordList.h
|
2007-04-28 20:33:15 +00:00
|
|
|
''')
|
2006-08-13 04:54:25 +00:00
|
|
|
|
2007-04-30 11:33:53 +00:00
|
|
|
|
2007-04-30 16:45:22 +00:00
|
|
|
src_pre_files = Split('''
|
|
|
|
Author.cpp
|
|
|
|
Bidi.cpp
|
|
|
|
BranchList.cpp
|
|
|
|
Buffer.cpp
|
|
|
|
BufferList.cpp
|
|
|
|
BufferParams.cpp
|
|
|
|
BufferView.cpp
|
|
|
|
Bullet.cpp
|
|
|
|
Changes.cpp
|
|
|
|
Chktex.cpp
|
2007-10-21 01:26:32 +00:00
|
|
|
CmdDef.cpp
|
2007-04-30 16:45:22 +00:00
|
|
|
Color.cpp
|
|
|
|
Converter.cpp
|
|
|
|
ConverterCache.cpp
|
|
|
|
CoordCache.cpp
|
|
|
|
Counters.cpp
|
|
|
|
Cursor.cpp
|
|
|
|
CursorSlice.cpp
|
|
|
|
CutAndPaste.cpp
|
|
|
|
DepTable.cpp
|
|
|
|
DocIterator.cpp
|
|
|
|
Encoding.cpp
|
|
|
|
ErrorList.cpp
|
|
|
|
Exporter.cpp
|
|
|
|
FloatList.cpp
|
|
|
|
Floating.cpp
|
|
|
|
Font.cpp
|
2007-10-28 18:51:54 +00:00
|
|
|
FontInfo.cpp
|
2007-10-19 15:23:11 +00:00
|
|
|
FontList.cpp
|
2007-04-30 16:45:22 +00:00
|
|
|
Format.cpp
|
|
|
|
FuncRequest.cpp
|
|
|
|
FuncStatus.cpp
|
|
|
|
Graph.cpp
|
|
|
|
InsetIterator.cpp
|
|
|
|
InsetList.cpp
|
|
|
|
Intl.cpp
|
|
|
|
KeyMap.cpp
|
|
|
|
KeySequence.cpp
|
|
|
|
LaTeX.cpp
|
|
|
|
LaTeXFeatures.cpp
|
|
|
|
Language.cpp
|
|
|
|
Layout.cpp
|
2008-03-07 03:53:21 +00:00
|
|
|
LayoutFile.cpp
|
2009-02-21 21:04:27 +00:00
|
|
|
LayoutModuleList.cpp
|
2007-04-30 16:45:22 +00:00
|
|
|
Length.cpp
|
|
|
|
Lexer.cpp
|
|
|
|
LyX.cpp
|
|
|
|
LyXAction.cpp
|
|
|
|
LyXFunc.cpp
|
|
|
|
LyXRC.cpp
|
|
|
|
LyXVC.cpp
|
|
|
|
MetricsInfo.cpp
|
|
|
|
Mover.cpp
|
|
|
|
OutputParams.cpp
|
2007-09-20 22:32:20 +00:00
|
|
|
PDFOptions.cpp
|
2007-04-30 16:45:22 +00:00
|
|
|
ParIterator.cpp
|
|
|
|
Paragraph.cpp
|
|
|
|
ParagraphMetrics.cpp
|
|
|
|
ParagraphParameters.cpp
|
|
|
|
Row.cpp
|
|
|
|
Server.cpp
|
|
|
|
ServerSocket.cpp
|
|
|
|
Session.cpp
|
|
|
|
Spacing.cpp
|
|
|
|
TexRow.cpp
|
|
|
|
Text.cpp
|
|
|
|
Text2.cpp
|
|
|
|
Text3.cpp
|
|
|
|
TextClass.cpp
|
|
|
|
TextMetrics.cpp
|
|
|
|
TocBackend.cpp
|
|
|
|
Trans.cpp
|
|
|
|
Undo.cpp
|
|
|
|
VCBackend.cpp
|
|
|
|
VSpace.cpp
|
|
|
|
buffer_funcs.cpp
|
|
|
|
factory.cpp
|
|
|
|
lengthcommon.cpp
|
|
|
|
lyxfind.cpp
|
|
|
|
output.cpp
|
|
|
|
output_docbook.cpp
|
|
|
|
output_latex.cpp
|
|
|
|
output_plaintext.cpp
|
|
|
|
paragraph_funcs.cpp
|
|
|
|
rowpainter.cpp
|
|
|
|
sgml.cpp
|
2007-08-13 12:04:57 +00:00
|
|
|
version.cpp
|
2008-02-25 01:56:53 +00:00
|
|
|
WordList.cpp
|
2006-08-13 04:54:25 +00:00
|
|
|
''')
|
|
|
|
|
|
|
|
|
2007-04-30 16:45:22 +00:00
|
|
|
src_post_files = Split('''
|
2008-04-25 21:39:11 +00:00
|
|
|
BiblioInfo.cpp
|
2007-04-30 16:45:22 +00:00
|
|
|
Box.cpp
|
|
|
|
Dimension.cpp
|
2007-08-29 21:18:02 +00:00
|
|
|
ModuleList.cpp
|
2007-04-30 16:45:22 +00:00
|
|
|
PrinterParams.cpp
|
|
|
|
SpellBase.cpp
|
|
|
|
Thesaurus.cpp
|
2008-03-21 18:17:37 +00:00
|
|
|
boost.cpp
|
2006-08-13 04:54:25 +00:00
|
|
|
''')
|
|
|
|
|
|
|
|
|
2007-04-30 16:45:22 +00:00
|
|
|
src_extra_src_files = Split('''
|
|
|
|
ASpell.cpp
|
|
|
|
Section.cpp
|
|
|
|
Variables.cpp
|
|
|
|
main.cpp
|
2006-08-13 04:54:25 +00:00
|
|
|
''')
|
|
|
|
|
|
|
|
|
2007-04-30 16:45:22 +00:00
|
|
|
src_extra_files = Split('''
|
|
|
|
Makefile.am
|
|
|
|
pch.h
|
2006-08-13 04:54:25 +00:00
|
|
|
''')
|
|
|
|
|
|
|
|
|
2007-04-30 16:45:22 +00:00
|
|
|
src_client_header_files = Split('''
|
|
|
|
Messages.h
|
2006-08-13 04:54:25 +00:00
|
|
|
''')
|
|
|
|
|
|
|
|
|
2007-04-30 16:45:22 +00:00
|
|
|
src_client_files = Split('''
|
|
|
|
Messages.cpp
|
|
|
|
boost.cpp
|
|
|
|
client.cpp
|
|
|
|
gettext.cpp
|
2006-08-13 04:54:25 +00:00
|
|
|
''')
|
|
|
|
|
|
|
|
|
2007-04-30 16:45:22 +00:00
|
|
|
src_client_extra_files = Split('''
|
|
|
|
Makefile.am
|
2009-03-10 01:05:09 +00:00
|
|
|
lyxclient.1in
|
2007-04-30 16:45:22 +00:00
|
|
|
pch.h
|
2006-08-13 04:54:25 +00:00
|
|
|
''')
|
|
|
|
|
|
|
|
|
2007-04-30 16:45:22 +00:00
|
|
|
src_support_header_files = Split('''
|
|
|
|
ExceptionMessage.h
|
|
|
|
FileMonitor.h
|
|
|
|
FileName.h
|
2007-11-30 00:03:31 +00:00
|
|
|
ForkedCalls.h
|
|
|
|
Messages.h
|
2007-04-30 16:45:22 +00:00
|
|
|
Package.h
|
|
|
|
Path.h
|
|
|
|
RandomAccessList.h
|
2007-11-25 23:49:48 +00:00
|
|
|
SignalSlot.h
|
|
|
|
SignalSlotPrivate.h
|
2007-04-30 16:45:22 +00:00
|
|
|
Systemcall.h
|
2007-08-13 03:19:57 +00:00
|
|
|
Timeout.h
|
2007-04-30 16:45:22 +00:00
|
|
|
Translator.h
|
|
|
|
convert.h
|
|
|
|
copied_ptr.h
|
2007-11-30 00:03:31 +00:00
|
|
|
debug.h
|
2007-04-30 16:45:22 +00:00
|
|
|
docstream.h
|
|
|
|
docstring.h
|
2008-05-24 10:15:52 +00:00
|
|
|
docstring_list.h
|
2007-04-30 16:45:22 +00:00
|
|
|
environment.h
|
|
|
|
filetools.h
|
2008-03-09 14:05:55 +00:00
|
|
|
foreach.h
|
2007-11-30 00:03:31 +00:00
|
|
|
gettext.h
|
2007-08-01 15:16:44 +00:00
|
|
|
gzstream.h
|
2008-04-30 08:26:40 +00:00
|
|
|
lassert.h
|
2007-04-30 16:45:22 +00:00
|
|
|
limited_stack.h
|
|
|
|
lstrings.h
|
|
|
|
lyxalgo.h
|
|
|
|
lyxlib.h
|
|
|
|
lyxtime.h
|
|
|
|
os.h
|
|
|
|
os_win32.h
|
|
|
|
qstring_helpers.h
|
|
|
|
socktools.h
|
|
|
|
textutils.h
|
|
|
|
types.h
|
|
|
|
unicode.h
|
|
|
|
userinfo.h
|
|
|
|
''')
|
|
|
|
|
2006-08-13 04:54:25 +00:00
|
|
|
|
2007-04-30 16:45:22 +00:00
|
|
|
src_support_files = Split('''
|
|
|
|
FileMonitor.cpp
|
|
|
|
FileName.cpp
|
2007-11-30 00:03:31 +00:00
|
|
|
ForkedCalls.cpp
|
|
|
|
Messages.cpp
|
2007-08-27 21:29:56 +00:00
|
|
|
Package.cpp
|
2007-04-30 16:45:22 +00:00
|
|
|
Path.cpp
|
2007-11-25 23:49:48 +00:00
|
|
|
SignalSlot.cpp
|
2008-02-10 01:26:45 +00:00
|
|
|
SignalSlotPrivate.cpp
|
2007-04-30 16:45:22 +00:00
|
|
|
Systemcall.cpp
|
2007-08-13 03:19:57 +00:00
|
|
|
Timeout.cpp
|
2007-04-30 16:45:22 +00:00
|
|
|
convert.cpp
|
2007-11-30 00:03:31 +00:00
|
|
|
debug.cpp
|
2007-04-30 16:45:22 +00:00
|
|
|
docstream.cpp
|
|
|
|
docstring.cpp
|
|
|
|
environment.cpp
|
|
|
|
filetools.cpp
|
2007-11-30 00:03:31 +00:00
|
|
|
gettext.cpp
|
2008-06-06 11:34:49 +00:00
|
|
|
gzstream.cpp
|
2007-04-30 16:45:22 +00:00
|
|
|
kill.cpp
|
2008-05-01 16:24:10 +00:00
|
|
|
lassert.cpp
|
2007-04-30 16:45:22 +00:00
|
|
|
lstrings.cpp
|
|
|
|
lyxtime.cpp
|
|
|
|
os.cpp
|
2008-04-20 22:43:07 +00:00
|
|
|
qstring_helpers.cpp
|
2007-04-30 16:45:22 +00:00
|
|
|
socktools.cpp
|
|
|
|
unicode.cpp
|
|
|
|
userinfo.cpp
|
2006-08-13 04:54:25 +00:00
|
|
|
''')
|
|
|
|
|
|
|
|
|
2007-04-30 16:45:22 +00:00
|
|
|
src_support_extra_header_files = Split('''
|
2007-05-01 22:04:21 +00:00
|
|
|
|
2006-08-13 04:54:25 +00:00
|
|
|
''')
|
|
|
|
|
|
|
|
|
2007-04-30 16:45:22 +00:00
|
|
|
src_support_extra_src_files = Split('''
|
|
|
|
atexit.c
|
|
|
|
os_cygwin.cpp
|
|
|
|
os_unix.cpp
|
|
|
|
os_win32.cpp
|
|
|
|
strerror.c
|
2006-08-13 04:54:25 +00:00
|
|
|
''')
|
|
|
|
|
|
|
|
|
2007-04-30 16:45:22 +00:00
|
|
|
src_support_extra_files = Split('''
|
|
|
|
Makefile.am
|
|
|
|
pch.h
|
2006-08-13 04:54:25 +00:00
|
|
|
''')
|
|
|
|
|
|
|
|
|
2007-04-30 16:45:22 +00:00
|
|
|
src_support_tests_extra_files = Split('''
|
|
|
|
Makefile.am
|
|
|
|
boost.cpp
|
|
|
|
convert.cpp
|
|
|
|
filetools.cpp
|
|
|
|
lstrings.cpp
|
|
|
|
pch.h
|
|
|
|
test_convert
|
|
|
|
test_filetools
|
|
|
|
test_lstrings
|
2006-08-13 04:54:25 +00:00
|
|
|
''')
|
|
|
|
|
|
|
|
|
2007-04-30 16:45:22 +00:00
|
|
|
src_support_tests_regfiles_extra_files = Split('''
|
|
|
|
convert
|
|
|
|
filetools
|
|
|
|
lstrings
|
2006-08-13 04:54:25 +00:00
|
|
|
''')
|
|
|
|
|
|
|
|
|
2007-04-30 16:45:22 +00:00
|
|
|
src_graphics_header_files = Split('''
|
|
|
|
GraphicsCache.h
|
|
|
|
GraphicsCacheItem.h
|
|
|
|
GraphicsConverter.h
|
|
|
|
GraphicsImage.h
|
|
|
|
GraphicsLoader.h
|
|
|
|
GraphicsParams.h
|
|
|
|
GraphicsTypes.h
|
|
|
|
PreviewImage.h
|
|
|
|
PreviewLoader.h
|
|
|
|
Previews.h
|
2006-08-13 04:54:25 +00:00
|
|
|
''')
|
|
|
|
|
|
|
|
|
2007-04-30 16:45:22 +00:00
|
|
|
src_graphics_files = Split('''
|
|
|
|
GraphicsCache.cpp
|
|
|
|
GraphicsCacheItem.cpp
|
|
|
|
GraphicsConverter.cpp
|
|
|
|
GraphicsLoader.cpp
|
|
|
|
GraphicsParams.cpp
|
|
|
|
PreviewImage.cpp
|
|
|
|
PreviewLoader.cpp
|
|
|
|
Previews.cpp
|
2007-04-28 20:33:15 +00:00
|
|
|
''')
|
|
|
|
|
2007-04-30 11:33:53 +00:00
|
|
|
|
2007-04-30 16:45:22 +00:00
|
|
|
src_graphics_extra_files = Split('''
|
|
|
|
Makefile.am
|
|
|
|
pch.h
|
2007-04-28 20:33:15 +00:00
|
|
|
''')
|
|
|
|
|
|
|
|
|
2007-04-30 16:45:22 +00:00
|
|
|
src_mathed_header_files = Split('''
|
|
|
|
CommandInset.h
|
|
|
|
InsetMath.h
|
|
|
|
InsetMathAMSArray.h
|
|
|
|
InsetMathArray.h
|
|
|
|
InsetMathBig.h
|
|
|
|
InsetMathBoldSymbol.h
|
|
|
|
InsetMathBox.h
|
|
|
|
InsetMathBrace.h
|
|
|
|
InsetMathCases.h
|
|
|
|
InsetMathChar.h
|
|
|
|
InsetMathColor.h
|
|
|
|
InsetMathComment.h
|
|
|
|
InsetMathDecoration.h
|
|
|
|
InsetMathDelim.h
|
|
|
|
InsetMathDiff.h
|
|
|
|
InsetMathDots.h
|
2008-09-05 21:49:34 +00:00
|
|
|
InsetMathEnsureMath.h
|
2007-04-30 16:45:22 +00:00
|
|
|
InsetMathEnv.h
|
|
|
|
InsetMathExFunc.h
|
|
|
|
InsetMathExInt.h
|
|
|
|
InsetMathFont.h
|
|
|
|
InsetMathFontOld.h
|
|
|
|
InsetMathFrac.h
|
|
|
|
InsetMathGrid.h
|
|
|
|
InsetMathHull.h
|
|
|
|
InsetMathKern.h
|
|
|
|
InsetMathLefteqn.h
|
|
|
|
InsetMathLim.h
|
|
|
|
InsetMathMatrix.h
|
|
|
|
InsetMathNest.h
|
|
|
|
InsetMathNumber.h
|
|
|
|
InsetMathOverset.h
|
|
|
|
InsetMathPar.h
|
|
|
|
InsetMathPhantom.h
|
|
|
|
InsetMathRef.h
|
|
|
|
InsetMathRoot.h
|
|
|
|
InsetMathScript.h
|
|
|
|
InsetMathSize.h
|
|
|
|
InsetMathSpace.h
|
2008-10-23 00:48:06 +00:00
|
|
|
InsetMathSpecialChar.h
|
2007-04-30 16:45:22 +00:00
|
|
|
InsetMathSplit.h
|
|
|
|
InsetMathSqrt.h
|
|
|
|
InsetMathStackrel.h
|
|
|
|
InsetMathString.h
|
|
|
|
InsetMathSubstack.h
|
|
|
|
InsetMathSymbol.h
|
|
|
|
InsetMathTabular.h
|
|
|
|
InsetMathUnderset.h
|
|
|
|
InsetMathUnknown.h
|
|
|
|
InsetMathXArrow.h
|
|
|
|
InsetMathXYMatrix.h
|
|
|
|
MacroTable.h
|
|
|
|
MathAtom.h
|
|
|
|
MathAutoCorrect.h
|
2008-03-16 19:01:05 +00:00
|
|
|
MathCompletionList.h
|
2007-04-30 16:45:22 +00:00
|
|
|
MathData.h
|
|
|
|
MathExtern.h
|
|
|
|
MathFactory.h
|
|
|
|
MathGridInfo.h
|
|
|
|
MathMacro.h
|
|
|
|
MathMacroArgument.h
|
|
|
|
MathMacroTemplate.h
|
|
|
|
MathParser.h
|
2008-10-18 12:28:17 +00:00
|
|
|
MathParser_flags.h
|
2007-04-30 16:45:22 +00:00
|
|
|
MathStream.h
|
|
|
|
MathSupport.h
|
|
|
|
ReplaceData.h
|
|
|
|
TextPainter.h
|
2006-08-13 04:54:25 +00:00
|
|
|
''')
|
|
|
|
|
|
|
|
|
2007-04-30 16:45:22 +00:00
|
|
|
src_mathed_files = Split('''
|
|
|
|
CommandInset.cpp
|
|
|
|
InsetMath.cpp
|
|
|
|
InsetMathAMSArray.cpp
|
|
|
|
InsetMathArray.cpp
|
|
|
|
InsetMathBig.cpp
|
|
|
|
InsetMathBoldSymbol.cpp
|
|
|
|
InsetMathBox.cpp
|
|
|
|
InsetMathBrace.cpp
|
|
|
|
InsetMathCases.cpp
|
|
|
|
InsetMathChar.cpp
|
|
|
|
InsetMathColor.cpp
|
|
|
|
InsetMathComment.cpp
|
|
|
|
InsetMathDecoration.cpp
|
|
|
|
InsetMathDelim.cpp
|
|
|
|
InsetMathDiff.cpp
|
|
|
|
InsetMathDots.cpp
|
2008-09-05 21:49:34 +00:00
|
|
|
InsetMathEnsureMath.cpp
|
2007-04-30 16:45:22 +00:00
|
|
|
InsetMathEnv.cpp
|
|
|
|
InsetMathExFunc.cpp
|
|
|
|
InsetMathExInt.cpp
|
|
|
|
InsetMathFont.cpp
|
|
|
|
InsetMathFontOld.cpp
|
|
|
|
InsetMathFrac.cpp
|
|
|
|
InsetMathGrid.cpp
|
|
|
|
InsetMathHull.cpp
|
|
|
|
InsetMathKern.cpp
|
|
|
|
InsetMathLefteqn.cpp
|
|
|
|
InsetMathLim.cpp
|
|
|
|
InsetMathMatrix.cpp
|
|
|
|
InsetMathNest.cpp
|
|
|
|
InsetMathNumber.cpp
|
|
|
|
InsetMathOverset.cpp
|
|
|
|
InsetMathPar.cpp
|
|
|
|
InsetMathPhantom.cpp
|
|
|
|
InsetMathRef.cpp
|
|
|
|
InsetMathRoot.cpp
|
|
|
|
InsetMathScript.cpp
|
|
|
|
InsetMathSize.cpp
|
|
|
|
InsetMathSpace.cpp
|
2008-10-23 00:48:06 +00:00
|
|
|
InsetMathSpecialChar.cpp
|
2007-04-30 16:45:22 +00:00
|
|
|
InsetMathSplit.cpp
|
|
|
|
InsetMathSqrt.cpp
|
|
|
|
InsetMathStackrel.cpp
|
|
|
|
InsetMathString.cpp
|
|
|
|
InsetMathSubstack.cpp
|
|
|
|
InsetMathSymbol.cpp
|
|
|
|
InsetMathTabular.cpp
|
|
|
|
InsetMathUnderset.cpp
|
|
|
|
InsetMathUnknown.cpp
|
|
|
|
InsetMathXArrow.cpp
|
|
|
|
InsetMathXYMatrix.cpp
|
|
|
|
MacroTable.cpp
|
|
|
|
MathAtom.cpp
|
|
|
|
MathAutoCorrect.cpp
|
|
|
|
MathData.cpp
|
|
|
|
MathExtern.cpp
|
|
|
|
MathFactory.cpp
|
|
|
|
MathMacro.cpp
|
|
|
|
MathMacroArgument.cpp
|
|
|
|
MathMacroTemplate.cpp
|
|
|
|
MathParser.cpp
|
|
|
|
MathStream.cpp
|
|
|
|
MathSupport.cpp
|
|
|
|
TextPainter.cpp
|
|
|
|
''')
|
|
|
|
|
|
|
|
|
|
|
|
src_mathed_extra_files = Split('''
|
|
|
|
BUGS
|
|
|
|
InsetFormulaMacro.cpp
|
|
|
|
InsetFormulaMacro.h
|
|
|
|
InsetMathMBox.cpp
|
|
|
|
InsetMathMBox.h
|
|
|
|
InsetMathXYArrow.cpp
|
|
|
|
InsetMathXYArrow.h
|
|
|
|
Makefile.am
|
|
|
|
README
|
|
|
|
pch.h
|
|
|
|
texify
|
|
|
|
''')
|
|
|
|
|
|
|
|
|
|
|
|
src_tex2lyx_header_files = Split('''
|
|
|
|
Context.h
|
2007-04-29 22:17:42 +00:00
|
|
|
Font.h
|
2007-04-30 16:45:22 +00:00
|
|
|
Parser.h
|
|
|
|
Spacing.h
|
|
|
|
tex2lyx.h
|
2006-08-13 04:54:25 +00:00
|
|
|
''')
|
|
|
|
|
|
|
|
|
2007-04-30 16:45:22 +00:00
|
|
|
src_tex2lyx_files = Split('''
|
2009-03-19 18:40:14 +00:00
|
|
|
boost.cpp
|
2007-04-30 16:45:22 +00:00
|
|
|
Context.cpp
|
2007-04-29 22:17:42 +00:00
|
|
|
Font.cpp
|
2007-04-26 04:41:58 +00:00
|
|
|
gettext.cpp
|
2007-04-30 16:45:22 +00:00
|
|
|
math.cpp
|
2009-03-19 18:40:14 +00:00
|
|
|
Parser.cpp
|
2007-04-30 16:45:22 +00:00
|
|
|
preamble.cpp
|
|
|
|
table.cpp
|
|
|
|
tex2lyx.cpp
|
|
|
|
text.cpp
|
|
|
|
''')
|
|
|
|
|
|
|
|
|
2008-02-24 16:28:46 +00:00
|
|
|
src_tex2lyx_copied_header_files = Split('''
|
|
|
|
insets/InsetLayout.h
|
|
|
|
''')
|
|
|
|
|
|
|
|
|
2007-04-30 16:45:22 +00:00
|
|
|
src_tex2lyx_copied_files = Split('''
|
2007-08-27 15:13:45 +00:00
|
|
|
Color.cpp
|
2007-04-30 16:45:22 +00:00
|
|
|
Counters.cpp
|
2008-11-16 23:31:00 +00:00
|
|
|
Encoding.cpp
|
2007-04-30 16:45:22 +00:00
|
|
|
FloatList.cpp
|
|
|
|
Floating.cpp
|
2007-04-29 22:15:32 +00:00
|
|
|
Layout.cpp
|
2009-03-19 18:40:14 +00:00
|
|
|
lengthcommon.cpp
|
2007-04-26 16:01:03 +00:00
|
|
|
Lexer.cpp
|
2009-03-19 18:40:14 +00:00
|
|
|
ModuleList.cpp
|
2007-04-29 19:58:49 +00:00
|
|
|
TextClass.cpp
|
2008-02-24 05:51:07 +00:00
|
|
|
insets/InsetLayout.cpp
|
2006-08-13 04:54:25 +00:00
|
|
|
''')
|
|
|
|
|
|
|
|
|
2007-04-30 16:45:22 +00:00
|
|
|
src_tex2lyx_extra_files = Split('''
|
|
|
|
Makefile.am
|
|
|
|
pch.h
|
2008-11-15 13:39:25 +00:00
|
|
|
tex2lyx.1
|
|
|
|
test/box-color-size-space-align.tex
|
2008-11-16 14:27:01 +00:00
|
|
|
test/DummyDocument.tex
|
2008-11-15 13:39:25 +00:00
|
|
|
test/foo.eps
|
|
|
|
test/foo.png
|
|
|
|
test/test-insets.tex
|
|
|
|
test/test.ltx
|
|
|
|
test/test-structure.tex
|
2007-04-30 16:45:22 +00:00
|
|
|
''')
|
|
|
|
|
|
|
|
|
|
|
|
src_frontends_header_files = Split('''
|
2009-03-19 18:40:14 +00:00
|
|
|
alert.h
|
2007-04-30 16:45:22 +00:00
|
|
|
Application.h
|
|
|
|
Clipboard.h
|
|
|
|
FontLoader.h
|
|
|
|
FontMetrics.h
|
2007-10-03 22:22:40 +00:00
|
|
|
KeyModifier.h
|
2007-04-30 16:45:22 +00:00
|
|
|
KeySymbol.h
|
|
|
|
LyXView.h
|
2009-03-19 18:40:14 +00:00
|
|
|
mouse_state.h
|
2007-04-30 16:45:22 +00:00
|
|
|
Painter.h
|
|
|
|
Selection.h
|
|
|
|
WorkArea.h
|
2007-10-02 09:03:03 +00:00
|
|
|
WorkAreaManager.h
|
2007-04-30 16:45:22 +00:00
|
|
|
''')
|
|
|
|
|
|
|
|
|
|
|
|
src_frontends_files = Split('''
|
2007-10-02 09:03:03 +00:00
|
|
|
WorkAreaManager.cpp
|
2006-08-13 04:54:25 +00:00
|
|
|
''')
|
|
|
|
|
|
|
|
|
2007-04-30 16:45:22 +00:00
|
|
|
src_frontends_extra_files = Split('''
|
|
|
|
Makefile.am
|
|
|
|
pch.h
|
2006-08-13 04:54:25 +00:00
|
|
|
''')
|
|
|
|
|
|
|
|
|
2007-04-30 16:45:22 +00:00
|
|
|
src_frontends_controllers_extra_files = Split('''
|
|
|
|
Makefile.am
|
|
|
|
pch.h
|
2007-02-26 05:52:36 +00:00
|
|
|
''')
|
|
|
|
|
2007-04-30 11:33:53 +00:00
|
|
|
|
2007-04-30 16:45:22 +00:00
|
|
|
src_frontends_controllers_tests_extra_files = Split('''
|
|
|
|
Makefile.am
|
|
|
|
biblio.cpp
|
|
|
|
boost.cpp
|
|
|
|
pch.h
|
|
|
|
test_biblio
|
2007-02-26 05:52:36 +00:00
|
|
|
''')
|
|
|
|
|
2007-04-30 11:33:53 +00:00
|
|
|
|
2007-04-30 16:45:22 +00:00
|
|
|
src_frontends_controllers_tests_regfiles_extra_files = Split('''
|
|
|
|
biblio
|
2006-08-13 04:54:25 +00:00
|
|
|
''')
|
|
|
|
|
|
|
|
|
2007-04-30 16:45:22 +00:00
|
|
|
src_frontends_qt4_header_files = Split('''
|
2008-04-20 17:39:24 +00:00
|
|
|
ButtonPolicy.h
|
|
|
|
Dialog.h
|
2007-04-30 16:45:22 +00:00
|
|
|
Action.h
|
|
|
|
BulletsModule.h
|
2007-09-03 20:13:26 +00:00
|
|
|
ButtonController.h
|
2007-04-30 16:45:22 +00:00
|
|
|
ColorCache.h
|
2007-10-25 03:08:22 +00:00
|
|
|
CustomizedWidgets.h
|
2007-09-27 11:29:05 +00:00
|
|
|
DialogView.h
|
2007-04-30 16:45:22 +00:00
|
|
|
DockView.h
|
|
|
|
EmptyTable.h
|
2008-02-07 00:07:34 +00:00
|
|
|
FileDialog.h
|
2008-11-16 13:34:18 +00:00
|
|
|
FindAndReplace.h
|
2007-04-30 16:45:22 +00:00
|
|
|
FloatPlacement.h
|
2007-08-31 05:53:55 +00:00
|
|
|
GuiAbout.h
|
2007-04-30 16:45:22 +00:00
|
|
|
GuiApplication.h
|
2007-08-31 05:53:55 +00:00
|
|
|
GuiBibitem.h
|
|
|
|
GuiBibtex.h
|
|
|
|
GuiBox.h
|
|
|
|
GuiBranches.h
|
|
|
|
GuiBranch.h
|
|
|
|
GuiChanges.h
|
|
|
|
GuiCharacter.h
|
|
|
|
GuiCharacter.h
|
|
|
|
GuiCitation.h
|
2007-04-30 16:45:22 +00:00
|
|
|
GuiClipboard.h
|
2007-08-31 05:53:55 +00:00
|
|
|
GuiCommandBuffer.h
|
|
|
|
GuiCommandEdit.h
|
2008-02-21 19:42:34 +00:00
|
|
|
GuiCompleter.h
|
2007-08-31 22:37:05 +00:00
|
|
|
GuiDelimiter.h
|
2007-09-03 20:13:26 +00:00
|
|
|
GuiDialog.h
|
2007-08-31 05:53:55 +00:00
|
|
|
GuiDocument.h
|
|
|
|
GuiErrorList.h
|
|
|
|
GuiERT.h
|
|
|
|
GuiExternal.h
|
|
|
|
GuiFloat.h
|
|
|
|
GuiFontExample.h
|
2007-04-30 16:45:22 +00:00
|
|
|
GuiFontLoader.h
|
2007-08-31 05:53:55 +00:00
|
|
|
GuiGraphics.h
|
|
|
|
GuiGraphicsUi.h
|
*** File Format Change: UI and enhancement for InsetSpace ***
* src/insets/InsetSpace.{cpp,h}:
- merge in HFill inset, add support for dotfill, hrulefill,
hspace and hspace*
* src/insets/InsetHFill.{cpp,h}:
- remove
* src/frontends/qt4/GuiHSpace.{cpp,h}:
* src/frontends/qt4/ui/HSpaceUi.ui:
* src/frontends/qt4/GuiView:
- new GUI for Space insets.
* src/insets/Inset.{cpp,h}:
* src/insets/InsetCode.h:
* src/insets/InsetCollapsable.cpp:
* src/insets/InsetCommandParams.cpp:
- remove HFILL_CODE and LFUN_HFILL_INSERT, add SPACE_CODE where necessary,
new Inset member isStretchableSpace() to indicate HFill and friends.
* Buffer.cpp:
- increase format to 319
* lib/lyx2lyx/LyX.py:
* lib/lyx2lyx/lyx_1_6.py:
- conversion/reversion routines
* development/FORMAT:
- document file format change
* src/Makefile.am:
* src/frontends/qt4/Makefile.am:
* development/scons/scons_manifest.py:
- deal with UI changes.
* src/LyXAction.cpp:
- remove LFUN_HFILL_INSERT
* src/LyXFunc.cpp:
- handle space dialog.
* src/factory.cpp:
* src/Paragraph.cpp (isHFill):
* src/Text.cpp:
* src/Text3.cpp:
* src/TextMetrics.cpp:
- adapt to changes
* lib/ui/classic.ui:
* lib/ui/stdmenus.ui:
- add HSpace dialog, remove HFill.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23787 a592a061-630c-0410-9148-cb99ea01b6c8
2008-03-17 09:23:43 +00:00
|
|
|
GuiHSpace.h
|
2007-10-13 19:06:09 +00:00
|
|
|
GuiHyperlink.h
|
This commit changes the way individual LyXModule's are represented, both internally and in the .lyx files. The earlier version represented them by their `descriptive name', e.g., "Endnote" or "Theorems (AMS)", these being the same names used in the UI. This was a mistake, as becomes readily apparent when one starts to think about translating these strings. The modules ought to be represented by their filename, without the extension, just as TextClass's are.
The changes that accomplish this part are in ModuleList.{h,cpp}, configure.py, and the *.module files themselves. This is a format change, and the lyx2lyx is in those files.
By itself, that change would not be major, except for the fact that we do not want the module to be represented in the UI by its filename---e.g., theorems-std---but rather by a descriptive name, such as "Theorems". But that change turns out to be wholly non-trivial. The mechanism for choosing modules was the same as---indeed, was borrowed from---that in GuiCitation: You get a list of modules, and choosing them involves moving strings from one QListView to another. The models underlying these views are just QStringListModels, which means that, when you want to know what modules have been selected, you see what strings are in the "selected" QListView. But these are just the descriptive names, and we can't look up a module by its descriptive name if it's been translated. That, indeed, was the whole point of the change to the new representation.
So, we need a more complicated model underlying the QListView, one that will pair an identifying string---the filename minus the extension, in this case---with each item. This turns out not to be terribly difficult, though it took rather a while for me to understand why it's not difficult. There are two parts:
(i) GuiSelectionManger gets re-written to use any QAbstractListModel, not just a QStringListModel. This actually seems to improve the code, independently.
(ii) We then subclass QAbstractListModel to get the associated ID string, using the Qt::UserRole slot associated with each item to store its ID. This would be almost completely trivial if QAbstractListItem::itemData() included the QVariant associated with this role, but it doesn't, so there are some additional hoops through which to jump.
The new model, a GuiIdListModel, is defined in the files by that name. The changes in GuiSelectionManger.{h,cpp} make it more abstract; the changes in GuiDocument.{h,cpp} adapt it to the new framework.
I've also updated the module documenation to accord with this change.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22501 a592a061-630c-0410-9148-cb99ea01b6c8
2008-01-12 04:28:12 +00:00
|
|
|
GuiIdListModel.h
|
2007-08-31 05:53:55 +00:00
|
|
|
GuiImage.h
|
|
|
|
GuiInclude.h
|
2008-06-05 15:08:46 +00:00
|
|
|
GuiInfo.h
|
2007-08-31 05:53:55 +00:00
|
|
|
GuiKeySymbol.h
|
2008-02-14 22:13:30 +00:00
|
|
|
GuiLabel.h
|
2007-08-31 05:53:55 +00:00
|
|
|
GuiListings.h
|
|
|
|
GuiLog.h
|
2007-08-31 22:37:05 +00:00
|
|
|
GuiMathMatrix.h
|
2007-08-31 05:53:55 +00:00
|
|
|
GuiNomencl.h
|
2009-01-25 23:50:54 +00:00
|
|
|
GuiNote.h
|
2007-08-31 05:53:55 +00:00
|
|
|
GuiPainter.h
|
|
|
|
GuiParagraph.h
|
2009-02-05 18:09:36 +00:00
|
|
|
GuiPhantom.h
|
2007-08-31 05:53:55 +00:00
|
|
|
GuiPrefs.h
|
|
|
|
GuiPrint.h
|
|
|
|
GuiRef.h
|
|
|
|
GuiSearch.h
|
2007-04-30 16:45:22 +00:00
|
|
|
GuiSelection.h
|
2007-08-31 05:53:55 +00:00
|
|
|
GuiSelectionManager.h
|
|
|
|
GuiSendto.h
|
|
|
|
GuiSetBorder.h
|
|
|
|
GuiShowFile.h
|
|
|
|
GuiSpellchecker.h
|
2008-02-07 13:18:07 +00:00
|
|
|
GuiSymbols.h
|
2007-08-31 05:53:55 +00:00
|
|
|
GuiTabularCreate.h
|
|
|
|
GuiTabular.h
|
|
|
|
GuiTexinfo.h
|
|
|
|
GuiThesaurus.h
|
|
|
|
GuiToc.h
|
|
|
|
GuiToolbar.h
|
2007-04-30 16:45:22 +00:00
|
|
|
GuiView.h
|
2007-08-31 05:53:55 +00:00
|
|
|
GuiViewSource.h
|
|
|
|
GuiVSpace.h
|
2007-04-30 16:45:22 +00:00
|
|
|
GuiWorkArea.h
|
2007-08-31 05:53:55 +00:00
|
|
|
GuiWrap.h
|
2007-04-30 16:45:22 +00:00
|
|
|
IconPalette.h
|
|
|
|
InsertTableWidget.h
|
2007-10-07 14:18:21 +00:00
|
|
|
LaTeXHighlighter.h
|
2007-04-30 16:45:22 +00:00
|
|
|
LengthCombo.h
|
|
|
|
LyXFileDialog.h
|
2007-12-26 10:55:43 +00:00
|
|
|
Menus.h
|
2007-04-30 16:45:22 +00:00
|
|
|
PanelStack.h
|
|
|
|
TocModel.h
|
|
|
|
TocWidget.h
|
2008-05-25 08:30:06 +00:00
|
|
|
Toolbars.h
|
2007-04-30 16:45:22 +00:00
|
|
|
Validator.h
|
|
|
|
qt_helpers.h
|
2008-04-20 17:39:24 +00:00
|
|
|
qt_i18n.h
|
2007-02-26 05:52:36 +00:00
|
|
|
''')
|
|
|
|
|
2007-04-30 11:33:53 +00:00
|
|
|
|
2007-04-30 16:45:22 +00:00
|
|
|
src_frontends_qt4_files = Split('''
|
2008-04-20 17:39:24 +00:00
|
|
|
ButtonPolicy.cpp
|
|
|
|
Dialog.cpp
|
2007-04-30 16:45:22 +00:00
|
|
|
Action.cpp
|
|
|
|
BulletsModule.cpp
|
2007-09-03 20:13:26 +00:00
|
|
|
ButtonController.cpp
|
2007-04-30 16:45:22 +00:00
|
|
|
ColorCache.cpp
|
2007-10-25 03:08:22 +00:00
|
|
|
CustomizedWidgets.cpp
|
2007-04-30 16:45:22 +00:00
|
|
|
EmptyTable.cpp
|
2008-11-16 13:34:18 +00:00
|
|
|
FindAndReplace.cpp
|
2007-04-30 16:45:22 +00:00
|
|
|
FileDialog.cpp
|
|
|
|
FloatPlacement.cpp
|
2007-08-31 05:53:55 +00:00
|
|
|
GuiAbout.cpp
|
2007-11-13 23:37:25 +00:00
|
|
|
GuiAlert.cpp
|
2007-04-30 16:45:22 +00:00
|
|
|
GuiApplication.cpp
|
2007-08-31 05:53:55 +00:00
|
|
|
GuiBibitem.cpp
|
|
|
|
GuiBibtex.cpp
|
|
|
|
GuiBox.cpp
|
|
|
|
GuiBranch.cpp
|
|
|
|
GuiBranches.cpp
|
|
|
|
GuiChanges.cpp
|
|
|
|
GuiCharacter.cpp
|
|
|
|
GuiCitation.cpp
|
2007-04-30 16:45:22 +00:00
|
|
|
GuiClipboard.cpp
|
2007-08-31 05:53:55 +00:00
|
|
|
GuiCommandBuffer.cpp
|
|
|
|
GuiCommandEdit.cpp
|
2008-02-21 19:42:34 +00:00
|
|
|
GuiCompleter.cpp
|
2007-08-31 22:37:05 +00:00
|
|
|
GuiDelimiter.cpp
|
2007-09-03 20:13:26 +00:00
|
|
|
GuiDialog.cpp
|
2007-08-31 05:53:55 +00:00
|
|
|
GuiDocument.cpp
|
|
|
|
GuiErrorList.cpp
|
|
|
|
GuiERT.cpp
|
|
|
|
GuiExternal.cpp
|
|
|
|
GuiFloat.cpp
|
|
|
|
GuiFontExample.cpp
|
2007-04-30 16:45:22 +00:00
|
|
|
GuiFontLoader.cpp
|
|
|
|
GuiFontMetrics.cpp
|
2007-08-31 05:53:55 +00:00
|
|
|
GuiGraphics.cpp
|
*** File Format Change: UI and enhancement for InsetSpace ***
* src/insets/InsetSpace.{cpp,h}:
- merge in HFill inset, add support for dotfill, hrulefill,
hspace and hspace*
* src/insets/InsetHFill.{cpp,h}:
- remove
* src/frontends/qt4/GuiHSpace.{cpp,h}:
* src/frontends/qt4/ui/HSpaceUi.ui:
* src/frontends/qt4/GuiView:
- new GUI for Space insets.
* src/insets/Inset.{cpp,h}:
* src/insets/InsetCode.h:
* src/insets/InsetCollapsable.cpp:
* src/insets/InsetCommandParams.cpp:
- remove HFILL_CODE and LFUN_HFILL_INSERT, add SPACE_CODE where necessary,
new Inset member isStretchableSpace() to indicate HFill and friends.
* Buffer.cpp:
- increase format to 319
* lib/lyx2lyx/LyX.py:
* lib/lyx2lyx/lyx_1_6.py:
- conversion/reversion routines
* development/FORMAT:
- document file format change
* src/Makefile.am:
* src/frontends/qt4/Makefile.am:
* development/scons/scons_manifest.py:
- deal with UI changes.
* src/LyXAction.cpp:
- remove LFUN_HFILL_INSERT
* src/LyXFunc.cpp:
- handle space dialog.
* src/factory.cpp:
* src/Paragraph.cpp (isHFill):
* src/Text.cpp:
* src/Text3.cpp:
* src/TextMetrics.cpp:
- adapt to changes
* lib/ui/classic.ui:
* lib/ui/stdmenus.ui:
- add HSpace dialog, remove HFill.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23787 a592a061-630c-0410-9148-cb99ea01b6c8
2008-03-17 09:23:43 +00:00
|
|
|
GuiHSpace.cpp
|
2007-10-13 19:06:09 +00:00
|
|
|
GuiHyperlink.cpp
|
This commit changes the way individual LyXModule's are represented, both internally and in the .lyx files. The earlier version represented them by their `descriptive name', e.g., "Endnote" or "Theorems (AMS)", these being the same names used in the UI. This was a mistake, as becomes readily apparent when one starts to think about translating these strings. The modules ought to be represented by their filename, without the extension, just as TextClass's are.
The changes that accomplish this part are in ModuleList.{h,cpp}, configure.py, and the *.module files themselves. This is a format change, and the lyx2lyx is in those files.
By itself, that change would not be major, except for the fact that we do not want the module to be represented in the UI by its filename---e.g., theorems-std---but rather by a descriptive name, such as "Theorems". But that change turns out to be wholly non-trivial. The mechanism for choosing modules was the same as---indeed, was borrowed from---that in GuiCitation: You get a list of modules, and choosing them involves moving strings from one QListView to another. The models underlying these views are just QStringListModels, which means that, when you want to know what modules have been selected, you see what strings are in the "selected" QListView. But these are just the descriptive names, and we can't look up a module by its descriptive name if it's been translated. That, indeed, was the whole point of the change to the new representation.
So, we need a more complicated model underlying the QListView, one that will pair an identifying string---the filename minus the extension, in this case---with each item. This turns out not to be terribly difficult, though it took rather a while for me to understand why it's not difficult. There are two parts:
(i) GuiSelectionManger gets re-written to use any QAbstractListModel, not just a QStringListModel. This actually seems to improve the code, independently.
(ii) We then subclass QAbstractListModel to get the associated ID string, using the Qt::UserRole slot associated with each item to store its ID. This would be almost completely trivial if QAbstractListItem::itemData() included the QVariant associated with this role, but it doesn't, so there are some additional hoops through which to jump.
The new model, a GuiIdListModel, is defined in the files by that name. The changes in GuiSelectionManger.{h,cpp} make it more abstract; the changes in GuiDocument.{h,cpp} adapt it to the new framework.
I've also updated the module documenation to accord with this change.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22501 a592a061-630c-0410-9148-cb99ea01b6c8
2008-01-12 04:28:12 +00:00
|
|
|
GuiIdListModel.cpp
|
2007-08-31 05:53:55 +00:00
|
|
|
GuiImage.cpp
|
|
|
|
GuiInclude.cpp
|
2008-06-05 15:08:46 +00:00
|
|
|
GuiInfo.cpp
|
2007-08-31 05:53:55 +00:00
|
|
|
GuiKeySymbol.cpp
|
2008-02-14 22:13:30 +00:00
|
|
|
GuiLabel.cpp
|
2007-08-31 05:53:55 +00:00
|
|
|
GuiListings.cpp
|
|
|
|
GuiLog.cpp
|
2007-08-31 22:37:05 +00:00
|
|
|
GuiMathMatrix.cpp
|
2007-08-31 05:53:55 +00:00
|
|
|
GuiNomencl.cpp
|
2009-01-25 23:50:54 +00:00
|
|
|
GuiNote.cpp
|
2007-08-31 05:53:55 +00:00
|
|
|
GuiPainter.cpp
|
|
|
|
GuiParagraph.cpp
|
2009-02-05 18:09:36 +00:00
|
|
|
GuiPhantom.cpp
|
2007-08-31 05:53:55 +00:00
|
|
|
GuiPrefs.cpp
|
|
|
|
GuiPrint.cpp
|
|
|
|
GuiRef.cpp
|
|
|
|
GuiSearch.cpp
|
2007-04-30 16:45:22 +00:00
|
|
|
GuiSelection.cpp
|
2007-08-31 05:53:55 +00:00
|
|
|
GuiSelectionManager.cpp
|
|
|
|
GuiSendto.cpp
|
|
|
|
GuiSetBorder.cpp
|
|
|
|
GuiShowFile.cpp
|
|
|
|
GuiSpellchecker.cpp
|
2008-02-07 13:18:07 +00:00
|
|
|
GuiSymbols.cpp
|
2007-08-31 05:53:55 +00:00
|
|
|
GuiTabular.cpp
|
|
|
|
GuiTabularCreate.cpp
|
|
|
|
GuiTexinfo.cpp
|
|
|
|
GuiThesaurus.cpp
|
|
|
|
GuiToc.cpp
|
|
|
|
GuiToolbar.cpp
|
2007-04-30 16:45:22 +00:00
|
|
|
GuiView.cpp
|
2007-08-31 05:53:55 +00:00
|
|
|
GuiViewSource.cpp
|
|
|
|
GuiVSpace.cpp
|
2007-04-30 16:45:22 +00:00
|
|
|
GuiWorkArea.cpp
|
2007-08-31 05:53:55 +00:00
|
|
|
GuiWrap.cpp
|
2007-04-30 16:45:22 +00:00
|
|
|
IconPalette.cpp
|
|
|
|
InsertTableWidget.cpp
|
|
|
|
LengthCombo.cpp
|
2007-10-07 14:18:21 +00:00
|
|
|
LaTeXHighlighter.cpp
|
2007-04-30 16:45:22 +00:00
|
|
|
LyXFileDialog.cpp
|
2008-01-02 15:09:50 +00:00
|
|
|
Menus.cpp
|
2007-04-30 16:45:22 +00:00
|
|
|
PanelStack.cpp
|
|
|
|
TocModel.cpp
|
|
|
|
TocWidget.cpp
|
2008-05-25 08:30:06 +00:00
|
|
|
Toolbars.cpp
|
2007-04-30 16:45:22 +00:00
|
|
|
Validator.cpp
|
|
|
|
qt_helpers.cpp
|
2007-02-26 05:52:36 +00:00
|
|
|
''')
|
|
|
|
|
2007-04-30 11:33:53 +00:00
|
|
|
|
2007-04-30 16:45:22 +00:00
|
|
|
src_frontends_qt4_extra_files = Split('''
|
|
|
|
GuiFontMetrics.h
|
|
|
|
Makefile.am
|
|
|
|
README
|
|
|
|
pch.h
|
2007-02-26 05:52:36 +00:00
|
|
|
''')
|
|
|
|
|
2007-04-30 11:33:53 +00:00
|
|
|
|
2007-04-30 16:45:22 +00:00
|
|
|
src_frontends_qt4_ui_files = Split('''
|
|
|
|
AboutUi.ui
|
|
|
|
AskForTextUi.ui
|
|
|
|
BibitemUi.ui
|
|
|
|
BiblioUi.ui
|
|
|
|
BibtexAddUi.ui
|
|
|
|
BibtexUi.ui
|
|
|
|
BoxUi.ui
|
|
|
|
BranchUi.ui
|
|
|
|
BranchesUi.ui
|
|
|
|
BulletsUi.ui
|
|
|
|
ChangesUi.ui
|
|
|
|
CharacterUi.ui
|
|
|
|
CitationUi.ui
|
|
|
|
DelimiterUi.ui
|
|
|
|
DocumentUi.ui
|
|
|
|
ERTUi.ui
|
|
|
|
ErrorListUi.ui
|
|
|
|
ExternalUi.ui
|
2008-12-15 17:59:14 +00:00
|
|
|
FindAndReplaceUi.ui
|
2007-04-30 16:45:22 +00:00
|
|
|
FloatPlacementUi.ui
|
|
|
|
FloatUi.ui
|
|
|
|
FontUi.ui
|
|
|
|
GraphicsUi.ui
|
*** File Format Change: UI and enhancement for InsetSpace ***
* src/insets/InsetSpace.{cpp,h}:
- merge in HFill inset, add support for dotfill, hrulefill,
hspace and hspace*
* src/insets/InsetHFill.{cpp,h}:
- remove
* src/frontends/qt4/GuiHSpace.{cpp,h}:
* src/frontends/qt4/ui/HSpaceUi.ui:
* src/frontends/qt4/GuiView:
- new GUI for Space insets.
* src/insets/Inset.{cpp,h}:
* src/insets/InsetCode.h:
* src/insets/InsetCollapsable.cpp:
* src/insets/InsetCommandParams.cpp:
- remove HFILL_CODE and LFUN_HFILL_INSERT, add SPACE_CODE where necessary,
new Inset member isStretchableSpace() to indicate HFill and friends.
* Buffer.cpp:
- increase format to 319
* lib/lyx2lyx/LyX.py:
* lib/lyx2lyx/lyx_1_6.py:
- conversion/reversion routines
* development/FORMAT:
- document file format change
* src/Makefile.am:
* src/frontends/qt4/Makefile.am:
* development/scons/scons_manifest.py:
- deal with UI changes.
* src/LyXAction.cpp:
- remove LFUN_HFILL_INSERT
* src/LyXFunc.cpp:
- handle space dialog.
* src/factory.cpp:
* src/Paragraph.cpp (isHFill):
* src/Text.cpp:
* src/Text3.cpp:
* src/TextMetrics.cpp:
- adapt to changes
* lib/ui/classic.ui:
* lib/ui/stdmenus.ui:
- add HSpace dialog, remove HFill.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23787 a592a061-630c-0410-9148-cb99ea01b6c8
2008-03-17 09:23:43 +00:00
|
|
|
HSpaceUi.ui
|
2007-10-13 19:06:09 +00:00
|
|
|
HyperlinkUi.ui
|
2007-04-30 16:45:22 +00:00
|
|
|
IncludeUi.ui
|
2008-06-05 15:08:46 +00:00
|
|
|
InfoUi.ui
|
2008-02-14 22:13:30 +00:00
|
|
|
LabelUi.ui
|
2007-04-30 16:45:22 +00:00
|
|
|
LaTeXUi.ui
|
|
|
|
LanguageUi.ui
|
Add support for listings package. Two listings command \lstinline, \lstinputlisting and an environment \lstlisting are supported, along with preamble \lstset. \lstinputlisting is implemented through Include dialog, and the other two are implemented with a new inset listings, along with its dialog.
* 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
2007-05-09 19:11:42 +00:00
|
|
|
ListingsUi.ui
|
2007-04-30 16:45:22 +00:00
|
|
|
LogUi.ui
|
|
|
|
MarginsUi.ui
|
|
|
|
MathMatrixUi.ui
|
|
|
|
MathsUi.ui
|
2008-10-19 01:27:11 +00:00
|
|
|
ModulesUi.ui
|
2007-04-30 16:45:22 +00:00
|
|
|
NomenclUi.ui
|
2009-01-25 23:50:54 +00:00
|
|
|
NoteUi.ui
|
2007-04-30 16:45:22 +00:00
|
|
|
NumberingUi.ui
|
|
|
|
PageLayoutUi.ui
|
|
|
|
ParagraphUi.ui
|
2007-09-20 23:45:29 +00:00
|
|
|
PDFSupportUi.ui
|
2009-02-05 18:09:36 +00:00
|
|
|
PhantomUi.ui
|
2007-04-30 16:45:22 +00:00
|
|
|
PreambleUi.ui
|
|
|
|
PrefColorsUi.ui
|
2008-03-18 17:31:17 +00:00
|
|
|
PrefCompletionUi.ui
|
2007-04-30 16:45:22 +00:00
|
|
|
PrefConvertersUi.ui
|
|
|
|
PrefDateUi.ui
|
|
|
|
PrefDisplayUi.ui
|
2008-03-15 22:12:19 +00:00
|
|
|
PrefEditUi.ui
|
2007-04-30 16:45:22 +00:00
|
|
|
PrefFileformatsUi.ui
|
|
|
|
PrefIdentityUi.ui
|
2008-01-30 21:20:56 +00:00
|
|
|
PrefInputUi.ui
|
2007-04-30 16:45:22 +00:00
|
|
|
PrefLanguageUi.ui
|
|
|
|
PrefLatexUi.ui
|
|
|
|
PrefPathsUi.ui
|
|
|
|
PrefPlaintextUi.ui
|
|
|
|
PrefPrinterUi.ui
|
|
|
|
PrefScreenFontsUi.ui
|
2007-10-16 14:41:46 +00:00
|
|
|
PrefShortcutsUi.ui
|
2007-04-30 16:45:22 +00:00
|
|
|
PrefSpellcheckerUi.ui
|
|
|
|
PrefUi.ui
|
|
|
|
PrefsUi.ui
|
|
|
|
PrintUi.ui
|
|
|
|
RefUi.ui
|
|
|
|
SearchUi.ui
|
|
|
|
SendtoUi.ui
|
2007-10-18 16:47:31 +00:00
|
|
|
ShortcutUi.ui
|
2007-04-30 16:45:22 +00:00
|
|
|
ShowFileUi.ui
|
|
|
|
SpellcheckerUi.ui
|
2008-02-07 13:18:07 +00:00
|
|
|
SymbolsUi.ui
|
2007-04-30 16:45:22 +00:00
|
|
|
TabularCreateUi.ui
|
|
|
|
TabularUi.ui
|
|
|
|
TexinfoUi.ui
|
|
|
|
TextLayoutUi.ui
|
|
|
|
ThesaurusUi.ui
|
|
|
|
TocUi.ui
|
|
|
|
VSpaceUi.ui
|
|
|
|
ViewSourceUi.ui
|
|
|
|
WrapUi.ui
|
2007-02-26 05:52:36 +00:00
|
|
|
''')
|
|
|
|
|
2007-04-30 11:33:53 +00:00
|
|
|
|
2007-04-30 16:45:22 +00:00
|
|
|
src_frontends_qt4_ui_extra_files = Split('''
|
|
|
|
Makefile.am
|
|
|
|
compile_uic.sh
|
2007-02-26 05:52:36 +00:00
|
|
|
''')
|
|
|
|
|
2007-04-30 11:33:53 +00:00
|
|
|
|
2007-04-30 16:45:22 +00:00
|
|
|
src_insets_header_files = Split('''
|
|
|
|
ExternalSupport.h
|
|
|
|
ExternalTemplate.h
|
|
|
|
ExternalTransforms.h
|
|
|
|
Inset.h
|
|
|
|
InsetBibitem.h
|
|
|
|
InsetBibtex.h
|
|
|
|
InsetBox.h
|
|
|
|
InsetBranch.h
|
|
|
|
InsetCaption.h
|
|
|
|
InsetCitation.h
|
2007-10-13 09:05:46 +00:00
|
|
|
InsetCode.h
|
2007-04-30 16:45:22 +00:00
|
|
|
InsetCollapsable.h
|
|
|
|
InsetCommand.h
|
|
|
|
InsetCommandParams.h
|
|
|
|
InsetERT.h
|
|
|
|
InsetExternal.h
|
2007-09-05 17:00:43 +00:00
|
|
|
InsetFlex.h
|
2007-04-30 16:45:22 +00:00
|
|
|
InsetFloat.h
|
|
|
|
InsetFloatList.h
|
|
|
|
InsetFoot.h
|
|
|
|
InsetFootlike.h
|
|
|
|
InsetGraphics.h
|
|
|
|
InsetGraphicsParams.h
|
2007-10-13 19:06:09 +00:00
|
|
|
InsetHyperlink.h
|
2007-04-30 16:45:22 +00:00
|
|
|
InsetInclude.h
|
|
|
|
InsetIndex.h
|
2007-10-11 14:52:00 +00:00
|
|
|
InsetInfo.h
|
2007-04-30 16:45:22 +00:00
|
|
|
InsetLabel.h
|
2007-11-07 22:50:00 +00:00
|
|
|
InsetLayout.h
|
2007-04-30 16:45:22 +00:00
|
|
|
InsetLine.h
|
Add support for listings package. Two listings command \lstinline, \lstinputlisting and an environment \lstlisting are supported, along with preamble \lstset. \lstinputlisting is implemented through Include dialog, and the other two are implemented with a new inset listings, along with its dialog.
* 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
2007-05-09 19:11:42 +00:00
|
|
|
InsetListings.h
|
|
|
|
InsetListingsParams.h
|
2007-04-30 16:45:22 +00:00
|
|
|
InsetMarginal.h
|
|
|
|
InsetNewline.h
|
2007-11-23 02:10:00 +00:00
|
|
|
InsetNewpage.h
|
2007-04-30 16:45:22 +00:00
|
|
|
InsetNomencl.h
|
|
|
|
InsetNote.h
|
|
|
|
InsetOptArg.h
|
2009-01-30 00:56:37 +00:00
|
|
|
InsetPhantom.h
|
2007-04-30 16:45:22 +00:00
|
|
|
InsetQuotes.h
|
|
|
|
InsetRef.h
|
|
|
|
InsetSpace.h
|
|
|
|
InsetSpecialChar.h
|
|
|
|
InsetTOC.h
|
|
|
|
InsetTabular.h
|
|
|
|
InsetText.h
|
|
|
|
InsetVSpace.h
|
|
|
|
InsetWrap.h
|
|
|
|
RenderBase.h
|
|
|
|
RenderButton.h
|
|
|
|
RenderGraphic.h
|
|
|
|
RenderPreview.h
|
2007-02-26 05:52:36 +00:00
|
|
|
''')
|
|
|
|
|
2007-04-30 11:33:53 +00:00
|
|
|
|
2007-04-30 16:45:22 +00:00
|
|
|
src_insets_files = Split('''
|
|
|
|
ExternalSupport.cpp
|
|
|
|
ExternalTemplate.cpp
|
|
|
|
ExternalTransforms.cpp
|
|
|
|
Inset.cpp
|
|
|
|
InsetBibitem.cpp
|
|
|
|
InsetBibtex.cpp
|
|
|
|
InsetBox.cpp
|
|
|
|
InsetBranch.cpp
|
|
|
|
InsetCaption.cpp
|
|
|
|
InsetCitation.cpp
|
|
|
|
InsetCollapsable.cpp
|
|
|
|
InsetCommand.cpp
|
|
|
|
InsetCommandParams.cpp
|
|
|
|
InsetERT.cpp
|
|
|
|
InsetExternal.cpp
|
2007-09-05 17:00:43 +00:00
|
|
|
InsetFlex.cpp
|
2007-04-30 16:45:22 +00:00
|
|
|
InsetFloat.cpp
|
|
|
|
InsetFloatList.cpp
|
|
|
|
InsetFoot.cpp
|
|
|
|
InsetFootlike.cpp
|
|
|
|
InsetGraphics.cpp
|
|
|
|
InsetGraphicsParams.cpp
|
2007-10-13 19:06:09 +00:00
|
|
|
InsetHyperlink.cpp
|
2007-04-30 16:45:22 +00:00
|
|
|
InsetInclude.cpp
|
|
|
|
InsetIndex.cpp
|
2007-10-11 14:52:00 +00:00
|
|
|
InsetInfo.cpp
|
2007-04-30 16:45:22 +00:00
|
|
|
InsetLabel.cpp
|
2008-02-22 02:32:52 +00:00
|
|
|
InsetLayout.cpp
|
2007-04-30 16:45:22 +00:00
|
|
|
InsetLine.cpp
|
Add support for listings package. Two listings command \lstinline, \lstinputlisting and an environment \lstlisting are supported, along with preamble \lstset. \lstinputlisting is implemented through Include dialog, and the other two are implemented with a new inset listings, along with its dialog.
* 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
2007-05-09 19:11:42 +00:00
|
|
|
InsetListings.cpp
|
|
|
|
InsetListingsParams.cpp
|
2007-04-30 16:45:22 +00:00
|
|
|
InsetMarginal.cpp
|
|
|
|
InsetNewline.cpp
|
2007-11-23 02:10:00 +00:00
|
|
|
InsetNewpage.cpp
|
2007-04-30 16:45:22 +00:00
|
|
|
InsetNomencl.cpp
|
|
|
|
InsetNote.cpp
|
|
|
|
InsetOptArg.cpp
|
2009-01-30 00:56:37 +00:00
|
|
|
InsetPhantom.cpp
|
2007-04-30 16:45:22 +00:00
|
|
|
InsetQuotes.cpp
|
|
|
|
InsetRef.cpp
|
|
|
|
InsetSpace.cpp
|
|
|
|
InsetSpecialChar.cpp
|
|
|
|
InsetTOC.cpp
|
|
|
|
InsetTabular.cpp
|
|
|
|
InsetText.cpp
|
|
|
|
InsetVSpace.cpp
|
|
|
|
InsetWrap.cpp
|
|
|
|
RenderButton.cpp
|
|
|
|
RenderGraphic.cpp
|
|
|
|
RenderPreview.cpp
|
2007-02-26 05:52:36 +00:00
|
|
|
''')
|
|
|
|
|
2007-04-30 11:33:53 +00:00
|
|
|
|
2007-04-30 16:45:22 +00:00
|
|
|
src_insets_extra_files = Split('''
|
|
|
|
Makefile.am
|
|
|
|
pch.h
|
2007-02-26 05:52:36 +00:00
|
|
|
''')
|
|
|
|
|
2007-04-30 11:33:53 +00:00
|
|
|
|
2007-04-30 16:45:22 +00:00
|
|
|
intl_header_files = Split('''
|
|
|
|
eval-plural.h
|
|
|
|
gettextP.h
|
|
|
|
gmo.h
|
|
|
|
hash-string.h
|
|
|
|
loadinfo.h
|
|
|
|
localcharset.h
|
|
|
|
os2compat.h
|
|
|
|
plural-exp.h
|
|
|
|
printf-args.h
|
|
|
|
printf-parse.h
|
|
|
|
relocatable.h
|
|
|
|
vasnprintf.h
|
|
|
|
vasnwprintf.h
|
|
|
|
wprintf-parse.h
|
|
|
|
xsize.h
|
2007-02-26 05:52:36 +00:00
|
|
|
''')
|
|
|
|
|
2007-04-30 11:33:53 +00:00
|
|
|
|
2007-04-30 16:45:22 +00:00
|
|
|
intl_files = Split('''
|
|
|
|
bindtextdom.c
|
|
|
|
dcgettext.c
|
|
|
|
dcigettext.c
|
|
|
|
dcngettext.c
|
|
|
|
dgettext.c
|
|
|
|
dngettext.c
|
|
|
|
explodename.c
|
|
|
|
finddomain.c
|
|
|
|
gettext.c
|
|
|
|
intl-compat.c
|
|
|
|
l10nflist.c
|
2007-08-08 02:14:57 +00:00
|
|
|
langprefs.c
|
2007-04-30 16:45:22 +00:00
|
|
|
loadmsgcat.c
|
|
|
|
localcharset.c
|
|
|
|
localealias.c
|
|
|
|
localename.c
|
|
|
|
log.c
|
|
|
|
ngettext.c
|
|
|
|
osdep.c
|
|
|
|
plural-exp.c
|
|
|
|
plural.c
|
|
|
|
printf.c
|
|
|
|
relocatable.c
|
|
|
|
textdomain.c
|
2007-02-26 05:52:36 +00:00
|
|
|
''')
|
|
|
|
|
2007-04-30 11:33:53 +00:00
|
|
|
|
2007-04-30 16:45:22 +00:00
|
|
|
intl_extra_files = Split('''
|
|
|
|
VERSION
|
|
|
|
config.charset
|
|
|
|
libgnuintl.h.in
|
|
|
|
locale.alias
|
|
|
|
os2compat.c
|
|
|
|
plural.y
|
|
|
|
printf-args.c
|
|
|
|
printf-parse.c
|
|
|
|
ref-add.sin
|
|
|
|
ref-del.sin
|
|
|
|
vasnprintf.c
|
|
|
|
''')
|
|
|
|
|
|
|
|
|
|
|
|
config_extra_files = Split('''
|
|
|
|
Makefile.am
|
|
|
|
common.am
|
|
|
|
config.guess
|
|
|
|
config.rpath
|
|
|
|
config.sub
|
|
|
|
depcomp
|
|
|
|
install-sh
|
|
|
|
libtool.m4
|
|
|
|
ltmain.sh
|
|
|
|
lyxinclude.m4
|
|
|
|
missing
|
|
|
|
mkinstalldirs
|
|
|
|
pkg.m4
|
|
|
|
py-compile
|
|
|
|
qt4.m4
|
|
|
|
spell.m4
|
|
|
|
''')
|
|
|
|
|
|
|
|
|
|
|
|
sourcedoc_extra_files = Split('''
|
|
|
|
Doxyfile.in
|
|
|
|
Makefile.am
|
|
|
|
''')
|
|
|
|
|
|
|
|
|
|
|
|
po_extra_files = Split('''
|
|
|
|
LINGUAS
|
|
|
|
Makefile.in.in
|
|
|
|
Makevars
|
|
|
|
POTFILES.in
|
|
|
|
README
|
|
|
|
Rules-quot
|
2008-07-23 20:48:39 +00:00
|
|
|
ar.po
|
2007-04-30 16:45:22 +00:00
|
|
|
bg.po
|
|
|
|
boldquot.sed
|
|
|
|
ca.po
|
|
|
|
cs.po
|
|
|
|
da.po
|
|
|
|
de.po
|
|
|
|
en@boldquot.header
|
|
|
|
en@quot.header
|
2008-08-05 18:11:42 +00:00
|
|
|
en.po
|
2007-04-30 16:45:22 +00:00
|
|
|
es.po
|
|
|
|
eu.po
|
|
|
|
fi.po
|
|
|
|
fr.po
|
|
|
|
gl.po
|
|
|
|
he.po
|
|
|
|
hu.po
|
|
|
|
insert-header.sin
|
2009-03-15 16:54:01 +00:00
|
|
|
id.po
|
2007-04-30 16:45:22 +00:00
|
|
|
it.po
|
|
|
|
ja.po
|
2007-05-31 14:35:38 +00:00
|
|
|
ko.po
|
2007-04-30 16:45:22 +00:00
|
|
|
lyx_pot.py
|
|
|
|
nb.po
|
|
|
|
nl.po
|
|
|
|
nn.po
|
|
|
|
pl.po
|
|
|
|
pocheck.pl
|
|
|
|
postats.sh
|
|
|
|
pt.po
|
|
|
|
quot.sed
|
|
|
|
remove-potcdate.sin
|
|
|
|
ro.po
|
|
|
|
ru.po
|
|
|
|
sk.po
|
|
|
|
sl.po
|
|
|
|
sv.po
|
|
|
|
tr.po
|
2008-07-23 19:26:35 +00:00
|
|
|
uk.po
|
2007-04-30 16:45:22 +00:00
|
|
|
wa.po
|
2007-06-29 00:14:50 +00:00
|
|
|
zh_CN.po
|
|
|
|
zh_TW.po
|
2007-02-26 05:52:36 +00:00
|
|
|
''')
|
|
|
|
|
2007-04-30 11:33:53 +00:00
|
|
|
|
2007-04-30 16:45:22 +00:00
|
|
|
lib_files = Split('''
|
|
|
|
CREDITS
|
|
|
|
chkconfig.ltx
|
|
|
|
configure.py
|
|
|
|
encodings
|
|
|
|
external_templates
|
|
|
|
languages
|
|
|
|
symbols
|
|
|
|
syntax.default
|
|
|
|
unicodesymbols
|
2007-02-26 05:52:36 +00:00
|
|
|
''')
|
|
|
|
|
2007-04-30 11:33:53 +00:00
|
|
|
|
2007-04-30 16:45:22 +00:00
|
|
|
lib_extra_files = Split('''
|
|
|
|
Makefile.am
|
|
|
|
autocorrect
|
|
|
|
build-listerrors
|
|
|
|
generate_contributions.py
|
2007-02-26 05:52:36 +00:00
|
|
|
''')
|
|
|
|
|
2007-04-30 11:33:53 +00:00
|
|
|
|
2007-04-30 16:45:22 +00:00
|
|
|
lib_kbd_files = Split('''
|
|
|
|
american-2.kmap
|
|
|
|
american.kmap
|
|
|
|
arabic.kmap
|
|
|
|
bg-bds-1251.kmap
|
|
|
|
brazil.kmap
|
|
|
|
brazil2.kmap
|
|
|
|
czech-prg.kmap
|
|
|
|
czech.kmap
|
|
|
|
espanol.kmap
|
|
|
|
european.kmap
|
2007-06-22 22:41:45 +00:00
|
|
|
farsi.kmap
|
2007-04-30 16:45:22 +00:00
|
|
|
francais.kmap
|
|
|
|
french.kmap
|
|
|
|
german-2.kmap
|
|
|
|
german-3.kmap
|
|
|
|
german.kmap
|
|
|
|
greek.kmap
|
|
|
|
hebrew.kmap
|
|
|
|
koi8-r.kmap
|
|
|
|
koi8-u.kmap
|
|
|
|
latvian.kmap
|
|
|
|
magyar-2.kmap
|
|
|
|
magyar-3.kmap
|
|
|
|
magyar.kmap
|
|
|
|
null.kmap
|
|
|
|
polish.kmap
|
|
|
|
polski.kmap
|
|
|
|
portuges.kmap
|
|
|
|
romanian.kmap
|
|
|
|
serbian.kmap
|
|
|
|
serbocroatian.kmap
|
|
|
|
sf.kmap
|
|
|
|
sg.kmap
|
|
|
|
slovak.kmap
|
|
|
|
slovene.kmap
|
|
|
|
thai-kedmanee.kmap
|
|
|
|
transilvanian.kmap
|
|
|
|
turkish-f.kmap
|
|
|
|
turkish.kmap
|
2007-02-26 05:52:36 +00:00
|
|
|
''')
|
|
|
|
|
2007-04-30 11:33:53 +00:00
|
|
|
|
2007-04-30 16:45:22 +00:00
|
|
|
lib_templates_files = Split('''
|
|
|
|
aa.lyx
|
|
|
|
aastex.lyx
|
2008-12-06 17:56:32 +00:00
|
|
|
ACM-siggraph.lyx
|
2008-10-03 19:47:42 +00:00
|
|
|
ACM-sigplan.lyx
|
2007-04-30 16:45:22 +00:00
|
|
|
agu_article.lyx
|
2007-07-31 04:46:09 +00:00
|
|
|
apa.lyx
|
2007-04-30 16:45:22 +00:00
|
|
|
beamer-conference-ornate-20min.lyx
|
|
|
|
de_beamer-conference-ornate-20min.lyx
|
|
|
|
dinbrief.lyx
|
|
|
|
docbook_article.lyx
|
2008-10-04 01:46:48 +00:00
|
|
|
elsarticle.lyx
|
2007-04-30 16:45:22 +00:00
|
|
|
fr_beamer-conference-ornate-20min.lyx
|
|
|
|
g-brief-de.lyx
|
|
|
|
g-brief-en.lyx
|
|
|
|
g-brief2.lyx
|
|
|
|
hollywood.lyx
|
2008-10-03 19:47:42 +00:00
|
|
|
IEEEtran.lyx
|
2007-04-30 16:45:22 +00:00
|
|
|
ijmpc.lyx
|
|
|
|
ijmpd.lyx
|
2007-06-12 01:09:49 +00:00
|
|
|
iop-article.lyx
|
2008-06-01 08:58:25 +00:00
|
|
|
JSS-article.lyx
|
2007-04-30 16:45:22 +00:00
|
|
|
kluwer.lyx
|
|
|
|
koma-letter2.lyx
|
|
|
|
latex8.lyx
|
|
|
|
letter.lyx
|
2008-10-03 19:47:42 +00:00
|
|
|
README.new_templates
|
2007-04-30 16:45:22 +00:00
|
|
|
revtex.lyx
|
|
|
|
revtex4.lyx
|
|
|
|
slides.lyx
|
2007-02-26 05:52:36 +00:00
|
|
|
''')
|
|
|
|
|
2007-04-30 11:33:53 +00:00
|
|
|
|
2007-04-30 16:45:22 +00:00
|
|
|
lib_ui_files = Split('''
|
|
|
|
classic.ui
|
|
|
|
default.ui
|
2008-03-25 16:02:26 +00:00
|
|
|
stdcontext.inc
|
2007-04-30 16:45:22 +00:00
|
|
|
stdmenus.inc
|
|
|
|
stdtoolbars.inc
|
2006-08-13 04:54:25 +00:00
|
|
|
''')
|
|
|
|
|
2007-04-30 11:33:53 +00:00
|
|
|
|
2007-04-15 11:46:26 +00:00
|
|
|
lib_fonts_files = Split('''
|
|
|
|
BaKoMaFontLicense.txt
|
2007-04-30 16:45:22 +00:00
|
|
|
ReadmeBaKoMa4LyX.txt
|
2007-04-15 11:46:26 +00:00
|
|
|
cmex10.ttf
|
|
|
|
cmmi10.ttf
|
|
|
|
cmr10.ttf
|
|
|
|
cmsy10.ttf
|
2007-10-06 17:35:11 +00:00
|
|
|
esint10.ttf
|
2007-04-15 11:46:26 +00:00
|
|
|
eufm10.ttf
|
|
|
|
msam10.ttf
|
|
|
|
msbm10.ttf
|
|
|
|
wasy10.ttf
|
|
|
|
''')
|
2006-08-13 04:54:25 +00:00
|
|
|
|
2007-04-30 11:33:53 +00:00
|
|
|
|
2007-10-17 19:40:20 +00:00
|
|
|
lib_images_files = Split('''
|
|
|
|
all-changes-accept.png
|
|
|
|
all-changes-reject.png
|
|
|
|
amssymb.png
|
|
|
|
banner.png
|
|
|
|
bookmark-goto.png
|
2009-02-13 15:11:52 +00:00
|
|
|
bookmark-goto_0.png
|
2007-10-17 19:40:20 +00:00
|
|
|
bookmark-save.png
|
2008-01-14 23:40:23 +00:00
|
|
|
box-insert.png
|
2007-10-17 19:40:20 +00:00
|
|
|
break-line.png
|
|
|
|
buffer-close.png
|
|
|
|
buffer-export_dvi.png
|
|
|
|
buffer-export_latex.png
|
|
|
|
buffer-export_pdf2.png
|
|
|
|
buffer-export_ps.png
|
|
|
|
buffer-export_text.png
|
|
|
|
buffer-new.png
|
|
|
|
buffer-reload.png
|
|
|
|
buffer-update_dvi.png
|
|
|
|
buffer-update_pdf2.png
|
|
|
|
buffer-update_ps.png
|
|
|
|
buffer-view_dvi.png
|
|
|
|
buffer-view_pdf2.png
|
|
|
|
buffer-view_ps.png
|
|
|
|
buffer-write-as.png
|
|
|
|
buffer-write.png
|
|
|
|
build-program.png
|
|
|
|
change-accept.png
|
|
|
|
change-next.png
|
|
|
|
change-reject.png
|
|
|
|
changes-merge.png
|
|
|
|
changes-output.png
|
|
|
|
changes-track.png
|
|
|
|
closetab.png
|
2008-07-27 10:29:11 +00:00
|
|
|
close-tab-group.png
|
2007-10-17 19:40:20 +00:00
|
|
|
copy.png
|
|
|
|
cut.png
|
|
|
|
demote.png
|
|
|
|
depth-decrement.png
|
|
|
|
depth-increment.png
|
|
|
|
dialog-preferences.png
|
|
|
|
dialog-show-new-inset_citation.png
|
|
|
|
dialog-show-new-inset_graphics.png
|
|
|
|
dialog-show-new-inset_include.png
|
|
|
|
dialog-show-new-inset_ref.png
|
|
|
|
dialog-show_character.png
|
|
|
|
dialog-show_findreplace.png
|
|
|
|
dialog-show_mathdelimiter.png
|
|
|
|
dialog-show_mathmatrix.png
|
|
|
|
dialog-show_print.png
|
|
|
|
dialog-show_spellchecker.png
|
|
|
|
dialog-toggle_toc.png
|
|
|
|
down.png
|
|
|
|
ert-insert.png
|
|
|
|
file-open.png
|
|
|
|
float-insert_figure.png
|
|
|
|
float-insert_table.png
|
|
|
|
font-bold.png
|
|
|
|
font-emph.png
|
2008-06-15 21:25:04 +00:00
|
|
|
textstyle-apply.png
|
2007-10-17 19:40:20 +00:00
|
|
|
font-noun.png
|
|
|
|
font-sans.png
|
|
|
|
footnote-insert.png
|
|
|
|
href-insert.png
|
2008-02-21 15:13:39 +00:00
|
|
|
hidetab.png
|
2007-10-17 19:40:20 +00:00
|
|
|
index-insert.png
|
|
|
|
label-insert.png
|
|
|
|
layout-document.png
|
|
|
|
layout-paragraph.png
|
|
|
|
layout.png
|
|
|
|
layout_Description.png
|
|
|
|
layout_Enumerate.png
|
|
|
|
layout_Itemize.png
|
|
|
|
layout_List.png
|
|
|
|
layout_LyX-Code.png
|
|
|
|
layout_Scrap.png
|
|
|
|
layout_Section.png
|
|
|
|
lyx-quit.png
|
|
|
|
lyx.png
|
2008-07-29 17:47:14 +00:00
|
|
|
vc-check-in.png
|
|
|
|
vc-check-out.png
|
2008-07-29 17:54:38 +00:00
|
|
|
dialog-show_vclog.png
|
2008-07-29 17:47:14 +00:00
|
|
|
vc-register.png
|
|
|
|
vc-revert.png
|
2007-10-17 19:40:20 +00:00
|
|
|
marginalnote-insert.png
|
|
|
|
math-display.png
|
2007-11-01 17:05:29 +00:00
|
|
|
math-macro-add-greedy-optional-param.png
|
|
|
|
math-macro-add-optional-param.png
|
|
|
|
math-macro-add-param.png
|
|
|
|
math-macro-append-greedy-param.png
|
|
|
|
math-macro-make-nonoptional.png
|
|
|
|
math-macro-make-optional.png
|
|
|
|
math-macro-remove-greedy-param.png
|
|
|
|
math-macro-remove-optional-param.png
|
|
|
|
math-macro-remove-param.png
|
|
|
|
math-macro_newmacroname_newcommand.png
|
2007-10-17 19:40:20 +00:00
|
|
|
math-matrix.png
|
|
|
|
math-mode.png
|
|
|
|
math-subscript.png
|
|
|
|
math-superscript.png
|
|
|
|
nomencl-insert.png
|
|
|
|
note-insert.png
|
|
|
|
note-next.png
|
|
|
|
paste.png
|
|
|
|
promote.png
|
|
|
|
psnfss1.png
|
|
|
|
psnfss2.png
|
|
|
|
psnfss3.png
|
|
|
|
psnfss4.png
|
|
|
|
redo.png
|
|
|
|
reload.png
|
2008-07-27 10:29:11 +00:00
|
|
|
split-view_horizontal.png
|
|
|
|
split-view_vertical.png
|
2007-10-17 19:40:20 +00:00
|
|
|
standard.png
|
2009-01-25 17:04:57 +00:00
|
|
|
tabular-feature_m-align-center.png
|
|
|
|
tabular-feature_m-align-left.png
|
|
|
|
tabular-feature_m-align-right.png
|
2007-10-17 19:40:20 +00:00
|
|
|
tabular-feature_append-column.png
|
|
|
|
tabular-feature_append-row.png
|
|
|
|
tabular-feature_delete-column.png
|
|
|
|
tabular-feature_delete-row.png
|
|
|
|
tabular-feature_multicolumn.png
|
|
|
|
tabular-feature_set-all-lines.png
|
2008-11-21 11:20:18 +00:00
|
|
|
tabular-feature_set-border-lines.png
|
2007-10-17 19:40:20 +00:00
|
|
|
tabular-feature_set-longtabular.png
|
|
|
|
tabular-feature_set-rotate-cell.png
|
|
|
|
tabular-feature_set-rotate-tabular.png
|
|
|
|
tabular-feature_toggle-line-bottom.png
|
|
|
|
tabular-feature_toggle-line-left.png
|
|
|
|
tabular-feature_toggle-line-right.png
|
|
|
|
tabular-feature_toggle-line-top.png
|
2008-11-21 11:20:18 +00:00
|
|
|
tabular-feature_toggle-rotate-cell.png
|
|
|
|
tabular-feature_toggle-rotate-tabular.png
|
2007-10-17 19:40:20 +00:00
|
|
|
tabular-feature_unset-all-lines.png
|
2009-01-25 17:04:57 +00:00
|
|
|
tabular-feature_m-valign-bottom.png
|
|
|
|
tabular-feature_m-valign-middle.png
|
|
|
|
tabular-feature_m-valign-top.png
|
2007-10-17 19:40:20 +00:00
|
|
|
tabular-insert.png
|
|
|
|
thesaurus-entry.png
|
|
|
|
toolbar-toggle_math.png
|
|
|
|
toolbar-toggle_math_panels.png
|
|
|
|
toolbar-toggle_table.png
|
|
|
|
undo.png
|
|
|
|
unknown.png
|
|
|
|
up.png
|
2007-12-11 00:49:41 +00:00
|
|
|
url-insert.png
|
2007-10-17 19:40:20 +00:00
|
|
|
''')
|
|
|
|
|
2006-08-13 04:54:25 +00:00
|
|
|
|
2007-04-30 16:45:22 +00:00
|
|
|
lib_images_extra_files = Split('''
|
|
|
|
README
|
2007-08-30 20:09:12 +00:00
|
|
|
font-smallcaps.png
|
2007-04-30 16:45:22 +00:00
|
|
|
''')
|
|
|
|
|
|
|
|
|
2007-10-17 19:40:20 +00:00
|
|
|
lib_images_math_files = Split('''
|
|
|
|
Bbbk.png
|
|
|
|
Finv.png
|
|
|
|
Game.png
|
|
|
|
Im.png
|
|
|
|
Lleftarrow.png
|
|
|
|
Lsh.png
|
|
|
|
Re.png
|
|
|
|
Rrightarrow.png
|
|
|
|
Rsh.png
|
|
|
|
Vvdash.png
|
|
|
|
acute.png
|
|
|
|
aleph.png
|
|
|
|
alpha.png
|
|
|
|
amalg.png
|
|
|
|
angle.png
|
|
|
|
approx.png
|
|
|
|
approxeq.png
|
|
|
|
asymp.png
|
|
|
|
backepsilon.png
|
|
|
|
backprime.png
|
|
|
|
backsim.png
|
|
|
|
backsimeq.png
|
|
|
|
backslash.png
|
|
|
|
bar.png
|
|
|
|
bars.png
|
|
|
|
barwedge.png
|
|
|
|
because.png
|
|
|
|
beta.png
|
|
|
|
beth.png
|
|
|
|
between.png
|
|
|
|
bigcap.png
|
|
|
|
bigcirc.png
|
|
|
|
bigcup.png
|
|
|
|
bigodot.png
|
|
|
|
bigoplus.png
|
|
|
|
bigotimes.png
|
|
|
|
bigsqcup.png
|
|
|
|
bigstar.png
|
|
|
|
bigtriangledown.png
|
|
|
|
bigtriangleup.png
|
|
|
|
biguplus.png
|
|
|
|
bigvee.png
|
|
|
|
bigwedge.png
|
|
|
|
blacklozenge.png
|
|
|
|
blacksquare.png
|
|
|
|
blacktriangle.png
|
|
|
|
blacktriangledown.png
|
|
|
|
blacktriangleleft.png
|
|
|
|
blacktriangleright.png
|
|
|
|
bot.png
|
|
|
|
bowtie.png
|
|
|
|
boxdot.png
|
|
|
|
boxminus.png
|
|
|
|
boxplus.png
|
|
|
|
boxtimes.png
|
|
|
|
breve.png
|
|
|
|
bullet.png
|
|
|
|
bumpeq.png
|
|
|
|
bumpeq2.png
|
|
|
|
cap.png
|
|
|
|
cap2.png
|
|
|
|
cases.png
|
|
|
|
cdot.png
|
|
|
|
cdots.png
|
|
|
|
centerdot.png
|
|
|
|
check.png
|
|
|
|
chi.png
|
|
|
|
circ.png
|
|
|
|
circeq.png
|
|
|
|
circlearrowleft.png
|
|
|
|
circlearrowright.png
|
|
|
|
circledS.png
|
|
|
|
circledast.png
|
|
|
|
circledcirc.png
|
|
|
|
circleddash.png
|
|
|
|
clubsuit.png
|
|
|
|
complement.png
|
|
|
|
cong.png
|
|
|
|
coprod.png
|
|
|
|
cup.png
|
|
|
|
cup2.png
|
|
|
|
curlyeqprec.png
|
|
|
|
curlyeqsucc.png
|
|
|
|
curlyvee.png
|
|
|
|
curlywedge.png
|
|
|
|
curvearrowleft.png
|
|
|
|
curvearrowright.png
|
|
|
|
dagger.png
|
|
|
|
daleth.png
|
|
|
|
dashleftarrow.png
|
|
|
|
dashrightarrow.png
|
|
|
|
dashv.png
|
|
|
|
ddagger.png
|
|
|
|
ddot.png
|
|
|
|
ddots.png
|
|
|
|
delim.png
|
|
|
|
delta.png
|
|
|
|
delta2.png
|
|
|
|
diagdown.png
|
|
|
|
diagup.png
|
|
|
|
diamond.png
|
|
|
|
diamondsuit.png
|
|
|
|
digamma.png
|
|
|
|
div.png
|
|
|
|
divideontimes.png
|
|
|
|
dot.png
|
|
|
|
doteq.png
|
|
|
|
doteqdot.png
|
|
|
|
dotplus.png
|
|
|
|
dotsint.png
|
|
|
|
dotsintop.png
|
|
|
|
doublebarwedge.png
|
|
|
|
downarrow.png
|
|
|
|
downarrow2.png
|
|
|
|
downdownarrows.png
|
|
|
|
downharpoonleft.png
|
|
|
|
downharpoonright.png
|
|
|
|
ell.png
|
|
|
|
empty.png
|
|
|
|
emptyset.png
|
|
|
|
epsilon.png
|
|
|
|
eqcirc.png
|
|
|
|
eqslantgtr.png
|
|
|
|
eqslantless.png
|
|
|
|
equation.png
|
|
|
|
equiv.png
|
|
|
|
eta.png
|
|
|
|
eth.png
|
|
|
|
exists.png
|
|
|
|
fallingdotseq.png
|
2009-02-04 19:57:02 +00:00
|
|
|
fint.png
|
|
|
|
fintop.png
|
2007-10-17 19:40:20 +00:00
|
|
|
flat.png
|
|
|
|
font.png
|
|
|
|
forall.png
|
|
|
|
frac-square.png
|
|
|
|
frac.png
|
|
|
|
frown.png
|
|
|
|
functions.png
|
|
|
|
gamma.png
|
|
|
|
gamma2.png
|
|
|
|
geq.png
|
|
|
|
geqq.png
|
|
|
|
geqslant.png
|
|
|
|
gg.png
|
|
|
|
ggg.png
|
|
|
|
gimel.png
|
|
|
|
gnapprox.png
|
|
|
|
gneq.png
|
|
|
|
gneqq.png
|
|
|
|
gnsim.png
|
|
|
|
grave.png
|
|
|
|
gtrapprox.png
|
|
|
|
gtrdot.png
|
|
|
|
gtreqless.png
|
|
|
|
gtreqqless.png
|
|
|
|
gtrless.png
|
|
|
|
gtrsim.png
|
|
|
|
gvertneqq.png
|
|
|
|
hat.png
|
|
|
|
hbar.png
|
|
|
|
heartsuit.png
|
|
|
|
hookleftarrow.png
|
|
|
|
hookrightarrow.png
|
|
|
|
hphantom.png
|
|
|
|
hslash.png
|
|
|
|
iiiint.png
|
|
|
|
iiiintop.png
|
|
|
|
iiint.png
|
|
|
|
iiintop.png
|
|
|
|
iint.png
|
|
|
|
iintop.png
|
|
|
|
imath.png
|
|
|
|
in.png
|
|
|
|
infty.png
|
|
|
|
int.png
|
|
|
|
intercal.png
|
|
|
|
intop.png
|
|
|
|
iota.png
|
|
|
|
jmath.png
|
|
|
|
kappa.png
|
|
|
|
lambda.png
|
|
|
|
lambda2.png
|
2009-02-04 19:57:02 +00:00
|
|
|
landdownint.png
|
|
|
|
landdownintop.png
|
|
|
|
landupint.png
|
|
|
|
landupintop.png
|
2007-10-17 19:40:20 +00:00
|
|
|
langle.png
|
|
|
|
lbrace.png
|
|
|
|
lbrace_rbrace.png
|
|
|
|
lbracket.png
|
|
|
|
lbracket_rbracket.png
|
|
|
|
lceil.png
|
|
|
|
lceil_rceil.png
|
|
|
|
ldots.png
|
|
|
|
leftarrow.png
|
|
|
|
leftarrow2.png
|
|
|
|
leftarrowtail.png
|
|
|
|
leftharpoondown.png
|
|
|
|
leftharpoonup.png
|
|
|
|
leftleftarrows.png
|
|
|
|
leftrightarrow.png
|
|
|
|
leftrightarrow2.png
|
|
|
|
leftrightarrows.png
|
|
|
|
leftrightharpoons.png
|
|
|
|
leftrightsquigarrow.png
|
|
|
|
leftthreetimes.png
|
|
|
|
leq.png
|
|
|
|
leqq.png
|
|
|
|
leqslant.png
|
|
|
|
lessapprox.png
|
|
|
|
lessdot.png
|
|
|
|
lesseqgtr.png
|
|
|
|
lesseqqgtr.png
|
|
|
|
lessgtr.png
|
|
|
|
lesssim.png
|
|
|
|
lfloor.png
|
|
|
|
lfloor_rfloor.png
|
|
|
|
ll.png
|
|
|
|
llcorner.png
|
|
|
|
lll.png
|
|
|
|
lnapprox.png
|
|
|
|
lneq.png
|
|
|
|
lneqq.png
|
|
|
|
lnsim.png
|
|
|
|
longleftarrow.png
|
|
|
|
longleftarrow2.png
|
|
|
|
longleftrightarrow.png
|
|
|
|
longleftrightarrow2.png
|
|
|
|
longmapsto.png
|
|
|
|
longrightarrow.png
|
|
|
|
longrightarrow2.png
|
|
|
|
looparrowleft.png
|
|
|
|
looparrowright.png
|
|
|
|
lozenge.png
|
|
|
|
lparen.png
|
|
|
|
lparen_rparen.png
|
|
|
|
lrcorner.png
|
|
|
|
ltimes.png
|
|
|
|
lvertneqq.png
|
|
|
|
mapsto.png
|
|
|
|
mathbb_C.png
|
|
|
|
mathbb_H.png
|
|
|
|
mathbb_N.png
|
|
|
|
mathbb_Q.png
|
|
|
|
mathbb_R.png
|
|
|
|
mathbb_Z.png
|
|
|
|
mathcal_F.png
|
|
|
|
mathcal_H.png
|
|
|
|
mathcal_L.png
|
|
|
|
mathcal_O.png
|
|
|
|
mathcircumflex.png
|
|
|
|
mathrm_T.png
|
|
|
|
matrix.png
|
|
|
|
measuredangle.png
|
|
|
|
mho.png
|
|
|
|
mid.png
|
|
|
|
models.png
|
|
|
|
mp.png
|
|
|
|
mu.png
|
|
|
|
multimap.png
|
|
|
|
nabla.png
|
|
|
|
natural.png
|
|
|
|
ncong.png
|
|
|
|
nearrow.png
|
|
|
|
neg.png
|
|
|
|
neq.png
|
|
|
|
nexists.png
|
|
|
|
ngeq.png
|
|
|
|
ngeqq.png
|
|
|
|
ngeqslant.png
|
|
|
|
ngtr.png
|
|
|
|
ni.png
|
|
|
|
nleftarrow.png
|
|
|
|
nleftarrow2.png
|
|
|
|
nleftrightarrow.png
|
|
|
|
nleftrightarrow2.png
|
|
|
|
nleq.png
|
|
|
|
nleqq.png
|
|
|
|
nleqslant.png
|
|
|
|
nless.png
|
|
|
|
nmid.png
|
|
|
|
notin.png
|
|
|
|
nparallel.png
|
|
|
|
nprec.png
|
|
|
|
npreceq.png
|
|
|
|
nrightarrow.png
|
|
|
|
nrightarrow2.png
|
|
|
|
nshortmid.png
|
|
|
|
nshortparallel.png
|
|
|
|
nsim.png
|
|
|
|
nsubseteq.png
|
|
|
|
nsucc.png
|
|
|
|
nsucceq.png
|
|
|
|
nsupseteq.png
|
|
|
|
nsupseteqq.png
|
|
|
|
ntriangleleft.png
|
|
|
|
ntrianglelefteq.png
|
|
|
|
ntriangleright.png
|
|
|
|
ntrianglerighteq.png
|
|
|
|
nu.png
|
|
|
|
nvdash.png
|
|
|
|
nvdash2.png
|
|
|
|
nvdash3.png
|
|
|
|
nwarrow.png
|
|
|
|
odot.png
|
|
|
|
oiint.png
|
|
|
|
oiintop.png
|
|
|
|
oint.png
|
|
|
|
ointclockwise.png
|
|
|
|
ointclockwiseop.png
|
|
|
|
ointctrclockwise.png
|
|
|
|
ointctrclockwiseop.png
|
|
|
|
ointop.png
|
|
|
|
omega.png
|
|
|
|
omega2.png
|
|
|
|
ominus.png
|
|
|
|
oplus.png
|
|
|
|
oslash.png
|
|
|
|
otimes.png
|
|
|
|
overbrace.png
|
|
|
|
overleftarrow.png
|
|
|
|
overleftrightarrow.png
|
|
|
|
overline.png
|
|
|
|
overrightarrow.png
|
|
|
|
overset.png
|
|
|
|
parallel.png
|
|
|
|
partial.png
|
|
|
|
perp.png
|
|
|
|
phantom.png
|
|
|
|
phi.png
|
|
|
|
phi2.png
|
|
|
|
pi.png
|
|
|
|
pi2.png
|
|
|
|
pitchfork.png
|
|
|
|
pm.png
|
|
|
|
prec.png
|
|
|
|
precapprox.png
|
|
|
|
preccurlyeq.png
|
|
|
|
preceq.png
|
|
|
|
precnapprox.png
|
|
|
|
precnsim.png
|
|
|
|
precsim.png
|
|
|
|
prime.png
|
|
|
|
prod.png
|
|
|
|
propto.png
|
|
|
|
psi.png
|
|
|
|
psi2.png
|
|
|
|
rangle.png
|
|
|
|
rbrace.png
|
|
|
|
rbracket.png
|
|
|
|
rceil.png
|
|
|
|
rfloor.png
|
|
|
|
rho.png
|
|
|
|
rightarrow.png
|
|
|
|
rightarrow2.png
|
|
|
|
rightarrowtail.png
|
|
|
|
rightharpoondown.png
|
|
|
|
rightharpoonup.png
|
|
|
|
rightleftarrows.png
|
|
|
|
rightleftharpoons.png
|
|
|
|
rightrightarrows.png
|
|
|
|
rightsquigarrow.png
|
|
|
|
rightthreetimes.png
|
|
|
|
risingdotseq.png
|
|
|
|
root.png
|
|
|
|
rparen.png
|
|
|
|
rtimes.png
|
|
|
|
searrow.png
|
|
|
|
setminus.png
|
|
|
|
sharp.png
|
|
|
|
shortmid.png
|
|
|
|
shortparallel.png
|
|
|
|
sigma.png
|
|
|
|
sigma2.png
|
|
|
|
sim.png
|
|
|
|
simeq.png
|
|
|
|
slash.png
|
|
|
|
smallfrown.png
|
|
|
|
smallsetminus.png
|
|
|
|
smallsmile.png
|
|
|
|
smile.png
|
|
|
|
space.png
|
|
|
|
spadesuit.png
|
|
|
|
sphericalangle.png
|
|
|
|
sqcap.png
|
|
|
|
sqcup.png
|
|
|
|
sqiint.png
|
|
|
|
sqiintop.png
|
|
|
|
sqint.png
|
|
|
|
sqintop.png
|
|
|
|
sqrt-square.png
|
|
|
|
sqrt.png
|
|
|
|
sqsubset.png
|
|
|
|
sqsubseteq.png
|
|
|
|
sqsupset.png
|
|
|
|
sqsupseteq.png
|
|
|
|
square.png
|
|
|
|
star.png
|
|
|
|
style.png
|
|
|
|
style.png
|
|
|
|
sub.png
|
|
|
|
subset.png
|
|
|
|
subset2.png
|
|
|
|
subseteq.png
|
|
|
|
subseteqq.png
|
|
|
|
subsetneq.png
|
|
|
|
subsetneqq.png
|
|
|
|
succ.png
|
|
|
|
succapprox.png
|
|
|
|
succcurlyeq.png
|
|
|
|
succeq.png
|
|
|
|
succnapprox.png
|
|
|
|
succnsim.png
|
|
|
|
succsim.png
|
|
|
|
sum.png
|
|
|
|
super.png
|
|
|
|
supset.png
|
|
|
|
supset2.png
|
|
|
|
supseteq.png
|
|
|
|
supseteqq.png
|
|
|
|
supsetneq.png
|
|
|
|
supsetneqq.png
|
|
|
|
surd.png
|
|
|
|
swarrow.png
|
|
|
|
tau.png
|
|
|
|
textrm_AA.png
|
2007-12-16 12:28:03 +00:00
|
|
|
textrm_O.png
|
2007-10-17 19:40:20 +00:00
|
|
|
therefore.png
|
|
|
|
theta.png
|
|
|
|
theta2.png
|
|
|
|
thickapprox.png
|
|
|
|
thicksim.png
|
|
|
|
tilde.png
|
|
|
|
times.png
|
|
|
|
top.png
|
|
|
|
triangle.png
|
|
|
|
triangledown.png
|
|
|
|
triangleleft.png
|
|
|
|
trianglelefteq.png
|
|
|
|
triangleq.png
|
|
|
|
triangleright.png
|
|
|
|
trianglerighteq.png
|
|
|
|
twoheadleftarrow.png
|
|
|
|
twoheadrightarrow.png
|
|
|
|
ulcorner.png
|
|
|
|
underbrace.png
|
|
|
|
underleftarrow.png
|
|
|
|
underleftrightarrow.png
|
|
|
|
underline.png
|
|
|
|
underrightarrow.png
|
|
|
|
underscore.png
|
|
|
|
underset.png
|
|
|
|
uparrow.png
|
|
|
|
uparrow2.png
|
|
|
|
updownarrow.png
|
|
|
|
updownarrow2.png
|
|
|
|
upharpoonleft.png
|
|
|
|
upharpoonright.png
|
|
|
|
uplus.png
|
|
|
|
upsilon.png
|
|
|
|
upsilon2.png
|
|
|
|
upuparrows.png
|
|
|
|
urcorner.png
|
|
|
|
varepsilon.png
|
|
|
|
varkappa.png
|
|
|
|
varnothing.png
|
|
|
|
varphi.png
|
|
|
|
varpi.png
|
|
|
|
varpropto.png
|
|
|
|
varrho.png
|
|
|
|
varsigma.png
|
|
|
|
varsubsetneq.png
|
|
|
|
varsubsetneqq.png
|
|
|
|
varsupsetneq.png
|
|
|
|
varsupsetneqq.png
|
|
|
|
vartheta.png
|
|
|
|
vartriangle.png
|
|
|
|
vartriangleleft.png
|
|
|
|
vartriangleright.png
|
|
|
|
vdash.png
|
|
|
|
vdash2.png
|
|
|
|
vdash3.png
|
|
|
|
vdots.png
|
|
|
|
vec.png
|
|
|
|
vee.png
|
|
|
|
veebar.png
|
2008-04-08 11:26:31 +00:00
|
|
|
vert.png
|
2008-04-08 14:57:06 +00:00
|
|
|
vert2.png
|
2007-10-17 19:40:20 +00:00
|
|
|
vphantom.png
|
|
|
|
wedge.png
|
|
|
|
widehat.png
|
|
|
|
widetilde.png
|
|
|
|
wp.png
|
|
|
|
wr.png
|
|
|
|
xi.png
|
|
|
|
xi2.png
|
|
|
|
zeta.png
|
|
|
|
''')
|
|
|
|
|
|
|
|
|
2007-04-30 16:45:22 +00:00
|
|
|
lib_images_math_extra_files = Split('''
|
2007-08-30 20:09:12 +00:00
|
|
|
ams_arrows.png
|
|
|
|
ams_misc.png
|
|
|
|
ams_nrel.png
|
|
|
|
ams_ops.png
|
|
|
|
ams_rel.png
|
|
|
|
arrows.png
|
|
|
|
bop.png
|
|
|
|
brel.png
|
|
|
|
deco.png
|
|
|
|
deco.png
|
|
|
|
delim.png
|
|
|
|
delim0.png
|
|
|
|
delim1.png
|
|
|
|
dots.png
|
|
|
|
font.png
|
|
|
|
functions.png
|
|
|
|
greek.png
|
|
|
|
misc.png
|
|
|
|
varsz.png
|
2006-08-13 04:54:25 +00:00
|
|
|
''')
|
|
|
|
|
|
|
|
|
2007-10-20 23:27:03 +00:00
|
|
|
lib_images_commands_files = Split('''
|
|
|
|
''')
|
|
|
|
|
|
|
|
|
2007-04-30 16:45:22 +00:00
|
|
|
lib_images_attic_extra_files = Split('''
|
2007-08-30 20:09:12 +00:00
|
|
|
dialog-show_mathpanel.png
|
2006-08-13 04:54:25 +00:00
|
|
|
''')
|
|
|
|
|
|
|
|
|
|
|
|
lib_tex_files = Split('''
|
|
|
|
broadway.cls
|
|
|
|
hollywood.cls
|
|
|
|
lyxchess.sty
|
|
|
|
lyxskak.sty
|
|
|
|
revtex.cls
|
|
|
|
''')
|
|
|
|
|
|
|
|
|
2007-04-30 16:45:22 +00:00
|
|
|
lib_doc_files = Split('''
|
|
|
|
Customization.lyx
|
|
|
|
DocStyle.lyx
|
|
|
|
DummyDocument1.lyx
|
|
|
|
DummyDocument2.lyx
|
|
|
|
DummyTextDocument.txt
|
|
|
|
EmbeddedObjects.lyx
|
|
|
|
Extended.lyx
|
2008-01-27 20:58:45 +00:00
|
|
|
Formula-numbering.lyx
|
2007-04-30 16:45:22 +00:00
|
|
|
Intro.lyx
|
2007-10-11 15:43:44 +00:00
|
|
|
LaTeXConfig.lyx
|
2008-08-01 14:25:26 +00:00
|
|
|
LFUNs.lyx
|
2008-01-27 20:58:45 +00:00
|
|
|
Math.lyx
|
2008-04-24 16:25:08 +00:00
|
|
|
Shortcuts.lyx
|
2007-04-30 16:45:22 +00:00
|
|
|
Tutorial.lyx
|
|
|
|
UserGuide.lyx
|
|
|
|
''')
|
|
|
|
|
|
|
|
|
2007-08-11 01:20:33 +00:00
|
|
|
lib_doc_biblio_files = Split('''
|
|
|
|
alphadin.bst
|
|
|
|
LyXDocs.bib
|
|
|
|
''')
|
|
|
|
|
|
|
|
|
2007-06-05 21:31:39 +00:00
|
|
|
lib_doc_clipart_files = Split('''
|
2007-08-10 01:32:55 +00:00
|
|
|
Abstract.pdf
|
2007-06-05 21:31:39 +00:00
|
|
|
BoxInsetDefaultQt4.png
|
2007-08-13 01:35:48 +00:00
|
|
|
ChangesToolbar.png
|
2007-06-05 21:31:39 +00:00
|
|
|
ChildDocumentQt4.png
|
|
|
|
CommentNoteImageQt4.png
|
2007-08-10 01:32:55 +00:00
|
|
|
ERT.png
|
2007-06-05 21:31:39 +00:00
|
|
|
ExternalMaterialQt4.png
|
2007-08-10 01:32:55 +00:00
|
|
|
ExtraToolbar.png
|
2007-06-05 21:31:39 +00:00
|
|
|
GreyedOutNoteImageQt4.png
|
2007-08-10 01:32:55 +00:00
|
|
|
LaTeX.png
|
2007-06-05 21:31:39 +00:00
|
|
|
LyXNoteImageQt4.png
|
2007-08-10 01:32:55 +00:00
|
|
|
SpaceMarker.png
|
|
|
|
StandardToolbar.png
|
|
|
|
ToolbarEnvBox.png
|
2007-06-05 21:31:39 +00:00
|
|
|
endnotes.pdf
|
|
|
|
escher-lsd.eps
|
|
|
|
floatQt4.png
|
|
|
|
footnoteQt4.png
|
|
|
|
labelQt4.png
|
2007-08-10 01:32:55 +00:00
|
|
|
macrobox.png
|
2008-12-07 19:36:29 +00:00
|
|
|
MacroToolbar.png
|
2007-08-10 01:32:55 +00:00
|
|
|
macrouse.png
|
|
|
|
mbox.png
|
2007-06-05 21:31:39 +00:00
|
|
|
mobius.eps
|
|
|
|
platypus.eps
|
|
|
|
referenceQt4.png
|
2007-08-13 01:35:48 +00:00
|
|
|
ViewToolbar.png
|
2007-06-05 21:31:39 +00:00
|
|
|
with_fntright.pdf
|
|
|
|
without_fntright.pdf
|
|
|
|
''')
|
|
|
|
|
|
|
|
|
2007-04-30 16:45:22 +00:00
|
|
|
lib_doc_extra_files = Split('''
|
|
|
|
Makefile.am
|
|
|
|
README.Documentation
|
|
|
|
''')
|
|
|
|
|
|
|
|
|
2008-07-30 21:41:22 +00:00
|
|
|
lib_doc_ca_files = Split('''
|
|
|
|
Intro.lyx
|
|
|
|
''')
|
|
|
|
|
|
|
|
|
2007-06-05 21:31:39 +00:00
|
|
|
lib_doc_cs_files = Split('''
|
|
|
|
Tutorial.lyx
|
2007-04-30 16:45:22 +00:00
|
|
|
''')
|
|
|
|
|
|
|
|
|
2007-06-05 21:31:39 +00:00
|
|
|
lib_doc_de_files = Split('''
|
|
|
|
Customization.lyx
|
2007-06-25 00:57:19 +00:00
|
|
|
DummyDocument1.lyx
|
|
|
|
DummyDocument2.lyx
|
|
|
|
DummyTextDocument.txt
|
|
|
|
EmbeddedObjects.lyx
|
2007-06-05 21:31:39 +00:00
|
|
|
Extended.lyx
|
2008-01-27 20:58:45 +00:00
|
|
|
Formelnummerierung.lyx
|
2007-06-05 21:31:39 +00:00
|
|
|
Intro.lyx
|
2008-01-27 20:58:45 +00:00
|
|
|
Math.lyx
|
2008-04-26 13:02:53 +00:00
|
|
|
Shortcuts.lyx
|
2007-04-30 16:45:22 +00:00
|
|
|
Tutorial.lyx
|
|
|
|
UserGuide.lyx
|
|
|
|
''')
|
|
|
|
|
|
|
|
|
2007-06-05 21:31:39 +00:00
|
|
|
lib_doc_de_clipart_files = Split('''
|
2007-10-22 02:05:04 +00:00
|
|
|
ERT.png
|
2007-06-23 12:30:03 +00:00
|
|
|
ExternesMaterialQt4.png
|
2007-06-05 21:31:39 +00:00
|
|
|
FussnoteQt4.png
|
2007-06-23 12:30:03 +00:00
|
|
|
GleitobjektQt4.png
|
|
|
|
GrauschriftNotizQt4.png
|
|
|
|
KommentarQt4.png
|
|
|
|
LyXNotizQt4.png
|
|
|
|
Marke.png
|
|
|
|
Querverweis.png
|
|
|
|
StandardBoxQt4.png
|
|
|
|
UnterdokumentQt4.png
|
2007-04-30 16:45:22 +00:00
|
|
|
''')
|
|
|
|
|
|
|
|
|
2007-06-05 21:31:39 +00:00
|
|
|
lib_doc_da_files = Split('''
|
2007-04-30 16:45:22 +00:00
|
|
|
Intro.lyx
|
|
|
|
''')
|
|
|
|
|
|
|
|
|
|
|
|
lib_doc_es_files = Split('''
|
2009-01-06 03:17:16 +00:00
|
|
|
Customization.lyx
|
2007-04-30 16:45:22 +00:00
|
|
|
DocumentoPostizo1.lyx
|
|
|
|
DocumentoPostizo2.lyx
|
|
|
|
DocumentoTextoPostizo.txt
|
|
|
|
EmbeddedObjects.lyx
|
|
|
|
Extended.lyx
|
2008-03-01 14:50:42 +00:00
|
|
|
Formula-numbering.lyx
|
2007-04-30 16:45:22 +00:00
|
|
|
Intro.lyx
|
2008-03-01 14:50:42 +00:00
|
|
|
Math.lyx
|
2008-10-19 13:32:06 +00:00
|
|
|
Shortcuts.lyx
|
2007-04-30 16:45:22 +00:00
|
|
|
Tutorial.lyx
|
2007-10-06 06:52:07 +00:00
|
|
|
UserGuide.lyx
|
2007-04-30 16:45:22 +00:00
|
|
|
''')
|
|
|
|
|
|
|
|
|
|
|
|
lib_doc_es_clipart_files = Split('''
|
|
|
|
ComentNotaImagenQt4.png
|
|
|
|
CuadroMinipagQt4.png
|
|
|
|
DocumentoHijoQt4.png
|
|
|
|
GrisNotaImagenQt4.png
|
|
|
|
MaterialExternoQt4.png
|
|
|
|
NotaLyXImagenQt4.png
|
2007-09-09 13:51:30 +00:00
|
|
|
Resumen.pdf
|
|
|
|
es_ERT.png
|
2008-07-23 21:27:57 +00:00
|
|
|
es_ToolbarEnvBox.png
|
2007-04-30 16:45:22 +00:00
|
|
|
etiquetaQt4.png
|
|
|
|
flotanteQt4.png
|
|
|
|
notapieQt4.png
|
|
|
|
referenciaQt4.png
|
|
|
|
''')
|
|
|
|
|
|
|
|
|
2007-06-05 21:31:39 +00:00
|
|
|
lib_doc_eu_files = Split('''
|
|
|
|
Customization.lyx
|
|
|
|
Extended.lyx
|
2007-04-30 16:45:22 +00:00
|
|
|
Intro.lyx
|
|
|
|
Tutorial.lyx
|
2007-06-05 21:31:39 +00:00
|
|
|
UserGuide.lyx
|
2007-04-30 16:45:22 +00:00
|
|
|
''')
|
|
|
|
|
|
|
|
|
2007-06-05 21:31:39 +00:00
|
|
|
lib_doc_fr_files = Split('''
|
2007-04-30 16:45:22 +00:00
|
|
|
Customization.lyx
|
2008-02-08 21:48:18 +00:00
|
|
|
DocumentBidon1.lyx
|
|
|
|
DocumentBidon2.lyx
|
|
|
|
DocumentTexteBidon.txt
|
2007-11-12 22:34:10 +00:00
|
|
|
EmbeddedObjects.lyx
|
2007-06-05 21:31:39 +00:00
|
|
|
Extended.lyx
|
2008-03-04 20:48:48 +00:00
|
|
|
Formula-numbering.lyx
|
2007-04-30 16:45:22 +00:00
|
|
|
Intro.lyx
|
2008-02-12 22:22:36 +00:00
|
|
|
Math.lyx
|
2007-04-30 16:45:22 +00:00
|
|
|
Tutorial.lyx
|
|
|
|
UserGuide.lyx
|
|
|
|
''')
|
|
|
|
|
|
|
|
|
2007-12-11 21:49:58 +00:00
|
|
|
lib_doc_fr_clipart_files = Split('''
|
|
|
|
BoxInsetDefaultQt4.png
|
|
|
|
ChildDocumentQt4.png
|
|
|
|
CommentNoteImageQt4.png
|
|
|
|
GreyedOutNoteImageQt4.png
|
|
|
|
LyXNoteImageQt4.png
|
|
|
|
floatQt4.png
|
|
|
|
footnoteQt4.png
|
|
|
|
labelQt4.png
|
|
|
|
''')
|
|
|
|
|
|
|
|
|
2008-11-13 01:59:29 +00:00
|
|
|
lib_doc_gl_files = Split('''
|
2007-04-30 16:45:22 +00:00
|
|
|
Intro.lyx
|
|
|
|
Tutorial.lyx
|
|
|
|
''')
|
|
|
|
|
|
|
|
|
2007-06-05 21:31:39 +00:00
|
|
|
lib_doc_he_files = Split('''
|
2007-04-30 16:45:22 +00:00
|
|
|
Intro.lyx
|
|
|
|
Tutorial.lyx
|
|
|
|
''')
|
|
|
|
|
|
|
|
|
2007-06-05 21:31:39 +00:00
|
|
|
lib_doc_hu_files = Split('''
|
2007-04-30 16:45:22 +00:00
|
|
|
Intro.lyx
|
|
|
|
Tutorial.lyx
|
|
|
|
''')
|
|
|
|
|
|
|
|
|
2007-06-05 21:31:39 +00:00
|
|
|
lib_doc_it_files = Split('''
|
|
|
|
Customization.lyx
|
2007-04-30 16:45:22 +00:00
|
|
|
Intro.lyx
|
|
|
|
Tutorial.lyx
|
2007-06-05 21:31:39 +00:00
|
|
|
UserGuide.lyx
|
2006-08-13 04:54:25 +00:00
|
|
|
''')
|
|
|
|
|
2007-04-30 11:33:53 +00:00
|
|
|
|
2008-04-22 00:32:03 +00:00
|
|
|
lib_doc_it_clipart_files = Split('''
|
|
|
|
it_footnoteQt4.png
|
|
|
|
it_referenceQt4.png
|
|
|
|
''')
|
|
|
|
|
|
|
|
|
2008-04-22 00:29:18 +00:00
|
|
|
lib_doc_ja_files = Split('''
|
2008-11-01 01:14:30 +00:00
|
|
|
Extended.lyx
|
2008-04-22 00:29:18 +00:00
|
|
|
Intro.lyx
|
2008-06-07 01:52:18 +00:00
|
|
|
LaTeXConfig.lyx
|
|
|
|
Shortcuts.lyx
|
|
|
|
Tutorial.lyx
|
2008-09-12 23:26:06 +00:00
|
|
|
UserGuide.lyx
|
2008-04-22 00:29:18 +00:00
|
|
|
''')
|
|
|
|
|
|
|
|
|
|
|
|
lib_doc_ja_clipart_files = Split('''
|
2008-09-12 23:26:06 +00:00
|
|
|
floatQt4.png
|
2008-04-22 00:29:18 +00:00
|
|
|
footnoteQt4.png
|
|
|
|
referenceQt4.png
|
2008-09-12 23:26:06 +00:00
|
|
|
ERT.png
|
|
|
|
ToolbarEnvBox.png
|
2008-04-22 00:29:18 +00:00
|
|
|
''')
|
|
|
|
|
|
|
|
|
2007-06-05 21:31:39 +00:00
|
|
|
lib_doc_nb_files = Split('''
|
|
|
|
Intro.lyx
|
2007-03-04 04:03:54 +00:00
|
|
|
''')
|
2006-08-13 04:54:25 +00:00
|
|
|
|
2007-04-30 11:33:53 +00:00
|
|
|
|
2007-06-05 21:31:39 +00:00
|
|
|
lib_doc_nl_files = Split('''
|
|
|
|
Intro.lyx
|
2007-02-26 05:52:36 +00:00
|
|
|
Tutorial.lyx
|
|
|
|
''')
|
|
|
|
|
2007-04-30 11:33:53 +00:00
|
|
|
|
2007-06-05 21:31:39 +00:00
|
|
|
lib_doc_pl_files = Split('''
|
|
|
|
Extended.lyx
|
2007-02-26 05:52:36 +00:00
|
|
|
Intro.lyx
|
2007-06-05 21:31:39 +00:00
|
|
|
Tutorial.lyx
|
2007-02-26 05:52:36 +00:00
|
|
|
''')
|
|
|
|
|
2007-04-30 11:33:53 +00:00
|
|
|
|
2007-06-05 21:31:39 +00:00
|
|
|
lib_doc_pt_files = Split('''
|
2007-02-26 05:52:36 +00:00
|
|
|
Intro.lyx
|
|
|
|
Tutorial.lyx
|
|
|
|
''')
|
|
|
|
|
2007-04-30 11:33:53 +00:00
|
|
|
|
2007-06-05 21:31:39 +00:00
|
|
|
lib_doc_ro_files = Split('''
|
2007-02-26 05:52:36 +00:00
|
|
|
Intro.lyx
|
|
|
|
''')
|
|
|
|
|
2007-04-30 11:33:53 +00:00
|
|
|
|
2007-06-05 21:31:39 +00:00
|
|
|
lib_doc_ru_files = Split('''
|
2007-04-30 16:45:22 +00:00
|
|
|
Intro.lyx
|
|
|
|
Tutorial.lyx
|
2007-03-04 04:03:54 +00:00
|
|
|
''')
|
|
|
|
|
2007-04-30 11:33:53 +00:00
|
|
|
|
2007-04-30 16:45:22 +00:00
|
|
|
lib_doc_sl_files = Split('''
|
2007-02-26 05:52:36 +00:00
|
|
|
Intro.lyx
|
|
|
|
Tutorial.lyx
|
|
|
|
''')
|
|
|
|
|
2007-04-30 11:33:53 +00:00
|
|
|
|
2007-06-05 21:31:39 +00:00
|
|
|
lib_doc_sk_files = Split('''
|
2007-02-26 05:52:36 +00:00
|
|
|
Tutorial.lyx
|
|
|
|
UserGuide.lyx
|
|
|
|
''')
|
|
|
|
|
2007-04-30 11:33:53 +00:00
|
|
|
|
2007-06-05 21:31:39 +00:00
|
|
|
lib_doc_sv_files = Split('''
|
|
|
|
Intro.lyx
|
|
|
|
Tutorial.lyx
|
2007-05-27 14:19:36 +00:00
|
|
|
''')
|
|
|
|
|
|
|
|
|
2008-08-15 19:57:30 +00:00
|
|
|
lib_doc_uk_files = Split('''
|
|
|
|
Intro.lyx
|
|
|
|
''')
|
|
|
|
|
|
|
|
|
|
|
|
lib_doc_uk_clipart_files = Split('''
|
|
|
|
FootnoteQT4.png
|
|
|
|
''')
|
|
|
|
|
|
|
|
|
2007-04-30 16:45:22 +00:00
|
|
|
lib_examples_files = Split('''
|
|
|
|
aa_sample.lyx
|
|
|
|
aas_sample.lyx
|
2008-11-29 00:56:42 +00:00
|
|
|
achemso.lyx
|
2008-02-03 11:56:44 +00:00
|
|
|
addressExample.adr
|
2007-04-30 16:45:22 +00:00
|
|
|
amsart-test.lyx
|
|
|
|
amsbook-test.lyx
|
2007-05-02 01:41:03 +00:00
|
|
|
armenian-article.lyx
|
2007-04-30 16:45:22 +00:00
|
|
|
beamer-g4-mask.jpg
|
|
|
|
beamer-g4.jpg
|
|
|
|
beamer-icsi-logo.pdf
|
|
|
|
beamer-knight1-mask.png
|
|
|
|
beamer-knight1.png
|
|
|
|
beamer-knight2-mask.png
|
|
|
|
beamer-knight2.png
|
|
|
|
beamer-knight3-mask.png
|
|
|
|
beamer-knight3.png
|
|
|
|
beamer-knight4-mask.png
|
|
|
|
beamer-knight4.png
|
|
|
|
beamerlyxexample1.lyx
|
2007-05-01 18:44:40 +00:00
|
|
|
biblioExample.bib
|
2008-11-29 00:56:42 +00:00
|
|
|
Braille.lyx
|
2007-04-30 16:45:22 +00:00
|
|
|
chess-article.lyx
|
|
|
|
chessgame.lyx
|
2008-11-29 00:56:42 +00:00
|
|
|
CV-image.eps
|
|
|
|
CV-image.png
|
2007-04-30 16:45:22 +00:00
|
|
|
docbook_article.lyx
|
2007-04-30 22:21:06 +00:00
|
|
|
europeCV.lyx
|
2007-04-30 16:45:22 +00:00
|
|
|
example_lyxified.lyx
|
|
|
|
example_raw.lyx
|
2008-11-29 00:56:42 +00:00
|
|
|
Foils.lyx
|
2007-04-30 16:45:22 +00:00
|
|
|
iecc05.fen
|
|
|
|
iecc07.fen
|
|
|
|
iecc12.fen
|
2008-11-29 00:56:42 +00:00
|
|
|
ItemizeBullets.lyx
|
2007-04-30 16:45:22 +00:00
|
|
|
landslide.lyx
|
2008-01-05 19:47:24 +00:00
|
|
|
linguistics.lyx
|
2007-04-30 16:45:22 +00:00
|
|
|
listerrors.lyx
|
2008-11-29 00:56:42 +00:00
|
|
|
Literate.lyx
|
2007-04-30 22:21:06 +00:00
|
|
|
modernCV.lyx
|
2007-04-30 16:45:22 +00:00
|
|
|
multicol.lyx
|
|
|
|
noweb2lyx.lyx
|
2007-05-22 21:35:22 +00:00
|
|
|
powerdot-example.lyx
|
2008-12-06 16:13:17 +00:00
|
|
|
recipebook.lyx
|
2007-04-30 16:45:22 +00:00
|
|
|
script_form.lyx
|
2008-10-17 00:43:52 +00:00
|
|
|
seminar.lyx
|
2008-02-03 11:56:44 +00:00
|
|
|
serial_letter1.lyx
|
|
|
|
serial_letter2.lyx
|
|
|
|
serial_letter3.lyx
|
2007-04-30 16:45:22 +00:00
|
|
|
simplecv.lyx
|
|
|
|
splash.lyx
|
2008-10-22 22:57:11 +00:00
|
|
|
xyfigure.png
|
|
|
|
xypic.lyx
|
2007-04-30 16:45:22 +00:00
|
|
|
''')
|
|
|
|
|
|
|
|
|
2007-06-05 21:31:39 +00:00
|
|
|
lib_examples_ca_files = Split('''
|
2008-07-30 21:41:22 +00:00
|
|
|
ItemizeBullets.lyx
|
|
|
|
mathed.lyx
|
2007-06-05 21:31:39 +00:00
|
|
|
splash.lyx
|
|
|
|
''')
|
|
|
|
|
|
|
|
|
|
|
|
lib_examples_cs_files = Split('''
|
|
|
|
splash.lyx
|
|
|
|
''')
|
|
|
|
|
|
|
|
|
2007-04-30 16:45:22 +00:00
|
|
|
lib_examples_da_files = Split('''
|
|
|
|
splash.lyx
|
|
|
|
''')
|
|
|
|
|
|
|
|
|
2007-06-05 21:31:39 +00:00
|
|
|
lib_examples_de_files = Split('''
|
2009-01-10 20:09:46 +00:00
|
|
|
beispiel_gelyxt.lyx
|
|
|
|
beispiel_roh.lyx
|
|
|
|
Braille.lyx
|
2007-06-05 21:31:39 +00:00
|
|
|
Dezimal.lyx
|
|
|
|
ItemizeBullets.lyx
|
|
|
|
Lebenslauf.lyx
|
2009-03-01 15:02:06 +00:00
|
|
|
linguistics.lyx
|
2007-06-05 21:31:39 +00:00
|
|
|
multicol.lyx
|
2008-02-03 11:56:44 +00:00
|
|
|
serienbrief1.lyx
|
|
|
|
serienbrief2.lyx
|
|
|
|
serienbrief3.lyx
|
2007-06-05 21:31:39 +00:00
|
|
|
splash.lyx
|
|
|
|
''')
|
|
|
|
|
|
|
|
|
|
|
|
lib_examples_fa_files = Split('''
|
2007-04-30 16:45:22 +00:00
|
|
|
splash.lyx
|
|
|
|
''')
|
|
|
|
|
|
|
|
|
|
|
|
lib_examples_fr_files = Split('''
|
|
|
|
AlignementDecimal.lyx
|
|
|
|
Foils.lyx
|
|
|
|
ListesPuces.lyx
|
|
|
|
exemple_brut.lyx
|
|
|
|
exemple_lyxifie.lyx
|
|
|
|
multicol.lyx
|
2007-10-28 11:44:52 +00:00
|
|
|
simplecv.lyx
|
2007-04-30 16:45:22 +00:00
|
|
|
splash.lyx
|
|
|
|
''')
|
|
|
|
|
|
|
|
|
|
|
|
lib_examples_es_files = Split('''
|
2009-02-08 19:01:26 +00:00
|
|
|
Braille.lyx
|
2007-04-30 16:45:22 +00:00
|
|
|
ejemplo_con_lyx.lyx
|
|
|
|
ejemplo_sin_lyx.lyx
|
2008-11-01 14:55:43 +00:00
|
|
|
ItemizeBullets.lyx
|
2009-03-06 22:53:52 +00:00
|
|
|
linguistics.lyx
|
2008-11-01 14:55:43 +00:00
|
|
|
multicol.lyx
|
2007-04-30 16:45:22 +00:00
|
|
|
splash.lyx
|
|
|
|
''')
|
|
|
|
|
|
|
|
|
2007-06-05 21:31:39 +00:00
|
|
|
lib_examples_eu_files = Split('''
|
|
|
|
adibide_gordina.lyx
|
|
|
|
adibide_lyx-atua.lyx
|
2007-04-30 16:45:22 +00:00
|
|
|
splash.lyx
|
|
|
|
''')
|
|
|
|
|
|
|
|
|
2008-11-13 01:59:29 +00:00
|
|
|
lib_examples_gl_files = Split('''
|
2007-04-30 16:45:22 +00:00
|
|
|
exemplo_bruto.lyx
|
|
|
|
exemplo_lyxificado.lyx
|
|
|
|
splash.lyx
|
|
|
|
''')
|
|
|
|
|
|
|
|
|
|
|
|
lib_examples_he_files = Split('''
|
2007-05-19 12:45:25 +00:00
|
|
|
example_lyxified.lyx
|
2007-04-30 16:45:22 +00:00
|
|
|
example_raw.lyx
|
2007-05-19 12:45:25 +00:00
|
|
|
splash.lyx
|
2007-04-30 16:45:22 +00:00
|
|
|
''')
|
|
|
|
|
|
|
|
|
2007-06-05 21:31:39 +00:00
|
|
|
lib_examples_hu_files = Split('''
|
|
|
|
example_lyxified.lyx
|
|
|
|
example_raw.lyx
|
2007-04-30 16:45:22 +00:00
|
|
|
splash.lyx
|
|
|
|
''')
|
|
|
|
|
|
|
|
|
2009-03-01 20:07:57 +00:00
|
|
|
lib_examples_id_files = Split('''
|
|
|
|
splash.lyx
|
|
|
|
''')
|
|
|
|
|
|
|
|
|
2007-06-05 21:31:39 +00:00
|
|
|
lib_examples_it_files = Split('''
|
|
|
|
ItemizeBullets.lyx
|
2007-04-30 16:45:22 +00:00
|
|
|
splash.lyx
|
|
|
|
''')
|
|
|
|
|
|
|
|
|
2008-01-20 21:44:49 +00:00
|
|
|
lib_examples_ja_files = Split('''
|
|
|
|
splash.lyx
|
|
|
|
''')
|
|
|
|
|
|
|
|
|
2007-06-05 21:31:39 +00:00
|
|
|
lib_examples_nl_files = Split('''
|
|
|
|
multicol.lyx
|
|
|
|
opsommingstekens.lyx
|
|
|
|
splash.lyx
|
|
|
|
voorbeeld_ruw.lyx
|
|
|
|
voorbeeld_verlyxt.lyx
|
2007-04-30 16:45:22 +00:00
|
|
|
''')
|
|
|
|
|
|
|
|
|
2007-06-05 21:31:39 +00:00
|
|
|
lib_examples_pl_files = Split('''
|
2007-04-30 16:45:22 +00:00
|
|
|
splash.lyx
|
|
|
|
''')
|
|
|
|
|
|
|
|
|
2007-06-05 21:31:39 +00:00
|
|
|
lib_examples_pt_files = Split('''
|
2007-04-30 16:45:22 +00:00
|
|
|
splash.lyx
|
|
|
|
''')
|
|
|
|
|
|
|
|
|
2007-06-05 21:31:39 +00:00
|
|
|
lib_examples_ro_files = Split('''
|
2007-04-30 16:45:22 +00:00
|
|
|
splash.lyx
|
|
|
|
''')
|
|
|
|
|
|
|
|
|
2007-06-05 21:31:39 +00:00
|
|
|
lib_examples_ru_files = Split('''
|
2007-04-30 16:45:22 +00:00
|
|
|
splash.lyx
|
|
|
|
''')
|
|
|
|
|
|
|
|
|
|
|
|
lib_examples_sl_files = Split('''
|
|
|
|
primer_lyxan.lyx
|
|
|
|
primer_surov.lyx
|
|
|
|
splash.lyx
|
|
|
|
''')
|
|
|
|
|
|
|
|
|
2009-03-03 22:45:50 +00:00
|
|
|
lib_examples_uk_files = Split('''
|
|
|
|
splash.lyx
|
|
|
|
''')
|
|
|
|
|
|
|
|
|
2007-04-30 16:45:22 +00:00
|
|
|
lib_lyx2lyx_files = Split('''
|
|
|
|
LyX.py
|
|
|
|
generate_encoding_info.py
|
|
|
|
lyx2lyx
|
|
|
|
lyx2lyx_lang.py
|
|
|
|
lyx_0_06.py
|
|
|
|
lyx_0_08.py
|
|
|
|
lyx_0_10.py
|
|
|
|
lyx_0_12.py
|
|
|
|
lyx_1_0.py
|
|
|
|
lyx_1_1.py
|
|
|
|
lyx_1_1_5.py
|
|
|
|
lyx_1_1_6_0.py
|
|
|
|
lyx_1_1_6_3.py
|
|
|
|
lyx_1_2.py
|
|
|
|
lyx_1_3.py
|
|
|
|
lyx_1_4.py
|
|
|
|
lyx_1_5.py
|
2007-08-13 03:19:57 +00:00
|
|
|
lyx_1_6.py
|
2008-12-03 22:46:53 +00:00
|
|
|
lyx_2_0.py
|
2007-04-30 16:45:22 +00:00
|
|
|
parser_tools.py
|
|
|
|
profiling.py
|
|
|
|
test_parser_tools.py
|
|
|
|
''')
|
|
|
|
|
|
|
|
|
|
|
|
lib_lyx2lyx_extra_files = Split('''
|
|
|
|
Makefile.am
|
|
|
|
lyx2lyx_version.py.in
|
|
|
|
''')
|
|
|
|
|
|
|
|
|
|
|
|
lib_layouts_files = Split('''
|
|
|
|
aa.layout
|
|
|
|
aapaper.layout
|
|
|
|
aastex.layout
|
2008-11-29 00:56:42 +00:00
|
|
|
achemso.layout
|
2008-12-06 17:56:32 +00:00
|
|
|
acmsiggraph.layout
|
2007-04-30 16:45:22 +00:00
|
|
|
agu-dtd.layout
|
|
|
|
agums.layout
|
|
|
|
amsart.layout
|
|
|
|
amsbook.layout
|
|
|
|
apa.layout
|
|
|
|
arab-article.layout
|
2007-05-01 17:48:04 +00:00
|
|
|
armenian-article.layout
|
2007-04-30 16:45:22 +00:00
|
|
|
article.layout
|
2008-04-16 13:43:11 +00:00
|
|
|
article-beamer.layout
|
2007-04-30 16:45:22 +00:00
|
|
|
beamer.layout
|
|
|
|
book.layout
|
|
|
|
broadway.layout
|
|
|
|
chess.layout
|
|
|
|
cl2emult.layout
|
|
|
|
dinbrief.layout
|
|
|
|
docbook-book.layout
|
|
|
|
docbook-chapter.layout
|
|
|
|
docbook-section.layout
|
|
|
|
docbook.layout
|
|
|
|
dtk.layout
|
|
|
|
egs.layout
|
|
|
|
elsart.layout
|
2008-10-04 01:46:48 +00:00
|
|
|
elsarticle.layout
|
2007-04-30 16:45:22 +00:00
|
|
|
entcs.layout
|
|
|
|
europecv.layout
|
|
|
|
extarticle.layout
|
|
|
|
extbook.layout
|
|
|
|
extletter.layout
|
|
|
|
extreport.layout
|
|
|
|
foils.layout
|
|
|
|
g-brief-de.layout
|
|
|
|
g-brief-en.layout
|
|
|
|
g-brief2.layout
|
|
|
|
heb-article.layout
|
|
|
|
heb-letter.layout
|
|
|
|
hollywood.layout
|
2008-10-03 19:47:42 +00:00
|
|
|
IEEEtran.layout
|
2007-04-30 16:45:22 +00:00
|
|
|
ijmpc.layout
|
|
|
|
ijmpd.layout
|
2007-06-12 01:09:49 +00:00
|
|
|
iopart.layout
|
2007-04-30 16:45:22 +00:00
|
|
|
isprs.layout
|
2007-10-14 11:09:26 +00:00
|
|
|
jarticle.layout
|
|
|
|
jbook.layout
|
2007-04-30 16:45:22 +00:00
|
|
|
jgrga.layout
|
2007-10-14 11:09:26 +00:00
|
|
|
jreport.layout
|
|
|
|
jsarticle.layout
|
|
|
|
jsbook.layout
|
2008-06-01 08:58:25 +00:00
|
|
|
jss.layout
|
2007-04-30 16:45:22 +00:00
|
|
|
kluwer.layout
|
|
|
|
latex8.layout
|
|
|
|
letter.layout
|
|
|
|
literate-article.layout
|
|
|
|
literate-book.layout
|
|
|
|
literate-report.layout
|
|
|
|
llncs.layout
|
|
|
|
ltugboat.layout
|
|
|
|
manpage.layout
|
|
|
|
memoir.layout
|
|
|
|
moderncv.layout
|
|
|
|
mwart.layout
|
|
|
|
mwbk.layout
|
|
|
|
mwrep.layout
|
|
|
|
paper.layout
|
2007-05-22 21:35:22 +00:00
|
|
|
powerdot.layout
|
2008-12-06 16:13:17 +00:00
|
|
|
recipebook.layout
|
2007-04-30 16:45:22 +00:00
|
|
|
report.layout
|
|
|
|
revtex.layout
|
|
|
|
revtex4.layout
|
|
|
|
scrartcl.layout
|
2008-04-16 13:43:11 +00:00
|
|
|
scrarticle-beamer.layout
|
2007-04-30 16:45:22 +00:00
|
|
|
scrbook.layout
|
|
|
|
scrlettr.layout
|
|
|
|
scrlttr2.layout
|
|
|
|
scrreprt.layout
|
|
|
|
seminar.layout
|
|
|
|
siamltex.layout
|
2008-10-03 19:47:42 +00:00
|
|
|
sigplanconf.layout
|
2007-04-30 16:45:22 +00:00
|
|
|
simplecv.layout
|
2008-08-05 20:46:18 +00:00
|
|
|
singlecol.layout
|
2007-04-30 16:45:22 +00:00
|
|
|
slides.layout
|
|
|
|
spie.layout
|
2007-05-01 22:04:21 +00:00
|
|
|
svglobal.layout
|
2008-08-16 22:37:49 +00:00
|
|
|
svglobal3.layout
|
2007-05-01 22:04:21 +00:00
|
|
|
svjog.layout
|
|
|
|
svprobth.layout
|
2007-10-14 11:09:26 +00:00
|
|
|
tarticle.layout
|
|
|
|
tbook.layout
|
|
|
|
treport.layout
|
2007-05-01 22:04:21 +00:00
|
|
|
''')
|
|
|
|
|
|
|
|
|
|
|
|
lib_layouts_inc_files = Split('''
|
|
|
|
aapaper.inc
|
|
|
|
agu_stdclass.inc
|
|
|
|
agu_stdcounters.inc
|
|
|
|
agu_stdlists.inc
|
|
|
|
agu_stdsections.inc
|
|
|
|
agu_stdtitle.inc
|
|
|
|
aguplus.inc
|
|
|
|
amsdefs.inc
|
|
|
|
db_lyxmacros.inc
|
|
|
|
db_stdcharstyles.inc
|
|
|
|
db_stdclass.inc
|
|
|
|
db_stdcounters.inc
|
|
|
|
db_stdlayouts.inc
|
|
|
|
db_stdlists.inc
|
|
|
|
db_stdsections.inc
|
|
|
|
db_stdstarsections.inc
|
|
|
|
db_stdstruct.inc
|
|
|
|
db_stdtitle.inc
|
|
|
|
literate-scrap.inc
|
|
|
|
lyxmacros.inc
|
|
|
|
numarticle.inc
|
|
|
|
numreport.inc
|
|
|
|
numrevtex.inc
|
|
|
|
scrclass.inc
|
2008-01-10 07:19:07 +00:00
|
|
|
stdcharstyles.inc
|
2007-04-30 16:45:22 +00:00
|
|
|
stdclass.inc
|
|
|
|
stdcounters.inc
|
2008-01-10 07:19:07 +00:00
|
|
|
stdcustom.inc
|
2007-04-30 16:45:22 +00:00
|
|
|
stdfloats.inc
|
2007-08-17 04:17:01 +00:00
|
|
|
stdinsets.inc
|
2007-04-30 16:45:22 +00:00
|
|
|
stdlayouts.inc
|
|
|
|
stdletter.inc
|
|
|
|
stdlists.inc
|
|
|
|
stdsections.inc
|
|
|
|
stdstarsections.inc
|
|
|
|
stdstruct.inc
|
|
|
|
stdtitle.inc
|
|
|
|
svjour.inc
|
2007-08-31 15:01:17 +00:00
|
|
|
theorems.inc
|
2008-01-12 14:06:40 +00:00
|
|
|
theorems-ams.inc
|
2008-01-10 07:13:01 +00:00
|
|
|
theorems-order.inc
|
2008-01-10 04:58:20 +00:00
|
|
|
theorems-proof.inc
|
|
|
|
theorems-starred.inc
|
2008-01-10 07:13:01 +00:00
|
|
|
theorems-starred-equivalents.inc
|
2007-04-30 16:45:22 +00:00
|
|
|
''')
|
|
|
|
|
|
|
|
|
2007-08-29 21:18:02 +00:00
|
|
|
lib_layouts_module_files = Split('''
|
2008-01-06 13:39:58 +00:00
|
|
|
braille.module
|
2007-10-18 18:42:07 +00:00
|
|
|
endnotes.module
|
|
|
|
foottoend.module
|
|
|
|
hanging.module
|
2008-01-05 19:58:47 +00:00
|
|
|
linguistics.module
|
2007-10-18 18:42:07 +00:00
|
|
|
logicalmkup.module
|
2008-02-14 22:17:54 +00:00
|
|
|
minimalistic.module
|
2008-01-10 04:58:20 +00:00
|
|
|
theorems-ams-extended.module
|
2007-10-18 18:42:07 +00:00
|
|
|
theorems-ams.module
|
2008-01-10 04:58:20 +00:00
|
|
|
theorems-chap.module
|
|
|
|
theorems-sec.module
|
2008-01-10 07:13:01 +00:00
|
|
|
theorems-starred.module
|
2007-10-18 18:42:07 +00:00
|
|
|
theorems-std.module
|
2007-08-29 21:18:02 +00:00
|
|
|
''')
|
|
|
|
|
2007-04-30 16:45:22 +00:00
|
|
|
lib_scripts_files = Split('''
|
|
|
|
TeXFiles.py
|
|
|
|
clean_dvi.py
|
|
|
|
convertDefault.py
|
2008-05-05 17:08:21 +00:00
|
|
|
csv2lyx.py
|
2007-04-30 16:45:22 +00:00
|
|
|
date.py
|
Make HTML export work.
The key is the new copier script lib/scripts/ext_copy.py. Usage:
ext_copy.py [-e ext1,ext2,...] <from file> <to file>
Given a <from file> and <to file>, it will copy all files in the directory
in which from_file is found that have the extensions given in the -e option,
or all files in that directory if no such argument is given. So, for example,
we can do:
python ext_copy.py -e png,html,css /path/from/file.html /path/to/file.html
and all html, png, and css files in /path/from/ will be copied to the
(possibly new) directory /path/to/file.html.LyXconv/. The -t option determines
the extension added to the output filename passed to the script ($$o, in the
copier definition), the default being "LyXconv". If just . is given, then no
extension is added.
Other changes:
* configure.py: added appropriate copier definitions for html and wordhtml
formats, as well as for the Program pseudo-format.
* lib/Makefile.am and development/scons/scons_manifest.py: add ext_copy.py.
* lib/doc/Customization.lyx: update documentation.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18791 a592a061-630c-0410-9148-cb99ea01b6c8
2007-06-15 17:02:35 +00:00
|
|
|
ext_copy.py
|
2007-04-30 16:45:22 +00:00
|
|
|
fen2ascii.py
|
|
|
|
fig2pdftex.py
|
|
|
|
fig2pstex.py
|
|
|
|
fig_copy.py
|
|
|
|
layout2layout.py
|
|
|
|
legacy_lyxpreview2ppm.py
|
|
|
|
listerrors
|
|
|
|
lyxpreview2bitmap.py
|
2008-08-19 06:43:01 +00:00
|
|
|
lyxpreview-platex2bitmap.py
|
2007-04-30 16:45:22 +00:00
|
|
|
lyxpreview_tools.py
|
|
|
|
tex_copy.py
|
2007-02-26 05:52:36 +00:00
|
|
|
''')
|
|
|
|
|
2007-04-30 11:33:53 +00:00
|
|
|
|
2007-04-30 16:45:22 +00:00
|
|
|
lib_bind_files = Split('''
|
|
|
|
aqua.bind
|
|
|
|
broadway.bind
|
|
|
|
cua.bind
|
|
|
|
cyrkeys.bind
|
|
|
|
emacs.bind
|
|
|
|
greekkeys.bind
|
|
|
|
hollywood.bind
|
|
|
|
latinkeys.bind
|
|
|
|
mac.bind
|
|
|
|
math.bind
|
|
|
|
menus.bind
|
|
|
|
sciword.bind
|
2007-10-29 19:45:43 +00:00
|
|
|
site.bind
|
2007-04-30 16:45:22 +00:00
|
|
|
xemacs.bind
|
2007-02-26 05:52:36 +00:00
|
|
|
''')
|
|
|
|
|
2007-04-30 11:33:53 +00:00
|
|
|
|
2007-04-30 16:45:22 +00:00
|
|
|
lib_bind_fi_files = Split('''
|
|
|
|
menus.bind
|
2007-02-26 05:52:36 +00:00
|
|
|
''')
|
|
|
|
|
2007-04-30 11:33:53 +00:00
|
|
|
|
2007-04-30 16:45:22 +00:00
|
|
|
lib_bind_sv_files = Split('''
|
|
|
|
menus.bind
|
2007-02-26 05:52:36 +00:00
|
|
|
''')
|
|
|
|
|
2007-04-30 11:33:53 +00:00
|
|
|
|
2007-04-30 16:45:22 +00:00
|
|
|
lib_bind_pt_files = Split('''
|
|
|
|
menus.bind
|
2007-02-26 05:52:36 +00:00
|
|
|
''')
|
|
|
|
|
2007-04-30 11:33:53 +00:00
|
|
|
|
2007-04-30 16:45:22 +00:00
|
|
|
lib_bind_de_files = Split('''
|
|
|
|
menus.bind
|
2007-02-26 05:52:36 +00:00
|
|
|
''')
|
|
|
|
|
2007-04-30 11:33:53 +00:00
|
|
|
|
2007-10-20 23:27:03 +00:00
|
|
|
lib_commands_files = Split('''
|
|
|
|
default.def
|
|
|
|
''')
|
|
|
|
|
|
|
|
|
2007-04-30 16:45:22 +00:00
|
|
|
boost_extra_files = Split('''
|
|
|
|
LICENSE_1_0.txt
|
|
|
|
Makefile.am
|
2007-02-26 05:52:36 +00:00
|
|
|
''')
|
|
|
|
|
2007-04-30 11:33:53 +00:00
|
|
|
|
2007-04-30 16:45:22 +00:00
|
|
|
boost_libs_extra_files = Split('''
|
|
|
|
Makefile.am
|
|
|
|
README
|
2007-02-26 05:52:36 +00:00
|
|
|
''')
|
|
|
|
|
2007-04-30 11:33:53 +00:00
|
|
|
|
2007-04-30 16:45:22 +00:00
|
|
|
boost_libs_signals_extra_files = Split('''
|
|
|
|
Makefile.am
|
|
|
|
signals.vcproj
|
2007-02-26 05:52:36 +00:00
|
|
|
''')
|
|
|
|
|
2007-04-30 11:33:53 +00:00
|
|
|
|
2007-04-30 16:45:22 +00:00
|
|
|
boost_libs_signals_src_files = Split('''
|
|
|
|
connection.cpp
|
|
|
|
named_slot_map.cpp
|
|
|
|
signal_base.cpp
|
|
|
|
slot.cpp
|
|
|
|
trackable.cpp
|
2007-02-26 05:52:36 +00:00
|
|
|
''')
|
|
|
|
|
2007-04-30 11:33:53 +00:00
|
|
|
|
2007-04-30 16:45:22 +00:00
|
|
|
boost_libs_signals_src_extra_files = Split('''
|
|
|
|
Makefile.am
|
|
|
|
pch.h
|
2007-02-26 05:52:36 +00:00
|
|
|
''')
|
|
|
|
|
2007-04-30 11:33:53 +00:00
|
|
|
|
2007-04-30 16:45:22 +00:00
|
|
|
boost_libs_regex_extra_files = Split('''
|
|
|
|
Makefile.am
|
|
|
|
regex.vcproj
|
2007-02-26 05:52:36 +00:00
|
|
|
''')
|
|
|
|
|
2007-04-30 11:33:53 +00:00
|
|
|
|
2007-04-30 16:45:22 +00:00
|
|
|
boost_libs_regex_src_files = Split('''
|
|
|
|
c_regex_traits.cpp
|
|
|
|
cpp_regex_traits.cpp
|
|
|
|
cregex.cpp
|
|
|
|
fileiter.cpp
|
|
|
|
instances.cpp
|
|
|
|
posix_api.cpp
|
|
|
|
regex.cpp
|
|
|
|
regex_debug.cpp
|
|
|
|
regex_raw_buffer.cpp
|
|
|
|
regex_traits_defaults.cpp
|
|
|
|
w32_regex_traits.cpp
|
|
|
|
wide_posix_api.cpp
|
|
|
|
winstances.cpp
|
2007-01-14 16:41:42 +00:00
|
|
|
''')
|
|
|
|
|
|
|
|
|
2007-04-30 16:45:22 +00:00
|
|
|
boost_libs_regex_src_extra_files = Split('''
|
|
|
|
Makefile.am
|
|
|
|
pch.h
|
2006-08-13 04:54:25 +00:00
|
|
|
''')
|
|
|
|
|
2007-01-14 16:41:42 +00:00
|
|
|
|
2007-01-25 06:19:49 +00:00
|
|
|
|
2007-06-19 18:44:42 +00:00
|
|
|
development_Win32_packaging_installer = Split('''
|
|
|
|
license.rtf
|
|
|
|
lyx.nsi
|
|
|
|
settings.nsh
|
|
|
|
''')
|
|
|
|
|
|
|
|
|
|
|
|
development_Win32_packaging_installer_graphics = Split('''
|
|
|
|
header.bmp
|
|
|
|
wizard.bmp
|
|
|
|
''')
|
|
|
|
|
|
|
|
|
2008-06-02 20:28:32 +00:00
|
|
|
development_Win32_packaging_installer_gui = Split('''
|
|
|
|
external.nsh
|
|
|
|
langselect.nsh
|
|
|
|
reinstall.nsh
|
|
|
|
''')
|
|
|
|
|
|
|
|
|
2007-06-19 18:44:42 +00:00
|
|
|
development_Win32_packaging_installer_include = Split('''
|
|
|
|
declarations.nsh
|
|
|
|
detection.nsh
|
2008-06-02 20:28:32 +00:00
|
|
|
dictlist.nsh
|
|
|
|
filelist.nsh
|
2007-06-19 18:44:42 +00:00
|
|
|
gui.nsh
|
|
|
|
init.nsh
|
2008-06-02 20:28:32 +00:00
|
|
|
langlist.nsh
|
|
|
|
nsis.nsh
|
|
|
|
variables.nsh
|
2007-06-19 18:44:42 +00:00
|
|
|
''')
|
|
|
|
|
|
|
|
|
2007-06-19 19:26:53 +00:00
|
|
|
development_Win32_packaging_installer_lang = Split('''
|
2007-06-19 18:44:42 +00:00
|
|
|
english.nsh
|
|
|
|
french.nsh
|
|
|
|
german.nsh
|
|
|
|
italian.nsh
|
|
|
|
''')
|
|
|
|
|
2008-06-02 20:28:32 +00:00
|
|
|
|
|
|
|
development_Win32_packaging_installer_setup = Split('''
|
|
|
|
configure.nsh
|
|
|
|
install.nsh
|
|
|
|
reinstall.nsh
|
|
|
|
''')
|