Vincent van Ravesteijn
679dfb5793
branch: Fix bug #7200 : Crash when replacing newline by InsetQuote?.
...
We have to call cap::replaceSelection before determining whether we can insert an InsetQuote? or a normal quote.
At least we should have updated the par variable after calling cap::replaceSelection, because the paragraph might have been deleted.
see r37063.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@37071 a592a061-630c-0410-9148-cb99ea01b6c8
2011-01-03 12:50:47 +00:00
Enrico Forestieri
7fb335c9ae
Allow using autoconf 2.66 and 2.68 (both work flawlessly with LyX) and avoid
...
the warnings issued by AC_LINK_IFELSE if the first argument is not conforming.
See http://lists.gnu.org/archive/html/autoconf/2010-09/msg00069.html
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@37045 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-30 02:47:54 +00:00
Enrico Forestieri
844d8d0b27
Fix bugs #7174 (Math selection broken)
...
and #7193 (Math macro template painting problem)
No status.16x entry is necessary for #7174 as this fixes a regression
introduced during the 1.6.9svn cycle by the fix for #4889 .
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@37037 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-29 15:36:35 +00:00
Vincent van Ravesteijn
b4306a687a
branch: Fix bug #7187 : Font painting problems with emulated scaling.
...
When creating the QFontMetrics object, we should specify a QPaintDevice. 0 is a paint device which is screen-compatible or pixmap-compatible. This makes sure that the correct DPI is used in font metrics calculations.
see r37030, and http://bugreports.qt.nokia.com/browse/QTBUG-16331 .
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@37036 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-29 14:25:15 +00:00
Enrico Forestieri
5738192a31
Fix bug #7183 (User math macros defined in child documents are shadowed on loading)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36986 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-21 17:28:07 +00:00
Uwe Stöhr
b9c2a9229d
Customization.lyx: fix typo reported on the lyx-docs mailing list
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36922 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-17 19:42:15 +00:00
Uwe Stöhr
377be91933
French Math.lyx: fix language setting error that lead to huge tables
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36918 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-17 18:53:43 +00:00
Uwe Stöhr
254e7f071d
installer: updates
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36915 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-17 18:16:01 +00:00
Jürgen Spitzmüller
5232ea96c8
* status.16x: add forgotten entry.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36909 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-17 17:29:12 +00:00
Richard Heck
845b24802a
Backport quote, etc, for letter to branch.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36908 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-17 15:23:59 +00:00
Jürgen Spitzmüller
8eb83b0efc
* scrclass.inc: \addpart, \addchap and \addsec have an optional argument.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36904 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-16 09:00:55 +00:00
Uwe Stöhr
bfb1e81ac7
installer: updates
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36874 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-13 23:56:42 +00:00
Enrico Forestieri
0fa7d11220
Fix bug #7090 (Segfault in refreshing instant preview when math macro changes)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36873 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-13 22:25:17 +00:00
Jürgen Spitzmüller
0b83e22124
* status.16x: minor tweaks.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36870 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-13 16:31:26 +00:00
Vincent van Ravesteijn
0f99c43425
branch: Fix bug #6950 : Wake up from waiting state after encountering a file parsing error.
...
see r35714.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36866 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-13 14:44:19 +00:00
Vincent van Ravesteijn
4e68265745
branch: Fix bug #7077 : Listings validator doesn't recognize "breakatwhitespace".
...
see r36496.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36865 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-13 14:38:35 +00:00
Vincent van Ravesteijn
50e1309784
branch: Fix bug #1839 : Allow Ctrl+Arrow to move between table cells.
...
see r35812.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36864 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-13 12:54:03 +00:00
Vincent van Ravesteijn
e9807a7e80
branch: Fix bug #4849 : Split cell always enabled in (context) menu.
...
see r36622.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36863 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-13 11:22:47 +00:00
Vincent van Ravesteijn
1b39c1f7fe
branch: Fix bug #7164 : Text in tables not painted immediately.
...
Fixes the regression introduced in r36679.
see r36848.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36862 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-13 09:12:10 +00:00
Jürgen Spitzmüller
204695b878
Load the package breakurl with hyperref in DVI output (fix bug 7033).
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36861 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-13 08:00:06 +00:00
Jürgen Spitzmüller
221d898a32
* languages: remove country code from farsi definition, since the aspell dictionary doesn't use it either (fix bug 7171).
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36859 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-13 07:17:20 +00:00
Uwe Stöhr
de66357069
installer: updates
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36856 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-13 04:23:42 +00:00
Uwe Stöhr
6beff0d84e
installer: updates
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36854 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-13 00:04:55 +00:00
Pavel Sanda
877f6f7ea9
* cs.po
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36852 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-12 22:05:22 +00:00
Jürgen Spitzmüller
b905d1160e
* check for rtf and doc viewers.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36826 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-11 14:50:03 +00:00
Uwe Stöhr
4f72d59fc4
status.16x: typos
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36813 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-10 16:39:32 +00:00
Uwe Stöhr
c9e8772e9e
de.po: fix 2 typos
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36802 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-10 06:16:11 +00:00
Uwe Stöhr
e4bb80965a
GuiTabular.cpp: backport fix for #3517
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36801 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-10 03:04:01 +00:00
Uwe Stöhr
f3cb4911ab
installer: updates
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36800 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-10 02:01:42 +00:00
Georg Baum
9dac2d4ef4
backport fix for #6709
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36797 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-09 22:17:25 +00:00
Richard Heck
7285719a4b
This should fix bug #7161 . It backports r36651.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36790 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-09 18:05:28 +00:00
Stephan Witt
98ca5e2997
#6688 test for ignore_system_lyxrc was missing for RC_PERS_DICT
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36761 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-07 09:27:36 +00:00
Stephan Witt
5db98955ed
#6688 test for ignore_system_lyxrc was missing for RC_PERS_DICT
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36760 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-07 09:01:32 +00:00
Pavel Sanda
7002e1f93a
* cs.po
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36742 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-06 13:40:25 +00:00
Georg Baum
d2d0994cf9
fix bug #7088
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36719 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-04 16:55:00 +00:00
Enrico Forestieri
ca69246a27
Fix bug #7068 (Crash when pressing down arrow in an equation when there is a suggestion)
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36706 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-03 21:47:23 +00:00
Vincent van Ravesteijn
64af9accff
branch: Fix bug #4889 : Painting problem with some insets.
...
-RowPainter::paintOnlyInsets is only meant to paint nested Insets, so I guess only the InsetText? based insets.
-Fix the painting of the labels of InsetCaption? insets.
see r36630, r36639 and r36640.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36679 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-03 10:23:51 +00:00
Vincent van Ravesteijn
9fd75e3702
branch: Fix bug #6709 : Inserting a numbered equation to a display equation toggles the display style.
...
see r36674.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36678 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-03 10:19:42 +00:00
Vincent van Ravesteijn
132084b5ef
branch: Fix bug #6952 : Make the Apply button of the GuiCharacter? dialog buffer dependent.
...
see r28240.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36677 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-03 10:16:24 +00:00
Vincent van Ravesteijn
f984080b21
branch: Fix bug #6315 : counters in insets that don't produce output have ghost values.
...
see r36603.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36671 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-03 00:47:42 +00:00
Uwe Stöhr
d17f05abbb
fr.po: updates by Jean-Pierre
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36656 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-02 05:18:52 +00:00
Uwe Stöhr
be8fbe505d
PDFOptions.cpp: backport fix for #7052 to branch
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36655 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-02 04:59:54 +00:00
Kornel Benko
3958f89ffb
* sk.po
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36643 a592a061-630c-0410-9148-cb99ea01b6c8
2010-12-01 13:07:40 +00:00
Enrico Forestieri
e859ae7f0a
Update it.po
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36631 a592a061-630c-0410-9148-cb99ea01b6c8
2010-11-30 15:19:38 +00:00
Jürgen Spitzmüller
4af6f97aa9
* id.po: update.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36627 a592a061-630c-0410-9148-cb99ea01b6c8
2010-11-30 13:41:06 +00:00
Uwe Stöhr
2c95de04e6
status.16x: fix some typos
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36616 a592a061-630c-0410-9148-cb99ea01b6c8
2010-11-30 01:10:00 +00:00
Uwe Stöhr
4afedc3cc8
installer: updates
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36615 a592a061-630c-0410-9148-cb99ea01b6c8
2010-11-30 01:05:28 +00:00
Jürgen Spitzmüller
6bd8349b31
* po/*.po: remerge again (yet another new string).
...
* de.po: update.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36591 a592a061-630c-0410-9148-cb99ea01b6c8
2010-11-29 13:07:00 +00:00
Vincent van Ravesteijn
ef0be6ac18
branch: Fix bug #7007 : Horizontal table alignment display broken.
...
see r36395, r36401 and r36402.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36590 a592a061-630c-0410-9148-cb99ea01b6c8
2010-11-29 12:56:42 +00:00
Vincent van Ravesteijn
f839b04573
branch: Fix bug #5446 : Cursor gets stuck in InsetInfo.
...
Do not allow to put the cursor in an InsetInfo. Instead, a context menu item is added to facilitate copying of the contents.
see r33285, r34216 and r34223.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36589 a592a061-630c-0410-9148-cb99ea01b6c8
2010-11-29 12:46:40 +00:00