]> git.lyx.org Git - lyx.git/log
lyx.git
12 years ago- German UserGuide.lyx: some translations
Uwe Stöhr [Sat, 11 Feb 2012 18:16:50 +0000 (18:16 +0000)]
- German UserGuide.lyx: some translations
- UserGuide.lyx: some typographic and expression corrections

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40728 a592a061-630c-0410-9148-cb99ea01b6c8

12 years agoEmbeddedObjects.lyx: revert unintended change from r40720
Uwe Stöhr [Sat, 11 Feb 2012 05:23:18 +0000 (05:23 +0000)]
EmbeddedObjects.lyx: revert unintended change from r40720

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40723 a592a061-630c-0410-9148-cb99ea01b6c8

12 years agoChangesToolbar.png: update image to the layout of LyX 2.0.x
Uwe Stöhr [Sat, 11 Feb 2012 05:16:40 +0000 (05:16 +0000)]
ChangesToolbar.png: update image to the layout of LyX 2.0.x

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40722 a592a061-630c-0410-9148-cb99ea01b6c8

12 years agodocumentation files: port changes from branch
Uwe Stöhr [Sat, 11 Feb 2012 05:05:25 +0000 (05:05 +0000)]
documentation files: port changes from branch

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40720 a592a061-630c-0410-9148-cb99ea01b6c8

12 years agoTutorial.lyx: fix a typo reported on the list
Uwe Stöhr [Sat, 11 Feb 2012 01:21:13 +0000 (01:21 +0000)]
Tutorial.lyx: fix a typo reported on the list

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40717 a592a061-630c-0410-9148-cb99ea01b6c8

12 years agolanguages: add some encodings
Uwe Stöhr [Fri, 10 Feb 2012 23:31:58 +0000 (23:31 +0000)]
languages: add some encodings

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40716 a592a061-630c-0410-9148-cb99ea01b6c8

12 years agoUpdate it.po
Enrico Forestieri [Thu, 9 Feb 2012 01:04:58 +0000 (01:04 +0000)]
Update it.po

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40715 a592a061-630c-0410-9148-cb99ea01b6c8

12 years agoFix bug #6367: Screen jumps around when using undo/redo
Jean-Marc Lasgouttes [Tue, 7 Feb 2012 14:56:16 +0000 (14:56 +0000)]
Fix bug #6367: Screen jumps around when using undo/redo
http://www.lyx.org/trac/ticket/6367

* Undo.cpp:
 - rename cur member of UndoElement to cur_before
 - add new member cur_after, which is set by Undo::endUndoGroup
 - create a new Undo::endUndoGroup variant that takes a Cursor as parameter. We cannot get rid of the old one because it is used for LFUN_COMMAND_SEQUENCE.
* Cursor.cpp:
 - use endUndoGroup(Dociterator const &) for dispatch
 - update Cursor::endUndoGroup to pass cursor.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40713 a592a061-630c-0410-9148-cb99ea01b6c8

12 years agoConvert InsetMathCancel.* to UTF-8.
Richard Heck [Mon, 6 Feb 2012 22:38:46 +0000 (22:38 +0000)]
Convert InsetMathCancel.* to UTF-8.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40712 a592a061-630c-0410-9148-cb99ea01b6c8

12 years agoHTML output for InsetMathCancel.
Richard Heck [Mon, 6 Feb 2012 22:38:41 +0000 (22:38 +0000)]
HTML output for InsetMathCancel.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40711 a592a061-630c-0410-9148-cb99ea01b6c8

12 years agoInsetMathCancel: add MathML output
Uwe Stöhr [Mon, 6 Feb 2012 17:35:29 +0000 (17:35 +0000)]
InsetMathCancel: add MathML output

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40710 a592a061-630c-0410-9148-cb99ea01b6c8

12 years agoFix #8019 (from yihui)
Jean-Marc Lasgouttes [Thu, 2 Feb 2012 22:30:38 +0000 (22:30 +0000)]
Fix #8019 (from yihui)
* avoid creation of file Rplots.pdf in document file
* find correctly Sweave.sty on old R versions

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40703 a592a061-630c-0410-9148-cb99ea01b6c8

12 years agoFedora's LibreOffice packages, at least, only know "libreoffice",
Richard Heck [Thu, 2 Feb 2012 15:59:45 +0000 (15:59 +0000)]
Fedora's LibreOffice packages, at least, only know "libreoffice",
not "lwriter".

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40702 a592a061-630c-0410-9148-cb99ea01b6c8

12 years ago* InsetMathScript::doDispatch : properly record undo information before
Jean-Marc Lasgouttes [Thu, 2 Feb 2012 13:39:05 +0000 (13:39 +0000)]
* InsetMathScript::doDispatch : properly record undo information before
changing limits status (fixes bug #8007)
* InsetMathScript::getStatus (new) : handle properly status for LFUN_MATH_LIMITS here, along with checkmark support for the menu)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40700 a592a061-630c-0410-9148-cb99ea01b6c8

12 years agoFixup multi-line comment to use block-comment
Lars Gullik Bjønnes [Thu, 2 Feb 2012 00:25:13 +0000 (00:25 +0000)]
Fixup multi-line comment to use block-comment

The small ascii art in InsetMathCancel::draw has line continuation characters at
eol, this make consecutive lines be andled as one. The use of a block comment
instead of single line comments makes this less of a "problem." Also it removes
a warning with gcc 4.7.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40699 a592a061-630c-0410-9148-cb99ea01b6c8

12 years agoUkrainian splash.lyx: port recent changes from branch
Uwe Stöhr [Tue, 31 Jan 2012 21:15:53 +0000 (21:15 +0000)]
Ukrainian splash.lyx: port recent changes from branch

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40695 a592a061-630c-0410-9148-cb99ea01b6c8

12 years agoFix bug #7998 and related issues:
Georg Baum [Tue, 31 Jan 2012 20:49:49 +0000 (20:49 +0000)]
Fix bug #7998 and related issues:
- 0x200c is equivalent to \textcompwordmark
- 0x2011 is equivalent to \nobreakdash-
- 0x2009 is a breakable thin space (the old definition was non-breakable)
- 0x202f is a non-breakable thin space
- add spaces 0x2007, 0x2008, 0x200a and 0x200b

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40694 a592a061-630c-0410-9148-cb99ea01b6c8

12 years agoFix bug #8013: updateDefaultFormat() checks the osFontsCB state, so the fonts UI...
Jürgen Spitzmüller [Tue, 31 Jan 2012 11:30:52 +0000 (11:30 +0000)]
Fix bug #8013: updateDefaultFormat() checks the osFontsCB state, so the fonts UI needs to be set in advance of the output UI.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40689 a592a061-630c-0410-9148-cb99ea01b6c8

12 years agoinstaller:
Uwe Stöhr [Mon, 30 Jan 2012 21:13:00 +0000 (21:13 +0000)]
installer:
- fix a bug in detection of Gnumeric
- update to latest third-party products

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40688 a592a061-630c-0410-9148-cb99ea01b6c8

12 years agolanguages: babel does not support Kurmanji
Uwe Stöhr [Mon, 30 Jan 2012 00:45:38 +0000 (00:45 +0000)]
languages: babel does not support Kurmanji

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40687 a592a061-630c-0410-9148-cb99ea01b6c8

12 years ago* de.po: update.
Jürgen Spitzmüller [Fri, 27 Jan 2012 09:31:49 +0000 (09:31 +0000)]
* de.po: update.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40681 a592a061-630c-0410-9148-cb99ea01b6c8

12 years ago- knitr.lyx, knitr.module, lyxknitr.R: add missing SVN EOL style
Uwe Stöhr [Thu, 26 Jan 2012 19:18:02 +0000 (19:18 +0000)]
- knitr.lyx, knitr.module, lyxknitr.R: add missing SVN EOL style
- Makefile.am: correct sorting

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40680 a592a061-630c-0410-9148-cb99ea01b6c8

12 years ago* sk.po
Kornel Benko [Thu, 26 Jan 2012 08:49:01 +0000 (08:49 +0000)]
* sk.po

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40677 a592a061-630c-0410-9148-cb99ea01b6c8

12 years agodo not use config.guess anymore
Stephan Witt [Thu, 26 Jan 2012 06:16:46 +0000 (06:16 +0000)]
do not use config.guess anymore

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40676 a592a061-630c-0410-9148-cb99ea01b6c8

12 years agoAdd support for R package knitr (a Sweave alternative)
Jean-Marc Lasgouttes [Wed, 25 Jan 2012 22:26:31 +0000 (22:26 +0000)]
Add support for R package knitr (a Sweave alternative)

This fixes #7887.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40674 a592a061-630c-0410-9148-cb99ea01b6c8

12 years agoForgot that in r40669.
Jean-Marc Lasgouttes [Mon, 23 Jan 2012 23:02:53 +0000 (23:02 +0000)]
Forgot that in r40669.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40670 a592a061-630c-0410-9148-cb99ea01b6c8

12 years agoreat python scripts as plain data file, since automake 1.11.2 wants to control where...
Jean-Marc Lasgouttes [Mon, 23 Jan 2012 23:00:17 +0000 (23:00 +0000)]
reat python scripts as plain data file, since automake 1.11.2 wants to control where python files go. This fixes #6080 and #7990.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40669 a592a061-630c-0410-9148-cb99ea01b6c8

12 years agolyx_2_1.py: there is no need for a comma here, it is already the last entry of the...
Uwe Stöhr [Mon, 23 Jan 2012 21:22:34 +0000 (21:22 +0000)]
lyx_2_1.py: there is no need for a comma here, it is already the last entry of the list

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40668 a592a061-630c-0410-9148-cb99ea01b6c8

12 years agoSmall fixups to r40663
Julien Rioux [Mon, 23 Jan 2012 17:20:07 +0000 (17:20 +0000)]
Small fixups to r40663

lyx2lyx: Clean up the convert/revert queue.
LaTeXFeatures: Just add cancel to the list of packages that are
               simply used with a \usepackage{} line.

Uwe: In case cancel needs to be loaded after amsmath or something,
     please revert my changes to LaTeXFeatures and add a comment
     about package ordering to the source. Thanks.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40667 a592a061-630c-0410-9148-cb99ea01b6c8

12 years agoversion.h: fix typos
Uwe Stöhr [Mon, 23 Jan 2012 02:00:36 +0000 (02:00 +0000)]
version.h: fix typos

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40666 a592a061-630c-0410-9148-cb99ea01b6c8

12 years agoinstaller: small updates
Uwe Stöhr [Mon, 23 Jan 2012 01:56:40 +0000 (01:56 +0000)]
installer: small updates

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40665 a592a061-630c-0410-9148-cb99ea01b6c8

12 years agoLaTeXConfig.lyx: mention the cancel package (addendum to r40663)
Uwe Stöhr [Mon, 23 Jan 2012 01:54:01 +0000 (01:54 +0000)]
LaTeXConfig.lyx: mention the cancel package (addendum to r40663)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40664 a592a061-630c-0410-9148-cb99ea01b6c8

12 years agoadd support for the package cancel in math (fixes #6819); fileformat change only...
Uwe Stöhr [Mon, 23 Jan 2012 01:49:49 +0000 (01:49 +0000)]
add support for the package cancel in math (fixes #6819); fileformat change only for the preamble handling

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40663 a592a061-630c-0410-9148-cb99ea01b6c8

12 years agochkconfig.ltx: add check for wasy; is necessary because LyX supports the math command...
Uwe Stöhr [Mon, 23 Jan 2012 01:11:13 +0000 (01:11 +0000)]
chkconfig.ltx: add check for wasy; is necessary because LyX supports the math command \brokenvert - OK for branch too?

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40662 a592a061-630c-0410-9148-cb99ea01b6c8

12 years agoWhitespace.
Vincent van Ravesteijn [Sun, 22 Jan 2012 22:20:50 +0000 (22:20 +0000)]
Whitespace.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40660 a592a061-630c-0410-9148-cb99ea01b6c8

12 years agoReuse the same code for the append* and copy* functions
Vincent van Ravesteijn [Sun, 22 Jan 2012 22:16:03 +0000 (22:16 +0000)]
Reuse the same code for the append* and copy* functions

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40659 a592a061-630c-0410-9148-cb99ea01b6c8

12 years agoUnify the parameters of the [append/copy][row/column] family
Vincent van Ravesteijn [Sun, 22 Jan 2012 22:15:25 +0000 (22:15 +0000)]
Unify the parameters of the [append/copy][row/column] family

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40658 a592a061-630c-0410-9148-cb99ea01b6c8

12 years agoUnify the parameters of the [append/copy][row/column] family
Vincent van Ravesteijn [Sun, 22 Jan 2012 22:15:11 +0000 (22:15 +0000)]
Unify the parameters of the [append/copy][row/column] family

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40657 a592a061-630c-0410-9148-cb99ea01b6c8

12 years agoFix bug #7644: Crash when copying table column or row
Vincent van Ravesteijn [Sun, 22 Jan 2012 21:44:27 +0000 (21:44 +0000)]
Fix bug #7644: Crash when copying table column or row

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40656 a592a061-630c-0410-9148-cb99ea01b6c8

12 years agoFix problems with odg graphics (needs r40647 and r40649 as well):
Georg Baum [Sun, 22 Jan 2012 14:13:13 +0000 (14:13 +0000)]
Fix problems with odg graphics (needs r40647 and r40649 as well):
- Remove ps->eps converter (see comment for the reason)
- Remove odg-> and odg->pdf converters, since they create A4 sized images
- Get rid of file extension assumption in eps2->eps converter
- Rename eps2 format to better reflect its usage

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40650 a592a061-630c-0410-9148-cb99ea01b6c8

12 years agoEnable the graphics converter to copy with identical in and out file names.
Georg Baum [Sun, 22 Jan 2012 14:08:53 +0000 (14:08 +0000)]
Enable the graphics converter to copy with identical in and out file names.
This is already supported in Converters::convert() and needed e.g. for
eps2->eps conversion.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40649 a592a061-630c-0410-9148-cb99ea01b6c8

12 years agoDo not py-compile also on cmake build
Kornel Benko [Sun, 22 Jan 2012 13:05:37 +0000 (13:05 +0000)]
Do not py-compile also on cmake build

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40648 a592a061-630c-0410-9148-cb99ea01b6c8

12 years agoFix converters with input redirection, such as the second htlatex one.
Georg Baum [Sun, 22 Jan 2012 12:35:07 +0000 (12:35 +0000)]
Fix converters with input redirection, such as the second htlatex one.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40647 a592a061-630c-0410-9148-cb99ea01b6c8

12 years agokeywords in preferences are case insensitive
Georg Baum [Sun, 22 Jan 2012 10:40:56 +0000 (10:40 +0000)]
keywords in preferences are case insensitive

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40646 a592a061-630c-0410-9148-cb99ea01b6c8

12 years agomoderncv.layout: correct the format number (accidentally changed in r40640)
Uwe Stöhr [Sat, 21 Jan 2012 12:12:17 +0000 (12:12 +0000)]
moderncv.layout: correct the format number (accidentally changed in r40640)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40642 a592a061-630c-0410-9148-cb99ea01b6c8

12 years ago- moderncv.layout: add missing separator style
Uwe Stöhr [Sat, 21 Jan 2012 12:05:07 +0000 (12:05 +0000)]
- moderncv.layout: add missing separator style
- modernCV.lyx: set page size to A4, correct subsection entry, use a separator modify preamble to be compliant with modernCV 0.16 (fixes #7991)
- biblioExample.bib: correct a much too long entry

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40640 a592a061-630c-0410-9148-cb99ea01b6c8

12 years agoFix crash when putting a float around multiple display maths (bug #7974).
Jürgen Spitzmüller [Sat, 21 Jan 2012 07:02:09 +0000 (07:02 +0000)]
Fix crash when putting a float around multiple display maths (bug #7974).

This also fixes other float-related bugs, such as this:

* select two floats in two consecutive paragraphs and insert a new float around them
=> the master float's caption is put into the lower subfloat instead of below the subfloats.

In the long term, doInsertInset needs a thorough cleanup.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40639 a592a061-630c-0410-9148-cb99ea01b6c8

12 years agoFix crash due to the attempt to access paragraph() from within mathed while doing...
Jürgen Spitzmüller [Fri, 20 Jan 2012 10:44:07 +0000 (10:44 +0000)]
Fix crash due to the attempt to access paragraph() from within mathed while doing forward-search (bug #7992).

This should go to branch as well.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40636 a592a061-630c-0410-9148-cb99ea01b6c8

12 years agoRemove from svn the files that are provided by automake. This ensures that we always...
Jean-Marc Lasgouttes [Fri, 20 Jan 2012 09:31:06 +0000 (09:31 +0000)]
Remove from svn the files that are provided by automake. This ensures that we always use the correct version.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40635 a592a061-630c-0410-9148-cb99ea01b6c8

12 years agoDo not load font packages with encoding "utf8-plain" (bug #7766, #7782).
Jürgen Spitzmüller [Fri, 20 Jan 2012 06:07:12 +0000 (06:07 +0000)]
Do not load font packages with encoding "utf8-plain" (bug #7766, #7782).

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40633 a592a061-630c-0410-9148-cb99ea01b6c8

12 years agoIf we don't have a tooltip in the TOC, then use the display string
Richard Heck [Mon, 16 Jan 2012 15:07:04 +0000 (15:07 +0000)]
If we don't have a tooltip in the TOC, then use the display string
as the tooltip. This isn't redundant, since the TOC itself might
truncate the display string.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40626 a592a061-630c-0410-9148-cb99ea01b6c8

12 years agoFix bug #7774. It should be fine to show the complete index entry
Richard Heck [Mon, 16 Jan 2012 15:01:02 +0000 (15:01 +0000)]
Fix bug #7774. It should be fine to show the complete index entry
in the TOC, as these generally aren't that long.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40625 a592a061-630c-0410-9148-cb99ea01b6c8

12 years agoChange minimum value in forToc().
Richard Heck [Mon, 16 Jan 2012 14:48:35 +0000 (14:48 +0000)]
Change minimum value in forToc().

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40624 a592a061-630c-0410-9148-cb99ea01b6c8

12 years agoWhitespace.
Richard Heck [Sun, 15 Jan 2012 17:22:32 +0000 (17:22 +0000)]
Whitespace.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40617 a592a061-630c-0410-9148-cb99ea01b6c8

12 years agoFix bug #7983: Do not modify params before we know we have
Richard Heck [Sun, 15 Jan 2012 16:43:03 +0000 (16:43 +0000)]
Fix bug #7983: Do not modify params before we know we have
something valid!

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40615 a592a061-630c-0410-9148-cb99ea01b6c8

12 years agoAfter r40612, the check for isFullUnicode is redundant. So, partially
Enrico Forestieri [Sat, 14 Jan 2012 14:27:55 +0000 (14:27 +0000)]
After r40612, the check for isFullUnicode is redundant. So, partially
revert r40607 and accordingly adapt the code.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40613 a592a061-630c-0410-9148-cb99ea01b6c8

12 years agoAvoid \inputencoding altogether if the buffer encoding permits
Enrico Forestieri [Sat, 14 Jan 2012 01:21:00 +0000 (01:21 +0000)]
Avoid \inputencoding altogether if the buffer encoding permits
(part of bug #7800).

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40612 a592a061-630c-0410-9148-cb99ea01b6c8

12 years agoIf we switch via the mouse, we need to update the Buffer
Richard Heck [Fri, 13 Jan 2012 03:31:48 +0000 (03:31 +0000)]
If we switch via the mouse, we need to update the Buffer
after we switch.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40610 a592a061-630c-0410-9148-cb99ea01b6c8

12 years ago Fix crash reported on list when renaming a child buffer and
Richard Heck [Fri, 13 Jan 2012 03:31:01 +0000 (03:31 +0000)]
Fix crash reported on list when renaming a child buffer and
    then trying to compile.

    There are really two problems here. One is that the renamed
    buffer needs to be reloaded. All kinds of files, etc, may not
    exist any more, if we've been saved to a new directory; our
    children e.g. may not be in the right place. And, in this case,
    we may no longer be a child of our old parent. Reloading will
    fix all of that.

    On reload, though, we need to clear our parent, since we may
    not have one any more. It will get reset if need be.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40609 a592a061-630c-0410-9148-cb99ea01b6c8

12 years agoSquash warning.
Richard Heck [Fri, 13 Jan 2012 03:16:46 +0000 (03:16 +0000)]
Squash warning.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40608 a592a061-630c-0410-9148-cb99ea01b6c8

12 years agoRefine fix for bug #7800. Don't use \inputencoding with unicode backends.
Enrico Forestieri [Fri, 13 Jan 2012 00:52:03 +0000 (00:52 +0000)]
Refine fix for bug #7800. Don't use \inputencoding with unicode backends.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40607 a592a061-630c-0410-9148-cb99ea01b6c8

12 years agoget rid of dead code and silly function
Georg Baum [Thu, 12 Jan 2012 19:48:08 +0000 (19:48 +0000)]
get rid of dead code and silly function

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40605 a592a061-630c-0410-9148-cb99ea01b6c8

12 years ago* sk.po
Kornel Benko [Thu, 12 Jan 2012 10:35:01 +0000 (10:35 +0000)]
* sk.po

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40604 a592a061-630c-0410-9148-cb99ea01b6c8

12 years ago#7789 unify and fix buffer statistics
Stephan Witt [Thu, 12 Jan 2012 07:03:24 +0000 (07:03 +0000)]
#7789 unify and fix buffer statistics

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40602 a592a061-630c-0410-9148-cb99ea01b6c8

12 years ago#7978 validate stored doc iterators for start position and selection range to avoid...
Stephan Witt [Thu, 12 Jan 2012 06:12:28 +0000 (06:12 +0000)]
#7978 validate stored doc iterators for start position and selection range to avoid crashes in case the user does the spell check and unrelated changes in parallel

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40601 a592a061-630c-0410-9148-cb99ea01b6c8

12 years agoBe a bit more careful here. In weird cases, this can be null.
Richard Heck [Thu, 12 Jan 2012 02:09:08 +0000 (02:09 +0000)]
Be a bit more careful here. In weird cases, this can be null.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40600 a592a061-630c-0410-9148-cb99ea01b6c8

12 years ago#7884 improved return code of EnchantChecker::check() when dictionaries are missing
Stephan Witt [Wed, 11 Jan 2012 17:03:49 +0000 (17:03 +0000)]
#7884 improved return code of EnchantChecker::check() when dictionaries are missing

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40598 a592a061-630c-0410-9148-cb99ea01b6c8

12 years agoRemove unused libreoffice2eps.py script.
Julien Rioux [Tue, 10 Jan 2012 13:54:48 +0000 (13:54 +0000)]
Remove unused libreoffice2eps.py script.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40596 a592a061-630c-0410-9148-cb99ea01b6c8

12 years agoAdd gswin64c as possible executable in legacy_lyxpreview2ppm.py (#7938).
Julien Rioux [Tue, 10 Jan 2012 13:50:11 +0000 (13:50 +0000)]
Add gswin64c as possible executable in legacy_lyxpreview2ppm.py (#7938).

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40595 a592a061-630c-0410-9148-cb99ea01b6c8

12 years agoUpdate tex2lyx to format 424.
Julien Rioux [Mon, 9 Jan 2012 13:16:41 +0000 (13:16 +0000)]
Update tex2lyx to format 424.

The type of citation engine is determined by the citation package
being used and, in the case of natbib, its options.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40593 a592a061-630c-0410-9148-cb99ea01b6c8

12 years agoBuffer param \cite_engine_type (authoryear|numerical).
Julien Rioux [Mon, 9 Jan 2012 13:16:38 +0000 (13:16 +0000)]
Buffer param \cite_engine_type (authoryear|numerical).

To avoid duplicity, remove natbib_authoryear and natbib_numerical
and replace them by natbib, and keep track of the engine `type'
in the new \cite_engine_type document setting. This will make it
easier to add more citation engines.

LyX format incremented to 424.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40592 a592a061-630c-0410-9148-cb99ea01b6c8

12 years agoFix bug #5906 (missing -p command) by updating the man page.
Georg Baum [Sun, 8 Jan 2012 17:38:48 +0000 (17:38 +0000)]
Fix bug #5906 (missing -p command) by updating the man page.
tex2lyx does not need a -p command since it detects partial files automatically.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40591 a592a061-630c-0410-9148-cb99ea01b6c8

12 years agoFix bug #7013: Wrong paper size passed to dvips
Georg Baum [Sun, 8 Jan 2012 17:00:33 +0000 (17:00 +0000)]
Fix bug #7013: Wrong paper size passed to dvips

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40590 a592a061-630c-0410-9148-cb99ea01b6c8

12 years agoFix bug #5029: Support \smash, \mathclap, \mathllap and \mathrlap.
Georg Baum [Sun, 8 Jan 2012 12:34:12 +0000 (12:34 +0000)]
Fix bug #5029: Support \smash, \mathclap, \mathllap and \mathrlap.
Also improve lyx2lyx roundtrip for automatically loaded packages.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40589 a592a061-630c-0410-9148-cb99ea01b6c8

12 years agoadd openoffice/libreoffice converters (bugs #4267 and #7973)
Georg Baum [Sat, 7 Jan 2012 20:28:59 +0000 (20:28 +0000)]
add openoffice/libreoffice converters (bugs #4267 and #7973)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40588 a592a061-630c-0410-9148-cb99ea01b6c8

12 years agoQuick fix bug #4267.
Georg Baum [Sat, 7 Jan 2012 19:18:38 +0000 (19:18 +0000)]
Quick fix bug #4267.
A real fix would be to ditch the home made file format detection and use libmagic.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40587 a592a061-630c-0410-9148-cb99ea01b6c8

12 years agoAvoid narrowing in array initializator
Lars Gullik Bjønnes [Sat, 7 Jan 2012 18:29:07 +0000 (18:29 +0000)]
Avoid narrowing in array initializator

Gcc 4.7 warns that this kind of narrowing is illegal in C++11, so
we can just as well fix that right now.

In GuiFontMetrics this is fixed by chaning the types in the AscendDescend struct
from short int to int.
In ParagraphMetrics it is fixed by addint explicit casts.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40586 a592a061-630c-0410-9148-cb99ea01b6c8

12 years agoChange to avoid having different types in ?: operator
Lars Gullik Bjønnes [Sat, 7 Jan 2012 18:29:04 +0000 (18:29 +0000)]
Change to avoid having different types in ?: operator

Gcc 4.7 warns rightly about the questionalble practise of having different types in
the ?: operator. This patch fixes that.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40585 a592a061-630c-0410-9148-cb99ea01b6c8

12 years agoThis makes the FindAndReplace replace-related buttons de-activate
Tommaso Cucinotta [Sat, 7 Jan 2012 11:41:04 +0000 (11:41 +0000)]
This makes the FindAndReplace replace-related buttons de-activate
also when switching from an editable buffer to a read-only buffer,
without waiting for the moment in which the dialog is focused.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40582 a592a061-630c-0410-9148-cb99ea01b6c8

12 years agoMath.lyx: port changes from branch
Uwe Stöhr [Fri, 6 Jan 2012 21:54:59 +0000 (21:54 +0000)]
Math.lyx: port changes from branch

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40581 a592a061-630c-0410-9148-cb99ea01b6c8

12 years agointernal boost distribution missed an internal header file
Stephan Witt [Fri, 6 Jan 2012 07:59:36 +0000 (07:59 +0000)]
internal boost distribution missed an internal header file

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40578 a592a061-630c-0410-9148-cb99ea01b6c8

12 years agoelsarticle.lyx: convert to latest fileformat to reflect that it is not compatible...
Uwe Stöhr [Fri, 6 Jan 2012 01:09:39 +0000 (01:09 +0000)]
elsarticle.lyx: convert to latest fileformat to reflect that it is not compatible with branch

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40577 a592a061-630c-0410-9148-cb99ea01b6c8

12 years agoelsarticle.layout: switch from \maketitle to \begin{frontmatter}, see #7977
Uwe Stöhr [Fri, 6 Jan 2012 01:01:57 +0000 (01:01 +0000)]
elsarticle.layout: switch from \maketitle to \begin{frontmatter}, see #7977

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40575 a592a061-630c-0410-9148-cb99ea01b6c8

12 years agoLoad mathtools.sty automatically (bug #7949) and make lyx2lyx reversion
Georg Baum [Thu, 5 Jan 2012 20:53:48 +0000 (20:53 +0000)]
Load mathtools.sty automatically (bug #7949) and make lyx2lyx reversion
more robust.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40574 a592a061-630c-0410-9148-cb99ea01b6c8

12 years ago#7927 apply patch from mft to support posix packageing on Mac for the Gentoo prefix...
Stephan Witt [Thu, 5 Jan 2012 19:50:18 +0000 (19:50 +0000)]
#7927 apply patch from mft to support posix packageing on Mac for the Gentoo prefix project

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40573 a592a061-630c-0410-9148-cb99ea01b6c8

12 years ago#7884 add check for missing dictionaries when spell check starts... forgot to impleme...
Stephan Witt [Thu, 5 Jan 2012 13:19:04 +0000 (13:19 +0000)]
#7884 add check for missing dictionaries when spell check starts... forgot to implement numDictionaries for Enchant in r40568

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40572 a592a061-630c-0410-9148-cb99ea01b6c8

12 years agoTutorial.lyx: port changes from branch
Uwe Stöhr [Thu, 5 Jan 2012 00:06:29 +0000 (00:06 +0000)]
Tutorial.lyx: port changes from branch

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40571 a592a061-630c-0410-9148-cb99ea01b6c8

12 years ago#7884 add check for missing dictionaries when spell check starts and popup a message...
Stephan Witt [Wed, 4 Jan 2012 22:02:07 +0000 (22:02 +0000)]
#7884 add check for missing dictionaries when spell check starts and popup a message box to tell the user this problem if there are no dictionaries; add /usr/share/myspell for hunspell dictionary lookup

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40568 a592a061-630c-0410-9148-cb99ea01b6c8

12 years agoUserGuide.lyx: port changes from branchUserGuide.lyx: final step of Scott's overhaul
Uwe Stöhr [Wed, 4 Jan 2012 01:32:20 +0000 (01:32 +0000)]
UserGuide.lyx: port changes from branchUserGuide.lyx: final step of Scott's overhaul

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40567 a592a061-630c-0410-9148-cb99ea01b6c8

12 years agoUserGuide.lyx: port changes from branch
Uwe Stöhr [Tue, 3 Jan 2012 23:55:26 +0000 (23:55 +0000)]
UserGuide.lyx: port changes from branch

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40565 a592a061-630c-0410-9148-cb99ea01b6c8

12 years agoSecond step towards a more generic package off/auto/on handling:
Georg Baum [Tue, 3 Jan 2012 21:26:09 +0000 (21:26 +0000)]
Second step towards a more generic package off/auto/on handling:
File format change

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40563 a592a061-630c-0410-9148-cb99ea01b6c8

12 years agoFirst step towards a more generic package off/auto/on handling:
Georg Baum [Tue, 3 Jan 2012 20:51:07 +0000 (20:51 +0000)]
First step towards a more generic package off/auto/on handling:
Internal machinery, no file format change and no UI change yet

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40562 a592a061-630c-0410-9148-cb99ea01b6c8

12 years agoFix #7963, fullscreen corner case for tabbar visibility.
Pavel Sanda [Tue, 3 Jan 2012 14:21:48 +0000 (14:21 +0000)]
Fix #7963, fullscreen corner case for tabbar visibility.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40560 a592a061-630c-0410-9148-cb99ea01b6c8

12 years ago* sk.po
Kornel Benko [Tue, 3 Jan 2012 13:22:00 +0000 (13:22 +0000)]
* sk.po

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40559 a592a061-630c-0410-9148-cb99ea01b6c8

12 years ago#6760 add UI to configure the minimal length of a word to be added to the list of...
Stephan Witt [Mon, 2 Jan 2012 22:47:04 +0000 (22:47 +0000)]
#6760 add UI to configure the minimal length of a word to be added to the list of words for text completion - using richards patch and rework it to match current trunk

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40557 a592a061-630c-0410-9148-cb99ea01b6c8

12 years agoMath.lyx: improve description of modulo-functions, fixes #7961
Uwe Stöhr [Sun, 1 Jan 2012 21:28:25 +0000 (21:28 +0000)]
Math.lyx: improve description of modulo-functions, fixes #7961

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40556 a592a061-630c-0410-9148-cb99ea01b6c8

12 years ago#5585 disable spell checker dialog for empty documents
Stephan Witt [Sat, 31 Dec 2011 16:29:27 +0000 (16:29 +0000)]
#5585 disable spell checker dialog for empty documents

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40552 a592a061-630c-0410-9148-cb99ea01b6c8

12 years agosymbols: fix #7962, OK for branch too?
Uwe Stöhr [Sat, 31 Dec 2011 15:42:42 +0000 (15:42 +0000)]
symbols: fix #7962, OK for branch too?

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40551 a592a061-630c-0410-9148-cb99ea01b6c8

12 years ago#7969 verify cursor position when spell check is done
Stephan Witt [Sat, 31 Dec 2011 11:33:46 +0000 (11:33 +0000)]
#7969 verify cursor position when spell check is done

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40550 a592a061-630c-0410-9148-cb99ea01b6c8

12 years agoMoving the GUI consistency update to a more meaningful moment, i.e., when Dialog...
Tommaso Cucinotta [Fri, 30 Dec 2011 21:26:51 +0000 (21:26 +0000)]
Moving the GUI consistency update to a more meaningful moment, i.e., when Dialog::updateView() is called.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40549 a592a061-630c-0410-9148-cb99ea01b6c8