Jean-Marc Lasgouttes
7dd29bb818
Move translated files to their own directory
...
What I did:
* move xx_foo.ext to xx/foo.ext
* update Makefile.am to make install work
* minimally update scons_manifest.py (I'd be surprised to see it
work).
* update i18nLibFileSearch to use the new naming scheme, and keep
temporarily some code that checks the old method.
* update image paths in .lyx files
* update name of files (examples in tutorial, for ex.) in lyx files
What is definitely broken:
* cmake (did not touch it)
* TOC files (I am not sure how the code works)
I would be surprised if nothing else was wrong.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17343 a592a061-630c-0410-9148-cb99ea01b6c8
2007-02-25 18:12:03 +00:00
Enrico Forestieri
8cf4fc2dd7
Was forgetting this
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17176 a592a061-630c-0410-9148-cb99ea01b6c8
2007-02-13 22:41:39 +00:00
Georg Baum
951e4e0a78
French translation of beamer template and minor corrections by
...
Jean-Pierre Chretien
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16946 a592a061-630c-0410-9148-cb99ea01b6c8
2007-01-30 11:03:58 +00:00
Georg Baum
f1dedb3351
Rename files to conform to LyX conventions
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16935 a592a061-630c-0410-9148-cb99ea01b6c8
2007-01-29 19:59:48 +00:00
Georg Baum
feb7895965
Add machinery to output arbitrary unicode characters with LaTeX commands
...
read from a text file.
* src/encoding.[Ch]
(Encoding::latexChar): New, output a character to LaTeX
(Encoding::validate): New, add needed preamble stuff for a character
(Encodings::read): Read new unicodesymbols file
(Encodings::isCombiningChar): New, is a character a combining char?
* src/paragraph_pimpl.C
(isEncoding): Delete, no longer needed
(getEncoding): New, get the real encoding of a font
(Paragraph::Pimpl::latexSurrogatePair): New, output a surrogate pair
to LaTeX
(Paragraph::Pimpl::simpleTeXBlanks): Use latexSurrogatePair if needed
(Paragraph::Pimpl::simpleTeXSpecialChars): Ditto, and replace several
hardcoded characters with a call of encoding.latexChar()
(Paragraph::Pimpl::validate): replace several hardcoded characters
with a call of encoding.validate()
* src/support/debugstream.h
(basic_debugstream::disable): New, disable the stream completely
(basic_debugstream::enable): New, reenable the stream
* src/lyx_main.[Ch]: Adjust to changes above
* src/paragraph.C: Ditto
* lib/unicodesymbols: New file with UCS4 -> LaTeX command mapping.
It is far from complete yet, but contains most accents on latin
characters.
* lib/Makefile.am: add lib/unicodesymbols
* development/scons/scons_manifest.py: ditto
* development/tools/unicodesymbols.py: Helper script to update
lib/unicodesymbols with new symbols
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16920 a592a061-630c-0410-9148-cb99ea01b6c8
2007-01-28 21:27:45 +00:00
Uwe Stöhr
ff8c0848aa
forgot to update Makefile for latest image change
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16917 a592a061-630c-0410-9148-cb99ea01b6c8
2007-01-28 20:49:57 +00:00
Georg Baum
87bb14103d
Add two templates from the beamer package that I forgot when I put the
...
beamer stuff in LyX.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16908 a592a061-630c-0410-9148-cb99ea01b6c8
2007-01-28 18:39:36 +00:00
Georg Baum
ba7c5463cb
Remove delete files from lib/Makefile.am.
...
Add the xpm version of the deleted lib/clipart/buffer-export_pdf2.png as
lib/images/buffer-export_pdf2.xpm since I discovered that we did not yet
have this icon.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16902 a592a061-630c-0410-9148-cb99ea01b6c8
2007-01-28 09:23:38 +00:00
Jürgen Spitzmüller
891a046862
* lib/images/buffer-update_pdf2.xpm:
...
* lib/Makefile.am:
* development/scons/scons_manifest.py:
- add missing "update pdf" icon. Not beautiful, but matches
the other view/update icons.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16722 a592a061-630c-0410-9148-cb99ea01b6c8
2007-01-17 08:18:20 +00:00
Uwe Stöhr
68e4965abb
updated icons
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16718 a592a061-630c-0410-9148-cb99ea01b6c8
2007-01-17 01:05:22 +00:00
Jürgen Spitzmüller
d4488a2afe
Make LyX compile again.
...
* lib/Makefile.am:
- fix URIs introduced with r16699
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16704 a592a061-630c-0410-9148-cb99ea01b6c8
2007-01-16 11:28:37 +00:00
Uwe Stöhr
3177b8e16f
- remove duplicate PDFs
...
- correct entries in makefile.am
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16699 a592a061-630c-0410-9148-cb99ea01b6c8
2007-01-15 23:22:06 +00:00
Georg Baum
c61296caa3
Add two files that are included by the beamer example file and that I forgot.
...
Found out by Jean-Pierre Chretien.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16671 a592a061-630c-0410-9148-cb99ea01b6c8
2007-01-13 21:08:13 +00:00
Michael Schmitt
8c85719080
* lib/ui/stdmenus.inc:
...
* lib/ui/stdmenus.ui: rename file in order not to confuse users
* lib/ui/stdtoolbars.inc:
* lib/ui/stdtoolbars.ui: rename file in order not to confuse users
* development/scons/scons_manifest.py:
* lib/doc/de_Customization.lyx:
* lib/Makefile.am:
* lib/ui/classic.ui:
* lib/ui/default.ui: adjust
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16549 a592a061-630c-0410-9148-cb99ea01b6c8
2007-01-06 13:42:15 +00:00
Jean-Marc Lasgouttes
ec4ff5e1a8
New textclass
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16428 a592a061-630c-0410-9148-cb99ea01b6c8
2006-12-29 13:40:50 +00:00
Jean-Marc Lasgouttes
63b31731e2
new Galician tutorial; updated Intro
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16397 a592a061-630c-0410-9148-cb99ea01b6c8
2006-12-27 10:37:03 +00:00
Edwin Leuven
e3241cca0a
* add Rrightarrow.xpm to scons & automake
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16317 a592a061-630c-0410-9148-cb99ea01b6c8
2006-12-17 17:46:47 +00:00
Georg Baum
bb8c9253e4
Add button for default layout to the toolbar
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15946 a592a061-630c-0410-9148-cb99ea01b6c8
2006-11-16 08:17:48 +00:00
Georg Baum
2db7521b70
Add support for the esint package
...
* src/LaTeXFeatures.C
(LaTeXFeatures::getPackages): handle esint and wasysym
* src/mathed/MathMacroTable.[Ch]
(requires_): New member: tell the feature this macro requires
(MacroTable::insert): take new requires arg
* src/mathed/MathMacroTemplate.C
(MathMacroTemplate::asMacroData): adjust to change above
* src/mathed/MathSupport.C
(fontinfos): add esint10 font
* src/mathed/InsetMathHull.C
(InsetMathHull::doDispatch): AMS_ON -> package_on
* src/mathed/MathMacroTable.h
* src/mathed/MathFactory.C
(initSymbols): read and store requires field for symbols
* src/mathed/InsetMathSymbol.C
(InsetMathSymbol::metrics): handle esint
(InsetMathSymbol::takesLimits): ditto
* src/buffer.C
(LYX_FORMAT): update format
(Buffer::validate): handle esint, AMS_ON -> package_on
* src/bufferparams.C:
(AMSTranslator): Rename to PackageTranslator
(BufferParams::readToken): Read \use_esint
(BufferParams::writeFile): Write \use_esint
* src/frontends/qt4/QDocumentDialog.C: handle esint
* src/frontends/qt4/ui/MathsUi.ui : add esint checkboxes
* src/frontends/qt4/GuiFontLoader.C
(symbol_fonts: Add esint10 font
(symbolFamily): handle esint10 font
(isChosenFont): Add comment
* src/frontends/controllers/ControlMath.C
(latex_varsz): Add new integral symbols
* src/support/fontutils.C
(win_fonts_truetype): Add esint10 font
* src/bufferparams.h
(enum AMS): rename to enum Package
(use_esint): new parameter
* src/lyxfont.[Ch]: Add esint font
* lib/symbols: Add new integral symbols
* lib/lyx2lyx/LyX.py
(format_relation): Update format
* lib/lyx2lyx/lyx_1_5.py: handle new format
* lib/chkconfig.ltx: Test esint package
* lib/images/math/oiintop.xpm
* lib/images/math/sqintop.xpm
* lib/images/math/sqint.xpm
* lib/images/math/ointctrclockwiseop.xpm
* lib/images/math/ointctrclockwise.xpm
* lib/images/math/iiintop.xpm
* lib/images/math/iintop.xpm
* lib/images/math/sqiint.xpm
* lib/images/math/iiint.xpm
* lib/images/math/ointclockwiseop.xpm
* lib/images/math/oiint.xpm
* lib/images/math/dotsintop.xpm
* lib/images/math/sqiintop.xpm
* lib/images/math/ointclockwise.xpm
* lib/images/math/iiiintop.xpm
* lib/images/math/dotsint.xpm
* lib/images/math/iiiint.xpm
* lib/images/math/iint.xpm: new icons
* lib/doc/LaTeXConfig.lyx.in: Add docs for esint package
* lib/doc/UserGuide.lyx: Add short documentation of integral symbols
* lib/Makefile.am: Add new files
* development/scons/scons_manifest.py: ditto
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15907 a592a061-630c-0410-9148-cb99ea01b6c8
2006-11-13 17:35:18 +00:00
Georg Baum
6008c8176e
remove obsolete file lyxrc.example
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15832 a592a061-630c-0410-9148-cb99ea01b6c8
2006-11-09 17:40:44 +00:00
Jürgen Spitzmüller
b0d4524252
* lib/images/nomencl-insert.xpm:
...
* lib/Makefile.am:
* development/scons/scons_manifest.py:
- a (provisional) nomencl-insert icon
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15763 a592a061-630c-0410-9148-cb99ea01b6c8
2006-11-06 09:08:28 +00:00
Jürgen Spitzmüller
4015732fb1
* lib/images/*.xpm:
...
- improved icons for change tracking
- new icon for note-next
* development/scons/scons_manifest.py:
* lib/Makefile.am:
- install new icons
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15729 a592a061-630c-0410-9148-cb99ea01b6c8
2006-11-04 11:06:43 +00:00
Michael Schmitt
4d52567187
* lib/Makefile.am: install new change tracking icons
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15720 a592a061-630c-0410-9148-cb99ea01b6c8
2006-11-03 22:06:50 +00:00
Georg Baum
6af710094e
Add beamer layout file and examople, fresh from the beamer CVS.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15647 a592a061-630c-0410-9148-cb99ea01b6c8
2006-10-31 20:56:42 +00:00
Jean-Marc Lasgouttes
6222e8558a
new Galician docs
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15525 a592a061-630c-0410-9148-cb99ea01b6c8
2006-10-24 08:10:34 +00:00
Georg Baum
69c447720a
Add phantom icons from Uwe and me (last part of bug 1473)
...
* src/frontends/controllers/ControlMath.C
(latex_misc): Add phnatom, vphantom and hphantom
* lib/images/math/hphantom.xpm: new
* lib/images/math/phantom.xpm: new
* lib/images/math/vphantom.xpm: new
* lib/Makefile.am: add new files
* development/scons/scons_manifest.py: ditto
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15009 a592a061-630c-0410-9148-cb99ea01b6c8
2006-09-15 10:58:58 +00:00
Georg Baum
3f0fc88ced
Fix bug 2698 (new images from Uwe Stöhr)
...
* src/frontends/controllers/ControlMath.C
(latex_misc): Add intop and ointop
* lib/images/math/intop.xpm: New
* lib/images/math/ointop.xpm: Ditto
* lib/images/math/int.xpm: Add box to make the difference to intop clear
* lib/images/math/oint.xpm: ditto
* lib/Makefile.am: add new files
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14924 a592a061-630c-0410-9148-cb99ea01b6c8
2006-09-07 09:51:50 +00:00
Michael Schmitt
2a71306d77
drop linuxdoc support (part 4)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14821 a592a061-630c-0410-9148-cb99ea01b6c8
2006-08-23 11:16:08 +00:00
Jean-Marc Lasgouttes
e658f6cd1f
new Czech splash; update Czech tutorial
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14614 a592a061-630c-0410-9148-cb99ea01b6c8
2006-08-11 09:42:25 +00:00
Jean-Marc Lasgouttes
0be91e7205
* lib/Makefile.am (dist_pkgdata_DATA): remove configure.py
...
(dist_pkgdata_PYTHON): and put it here
(dist_scripts_DATA): rename to dist_scripts_PYTHON; this invokes
automake's built-in python support.
(install-data-hook): adapt to above change.
* lib/lyx2lyx/Makefile.am (dist_lyx2lyx_DATA): rename to dist_lyx2lyx_PYTHON;
this invokes automake's built-in python support.
(install-data-hook): new target: sets executable bit on lyx2lyx.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14592 a592a061-630c-0410-9148-cb99ea01b6c8
2006-08-09 20:51:55 +00:00
Bo Peng
ad3a07c4f2
Replace lib/scriptsfig2pdftex.sh and fig2pstex.sh by their python version
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14265 a592a061-630c-0410-9148-cb99ea01b6c8
2006-06-29 15:30:22 +00:00
Bo Peng
21f1b19b2e
Replace lib/scripts/fig_copy.sh with fig_copy.py
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14261 a592a061-630c-0410-9148-cb99ea01b6c8
2006-06-28 14:26:27 +00:00
Bo Peng
f58609c765
Replace TeXFiles.sh by TeXFiles.py
...
* src/frontends/controllers/tex_helpers.C: call TeXFiles.py
* lib/scripts/TeXFiles.py: add
* lib/scripts/TeXFiles.sh: remove
* lib/scripts/convertDefault.py: add encoding line
* lib/Makefile.am
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14238 a592a061-630c-0410-9148-cb99ea01b6c8
2006-06-27 02:39:03 +00:00
Georg Baum
f5fbef2d8f
* lib/Makefile.am s/convertDefault.sh/convertDefault.py/
...
* src/converter.C
(Converters::convert): ditto
* src/graphics/GraphicsConverter.C
(Converter::Impl::Impl): ditto
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14227 a592a061-630c-0410-9148-cb99ea01b6c8
2006-06-26 15:13:32 +00:00
Jean-Marc Lasgouttes
1d14cdd0ea
2006-06-01 Panayotis Papasotiriou <papasot@physics.upatras.gr>
...
* Makefile.am:
* templates/ijmpc.lyx:
* layouts/ijmpc.layout: new textclass for International Journal of
Modern Physics C.
* templates/ijmpd.lyx
* layouts/ijmpd.layout: update.
* LaTeXConfig.lyx.in:
* Extended.lyx: update for ijmpc/d textclasses.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13977 a592a061-630c-0410-9148-cb99ea01b6c8
2006-06-01 13:13:16 +00:00
Georg Baum
f0f4e2c042
From Joost Verburg: Put the clean_dvi.py script into the main distribution
...
* lib/configure.py
(checkLatex): Add DraftDVI converter on windows if dv2dt and dt2dv
are available
(checkFormatEntries): Add DraftDVI entry on windows if dv2dt and
dt2dv are available
* lib/Makefile.am: add clean_dvi.py
* development/Win32/packaging/build_lyxwin.sh: remove clean_dvi.py
stuff
* development/Win32/packaging/package_lyxwin.sh: remove configure
mangling for clean_dvi.py
* development/Win32/packaging/clean_dvi.py: move to lib/scripts
* development/Win32/packaging/README: remove clean_dvi.py stuff
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13924 a592a061-630c-0410-9148-cb99ea01b6c8
2006-05-24 20:06:42 +00:00
Georg Baum
e6a167ea5e
Add \overset and \underset to math panel (bug 2533):
...
* lib/images/math/underset.xpm: new
* lib/images/math/overset.xpm: new
* lib/Makefile.am: add new files
* src/frontends/controllers/ControlMath.C
(latex_deco[]): add overset and underset
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13858 a592a061-630c-0410-9148-cb99ea01b6c8
2006-05-18 07:10:56 +00:00
Jean-Marc Lasgouttes
18d72887a6
* src/support/package.C.in (get_build_dirs): Look at Makefile
...
instead of lyxrc.defaults. Simplify the check for
chkconfig.ltx.
* configure.ac: do not run lib/configure.py
* lib/doc/Makefile.am: LaTeXConfig.lyx is not generated anymore.
* lib/configure.py (removeExtraFiles): remove.
* lib/Makefile.am: no files are generated in there.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13763 a592a061-630c-0410-9148-cb99ea01b6c8
2006-04-27 16:44:43 +00:00
Abdelrazak Younes
9dfa853d2c
lib/Makefile.am: move math icons from no-install
...
QMathDialog.C: set icon paths
QMathUi.ui: set icon paths to lib/images/math for visual feedback in designer
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13614 a592a061-630c-0410-9148-cb99ea01b6c8
2006-04-09 21:14:58 +00:00
Georg Baum
6b753c5d97
Remove the images directory
...
* Makefile.am: remove image files
* images/ChangeLog: delete
* images/smallcaps.xpm: move to lib/images/font-smallcaps.xpm
* lib/Makefile.am: add images to noinst files
Move the following files to lib/images/math:
* images/README
* images/delim.xbm
* images/ams_misc.xbm
* images/equation.xpm
* images/delim.xpm
* images/arrows.xbm
* images/bop.xbm
* images/matrix.xpm
* images/delim0.xpm
* images/delim1.xpm
* images/misc.xbm
* images/greek.xbm
* images/ams_nrel.xbm
* images/style.xbm
* images/ams_ops.xbm
* images/varsz.xbm
* images/font.xbm
* images/sub.xpm
* images/sqrt.xpm
* images/dots.xbm
* images/space.xpm
* images/deco.xbm
* images/super.xpm
* images/ams_arrows.xbm
* images/style.xpm
* images/ams_rel.xbm
* images/brel.xbm
* images/font.xpm
* images/deco.xpm
* images/frac.xpm
Adjust the following files to the moved images:
* src/frontends/gtk/GMathPanel.C
* src/frontends/gtk/Makefile.am
* src/frontends/qt4/ui/QMathUi.ui
* src/frontends/xforms/Makefile.am
* src/frontends/xforms/FormMathsPanel.C
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13598 a592a061-630c-0410-9148-cb99ea01b6c8
2006-04-08 11:33:26 +00:00
Georg Baum
d15a35a909
Get rid of lib/configure.m4
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13347 a592a061-630c-0410-9148-cb99ea01b6c8
2006-03-12 10:51:11 +00:00
Jean-Marc Lasgouttes
096de939a2
another translation from Hartmut
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10602 a592a061-630c-0410-9148-cb99ea01b6c8
2005-11-14 14:10:46 +00:00
Jean-Marc Lasgouttes
d171ae2c6c
update german examples (from Hartmut Haase)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10601 a592a061-630c-0410-9148-cb99ea01b6c8
2005-11-10 14:18:17 +00:00
Jean-Marc Lasgouttes
c14a9a277e
new translation from Hartmut Haase
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10591 a592a061-630c-0410-9148-cb99ea01b6c8
2005-11-07 11:51:38 +00:00
Georg Baum
3e885523c3
layout file converter for layout files in old format
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10565 a592a061-630c-0410-9148-cb99ea01b6c8
2005-10-21 16:11:36 +00:00
Jean-Marc Lasgouttes
33c966b34b
some new German examples from Hartmutt Haase
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10368 a592a061-630c-0410-9148-cb99ea01b6c8
2005-07-28 10:29:55 +00:00
Lars Gullik Bjønnes
ef8e527612
drop reLyX like it is hot, and setup to use tex2lyx instead (and remerged po files + no.po small update)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10244 a592a061-630c-0410-9148-cb99ea01b6c8
2005-07-16 15:18:14 +00:00
Jean-Marc Lasgouttes
4f96e3c41e
get rid of the lib/xfonts hack
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10238 a592a061-630c-0410-9148-cb99ea01b6c8
2005-07-16 11:06:12 +00:00
José Matox
dc3e0ae6e0
add python support to configure
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10221 a592a061-630c-0410-9148-cb99ea01b6c8
2005-07-15 16:38:59 +00:00
Jean-Marc Lasgouttes
38cf9e66f4
get rid of scrmacros.inc and obsolete.inc
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10091 a592a061-630c-0410-9148-cb99ea01b6c8
2005-06-20 13:18:27 +00:00
Angus Leeming
817e3efdf3
* Make the PCH stuff work properly when source directory
...
and build directory differ.
* A couple of minor fixes to the Makefiles' DISTCLEAN targets.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9905 a592a061-630c-0410-9148-cb99ea01b6c8
2005-05-04 16:42:06 +00:00
Angus Leeming
71298cca7f
Add fig_copy.sh and lyxpreview_tools.py to the dist.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9796 a592a061-630c-0410-9148-cb99ea01b6c8
2005-04-09 10:52:52 +00:00
Angus Leeming
cacd278a65
Remove mention of configure.cmd.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9452 a592a061-630c-0410-9148-cb99ea01b6c8
2005-01-06 21:18:39 +00:00
Jürgen Spitzmüller
81137794bb
fix Makefile.am after Martin's latest change
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9396 a592a061-630c-0410-9148-cb99ea01b6c8
2004-12-17 16:13:27 +00:00
Georg Baum
0ff2114b3c
fix installation of lib/scripts/* and lib/lyx2lyx/lyx2lyx
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9168 a592a061-630c-0410-9148-cb99ea01b6c8
2004-11-04 16:40:10 +00:00
Georg Baum
e367172256
use the movers also for copying from temp dir -> export dir
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9153 a592a061-630c-0410-9148-cb99ea01b6c8
2004-11-01 08:50:42 +00:00
José Matox
942ca65a5d
Add more character styles to docbook.
...
Fix partially bug 1726.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9149 a592a061-630c-0410-9148-cb99ea01b6c8
2004-10-30 19:26:52 +00:00
José Matox
2d9a5e9adc
replace most &dquot;...&dquot; by <...>
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9139 a592a061-630c-0410-9148-cb99ea01b6c8
2004-10-28 14:56:08 +00:00
Jean-Marc Lasgouttes
3b3409cd78
add mac.bind
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9121 a592a061-630c-0410-9148-cb99ea01b6c8
2004-10-25 08:10:05 +00:00
José Matox
43c844920c
Add code that profiles lyx2lyx.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9075 a592a061-630c-0410-9148-cb99ea01b6c8
2004-10-10 19:25:48 +00:00
Jean-Marc Lasgouttes
efc3d785a5
fix entry for lyx2lyx/LyX.py
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8944 a592a061-630c-0410-9148-cb99ea01b6c8
2004-08-15 20:59:44 +00:00
José Matox
6c79118290
Reorganised lyx2lyx, transfering it knowleadge of the file format to LyX.py,
...
and using it as library. The lyx2lyx script now becomes a simple cliente.
Simple fix in the UserGuide.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8941 a592a061-630c-0410-9148-cb99ea01b6c8
2004-08-15 16:29:04 +00:00
Jean-Marc Lasgouttes
d2acd41055
update makefile.am
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8897 a592a061-630c-0410-9148-cb99ea01b6c8
2004-08-13 12:00:26 +00:00
Lars Gullik Bjønnes
5af062b550
Further cleanup some Makefiles a bit
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8811 a592a061-630c-0410-9148-cb99ea01b6c8
2004-06-09 13:14:36 +00:00
Lars Gullik Bjønnes
f277063f66
fix and cleanup
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8800 a592a061-630c-0410-9148-cb99ea01b6c8
2004-06-02 18:48:12 +00:00
Lars Gullik Bjønnes
d0146ccfa4
copy doc from lyxdoc module and update makefiles
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8794 a592a061-630c-0410-9148-cb99ea01b6c8
2004-06-01 19:50:12 +00:00
Georg Baum
0eeec0cf18
remove .pyc files from makefile since they are not always there
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8788 a592a061-630c-0410-9148-cb99ea01b6c8
2004-05-31 16:38:04 +00:00
Lars Gullik Bjønnes
d9f0882887
make distcheck work, and some cleanups to the config system
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8786 a592a061-630c-0410-9148-cb99ea01b6c8
2004-05-28 07:14:58 +00:00
Jürgen Spitzmüller
e1c1cb6834
remove all forgotten traces of help/
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8581 a592a061-630c-0410-9148-cb99ea01b6c8
2004-04-01 08:09:14 +00:00
Jean-Marc Lasgouttes
a5d57d5511
create a resource list file for Display Postscript in lib/xfonts (forward port from 1.3.x)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8062 a592a061-630c-0410-9148-cb99ea01b6c8
2003-11-07 15:24:54 +00:00
Angus Leeming
98fc509a77
don't forget the banner
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6029 a592a061-630c-0410-9148-cb99ea01b6c8
2003-02-04 18:10:56 +00:00
Lars Gullik Bjønnes
ff3c0dec4b
distcheck fix
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5935 a592a061-630c-0410-9148-cb99ea01b6c8
2003-01-12 22:13:25 +00:00
Jean-Marc Lasgouttes
5a0a07e175
fix bug 776
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5861 a592a061-630c-0410-9148-cb99ea01b6c8
2002-12-18 16:58:35 +00:00
Dekel Tsur
3b112151cc
Patch from Georg Baum for installing lyx2lyx files.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5343 a592a061-630c-0410-9148-cb99ea01b6c8
2002-09-25 12:45:02 +00:00
John Levon
7fa849657e
install mathed icons
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5166 a592a061-630c-0410-9148-cb99ea01b6c8
2002-08-29 08:31:52 +00:00
Lars Gullik Bjønnes
e4727fe65b
dont use -r
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4076 a592a061-630c-0410-9148-cb99ea01b6c8
2002-04-26 10:32:23 +00:00
Jean-Marc Lasgouttes
f79c6a1991
test for grace converters; check for gnu m4
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4063 a592a061-630c-0410-9148-cb99ea01b6c8
2002-04-24 21:51:02 +00:00
Lars Gullik Bjønnes
53953235d8
now distcheck should work...
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3940 a592a061-630c-0410-9148-cb99ea01b6c8
2002-04-08 00:07:07 +00:00
Lars Gullik Bjønnes
a8436b5631
handle xfonts better (more work comming) and some ws changes
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3933 a592a061-630c-0410-9148-cb99ea01b6c8
2002-04-07 15:34:34 +00:00
Lars Gullik Bjønnes
65cbc98efe
delete files upon distclean
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3917 a592a061-630c-0410-9148-cb99ea01b6c8
2002-04-06 12:45:05 +00:00
Jean-Marc Lasgouttes
4db858856f
finnish l10n update, plus small things
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3879 a592a061-630c-0410-9148-cb99ea01b6c8
2002-04-02 11:29:43 +00:00
Jean-Marc Lasgouttes
d246375c2c
backport listerrors to python 1.5, fix installation when there are no ps TeX fonts, update NEWS
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3829 a592a061-630c-0410-9148-cb99ea01b6c8
2002-03-25 23:29:30 +00:00
Lars Gullik Bjønnes
c8089f8bf9
makefile cleanup, and avoid some warnings
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3821 a592a061-630c-0410-9148-cb99ea01b6c8
2002-03-25 11:15:27 +00:00
Lars Gullik Bjønnes
76d81111af
force link
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3805 a592a061-630c-0410-9148-cb99ea01b6c8
2002-03-21 19:26:18 +00:00
Jean-Marc Lasgouttes
16a46b3fc0
merge the code to create a proper X font dir into lib/configure
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3783 a592a061-630c-0410-9148-cb99ea01b6c8
2002-03-19 22:49:56 +00:00
Jean-Marc Lasgouttes
f10227802b
tentative fix for #190 ; other small things
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3782 a592a061-630c-0410-9148-cb99ea01b6c8
2002-03-19 21:42:50 +00:00
Jean-Marc Lasgouttes
2fb8a39399
workaround from Kayvan for listerrors installation
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3706 a592a061-630c-0410-9148-cb99ea01b6c8
2002-03-11 12:41:02 +00:00
Jean-Marc Lasgouttes
66f2845cbc
fix running of lib/configure
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3689 a592a061-630c-0410-9148-cb99ea01b6c8
2002-03-07 15:29:40 +00:00
Jean-Marc Lasgouttes
f8408e1954
remove lib/configure from cvs and make sure it is autogenerated
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3679 a592a061-630c-0410-9148-cb99ea01b6c8
2002-03-06 14:40:56 +00:00
Jean-Marc Lasgouttes
24b86e64c0
add configure.m4 to the distribution ; doc.diff
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3408 a592a061-630c-0410-9148-cb99ea01b6c8
2002-01-17 17:16:19 +00:00
Dekel Tsur
6b2366646d
Patch from Kayvan
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2963 a592a061-630c-0410-9148-cb99ea01b6c8
2001-11-04 07:29:40 +00:00
Jean-Marc Lasgouttes
60ca300e1d
skak support, John's ERT fixes, loclae blunder fix
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2955 a592a061-630c-0410-9148-cb99ea01b6c8
2001-10-31 15:19:49 +00:00
Jean-Marc Lasgouttes
23870e9920
finally get rid of BUGS.lyx
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2946 a592a061-630c-0410-9148-cb99ea01b6c8
2001-10-30 17:05:57 +00:00
Angus Leeming
ba61c3aa4c
Clean-up of Herbert's Texinfo dialog.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2859 a592a061-630c-0410-9148-cb99ea01b6c8
2001-10-10 16:45:05 +00:00
Dekel Tsur
3fa23f57be
*** empty log message ***
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2704 a592a061-630c-0410-9148-cb99ea01b6c8
2001-09-07 10:24:22 +00:00
Dekel Tsur
f5de290c50
Fix reading of symbols file
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2655 a592a061-630c-0410-9148-cb99ea01b6c8
2001-09-02 13:35:31 +00:00
Angus Leeming
4b31235b77
John's patches (except for [PATCH] fix quit etc. from inset about which I
...
cannot comment).
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2650 a592a061-630c-0410-9148-cb99ea01b6c8
2001-09-02 11:40:33 +00:00
Lars Gullik Bjønnes
31729688db
better lyxdoc dist
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2332 a592a061-630c-0410-9148-cb99ea01b6c8
2001-07-24 23:41:49 +00:00
Jean-Marc Lasgouttes
6c2fde690b
install fixes, small cleanups
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1651 a592a061-630c-0410-9148-cb99ea01b6c8
2001-03-01 15:03:52 +00:00
Jean-Marc Lasgouttes
bbc71de710
es.po updates, installation fix
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1440 a592a061-630c-0410-9148-cb99ea01b6c8
2001-02-02 16:48:59 +00:00
Jean-Marc Lasgouttes
d467c47d31
Replace --with-lyxname by --with-lyx-suffix
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1381 a592a061-630c-0410-9148-cb99ea01b6c8
2001-01-24 13:52:04 +00:00
Lars Gullik Bjønnes
acb3eecb5d
update po files, use vector in kbsequence
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1219 a592a061-630c-0410-9148-cb99ea01b6c8
2000-11-15 14:53:04 +00:00
Jean-Marc Lasgouttes
0c978e6a3f
Color patch from Angus, KDE patch from Johnm menu patch from Rob, and the usual uninteresting tweaks from me.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1211 a592a061-630c-0410-9148-cb99ea01b6c8
2000-11-10 17:29:47 +00:00
Lars Gullik Bjønnes
85ddc48c4c
add encodings and languages to dist handle the locking inset in processkeysym only when we have a buffer
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1104 a592a061-630c-0410-9148-cb99ea01b6c8
2000-10-12 01:18:11 +00:00
Jean-Marc Lasgouttes
bd659b25fb
Dekel language/encoding patch + a few fixes
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1096 a592a061-630c-0410-9148-cb99ea01b6c8
2000-10-10 12:36:36 +00:00
Allan Rae
ebfcf1c0e7
get builddir!=srcdir compiling working; allow successful make even without noweb installed; fix picky compiler warnings in xforms/
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1078 a592a061-630c-0410-9148-cb99ea01b6c8
2000-10-04 03:17:36 +00:00
Allan Rae
f4d7b803f3
major GUII cleanup + Baruchs patch + Angus's patch + removed a couple of generated files
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@966 a592a061-630c-0410-9148-cb99ea01b6c8
2000-08-14 05:24:35 +00:00
Jean-Marc Lasgouttes
4b2a999762
GUI-indep toolbar and menus mostly work !
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@913 a592a061-630c-0410-9148-cb99ea01b6c8
2000-07-24 13:53:19 +00:00
Jean-Marc Lasgouttes
2bf37e842e
Toolbar icons and banner are now read when needed from disk. Read ChangeLog.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@899 a592a061-630c-0410-9148-cb99ea01b6c8
2000-07-19 10:22:12 +00:00
Jean-Marc Lasgouttes
97ea08be8a
Fix a warning and a buglet in build-listerrors script.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@890 a592a061-630c-0410-9148-cb99ea01b6c8
2000-07-17 16:03:40 +00:00
Jürgen Vigna
d02a3f2679
Small fixes notified by Angus and patch from Kayan!
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@878 a592a061-630c-0410-9148-cb99ea01b6c8
2000-07-12 13:24:24 +00:00
Lars Gullik Bjønnes
6bba977f42
FILMagain changes (will need some work)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@807 a592a061-630c-0410-9148-cb99ea01b6c8
2000-06-12 11:27:15 +00:00
Jean-Marc Lasgouttes
61348e35af
Makefile.am fixlets; add support for Journal of Geodesy
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@628 a592a061-630c-0410-9148-cb99ea01b6c8
2000-03-27 15:34:41 +00:00
Lars Gullik Bjønnes
53b464c5e9
some new (not extensive) changes, some fixes, will probably reverto to .la libs later .o libs is too much a hassle, please read the ChangeLog
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@408 a592a061-630c-0410-9148-cb99ea01b6c8
2000-01-08 21:02:58 +00:00
Lars Gullik Bjønnes
ce638276a3
now I hope it installs correctly...
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@200 a592a061-630c-0410-9148-cb99ea01b6c8
1999-10-14 00:51:48 +00:00
Lars Gullik Bjønnes
1f9d819708
install and distribution fixes
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@197 a592a061-630c-0410-9148-cb99ea01b6c8
1999-10-13 21:01:03 +00:00
Lars Gullik Bjønnes
c94ad89d1d
removed configure.cmd and dont install images/README
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@190 a592a061-630c-0410-9148-cb99ea01b6c8
1999-10-13 11:57:07 +00:00
Lars Gullik Bjønnes
4bc9d812cf
configure installs not in correct dir, what about filepermisions?
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@186 a592a061-630c-0410-9148-cb99ea01b6c8
1999-10-12 17:40:12 +00:00
Jean-Marc Lasgouttes
35f9845eec
We want to install LaTeXConfig.lyx.in, after all.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@185 a592a061-630c-0410-9148-cb99ea01b6c8
1999-10-12 15:11:04 +00:00
Jean-Marc Lasgouttes
42c50382f1
Improvements in the installation process; still not perfect.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@184 a592a061-630c-0410-9148-cb99ea01b6c8
1999-10-12 14:08:52 +00:00
Lars Gullik Bjønnes
27de1486ca
Initial revision
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@140 a592a061-630c-0410-9148-cb99ea01b6c8
1999-09-27 18:44:28 +00:00