Commit Graph

21962 Commits

Author SHA1 Message Date
Vincent van Ravesteijn
d2eb203853 branch: When reloading a child document, reset the parent of the child to the parent of the child and not to the master.
see r32738.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@34032 a592a061-630c-0410-9148-cb99ea01b6c8
2010-04-02 17:37:38 +00:00
Vincent van Ravesteijn
be9cc8d7f9 branch: Make the auto-completion case-insensitive.
see r32909.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@34031 a592a061-630c-0410-9148-cb99ea01b6c8
2010-04-02 17:33:38 +00:00
Vincent van Ravesteijn
f292717f5d branch: Fix bug #6633: Equations that end in \limits or \nolimits are corrupted on load.
see r34025.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@34030 a592a061-630c-0410-9148-cb99ea01b6c8
2010-04-02 17:27:10 +00:00
Vincent van Ravesteijn
0982149c00 branch: Correctly paint the background of the instant preview of a displayed equation.
For a displayed equation, the height is artificially increased by a displayMargin() in InsetMathHull::metrics if it is a displayed equation and there is a preview. 

This extra height is not covered by the preview image and what one can see is the background as drawn by the MathHull inset. The color of this background should be either Color_mathbg or Color_background depending on whether the preview is shown or not.

see r32560.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@34029 a592a061-630c-0410-9148-cb99ea01b6c8
2010-04-02 17:18:58 +00:00
Uwe Stöhr
4df4712bfc installer: update
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@34028 a592a061-630c-0410-9148-cb99ea01b6c8
2010-04-02 17:09:03 +00:00
Uwe Stöhr
8415a645f9 Extended.lyx: correct link to the documentation of the LateX-package fanyhdr
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@34026 a592a061-630c-0410-9148-cb99ea01b6c8
2010-04-02 17:08:24 +00:00
Enrico Forestieri
aa2d362dcf Fix bug #4565: Using keyboard shortcuts to write Greek letters with an underbar produces LaTeX errors.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@34023 a592a061-630c-0410-9148-cb99ea01b6c8
2010-04-02 15:02:46 +00:00
Vincent van Ravesteijn
0960e8cde7 branch: Fix bug #6631: tex2lyx doesn't handle \textquotedbl{} nicely.
see r34010.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@34014 a592a061-630c-0410-9148-cb99ea01b6c8
2010-04-02 12:04:49 +00:00
Vincent van Ravesteijn
18625d0a2f branch: Fix bug #6219: tex2lyx problem with multi-line citep arguments
see r34011.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@34013 a592a061-630c-0410-9148-cb99ea01b6c8
2010-04-02 12:01:34 +00:00
Pavel Sanda
0cd72ccfdf Backport r33996, part of #6587.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@33997 a592a061-630c-0410-9148-cb99ea01b6c8
2010-03-31 22:36:36 +00:00
Pavel Sanda
683e7453b6 Backport delayed autosave removal, part of #6587.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@33907 a592a061-630c-0410-9148-cb99ea01b6c8
2010-03-29 13:58:21 +00:00
Vincent van Ravesteijn
f81df3a752 branch: Prevent the ghost index files when the converter cache is either not used or not initialized.
see r33868.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@33904 a592a061-630c-0410-9148-cb99ea01b6c8
2010-03-29 08:10:42 +00:00
Enrico Forestieri
999ef03d1f Fix bug #6618: RTL (sub)*section after LTR text doesn't compile.
When deciding whether to switch encoding or not, the "fragileness" of
the enclosing environment (rather than that of the actual one) should
be taken into account, as we already account for the current "fragility"
by outputting the encoding switch just before switching environment.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@33898 a592a061-630c-0410-9148-cb99ea01b6c8
2010-03-28 22:12:09 +00:00
Richard Heck
d3fc033261 Status for previous commits. Thanks, Vincent.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@33877 a592a061-630c-0410-9148-cb99ea01b6c8
2010-03-26 17:35:08 +00:00
Richard Heck
30484ecced Backport fix for #6454. The real cause may be elsewhere, but this does
fix the crash and is a worthwhile sanity check in any event.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@33875 a592a061-630c-0410-9148-cb99ea01b6c8
2010-03-26 16:59:08 +00:00
Richard Heck
88f1ca654f Backport fix for #6522.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@33874 a592a061-630c-0410-9148-cb99ea01b6c8
2010-03-26 16:54:24 +00:00
Uwe Stöhr
8e957a58cc installer: updates
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@33863 a592a061-630c-0410-9148-cb99ea01b6c8
2010-03-25 00:40:00 +00:00
Vincent van Ravesteijn
32a766016d * status.16x update for r33860.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@33861 a592a061-630c-0410-9148-cb99ea01b6c8
2010-03-24 18:21:00 +00:00
Vincent van Ravesteijn
6592a587fc branch: Fix bug #6377: Tex2lyx error with multiple languages.
We have to set the language again when a new paragraph is started. Otherwise the n'th paragraph in a certain language is set to the document language.

see r33727.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@33860 a592a061-630c-0410-9148-cb99ea01b6c8
2010-03-24 18:18:04 +00:00
Vincent van Ravesteijn
744718c8fa branch: Fix bug #6527: Default numbering and toc depth wrong for memoir.layout.
see r33456.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@33859 a592a061-630c-0410-9148-cb99ea01b6c8
2010-03-24 18:02:34 +00:00
Uwe Stöhr
b0782c23e4 installer: fine tuning
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@33844 a592a061-630c-0410-9148-cb99ea01b6c8
2010-03-23 03:05:01 +00:00
Jürgen Spitzmüller
cc8bc434ce * po/ar.po: update by Mohamed.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@33833 a592a061-630c-0410-9148-cb99ea01b6c8
2010-03-22 07:17:06 +00:00
Uwe Stöhr
21f4e1b423 installer:
- prepare for LyX 1.6.6
- no longer use a batch file to start LyX

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@33831 a592a061-630c-0410-9148-cb99ea01b6c8
2010-03-22 03:01:33 +00:00
Jürgen Spitzmüller
5d2d0700bc * po/fr.po: update (by Jean-Pierre).
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@33826 a592a061-630c-0410-9148-cb99ea01b6c8
2010-03-21 17:46:56 +00:00
Enrico Forestieri
5451ecf016 Fix typo in it.po
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@33808 a592a061-630c-0410-9148-cb99ea01b6c8
2010-03-19 22:46:59 +00:00
Pavel Sanda
4e71c335cf Forgot status entry
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@33806 a592a061-630c-0410-9148-cb99ea01b6c8
2010-03-19 17:02:30 +00:00
Pavel Sanda
ab484f3453 Backport fix for bug #6593
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@33805 a592a061-630c-0410-9148-cb99ea01b6c8
2010-03-19 17:02:11 +00:00
Pavel Sanda
3f3b24316b Fix gcc warning (copy the state from trunk)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@33804 a592a061-630c-0410-9148-cb99ea01b6c8
2010-03-19 16:57:03 +00:00
Pavel Sanda
fd7038268a Update credits in branch
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@33779 a592a061-630c-0410-9148-cb99ea01b6c8
2010-03-16 22:05:31 +00:00
Enrico Forestieri
ab08ae33ca Fix bug #6581: Empty base of a script inset should not be shown as an empty brace inset on screen
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@33772 a592a061-630c-0410-9148-cb99ea01b6c8
2010-03-16 17:29:24 +00:00
Jürgen Spitzmüller
36435d25d7 * po/ar.po: localization update by Mohamed Magdy
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@33770 a592a061-630c-0410-9148-cb99ea01b6c8
2010-03-16 13:44:18 +00:00
Jürgen Spitzmüller
cd09c3d32b fr.po: update by Jean-Pierre.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@33766 a592a061-630c-0410-9148-cb99ea01b6c8
2010-03-16 10:10:26 +00:00
Vincent van Ravesteijn
c8e783fcaf branch: Fix bug #6552: Crash when inserting TeX-code in math mode and scrolling
Avoid an assertion when accessing the CoordCache while the Inset is in a paragraph which is not visible on screen.

see r33582.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@33759 a592a061-630c-0410-9148-cb99ea01b6c8
2010-03-15 23:02:48 +00:00
Vincent van Ravesteijn
83155402c1 * status.16x for previous commit.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@33758 a592a061-630c-0410-9148-cb99ea01b6c8
2010-03-15 22:34:02 +00:00
Vincent van Ravesteijn
4060153d69 branch: Fix bug #6462: Out-of-bounds index in GuiErrorList::goTo when new buffer is active.
Cache the buffer and errorList in the GuiErrorList? dialog. Now, we can check whether the active buffer is also the buffer for which the errors are shown. We switch back to the correct buffer, when one clicks on an item or clicks "View complete log".

see r33726.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@33757 a592a061-630c-0410-9148-cb99ea01b6c8
2010-03-15 22:28:48 +00:00
Enrico Forestieri
0a7616e65c Fix command line parsing and allow unicode arguments for tex2lyx on Windows.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@33755 a592a061-630c-0410-9148-cb99ea01b6c8
2010-03-15 22:07:38 +00:00
Vincent van Ravesteijn
01f95f41e6 branch: Fix bug #5735: Modifying a keyboard shortcut function entry clashes with its own shortcut key combination definition.
- Trim the saved lfun because there is a space added in the textfield,
- check whether the action has changed before signaling that the shortcut already exists.

see r33713.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@33754 a592a061-630c-0410-9148-cb99ea01b6c8
2010-03-15 21:43:26 +00:00
Vincent van Ravesteijn
f868ad6807 branch: Fix bug #6438: Crash with buffer-switch with no documents open.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@33753 a592a061-630c-0410-9148-cb99ea01b6c8
2010-03-15 21:33:51 +00:00
Vincent van Ravesteijn
32a3b921d6 branch: Fix bug #6474: Tex2lyx skips all spaces in the preamble.
Partially reverting r30113 (trunk).

see r33711.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@33752 a592a061-630c-0410-9148-cb99ea01b6c8
2010-03-15 21:25:27 +00:00
Enrico Forestieri
074c489195 Solve shortcut conflict in it.po
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@33738 a592a061-630c-0410-9148-cb99ea01b6c8
2010-03-13 21:24:25 +00:00
Uwe Stöhr
8d33b705b0 EmbeddedObjects.lyx: fix typo
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@33729 a592a061-630c-0410-9148-cb99ea01b6c8
2010-03-13 01:10:43 +00:00
Vincent van Ravesteijn
4ccee3ae39 branch: Fix bug #6525: Autosave error when renaming a new file.
Don't try to move the autosave file if it does not exist.

see r33454 and r33455.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@33712 a592a061-630c-0410-9148-cb99ea01b6c8
2010-03-11 17:04:28 +00:00
Uwe Stöhr
e20a704c53 installer:
- changed support to set the LyX menu language at installation
- bugfix to allow changing the menu language from within LyX
- preparations for LyX 1.6.6

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@33708 a592a061-630c-0410-9148-cb99ea01b6c8
2010-03-11 02:26:43 +00:00
Uwe Stöhr
5322561dcd backport r33615: fix bug that LyX allowed to specify the vertical alignment of table columns without a fixed width
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@33685 a592a061-630c-0410-9148-cb99ea01b6c8
2010-03-09 00:34:58 +00:00
Pavel Sanda
76d3278183 Cosmetics
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@33659 a592a061-630c-0410-9148-cb99ea01b6c8
2010-03-07 10:56:19 +00:00
Pavel Sanda
c940147cdd Support autoconf 2.65 (#6524).
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@33658 a592a061-630c-0410-9148-cb99ea01b6c8
2010-03-07 10:54:47 +00:00
Jürgen Spitzmüller
8491020572 Fix bug 6503: Including self as child document crashes branch
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@33657 a592a061-630c-0410-9148-cb99ea01b6c8
2010-03-07 09:38:58 +00:00
Richard Heck
65eaba6826 Whitespace.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@33629 a592a061-630c-0410-9148-cb99ea01b6c8
2010-03-05 20:40:45 +00:00
Vincent van Ravesteijn
0f06b1c3e8 branch: Fix bug #6491: Empty .emergency file causes crash.
If the load fails, we should not try to save an emergency file as the file was not yet fully loaded and weird things may happen.

see r33294.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@33612 a592a061-630c-0410-9148-cb99ea01b6c8
2010-03-02 17:50:49 +00:00
Richard Heck
aa91ad06df Backport r33586 for branch. And status!
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@33611 a592a061-630c-0410-9148-cb99ea01b6c8
2010-03-02 15:19:12 +00:00