Pavel Sanda
19b665d987
Squash compiler warning about unused parameter
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@34138 a592a061-630c-0410-9148-cb99ea01b6c8
2010-04-15 09:54:26 +00:00
Jürgen Spitzmüller
25823ea245
* es.po: update by Ignacio.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@34110 a592a061-630c-0410-9148-cb99ea01b6c8
2010-04-10 08:10:31 +00:00
Jürgen Spitzmüller
053f7fb83a
* ru.po: update
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@34093 a592a061-630c-0410-9148-cb99ea01b6c8
2010-04-08 14:35:00 +00:00
Uwe Stöhr
9c49140a93
GuiToolbar.cpp: avoid a some compiler warning (already fixed in trunk)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@34088 a592a061-630c-0410-9148-cb99ea01b6c8
2010-04-08 10:06:32 +00:00
Uwe Stöhr
96bde246b3
fr.po: update by Jean-Pierre
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@34082 a592a061-630c-0410-9148-cb99ea01b6c8
2010-04-08 00:05:18 +00:00
Jürgen Spitzmüller
5f7396445e
* de.po: fix typo
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@34050 a592a061-630c-0410-9148-cb99ea01b6c8
2010-04-03 15:21:18 +00:00
Uwe Stöhr
936995580c
installer: update
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@34038 a592a061-630c-0410-9148-cb99ea01b6c8
2010-04-02 18:40:56 +00:00
Vincent van Ravesteijn
c4a3f68670
branch: Allow to assign the shortcut to an action not only if this was an unknown action, but also when it is a no-action.
...
This could be seen by adding a shortcut "Ctrl-R" to accent-acute. Then changing this to "Ctrl-R Ctrl-R". And then changing this back to "Ctrl-R". Now the oldBinding is NOACTION and a warning is issued that "Ctrl-R" was already bound.
see r33906.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@34037 a592a061-630c-0410-9148-cb99ea01b6c8
2010-04-02 18:02:26 +00:00
Vincent van Ravesteijn
2afbd8590b
branch: No need to issue an error if the shortcut binding did not change.
...
see r33905.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@34036 a592a061-630c-0410-9148-cb99ea01b6c8
2010-04-02 18:01:20 +00:00
Vincent van Ravesteijn
4da8ddc1ed
branch: I guess we mean "Up" here in stead of "Roman".
...
see r34021.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@34035 a592a061-630c-0410-9148-cb99ea01b6c8
2010-04-02 17:54:38 +00:00
Vincent van Ravesteijn
97c3dcd53c
branch: Mark the preferences dialog as changed when a shortcut is removed.
...
(Apparently the signal-slot construction does not work when there is also a on_**_pressed() slot?)
see r33903.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@34034 a592a061-630c-0410-9148-cb99ea01b6c8
2010-04-02 17:47:05 +00:00
Vincent van Ravesteijn
e3c15701e4
branch: Use Change::isSimilarTo to find a change when merging changes.
...
see r33284.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@34033 a592a061-630c-0410-9148-cb99ea01b6c8
2010-04-02 17:44:17 +00:00
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