Enrico Forestieri
0dd9277bee
Update it.po
2018-10-15 19:32:59 +02:00
Juergen Spitzmueller
67495a71d1
Missing backports in the context of #9158
...
This fixes the remaining regressions in stable with citation
2018-10-15 08:04:31 +02:00
jpc
481633eab4
Update fr.po
2018-10-14 11:41:17 +02:00
Juergen Spitzmueller
b28599f3f7
Amend a754912 once more
...
Do not use LTR environment (bidi) at all, since it adds unwanted
paragraph breaks.
Fixes : #11338
(cherry picked from commit 3a91fed26941e2599b5cb5f2924225a73a98f246)
2018-10-14 11:18:07 +02:00
Juergen Spitzmueller
149526c154
Clear bibfile cache when set of bibliography files change
...
Part of #9158
(cherry picked from commit 4115d2487f57f58774ee2846aa2b35818c0bc1b9)
2018-10-14 10:07:22 +02:00
Juergen Spitzmueller
e00b11355d
Merge paragraphs when pasted into an inset that forbids multipars
...
Fixes : #8281
(cherry picked from commit 5dde4b1b3e69f132e2f27116cde377f80adb5ea3)
2018-10-14 09:06:38 +02:00
Juergen Spitzmueller
53a108e814
Load covington later
...
This solves a loading order conflict with beamer-article.
(cherry picked from commit 00ee54e6949505cbda7f6a287d2f69f1a6b37a86)
2018-10-13 09:49:10 +02:00
Enrico Forestieri
e323f74b78
Fix bug #11332
...
Add the "hyperref-driver=dvips" option to the extra flags of the
latex->dvi converter so that the breakurl package is automatically
loaded when needed.
(cherry picked from commit f5e6db717167ecbe9e5934c937467bf0fca90ba1)
2018-10-12 08:27:23 +02:00
Juergen Spitzmueller
3d2cc5edeb
Amend a754912
...
Switch logic, since isStyle() does not cover inline math
Fixes : #11338
(cherry picked from commit 9d8fbc7fd15bd097771aa3e34631ea6315a7d54e)
2018-10-10 08:35:59 +02:00
Richard Kimberly Heck
7697bf7888
Revert "Fix bug #9348 "
...
The fix changes behavior too much for stable. My bad.
This reverts commit e94ea46be7e6738ff7ebdaca995c076a6fe649ef.
2018-10-08 16:27:47 -04:00
Juergen Spitzmueller
a77557e685
de.po
2018-10-08 12:19:15 +02:00
Juergen Spitzmueller
7a0416b374
Rework OK/Apply/Cancel UI of prefs dialog
...
Instead of "Save" (permanently) and "Apply" (temporarily), OK and Apply
now always save permanently, unless the new checkbox "Apply to current
session only" is checked.
Addresses: #10016
(cherry picked from commit c7bdb3b342823d3144f3c73e125e274aa40c77e2)
2018-10-08 11:46:42 +02:00
Juergen Spitzmueller
4a8b508d40
If a master is being created at loading the child, un-hide it.
...
Fixes : #11162
(cherry picked from commit a368439bcc3fbd18b4635d1b7c12da08b9315e2c)
2018-10-08 11:43:20 +02:00
Juergen Spitzmueller
5133026b01
Fix suprious comma in book and thesis bib preview.
...
Fixes : #11272
(cherry picked from commit 399a4d7e718f7e6e88f6110aa1fd3d933ab59887)
2018-10-08 11:40:24 +02:00
Juergen Spitzmueller
ea43f293c2
GuiCitation: don't reset filter on show
...
Addresses #11291
(cherry picked from commit 33d6499bbc98fe0efd8e271049cb22944ffbf71c)
2018-10-08 11:36:47 +02:00
Juergen Spitzmueller
875a4dcd17
Fix indentation
2018-10-08 11:32:30 +02:00
Enrico Forestieri
e94ea46be7
Fix bug #9348
...
(cherry picked from commit 503f7db224c7afaa82ce1f0aea538bd2af0cf31a)
2018-10-06 12:43:09 +02:00
Richard Kimberly Heck
00db9c44c8
Minor status updates
2018-10-05 11:46:51 -04:00
Richard Kimberly Heck
1d22d23808
Fix bug #10177 .
...
The left margin given at class level should apply only to the main text.
(cherry picked from commit a007b65202cbc103e3e7868dcde3e754bfcd276d)
2018-10-04 19:44:42 -04:00
Kornel Benko
b060c46387
Update sk.po
2018-10-04 23:04:30 +02:00
Richard Kimberly Heck
768c7e2fa2
Fix bug #11275 .
...
Show module name with description.
(cherry picked from commit 2553b0073f5f63b7e8629154a810ffb7eaa6c366)
2018-10-04 14:12:03 -04:00
Jean-Marc Lasgouttes
ba3ff646db
When ignoring an update, request one for later
...
If we were not ready to paint the screen, this does not mean that we
should give up on repainting, just potpone it.
I thought that it was bad to call update() in the paint event, but I
cannot find reference to this anymore and everything seems to work as
intended.
Fixes part of bug #11323 .
(cherry picked from commit 38f09c177b7da08f852e13c9a50fd2e8098b7491)
(cherry picked from commit 2617a4dd501c64048573e2d9c4e6fb9f423a1067)
2018-10-04 15:07:12 +02:00
Enrico Forestieri
ea81faa911
Fix bug #11180
...
When a raster image with an advertised pixel density different
from 72 dpi is included in a latex file, the output image dimensions
are scaled by the ratio 72/pixel_density. Hence, if a clipping
bounding box is specified, it has to be scaled by the same ratio,
otherwise the images will be clipped differently on screen and output.
Here we use the extractbb command (present in any TeX distribution)
to ask about the output dimensions of the image as dictated by the
pixel density and compute the scaling ratio by the knowledge of the
actual dimensions. If, for whatever reason, extractbb is not found,
everything goes as before, because the clipping bounding box will
simply not be corrected.
(cherry picked from commit 380f34a11485c41d812695dc4279b24a5ed5cc07)
2018-10-04 00:40:19 -04:00
Richard Kimberly Heck
e67c119d80
Do not step equation numbers in deleted equations.
...
(cherry picked from commit df5805917be108b0cce8b502f7b6906f59b0e2ea)
2018-10-04 00:20:19 -04:00
Richard Kimberly Heck
51239977c5
Do not step counters in deleted material.
...
Also, display the counter as "#" if the inset is deleted.
(cherry picked from commit 200064e9a40f5ecfe6b7e5b361d31be3eba5ce92)
2018-10-04 00:19:19 -04:00
Richard Heck
a05da2121c
Fix bug 11070.
...
Allows plural, caps, no prefix to be set via context menu.
(cherry picked from commit 35afcfb6dd4fe9519cb132c55714c73be981b275)
2018-10-04 00:17:47 -04:00
Pavel Sanda
a067267648
update LFUNs.lyx
2018-10-03 23:27:25 +02:00
Pavel Sanda
3ac6ffafb4
* cs.po
2018-10-03 23:21:57 +02:00
Kornel Benko
b56d8e90ae
Update sk.po
2018-10-03 10:06:22 +02:00
Enrico Forestieri
59b60f3f86
Update it.po
2018-10-02 21:36:01 +02:00
Pavel Sanda
fd66660820
* cs.po
2018-10-02 16:59:33 +02:00
Juergen Spitzmueller
35373316ee
de.po
2018-10-02 08:26:10 +02:00
Juergen Spitzmueller
76c15f51ea
Do not store empty posttext for qualified citations
...
Fixes : #11308
(cherry picked from commit 90b13452037dba56b16f8fb55cce36aebc226804)
2018-10-02 08:11:50 +02:00
Juergen Spitzmueller
416b71883b
Add bibtex inset to outliner if "add to toc" is checked.
...
Fixes #11309
(cherry picked from commit a89e3c344bdafd2922321e434c2384020318ed2e)
2018-10-02 08:09:04 +02:00
Juergen Spitzmueller
068e3d4fe5
Amend cab46ff9d1ea3
...
(cherry picked from commit f973855bdea94f0c6edf8eace7548a440f005902)
2018-10-02 07:47:06 +02:00
Juergen Spitzmueller
04ed229444
GuiCitation: Add some tooltips for the sake of keyboard users
...
Addresses #11317
(cherry picked from commit cab46ff9d1ea3bd801050eb4834f2e16a8ad3152)
2018-10-02 07:45:23 +02:00
Richard Kimberly Heck
c528f47f2d
Fix mingw build script so as not to use version number for exectuables.
...
(cherry picked from commit 72367d94ad334ca54d9f37c325e185095178da3c)
2018-09-30 13:47:59 -04:00
Richard Kimberly Heck
3ad699168f
Try to make Windows use a versioned directory for the user dir.
...
(cherry picked from commit 802fd7932b713ee80bf384facd45f45a5ac22de4)
(cherry picked from commit 4478451ea164a4de891b1d26ad3b1c04ad770337)
2018-09-30 13:47:54 -04:00
Richard Kimberly Heck
b66cf5aecd
Revert "Check for old "LyX 2.3" user directory when configuring."
...
Actually, we DO use versioned directories on Windows.
This reverts commit b738aa53d13780a4e271459d72171700cba304fa.
2018-09-29 17:31:35 -04:00
Stephan Witt
9fd0c45fa3
Add missing status entries for Mac build fixes
2018-09-29 13:48:31 +02:00
Richard Kimberly Heck
2e4e32872f
Update LyX packaging script.
2018-09-28 22:17:15 -04:00
Richard Kimberly Heck
b738aa53d1
Check for old "LyX 2.3" user directory when configuring.
...
This is due to the bad packaging in the early 2.3.x installers. We
normally do not use version suffixes on Windows, but did.
2018-09-28 21:54:46 -04:00
Richard Kimberly Heck
0cbde8a834
Windows packaging updates.
...
The main change here is that we need to delete LyX2.3.exe and
tex2lyx2.3.exe from the install directory, so they are not left
there (from previous, versioned installs).
2018-09-28 21:54:11 -04:00
Juergen Spitzmueller
a754912e88
Use LTR environment for forceLTR content with polyglossia
...
Fixes : #10548
(cherry picked from commit 10c06f67c936d8a259b03f00084fd4969f17582b)
2018-09-28 18:32:32 +02:00
Richard Kimberly Heck
1e26864c0a
Status for last commit.
2018-09-27 22:14:44 -04:00
Richard Kimberly Heck
07ae4942a8
Allow 'module in child not used in master' warning to be disabled.
...
(cherry picked from commit 92ccf0a1a20e73a1ecf8d335ad2a2ef90ec9a89b)
2018-09-27 22:02:40 -04:00
Enrico Forestieri
804ed1bffb
Fix bug #11210
...
On Windows, start viewers in detached processes in order to avoid
a crash of the QProcess destructor when their thread terminates.
The opening of a console window is avoided by redirecting to the
null device all standard I/O channels.
2018-09-27 21:32:24 +02:00
Richard Kimberly Heck
79c695806c
No suffixes for binaries now.
2018-09-27 14:56:41 -04:00
Richard Kimberly Heck
98cfd22fb7
Fix build script for Windows: No suffixes.
2018-09-27 14:56:11 -04:00
Juergen Spitzmueller
ac5c2be8db
Amend 2d4ac90fd20eac once more
...
Only use local switch in RTL environment.
(cherry picked from commit e158d661b924102acb87a3c92f800a463fdca408)
2018-09-26 17:02:18 +02:00